| 1 | [ Feb 28 10:02:27 Enabled. ] | ||
| 2 | [ Feb 28 10:02:27 Rereading configuration. ] | ||
| 3 | [ Feb 28 10:02:31 Rereading configuration. ] | ||
| 4 | [ Feb 28 10:02:37 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 28 10:02:37 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.28 10:02:38.269797 [ 1 ] {} <Information> Application: Will watch for the process with pid 25012 | ||
| 29 | 2025.02.28 10:02:38.270296 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.28 10:02:38.567072 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25012 | ||
| 31 | 2025.02.28 10:02:38.567937 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.28 10:02:38.568711 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.28 10:02:38.661182 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.28 10:02:38.692130 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.28 10:02:38.692230 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.28 10:02:38.692258 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.28 10:02:38.692328 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.28 10:02:38.693137 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.28 10:02:38.695133 [ 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.28 10:02:38.695985 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.28 10:02:38.696944 [ 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.28 10:02:38.697006 [ 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.28 10:02:38.697056 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.28 10:02:38.697246 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.28 10:02:38.698127 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.28 10:02:38.704383 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.28 10:02:38.705350 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.28 10:02:38.706721 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.28 10:02:38.706822 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.28 10:02:38.708542 [ 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.28 10:02:38.709106 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.28 10:02:38.714168 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.28 10:02:38.714908 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.28 10:02:38.716517 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.28 10:02:38.717035 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.28 10:02:38.717482 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.28 10:02:38.717911 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.28 10:02:38.719463 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.28 10:02:38.719497 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.28 10:02:38.719565 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.28 10:02:38.719686 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.28 10:02:38.740431 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.28 10:02:38.740465 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000204963 sec | ||
| 68 | 2025.02.28 10:02:38.740561 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.28 10:02:38.740612 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.28 10:02:38.742097 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.28 10:02:38.743409 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.28 10:02:38.759381 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.28 10:02:38.759434 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.28 10:02:38.759521 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.28 10:02:38.759535 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.28 10:02:38.759569 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.28 10:02:38.759647 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.28 10:02:38.764364 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.28 10:02:38.764412 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.28 10:02:38.764468 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.28 10:02:38.764686 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.28 10:02:38.764706 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.28 10:02:38.764742 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.28 10:02:38.764822 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.28 10:02:38.764836 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.28 10:02:38.764866 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.28 10:02:38.764943 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.28 10:02:38.798879 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.28 10:02:38.800886 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.28 10:02:38.801005 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151092 sec | ||
| 91 | 2025.02.28 10:02:38.801023 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.28 10:02:38.801035 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.28 10:02:38.801064 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.28 10:02:38.801378 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.28 10:02:38.801520 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.28 10:02:38.801541 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.28 10:02:38.801556 [ 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.28 10:02:38.801570 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.28 10:02:38.812020 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.28 10:02:38.812239 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2025.02.28 10:02:38.813336 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2211e-05 sec. | ||
| 102 | 2025.02.28 10:02:38.814432 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.28 10:02:38.814515 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.28 10:02:38.814538 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.28 10:02:39.110003 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42898 | ||
| 106 | 2025.02.28 10:02:39.110466 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.28 10:02:39.110554 [ 3 ] {} <Debug> TCP-Session: 4520ae7b-a870-40c5-b4e6-6a99f6f7e556 Authenticating user 'default' from [fd00:1122:3344:101::a]:42898 | ||
| 108 | 2025.02.28 10:02:39.110602 [ 3 ] {} <Debug> TCP-Session: 4520ae7b-a870-40c5-b4e6-6a99f6f7e556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.28 10:02:39.110705 [ 3 ] {} <Debug> TCP-Session: 4520ae7b-a870-40c5-b4e6-6a99f6f7e556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.28 10:02:39.110842 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.28 10:02:39.110882 [ 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.28 10:02:39.110988 [ 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.28 10:02:39.111623 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34825 | ||
| 114 | 2025.02.28 10:02:39.111637 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33048 | ||
| 115 | 2025.02.28 10:02:39.111799 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.28 10:02:39.111822 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.02.28 10:02:39.111853 [ 4 ] {} <Debug> TCP-Session: 153cc54f-66a0-4398-9fe1-85eb51e6b063 Authenticating user 'default' from [fd00:1122:3344:101::a]:34825 | ||
| 118 | 2025.02.28 10:02:39.111969 [ 5 ] {} <Debug> TCP-Session: 02f8fd5d-f465-4d9f-ba4f-2f22c727e7a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:33048 | ||
| 119 | 2025.02.28 10:02:39.111979 [ 4 ] {} <Debug> TCP-Session: 153cc54f-66a0-4398-9fe1-85eb51e6b063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.02.28 10:02:39.112005 [ 5 ] {} <Debug> TCP-Session: 02f8fd5d-f465-4d9f-ba4f-2f22c727e7a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.28 10:02:39.112078 [ 4 ] {} <Debug> TCP-Session: 153cc54f-66a0-4398-9fe1-85eb51e6b063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.28 10:02:39.112093 [ 5 ] {} <Debug> TCP-Session: 02f8fd5d-f465-4d9f-ba4f-2f22c727e7a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.28 10:02:39.112739 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38210 | ||
| 124 | 2025.02.28 10:02:39.112882 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.02.28 10:02:39.112912 [ 253 ] {} <Debug> TCP-Session: 1bb6c8d7-4d61-4871-b234-faef9680cc9b Authenticating user 'default' from [fd00:1122:3344:101::a]:38210 | ||
| 126 | 2025.02.28 10:02:39.112934 [ 253 ] {} <Debug> TCP-Session: 1bb6c8d7-4d61-4871-b234-faef9680cc9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.02.28 10:02:39.113018 [ 253 ] {} <Debug> TCP-Session: 1bb6c8d7-4d61-4871-b234-faef9680cc9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.02.28 10:02:39.113118 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55310 | ||
| 129 | 2025.02.28 10:02:39.113128 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49166 | ||
| 130 | 2025.02.28 10:02:39.113310 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.02.28 10:02:39.113321 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41738 | ||
| 132 | 2025.02.28 10:02:39.113373 [ 254 ] {} <Debug> TCP-Session: 541d2a71-1861-44e4-8bb8-1c06338eb0d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:55310 | ||
| 133 | 2025.02.28 10:02:39.113609 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47519 | ||
| 134 | 2025.02.28 10:02:39.113630 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.02.28 10:02:39.113646 [ 254 ] {} <Debug> TCP-Session: 541d2a71-1861-44e4-8bb8-1c06338eb0d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.02.28 10:02:39.113622 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.02.28 10:02:39.113993 [ 254 ] {} <Debug> TCP-Session: 541d2a71-1861-44e4-8bb8-1c06338eb0d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.02.28 10:02:39.114025 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.02.28 10:02:39.113927 [ 255 ] {} <Debug> TCP-Session: 54ac581c-1057-42ab-9ef3-50e660eb1ec8 Authenticating user 'default' from [fd00:1122:3344:101::a]:49166 | ||
| 140 | 2025.02.28 10:02:39.114018 [ 256 ] {} <Debug> TCP-Session: a19dc897-7255-44f5-b495-15d259e317c3 Authenticating user 'default' from [fd00:1122:3344:101::a]:41738 | ||
| 141 | 2025.02.28 10:02:39.114240 [ 255 ] {} <Debug> TCP-Session: 54ac581c-1057-42ab-9ef3-50e660eb1ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.02.28 10:02:39.114696 [ 256 ] {} <Debug> TCP-Session: a19dc897-7255-44f5-b495-15d259e317c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.02.28 10:02:39.114895 [ 256 ] {} <Debug> TCP-Session: a19dc897-7255-44f5-b495-15d259e317c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.28 10:02:39.114960 [ 255 ] {} <Debug> TCP-Session: 54ac581c-1057-42ab-9ef3-50e660eb1ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.28 10:02:39.116597 [ 257 ] {} <Debug> TCP-Session: 63d3995c-1294-4627-8f9c-ba4dfede0ea6 Authenticating user 'default' from [fd00:1122:3344:101::a]:47519 | ||
| 146 | 2025.02.28 10:02:39.116768 [ 257 ] {} <Debug> TCP-Session: 63d3995c-1294-4627-8f9c-ba4dfede0ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.28 10:02:39.116979 [ 257 ] {} <Debug> TCP-Session: 63d3995c-1294-4627-8f9c-ba4dfede0ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.28 10:02:39.524719 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45388 | ||
| 149 | 2025.02.28 10:02:39.524938 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.02.28 10:02:39.525089 [ 258 ] {} <Debug> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Authenticating user 'default' from [fd00:1122:3344:101::d]:45388 | ||
| 151 | 2025.02.28 10:02:39.525126 [ 258 ] {} <Debug> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.28 10:02:39.525149 [ 258 ] {} <Debug> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.28 10:02:39.525325 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.02.28 10:02:39.525361 [ 258 ] {} <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 | ||
| 155 | 2025.02.28 10:02:39.525452 [ 258 ] {} <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 | ||
| 156 | 2025.02.28 10:02:39.527724 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51147 | ||
| 157 | 2025.02.28 10:02:39.527853 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32832 | ||
| 158 | 2025.02.28 10:02:39.528807 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.02.28 10:02:39.528711 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63504 | ||
| 160 | 2025.02.28 10:02:39.528837 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2025.02.28 10:02:39.528833 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41242 | ||
| 162 | 2025.02.28 10:02:39.528881 [ 259 ] {} <Debug> TCP-Session: 86ce3ec2-619e-49ce-b975-29b7f2183e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:51147 | ||
| 163 | 2025.02.28 10:02:39.529709 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35054 | ||
| 164 | 2025.02.28 10:02:39.529745 [ 260 ] {} <Debug> TCP-Session: 7ab80037-fe8d-4314-a7ef-d718db2bef6e Authenticating user 'default' from [fd00:1122:3344:101::d]:32832 | ||
| 165 | 2025.02.28 10:02:39.529785 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.02.28 10:02:39.529786 [ 259 ] {} <Debug> TCP-Session: 86ce3ec2-619e-49ce-b975-29b7f2183e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2025.02.28 10:02:39.529753 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 168 | 2025.02.28 10:02:39.529827 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62568 | ||
| 169 | 2025.02.28 10:02:39.530036 [ 259 ] {} <Debug> TCP-Session: 86ce3ec2-619e-49ce-b975-29b7f2183e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.02.28 10:02:39.530051 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42971 | ||
| 171 | 2025.02.28 10:02:39.530107 [ 261 ] {} <Debug> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Authenticating user 'default' from [fd00:1122:3344:101::d]:63504 | ||
| 172 | 2025.02.28 10:02:39.530280 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56614 | ||
| 173 | 2025.02.28 10:02:39.530292 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2025.02.28 10:02:39.530123 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.02.28 10:02:39.530396 [ 261 ] {} <Debug> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.02.28 10:02:39.530202 [ 260 ] {} <Debug> TCP-Session: 7ab80037-fe8d-4314-a7ef-d718db2bef6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.02.28 10:02:39.530456 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.02.28 10:02:39.530623 [ 261 ] {} <Debug> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.02.28 10:02:39.530556 [ 263 ] {} <Debug> TCP-Session: 0b33fef4-9d07-4887-a03e-c222ac128b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35054 | ||
| 180 | 2025.02.28 10:02:39.530695 [ 262 ] {} <Debug> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Authenticating user 'default' from [fd00:1122:3344:101::d]:41242 | ||
| 181 | 2025.02.28 10:02:39.530879 [ 260 ] {} <Debug> TCP-Session: 7ab80037-fe8d-4314-a7ef-d718db2bef6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.02.28 10:02:39.530896 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 183 | 2025.02.28 10:02:39.530906 [ 263 ] {} <Debug> TCP-Session: 0b33fef4-9d07-4887-a03e-c222ac128b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.02.28 10:02:39.531646 [ 265 ] {} <Debug> TCP-Session: 931b3216-f105-472d-82af-80cf69f4f177 Authenticating user 'default' from [fd00:1122:3344:101::d]:42971 | ||
| 185 | 2025.02.28 10:02:39.531645 [ 263 ] {} <Debug> TCP-Session: 0b33fef4-9d07-4887-a03e-c222ac128b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.02.28 10:02:39.531691 [ 264 ] {} <Debug> TCP-Session: 01c1081c-c8be-488c-90ce-be1e8811e189 Authenticating user 'default' from [fd00:1122:3344:101::d]:62568 | ||
| 187 | 2025.02.28 10:02:39.531708 [ 265 ] {} <Debug> TCP-Session: 931b3216-f105-472d-82af-80cf69f4f177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.02.28 10:02:39.531657 [ 262 ] {} <Debug> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.02.28 10:02:39.531650 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2025.02.28 10:02:39.532261 [ 262 ] {} <Debug> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.02.28 10:02:39.532284 [ 265 ] {} <Debug> TCP-Session: 931b3216-f105-472d-82af-80cf69f4f177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.02.28 10:02:39.532302 [ 264 ] {} <Debug> TCP-Session: 01c1081c-c8be-488c-90ce-be1e8811e189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.02.28 10:02:39.532898 [ 264 ] {} <Debug> TCP-Session: 01c1081c-c8be-488c-90ce-be1e8811e189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.02.28 10:02:39.532910 [ 266 ] {} <Debug> TCP-Session: 24779b9c-c944-46c7-bf45-903d6cb8a9c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56614 | ||
| 195 | 2025.02.28 10:02:39.532999 [ 266 ] {} <Debug> TCP-Session: 24779b9c-c944-46c7-bf45-903d6cb8a9c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.02.28 10:02:39.533559 [ 266 ] {} <Debug> TCP-Session: 24779b9c-c944-46c7-bf45-903d6cb8a9c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.02.28 10:02:39.534405 [ 258 ] {2bb922cd-9b0d-4dfa-b6c1-8c49dcb1f195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.02.28 10:02:39.597671 [ 258 ] {2bb922cd-9b0d-4dfa-b6c1-8c49dcb1f195} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45388) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2025.02.28 10:02:39.599475 [ 258 ] {2bb922cd-9b0d-4dfa-b6c1-8c49dcb1f195} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2025.02.28 10:02:39.599814 [ 258 ] {2bb922cd-9b0d-4dfa-b6c1-8c49dcb1f195} <Debug> TCPHandler: Processed in 0.072010649 sec. | ||
| 247 | 2025.02.28 10:02:39.600270 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.02.28 10:02:39.600513 [ 261 ] {11d6b3c0-7f4c-4ec9-8a6f-1709eccf2d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.02.28 10:02:39.600968 [ 261 ] {11d6b3c0-7f4c-4ec9-8a6f-1709eccf2d61} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63504) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 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 | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 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 | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2025.02.28 10:02:39.601296 [ 261 ] {11d6b3c0-7f4c-4ec9-8a6f-1709eccf2d61} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 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 | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2025.02.28 10:02:39.601579 [ 261 ] {11d6b3c0-7f4c-4ec9-8a6f-1709eccf2d61} <Debug> TCPHandler: Processed in 0.001491539 sec. | ||
| 298 | 2025.02.28 10:02:39.602453 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.02.28 10:02:39.604097 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.02.28 10:02:39.604209 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 301 | 2025.02.28 10:02:39.609700 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 302 | 2025.02.28 10:02:39.609815 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152762 sec | ||
| 303 | 2025.02.28 10:02:39.609835 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Trace> ReferentialDeps: No tables | ||
| 304 | 2025.02.28 10:02:39.609847 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Trace> LoadingDeps: No tables | ||
| 305 | 2025.02.28 10:02:39.609960 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 306 | 2025.02.28 10:02:39.610646 [ 258 ] {92194e30-58cc-4f10-8c4c-595b5a2ad08a} <Debug> TCPHandler: Processed in 0.008332159 sec. | ||
| 307 | 2025.02.28 10:02:39.610888 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.02.28 10:02:39.611140 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) /* The version table contains metadata about the `oximeter` database */ | ||
| 309 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 310 | 2025.02.28 10:02:39.611241 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 311 | 2025.02.28 10:02:39.620047 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 312 | 2025.02.28 10:02:39.624048 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Debug> oximeter.version (67447cd7-98a4-460a-995f-6783e3beb4c1): Loading data parts | ||
| 313 | 2025.02.28 10:02:39.624733 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Debug> oximeter.version (67447cd7-98a4-460a-995f-6783e3beb4c1): There are no data parts | ||
| 314 | 2025.02.28 10:02:39.631200 [ 261 ] {f00364ac-dc8e-45ca-9cff-611e444bfe14} <Debug> TCPHandler: Processed in 0.020379005 sec. | ||
| 315 | 2025.02.28 10:02:39.631654 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.02.28 10:02:39.631974 [ 258 ] {e8e1f0f8-8667-4d30-9b99-20ce2090bd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) /* The measurement tables contain all individual samples from each timeseries. | ||
| 317 | * | ||
| 318 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 319 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 320 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 321 | * by all samples from the same timeseries. | ||
| 322 | * | ||
| 323 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 324 | * and then uses that to index quickly into the measurements tables. | ||
| 325 | */ | ||
| 326 | 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) | ||
| 327 | 2025.02.28 10:02:39.632188 [ 258 ] {e8e1f0f8-8667-4d30-9b99-20ce2090bd12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 328 | 2025.02.28 10:02:39.638719 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37709 | ||
| 329 | 2025.02.28 10:02:39.639416 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 330 | 2025.02.28 10:02:39.639486 [ 268 ] {} <Debug> TCP-Session: 8fc5552e-3e55-49b0-a100-104b66390c60 Authenticating user 'default' from [fd00:1122:3344:101::b]:37709 | ||
| 331 | 2025.02.28 10:02:39.639513 [ 268 ] {} <Debug> TCP-Session: 8fc5552e-3e55-49b0-a100-104b66390c60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2025.02.28 10:02:39.639527 [ 268 ] {} <Debug> TCP-Session: 8fc5552e-3e55-49b0-a100-104b66390c60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 333 | 2025.02.28 10:02:39.639628 [ 268 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 334 | 2025.02.28 10:02:39.639658 [ 268 ] {} <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 | ||
| 335 | 2025.02.28 10:02:39.639727 [ 268 ] {} <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 | ||
| 336 | 2025.02.28 10:02:39.640918 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51277 | ||
| 337 | 2025.02.28 10:02:39.641126 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 338 | 2025.02.28 10:02:39.641155 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59661 | ||
| 339 | 2025.02.28 10:02:39.641247 [ 269 ] {} <Debug> TCP-Session: 53a5e33a-1a64-435a-9de2-46ecdd2c25b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:51277 | ||
| 340 | 2025.02.28 10:02:39.641303 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36283 | ||
| 341 | 2025.02.28 10:02:39.641453 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53320 | ||
| 342 | 2025.02.28 10:02:39.641453 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 343 | 2025.02.28 10:02:39.641477 [ 269 ] {} <Debug> TCP-Session: 53a5e33a-1a64-435a-9de2-46ecdd2c25b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2025.02.28 10:02:39.641807 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63691 | ||
| 345 | 2025.02.28 10:02:39.641814 [ 269 ] {} <Debug> TCP-Session: 53a5e33a-1a64-435a-9de2-46ecdd2c25b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 346 | 2025.02.28 10:02:39.641821 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 347 | 2025.02.28 10:02:39.642028 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 348 | 2025.02.28 10:02:39.642166 [ 270 ] {} <Debug> TCP-Session: 36d6f7c3-5b10-4957-82a5-49b390c52cfe Authenticating user 'default' from [fd00:1122:3344:101::b]:59661 | ||
| 349 | 2025.02.28 10:02:39.642292 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46563 | ||
| 350 | 2025.02.28 10:02:39.642308 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 351 | 2025.02.28 10:02:39.642378 [ 271 ] {} <Debug> TCP-Session: 28f1920a-5eec-4b2b-bbf0-444401bd6d77 Authenticating user 'default' from [fd00:1122:3344:101::b]:36283 | ||
| 352 | 2025.02.28 10:02:39.642358 [ 270 ] {} <Debug> TCP-Session: 36d6f7c3-5b10-4957-82a5-49b390c52cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 353 | 2025.02.28 10:02:39.642337 [ 272 ] {} <Debug> TCP-Session: 8029376d-cabc-403e-aef5-0adfe467c19c Authenticating user 'default' from [fd00:1122:3344:101::b]:53320 | ||
| 354 | 2025.02.28 10:02:39.642518 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 355 | 2025.02.28 10:02:39.642530 [ 270 ] {} <Debug> TCP-Session: 36d6f7c3-5b10-4957-82a5-49b390c52cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2025.02.28 10:02:39.642556 [ 272 ] {} <Debug> TCP-Session: 8029376d-cabc-403e-aef5-0adfe467c19c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 357 | 2025.02.28 10:02:39.642579 [ 273 ] {} <Debug> TCP-Session: d13125cb-420e-4a74-acad-1b345d49bfbb Authenticating user 'default' from [fd00:1122:3344:101::b]:63691 | ||
| 358 | 2025.02.28 10:02:39.642642 [ 271 ] {} <Debug> TCP-Session: 28f1920a-5eec-4b2b-bbf0-444401bd6d77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2025.02.28 10:02:39.642526 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48871 | ||
| 360 | 2025.02.28 10:02:39.642674 [ 274 ] {} <Debug> TCP-Session: b1d1ffcc-e141-45bc-91e4-8635c87de017 Authenticating user 'default' from [fd00:1122:3344:101::b]:46563 | ||
| 361 | 2025.02.28 10:02:39.642773 [ 271 ] {} <Debug> TCP-Session: 28f1920a-5eec-4b2b-bbf0-444401bd6d77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 362 | 2025.02.28 10:02:39.642676 [ 272 ] {} <Debug> TCP-Session: 8029376d-cabc-403e-aef5-0adfe467c19c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 363 | 2025.02.28 10:02:39.642785 [ 273 ] {} <Debug> TCP-Session: d13125cb-420e-4a74-acad-1b345d49bfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 364 | 2025.02.28 10:02:39.642930 [ 274 ] {} <Debug> TCP-Session: b1d1ffcc-e141-45bc-91e4-8635c87de017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 365 | 2025.02.28 10:02:39.643038 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 366 | 2025.02.28 10:02:39.643078 [ 274 ] {} <Debug> TCP-Session: b1d1ffcc-e141-45bc-91e4-8635c87de017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2025.02.28 10:02:39.643118 [ 275 ] {} <Debug> TCP-Session: 4ec628e1-71d0-4728-bcbc-aac4f92c12ee Authenticating user 'default' from [fd00:1122:3344:101::b]:48871 | ||
| 368 | 2025.02.28 10:02:39.643046 [ 273 ] {} <Debug> TCP-Session: d13125cb-420e-4a74-acad-1b345d49bfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.02.28 10:02:39.643253 [ 275 ] {} <Debug> TCP-Session: 4ec628e1-71d0-4728-bcbc-aac4f92c12ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 370 | 2025.02.28 10:02:39.643398 [ 275 ] {} <Debug> TCP-Session: 4ec628e1-71d0-4728-bcbc-aac4f92c12ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2025.02.28 10:02:39.650228 [ 258 ] {e8e1f0f8-8667-4d30-9b99-20ce2090bd12} <Debug> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Loading data parts | ||
| 372 | 2025.02.28 10:02:39.650516 [ 258 ] {e8e1f0f8-8667-4d30-9b99-20ce2090bd12} <Debug> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): There are no data parts | ||
| 373 | 2025.02.28 10:02:39.653545 [ 258 ] {e8e1f0f8-8667-4d30-9b99-20ce2090bd12} <Debug> TCPHandler: Processed in 0.022016897 sec. | ||
| 374 | 2025.02.28 10:02:39.653909 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.02.28 10:02:39.654194 [ 261 ] {e4187107-fe16-4a0a-8c05-8dc0355cefb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 376 | 2025.02.28 10:02:39.654363 [ 261 ] {e4187107-fe16-4a0a-8c05-8dc0355cefb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 377 | 2025.02.28 10:02:39.658988 [ 261 ] {e4187107-fe16-4a0a-8c05-8dc0355cefb9} <Debug> oximeter.measurements_i8 (683eddcc-26c5-44df-aa5f-8af73c826ee2): Loading data parts | ||
| 378 | 2025.02.28 10:02:39.659209 [ 261 ] {e4187107-fe16-4a0a-8c05-8dc0355cefb9} <Debug> oximeter.measurements_i8 (683eddcc-26c5-44df-aa5f-8af73c826ee2): There are no data parts | ||
| 379 | 2025.02.28 10:02:39.665098 [ 261 ] {e4187107-fe16-4a0a-8c05-8dc0355cefb9} <Debug> TCPHandler: Processed in 0.011316368 sec. | ||
| 380 | 2025.02.28 10:02:39.665505 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.02.28 10:02:39.665971 [ 258 ] {ab4fa09a-0765-4045-b804-22d550cef57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 382 | 2025.02.28 10:02:39.666144 [ 258 ] {ab4fa09a-0765-4045-b804-22d550cef57f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 383 | 2025.02.28 10:02:39.671002 [ 258 ] {ab4fa09a-0765-4045-b804-22d550cef57f} <Debug> oximeter.measurements_u8 (16012c82-b535-4db1-a7f1-ffce36a5c5ea): Loading data parts | ||
| 384 | 2025.02.28 10:02:39.671288 [ 258 ] {ab4fa09a-0765-4045-b804-22d550cef57f} <Debug> oximeter.measurements_u8 (16012c82-b535-4db1-a7f1-ffce36a5c5ea): There are no data parts | ||
| 385 | 2025.02.28 10:02:39.675427 [ 258 ] {ab4fa09a-0765-4045-b804-22d550cef57f} <Debug> TCPHandler: Processed in 0.010097992 sec. | ||
| 386 | 2025.02.28 10:02:39.675734 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.02.28 10:02:39.675997 [ 261 ] {4ec91dde-e619-4fc9-8ba6-86d654253350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 388 | 2025.02.28 10:02:39.676209 [ 261 ] {4ec91dde-e619-4fc9-8ba6-86d654253350} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 389 | 2025.02.28 10:02:39.678615 [ 261 ] {4ec91dde-e619-4fc9-8ba6-86d654253350} <Debug> oximeter.measurements_i16 (15d957e3-7462-4386-bbcb-93962a2ac3c5): Loading data parts | ||
| 390 | 2025.02.28 10:02:39.678913 [ 261 ] {4ec91dde-e619-4fc9-8ba6-86d654253350} <Debug> oximeter.measurements_i16 (15d957e3-7462-4386-bbcb-93962a2ac3c5): There are no data parts | ||
| 391 | 2025.02.28 10:02:39.684684 [ 261 ] {4ec91dde-e619-4fc9-8ba6-86d654253350} <Debug> TCPHandler: Processed in 0.009065618 sec. | ||
| 392 | 2025.02.28 10:02:39.685000 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.02.28 10:02:39.685386 [ 258 ] {56c5b493-d444-46f2-a861-99feb1dd0908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 394 | 2025.02.28 10:02:39.685530 [ 258 ] {56c5b493-d444-46f2-a861-99feb1dd0908} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 395 | 2025.02.28 10:02:39.689024 [ 258 ] {56c5b493-d444-46f2-a861-99feb1dd0908} <Debug> oximeter.measurements_u16 (85e7cbee-53e8-428b-80d6-44a48de285df): Loading data parts | ||
| 396 | 2025.02.28 10:02:39.689206 [ 258 ] {56c5b493-d444-46f2-a861-99feb1dd0908} <Debug> oximeter.measurements_u16 (85e7cbee-53e8-428b-80d6-44a48de285df): There are no data parts | ||
| 397 | 2025.02.28 10:02:39.695260 [ 258 ] {56c5b493-d444-46f2-a861-99feb1dd0908} <Debug> TCPHandler: Processed in 0.010371205 sec. | ||
| 398 | 2025.02.28 10:02:39.695561 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 399 | 2025.02.28 10:02:39.695825 [ 261 ] {7adacc7b-0c6c-4fe0-857d-25efeb93f0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 400 | 2025.02.28 10:02:39.695979 [ 261 ] {7adacc7b-0c6c-4fe0-857d-25efeb93f0e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 401 | 2025.02.28 10:02:39.701562 [ 261 ] {7adacc7b-0c6c-4fe0-857d-25efeb93f0e9} <Debug> oximeter.measurements_i32 (0413211a-0a79-43bb-9ace-8c0b144a7745): Loading data parts | ||
| 402 | 2025.02.28 10:02:39.701884 [ 261 ] {7adacc7b-0c6c-4fe0-857d-25efeb93f0e9} <Debug> oximeter.measurements_i32 (0413211a-0a79-43bb-9ace-8c0b144a7745): There are no data parts | ||
| 403 | 2025.02.28 10:02:39.705042 [ 261 ] {7adacc7b-0c6c-4fe0-857d-25efeb93f0e9} <Debug> TCPHandler: Processed in 0.009583165 sec. | ||
| 404 | 2025.02.28 10:02:39.705394 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 405 | 2025.02.28 10:02:39.705906 [ 258 ] {c2893874-a1cc-4a25-afb9-bb623e3e1667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 406 | 2025.02.28 10:02:39.706093 [ 258 ] {c2893874-a1cc-4a25-afb9-bb623e3e1667} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 407 | 2025.02.28 10:02:39.710539 [ 258 ] {c2893874-a1cc-4a25-afb9-bb623e3e1667} <Debug> oximeter.measurements_u32 (1d88b71e-5dba-432f-a2e7-8d3021c00ced): Loading data parts | ||
| 408 | 2025.02.28 10:02:39.710740 [ 258 ] {c2893874-a1cc-4a25-afb9-bb623e3e1667} <Debug> oximeter.measurements_u32 (1d88b71e-5dba-432f-a2e7-8d3021c00ced): There are no data parts | ||
| 409 | 2025.02.28 10:02:39.716891 [ 258 ] {c2893874-a1cc-4a25-afb9-bb623e3e1667} <Debug> TCPHandler: Processed in 0.011649281 sec. | ||
| 410 | 2025.02.28 10:02:39.717350 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2025.02.28 10:02:39.717662 [ 261 ] {89685427-3c71-4bce-8ffd-865cedeaa4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 412 | 2025.02.28 10:02:39.717845 [ 261 ] {89685427-3c71-4bce-8ffd-865cedeaa4c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 413 | 2025.02.28 10:02:39.722721 [ 261 ] {89685427-3c71-4bce-8ffd-865cedeaa4c1} <Debug> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Loading data parts | ||
| 414 | 2025.02.28 10:02:39.722967 [ 261 ] {89685427-3c71-4bce-8ffd-865cedeaa4c1} <Debug> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): There are no data parts | ||
| 415 | 2025.02.28 10:02:39.728415 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53449 | ||
| 416 | 2025.02.28 10:02:39.728555 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 417 | 2025.02.28 10:02:39.728661 [ 277 ] {} <Debug> TCP-Session: 3d0918d5-200b-4e2f-a70f-4d3633f131fc Authenticating user 'default' from [fd00:1122:3344:101::c]:53449 | ||
| 418 | 2025.02.28 10:02:39.728687 [ 277 ] {} <Debug> TCP-Session: 3d0918d5-200b-4e2f-a70f-4d3633f131fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2025.02.28 10:02:39.728702 [ 277 ] {} <Debug> TCP-Session: 3d0918d5-200b-4e2f-a70f-4d3633f131fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2025.02.28 10:02:39.728842 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 421 | 2025.02.28 10:02:39.728872 [ 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 | ||
| 422 | 2025.02.28 10:02:39.729053 [ 261 ] {89685427-3c71-4bce-8ffd-865cedeaa4c1} <Debug> TCPHandler: Processed in 0.011897905 sec. | ||
| 423 | 2025.02.28 10:02:39.729075 [ 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 | ||
| 424 | 2025.02.28 10:02:39.729460 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 425 | 2025.02.28 10:02:39.729710 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46626 | ||
| 426 | 2025.02.28 10:02:39.729844 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52854 | ||
| 427 | 2025.02.28 10:02:39.729959 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 428 | 2025.02.28 10:02:39.729966 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54051 | ||
| 429 | 2025.02.28 10:02:39.730043 [ 258 ] {3035195e-2dcf-4ff7-9622-d62ef5ba4db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 430 | 2025.02.28 10:02:39.730080 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40988 | ||
| 431 | 2025.02.28 10:02:39.730240 [ 278 ] {} <Debug> TCP-Session: 3b2e2711-4d19-47ab-94f1-d0fa7525ddf5 Authenticating user 'default' from [fd00:1122:3344:101::c]:46626 | ||
| 432 | 2025.02.28 10:02:39.730244 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 433 | 2025.02.28 10:02:39.730457 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 434 | 2025.02.28 10:02:39.730468 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 435 | 2025.02.28 10:02:39.730501 [ 278 ] {} <Debug> TCP-Session: 3b2e2711-4d19-47ab-94f1-d0fa7525ddf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 436 | 2025.02.28 10:02:39.730639 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47418 | ||
| 437 | 2025.02.28 10:02:39.730562 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47771 | ||
| 438 | 2025.02.28 10:02:39.730476 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52874 | ||
| 439 | 2025.02.28 10:02:39.730704 [ 280 ] {} <Debug> TCP-Session: 66c055f7-aaa4-4770-a33e-174b6de9a398 Authenticating user 'default' from [fd00:1122:3344:101::c]:54051 | ||
| 440 | 2025.02.28 10:02:39.730696 [ 278 ] {} <Debug> TCP-Session: 3b2e2711-4d19-47ab-94f1-d0fa7525ddf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 441 | 2025.02.28 10:02:39.730526 [ 258 ] {3035195e-2dcf-4ff7-9622-d62ef5ba4db7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 442 | 2025.02.28 10:02:39.730959 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 443 | 2025.02.28 10:02:39.731029 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 444 | 2025.02.28 10:02:39.731049 [ 281 ] {} <Debug> TCP-Session: 131f2b62-7136-4b31-b5ec-4ad77d17c84f Authenticating user 'default' from [fd00:1122:3344:101::c]:40988 | ||
| 445 | 2025.02.28 10:02:39.731014 [ 280 ] {} <Debug> TCP-Session: 66c055f7-aaa4-4770-a33e-174b6de9a398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 446 | 2025.02.28 10:02:39.731228 [ 280 ] {} <Debug> TCP-Session: 66c055f7-aaa4-4770-a33e-174b6de9a398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 447 | 2025.02.28 10:02:39.731251 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 448 | 2025.02.28 10:02:39.731261 [ 281 ] {} <Debug> TCP-Session: 131f2b62-7136-4b31-b5ec-4ad77d17c84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 449 | 2025.02.28 10:02:39.731127 [ 284 ] {} <Debug> TCP-Session: e7d99a18-de0a-4a81-8be6-f8f918921fc3 Authenticating user 'default' from [fd00:1122:3344:101::c]:47418 | ||
| 450 | 2025.02.28 10:02:39.731243 [ 283 ] {} <Debug> TCP-Session: 461ffeec-a761-4e79-acc2-63f1fcc7255b Authenticating user 'default' from [fd00:1122:3344:101::c]:47771 | ||
| 451 | 2025.02.28 10:02:39.731396 [ 281 ] {} <Debug> TCP-Session: 131f2b62-7136-4b31-b5ec-4ad77d17c84f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 452 | 2025.02.28 10:02:39.731426 [ 279 ] {} <Debug> TCP-Session: e4d35ef8-6724-481c-917e-78142bfab688 Authenticating user 'default' from [fd00:1122:3344:101::c]:52854 | ||
| 453 | 2025.02.28 10:02:39.731535 [ 283 ] {} <Debug> TCP-Session: 461ffeec-a761-4e79-acc2-63f1fcc7255b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 454 | 2025.02.28 10:02:39.731501 [ 282 ] {} <Debug> TCP-Session: 57edb30a-0aa7-4efe-ac4e-07e77f40b78d Authenticating user 'default' from [fd00:1122:3344:101::c]:52874 | ||
| 455 | 2025.02.28 10:02:39.731484 [ 284 ] {} <Debug> TCP-Session: e7d99a18-de0a-4a81-8be6-f8f918921fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 456 | 2025.02.28 10:02:39.731707 [ 279 ] {} <Debug> TCP-Session: e4d35ef8-6724-481c-917e-78142bfab688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 457 | 2025.02.28 10:02:39.731746 [ 282 ] {} <Debug> TCP-Session: 57edb30a-0aa7-4efe-ac4e-07e77f40b78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2025.02.28 10:02:39.731737 [ 283 ] {} <Debug> TCP-Session: 461ffeec-a761-4e79-acc2-63f1fcc7255b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2025.02.28 10:02:39.731868 [ 279 ] {} <Debug> TCP-Session: e4d35ef8-6724-481c-917e-78142bfab688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 460 | 2025.02.28 10:02:39.731862 [ 282 ] {} <Debug> TCP-Session: 57edb30a-0aa7-4efe-ac4e-07e77f40b78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 461 | 2025.02.28 10:02:39.731833 [ 284 ] {} <Debug> TCP-Session: e7d99a18-de0a-4a81-8be6-f8f918921fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2025.02.28 10:02:39.735577 [ 258 ] {3035195e-2dcf-4ff7-9622-d62ef5ba4db7} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Loading data parts | ||
| 463 | 2025.02.28 10:02:39.735801 [ 258 ] {3035195e-2dcf-4ff7-9622-d62ef5ba4db7} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): There are no data parts | ||
| 464 | 2025.02.28 10:02:39.740125 [ 258 ] {3035195e-2dcf-4ff7-9622-d62ef5ba4db7} <Debug> TCPHandler: Processed in 0.010849172 sec. | ||
| 465 | 2025.02.28 10:02:39.740615 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2025.02.28 10:02:39.740877 [ 261 ] {aaa8b14b-272a-4ccb-9e07-37cae6889409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 467 | 2025.02.28 10:02:39.741034 [ 261 ] {aaa8b14b-272a-4ccb-9e07-37cae6889409} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 468 | 2025.02.28 10:02:39.746769 [ 261 ] {aaa8b14b-272a-4ccb-9e07-37cae6889409} <Debug> oximeter.measurements_f32 (f038a1ad-828f-4197-a949-eccc7e273afc): Loading data parts | ||
| 469 | 2025.02.28 10:02:39.747121 [ 261 ] {aaa8b14b-272a-4ccb-9e07-37cae6889409} <Debug> oximeter.measurements_f32 (f038a1ad-828f-4197-a949-eccc7e273afc): There are no data parts | ||
| 470 | 2025.02.28 10:02:39.749475 [ 261 ] {aaa8b14b-272a-4ccb-9e07-37cae6889409} <Debug> TCPHandler: Processed in 0.008968117 sec. | ||
| 471 | 2025.02.28 10:02:39.749783 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2025.02.28 10:02:39.750292 [ 258 ] {b17fd612-f8eb-4298-aee7-6a06233bd654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 473 | 2025.02.28 10:02:39.750377 [ 258 ] {b17fd612-f8eb-4298-aee7-6a06233bd654} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 474 | 2025.02.28 10:02:39.753373 [ 258 ] {b17fd612-f8eb-4298-aee7-6a06233bd654} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Loading data parts | ||
| 475 | 2025.02.28 10:02:39.753577 [ 258 ] {b17fd612-f8eb-4298-aee7-6a06233bd654} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): There are no data parts | ||
| 476 | 2025.02.28 10:02:39.756062 [ 258 ] {b17fd612-f8eb-4298-aee7-6a06233bd654} <Debug> TCPHandler: Processed in 0.006394614 sec. | ||
| 477 | 2025.02.28 10:02:39.756537 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 478 | 2025.02.28 10:02:39.756806 [ 261 ] {7c1d3a7b-fa0f-474b-8b65-34bdd8aa21fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 479 | 2025.02.28 10:02:39.756992 [ 261 ] {7c1d3a7b-fa0f-474b-8b65-34bdd8aa21fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 480 | 2025.02.28 10:02:39.760574 [ 261 ] {7c1d3a7b-fa0f-474b-8b65-34bdd8aa21fe} <Debug> oximeter.measurements_string (e421ffae-3db1-4583-ae98-1aa3d9c76491): Loading data parts | ||
| 481 | 2025.02.28 10:02:39.760873 [ 261 ] {7c1d3a7b-fa0f-474b-8b65-34bdd8aa21fe} <Debug> oximeter.measurements_string (e421ffae-3db1-4583-ae98-1aa3d9c76491): There are no data parts | ||
| 482 | 2025.02.28 10:02:39.763057 [ 261 ] {7c1d3a7b-fa0f-474b-8b65-34bdd8aa21fe} <Debug> TCPHandler: Processed in 0.006637267 sec. | ||
| 483 | 2025.02.28 10:02:39.763347 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 484 | 2025.02.28 10:02:39.763801 [ 258 ] {505e5b92-b900-41a3-893c-70b8da81b179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 485 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 486 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 487 | * a string isn't palatable for a few reasons. | ||
| 488 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 489 | * details. | ||
| 490 | */ | ||
| 491 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 492 | 2025.02.28 10:02:39.763977 [ 258 ] {505e5b92-b900-41a3-893c-70b8da81b179} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 493 | 2025.02.28 10:02:39.768942 [ 258 ] {505e5b92-b900-41a3-893c-70b8da81b179} <Debug> oximeter.measurements_bytes (9f36cd1e-5232-4cec-9a94-923b5ef32bf4): Loading data parts | ||
| 494 | 2025.02.28 10:02:39.769227 [ 258 ] {505e5b92-b900-41a3-893c-70b8da81b179} <Debug> oximeter.measurements_bytes (9f36cd1e-5232-4cec-9a94-923b5ef32bf4): There are no data parts | ||
| 495 | 2025.02.28 10:02:39.775367 [ 258 ] {505e5b92-b900-41a3-893c-70b8da81b179} <Debug> TCPHandler: Processed in 0.012131318 sec. | ||
| 496 | 2025.02.28 10:02:39.775690 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.02.28 10:02:39.776042 [ 261 ] {18bd71bd-a3f3-43e0-a506-e6cf63b9bd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 498 | 2025.02.28 10:02:39.776173 [ 261 ] {18bd71bd-a3f3-43e0-a506-e6cf63b9bd28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 499 | 2025.02.28 10:02:39.780407 [ 261 ] {18bd71bd-a3f3-43e0-a506-e6cf63b9bd28} <Debug> oximeter.measurements_cumulativei64 (6cb4c00e-50b9-423e-a856-681a7c66c270): Loading data parts | ||
| 500 | 2025.02.28 10:02:39.780621 [ 261 ] {18bd71bd-a3f3-43e0-a506-e6cf63b9bd28} <Debug> oximeter.measurements_cumulativei64 (6cb4c00e-50b9-423e-a856-681a7c66c270): There are no data parts | ||
| 501 | 2025.02.28 10:02:39.786486 [ 261 ] {18bd71bd-a3f3-43e0-a506-e6cf63b9bd28} <Debug> TCPHandler: Processed in 0.010905332 sec. | ||
| 502 | 2025.02.28 10:02:39.786834 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.02.28 10:02:39.787136 [ 258 ] {e86a1b15-d109-4b6d-81db-b6ba2e1dbd1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 504 | 2025.02.28 10:02:39.787317 [ 258 ] {e86a1b15-d109-4b6d-81db-b6ba2e1dbd1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 505 | 2025.02.28 10:02:39.792877 [ 258 ] {e86a1b15-d109-4b6d-81db-b6ba2e1dbd1e} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Loading data parts | ||
| 506 | 2025.02.28 10:02:39.793121 [ 258 ] {e86a1b15-d109-4b6d-81db-b6ba2e1dbd1e} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): There are no data parts | ||
| 507 | 2025.02.28 10:02:39.799842 [ 258 ] {e86a1b15-d109-4b6d-81db-b6ba2e1dbd1e} <Debug> TCPHandler: Processed in 0.013136051 sec. | ||
| 508 | 2025.02.28 10:02:39.800306 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.02.28 10:02:39.800584 [ 261 ] {ef9105c4-48ea-4305-a99a-8745a3c62d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 510 | 2025.02.28 10:02:39.800775 [ 261 ] {ef9105c4-48ea-4305-a99a-8745a3c62d92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 511 | 2025.02.28 10:02:39.804416 [ 261 ] {ef9105c4-48ea-4305-a99a-8745a3c62d92} <Debug> oximeter.measurements_cumulativef32 (51c7cf28-2384-421f-8174-b785981019fc): Loading data parts | ||
| 512 | 2025.02.28 10:02:39.804786 [ 261 ] {ef9105c4-48ea-4305-a99a-8745a3c62d92} <Debug> oximeter.measurements_cumulativef32 (51c7cf28-2384-421f-8174-b785981019fc): There are no data parts | ||
| 513 | 2025.02.28 10:02:39.806894 [ 261 ] {ef9105c4-48ea-4305-a99a-8745a3c62d92} <Debug> TCPHandler: Processed in 0.006701787 sec. | ||
| 514 | 2025.02.28 10:02:39.807226 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2025.02.28 10:02:39.807689 [ 258 ] {c0096226-6626-4626-9a0f-aaa357faa6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 516 | 2025.02.28 10:02:39.807894 [ 258 ] {c0096226-6626-4626-9a0f-aaa357faa6a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 517 | 2025.02.28 10:02:39.814902 [ 258 ] {c0096226-6626-4626-9a0f-aaa357faa6a7} <Debug> oximeter.measurements_cumulativef64 (a1a23d72-d627-4362-996d-030b3b59e303): Loading data parts | ||
| 518 | 2025.02.28 10:02:39.815216 [ 258 ] {c0096226-6626-4626-9a0f-aaa357faa6a7} <Debug> oximeter.measurements_cumulativef64 (a1a23d72-d627-4362-996d-030b3b59e303): There are no data parts | ||
| 519 | 2025.02.28 10:02:39.821578 [ 258 ] {c0096226-6626-4626-9a0f-aaa357faa6a7} <Debug> TCPHandler: Processed in 0.014510859 sec. | ||
| 520 | 2025.02.28 10:02:39.821877 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2025.02.28 10:02:39.822263 [ 261 ] {a5ef455f-f36a-48ee-a572-3953a8ff2b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 522 | * NOTE: Array types cannot be Nullable, see | ||
| 523 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 524 | * for more details. | ||
| 525 | * | ||
| 526 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 527 | * is unfortunate, and at this point relies on the fact that an | ||
| 528 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 529 | * to figure out another way to represent missing samples here. | ||
| 530 | */ | ||
| 531 | 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) | ||
| 532 | 2025.02.28 10:02:39.822445 [ 261 ] {a5ef455f-f36a-48ee-a572-3953a8ff2b6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 533 | 2025.02.28 10:02:39.825764 [ 261 ] {a5ef455f-f36a-48ee-a572-3953a8ff2b6d} <Debug> oximeter.measurements_histogrami8 (e89c4ea0-cab7-45ba-a2f0-3f75b1b6aac9): Loading data parts | ||
| 534 | 2025.02.28 10:02:39.826042 [ 261 ] {a5ef455f-f36a-48ee-a572-3953a8ff2b6d} <Debug> oximeter.measurements_histogrami8 (e89c4ea0-cab7-45ba-a2f0-3f75b1b6aac9): There are no data parts | ||
| 535 | 2025.02.28 10:02:39.828357 [ 261 ] {a5ef455f-f36a-48ee-a572-3953a8ff2b6d} <Debug> TCPHandler: Processed in 0.006592126 sec. | ||
| 536 | 2025.02.28 10:02:39.828661 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.02.28 10:02:39.829148 [ 258 ] {719ae8b9-adb2-498e-befd-1991d95425f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 538 | 2025.02.28 10:02:39.829325 [ 258 ] {719ae8b9-adb2-498e-befd-1991d95425f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 539 | 2025.02.28 10:02:39.832587 [ 258 ] {719ae8b9-adb2-498e-befd-1991d95425f3} <Debug> oximeter.measurements_histogramu8 (11ad8701-5e4f-43cb-82bd-8102dc5f1290): Loading data parts | ||
| 540 | 2025.02.28 10:02:39.832846 [ 258 ] {719ae8b9-adb2-498e-befd-1991d95425f3} <Debug> oximeter.measurements_histogramu8 (11ad8701-5e4f-43cb-82bd-8102dc5f1290): There are no data parts | ||
| 541 | 2025.02.28 10:02:39.839363 [ 258 ] {719ae8b9-adb2-498e-befd-1991d95425f3} <Debug> TCPHandler: Processed in 0.010819062 sec. | ||
| 542 | 2025.02.28 10:02:39.839721 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.02.28 10:02:39.840099 [ 261 ] {cf7965be-5e10-442f-a440-bc044a0985df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 544 | 2025.02.28 10:02:39.840328 [ 261 ] {cf7965be-5e10-442f-a440-bc044a0985df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 545 | 2025.02.28 10:02:39.846426 [ 261 ] {cf7965be-5e10-442f-a440-bc044a0985df} <Debug> oximeter.measurements_histogrami16 (07dfe172-8d55-4f38-8558-eb30aabaf772): Loading data parts | ||
| 546 | 2025.02.28 10:02:39.846810 [ 261 ] {cf7965be-5e10-442f-a440-bc044a0985df} <Debug> oximeter.measurements_histogrami16 (07dfe172-8d55-4f38-8558-eb30aabaf772): There are no data parts | ||
| 547 | 2025.02.28 10:02:39.852633 [ 261 ] {cf7965be-5e10-442f-a440-bc044a0985df} <Debug> TCPHandler: Processed in 0.01302584 sec. | ||
| 548 | 2025.02.28 10:02:39.852929 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.02.28 10:02:39.853448 [ 258 ] {a92c68fe-3930-4bc2-93d6-4d5ce51eca74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 550 | 2025.02.28 10:02:39.853612 [ 258 ] {a92c68fe-3930-4bc2-93d6-4d5ce51eca74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 551 | 2025.02.28 10:02:39.860225 [ 258 ] {a92c68fe-3930-4bc2-93d6-4d5ce51eca74} <Debug> oximeter.measurements_histogramu16 (f7a16e7e-6a39-4ccd-83fe-94ed7fa8a99e): Loading data parts | ||
| 552 | 2025.02.28 10:02:39.860437 [ 258 ] {a92c68fe-3930-4bc2-93d6-4d5ce51eca74} <Debug> oximeter.measurements_histogramu16 (f7a16e7e-6a39-4ccd-83fe-94ed7fa8a99e): There are no data parts | ||
| 553 | 2025.02.28 10:02:39.866534 [ 258 ] {a92c68fe-3930-4bc2-93d6-4d5ce51eca74} <Debug> TCPHandler: Processed in 0.013716649 sec. | ||
| 554 | 2025.02.28 10:02:39.866827 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.02.28 10:02:39.867162 [ 261 ] {bdd4e277-20a6-48aa-a755-8a2b4facc556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 556 | 2025.02.28 10:02:39.867333 [ 261 ] {bdd4e277-20a6-48aa-a755-8a2b4facc556} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 557 | 2025.02.28 10:02:39.872524 [ 261 ] {bdd4e277-20a6-48aa-a755-8a2b4facc556} <Debug> oximeter.measurements_histogrami32 (4276a732-f5b1-4a46-a9e3-ca2cbb1b9dbb): Loading data parts | ||
| 558 | 2025.02.28 10:02:39.872857 [ 261 ] {bdd4e277-20a6-48aa-a755-8a2b4facc556} <Debug> oximeter.measurements_histogrami32 (4276a732-f5b1-4a46-a9e3-ca2cbb1b9dbb): There are no data parts | ||
| 559 | 2025.02.28 10:02:39.877247 [ 261 ] {bdd4e277-20a6-48aa-a755-8a2b4facc556} <Debug> TCPHandler: Processed in 0.010514307 sec. | ||
| 560 | 2025.02.28 10:02:39.877513 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.02.28 10:02:39.877947 [ 258 ] {36a36117-13d3-435a-9d5e-2400042362da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 562 | 2025.02.28 10:02:39.878094 [ 258 ] {36a36117-13d3-435a-9d5e-2400042362da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 563 | 2025.02.28 10:02:39.884788 [ 258 ] {36a36117-13d3-435a-9d5e-2400042362da} <Debug> oximeter.measurements_histogramu32 (7aaf0b3c-e601-497f-babb-c577cd2aeca3): Loading data parts | ||
| 564 | 2025.02.28 10:02:39.884980 [ 258 ] {36a36117-13d3-435a-9d5e-2400042362da} <Debug> oximeter.measurements_histogramu32 (7aaf0b3c-e601-497f-babb-c577cd2aeca3): There are no data parts | ||
| 565 | 2025.02.28 10:02:39.891250 [ 258 ] {36a36117-13d3-435a-9d5e-2400042362da} <Debug> TCPHandler: Processed in 0.01383021 sec. | ||
| 566 | 2025.02.28 10:02:39.891646 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.02.28 10:02:39.891985 [ 261 ] {e072834b-57bc-4bb3-a993-5a0a26ecaf90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 568 | 2025.02.28 10:02:39.892158 [ 261 ] {e072834b-57bc-4bb3-a993-5a0a26ecaf90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 569 | 2025.02.28 10:02:39.896968 [ 261 ] {e072834b-57bc-4bb3-a993-5a0a26ecaf90} <Debug> oximeter.measurements_histogrami64 (c895de88-747a-407c-a054-4cb0286dfc16): Loading data parts | ||
| 570 | 2025.02.28 10:02:39.897280 [ 261 ] {e072834b-57bc-4bb3-a993-5a0a26ecaf90} <Debug> oximeter.measurements_histogrami64 (c895de88-747a-407c-a054-4cb0286dfc16): There are no data parts | ||
| 571 | 2025.02.28 10:02:39.907306 [ 261 ] {e072834b-57bc-4bb3-a993-5a0a26ecaf90} <Debug> TCPHandler: Processed in 0.015751046 sec. | ||
| 572 | 2025.02.28 10:02:39.907595 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.02.28 10:02:39.908090 [ 258 ] {463ddab2-5584-492d-9928-f181de5c4473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 574 | 2025.02.28 10:02:39.908252 [ 258 ] {463ddab2-5584-492d-9928-f181de5c4473} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 575 | 2025.02.28 10:02:39.914565 [ 258 ] {463ddab2-5584-492d-9928-f181de5c4473} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Loading data parts | ||
| 576 | 2025.02.28 10:02:39.914744 [ 258 ] {463ddab2-5584-492d-9928-f181de5c4473} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): There are no data parts | ||
| 577 | 2025.02.28 10:02:39.921009 [ 258 ] {463ddab2-5584-492d-9928-f181de5c4473} <Debug> TCPHandler: Processed in 0.013524027 sec. | ||
| 578 | 2025.02.28 10:02:39.921353 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.02.28 10:02:39.921684 [ 261 ] {59ab8166-9d71-484e-83be-7e8623e151f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 580 | 2025.02.28 10:02:39.921864 [ 261 ] {59ab8166-9d71-484e-83be-7e8623e151f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 581 | 2025.02.28 10:02:39.928088 [ 261 ] {59ab8166-9d71-484e-83be-7e8623e151f1} <Debug> oximeter.measurements_histogramf32 (d4d4e018-59fa-411d-8f9b-384dcf2177b0): Loading data parts | ||
| 582 | 2025.02.28 10:02:39.928352 [ 261 ] {59ab8166-9d71-484e-83be-7e8623e151f1} <Debug> oximeter.measurements_histogramf32 (d4d4e018-59fa-411d-8f9b-384dcf2177b0): There are no data parts | ||
| 583 | 2025.02.28 10:02:39.936023 [ 261 ] {59ab8166-9d71-484e-83be-7e8623e151f1} <Debug> TCPHandler: Processed in 0.014760033 sec. | ||
| 584 | 2025.02.28 10:02:39.936302 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.02.28 10:02:39.936760 [ 258 ] {9890fe0e-3552-46f8-a979-486c24256207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 586 | 2025.02.28 10:02:39.936914 [ 258 ] {9890fe0e-3552-46f8-a979-486c24256207} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 587 | 2025.02.28 10:02:39.940014 [ 258 ] {9890fe0e-3552-46f8-a979-486c24256207} <Debug> oximeter.measurements_histogramf64 (e4b421b5-8b60-4624-9b31-9a2c7bb88acd): Loading data parts | ||
| 588 | 2025.02.28 10:02:39.940228 [ 258 ] {9890fe0e-3552-46f8-a979-486c24256207} <Debug> oximeter.measurements_histogramf64 (e4b421b5-8b60-4624-9b31-9a2c7bb88acd): There are no data parts | ||
| 589 | 2025.02.28 10:02:39.943346 [ 258 ] {9890fe0e-3552-46f8-a979-486c24256207} <Debug> TCPHandler: Processed in 0.007155343 sec. | ||
| 590 | 2025.02.28 10:02:39.943773 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.02.28 10:02:39.944014 [ 261 ] {44672858-c26c-4a40-9d4c-dd966c62e2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) /* The field tables store named dimensions of each timeseries. | ||
| 592 | * | ||
| 593 | * As with the measurement tables, there is one field table for each field data | ||
| 594 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 595 | * this behavior **must not** be relied upon for query correctness. | ||
| 596 | * | ||
| 597 | * The index for the fields differs from the measurements, however. Rows are | ||
| 598 | * sorted by timeseries name, then field name, field value, and finally | ||
| 599 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 600 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 601 | * usually then used to look up measurements. | ||
| 602 | * | ||
| 603 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 604 | * timeseries name and then key, since it would improve lookups where one | ||
| 605 | * already has the key. Realistically though, these tables are quite small and | ||
| 606 | * so performance benefits will be low in absolute terms. | ||
| 607 | * | ||
| 608 | * TTL: We use a materialized column to expire old field table records. This | ||
| 609 | * column is generated automatically by the database whenever a new row is | ||
| 610 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 611 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 612 | * record will remain during a deduplication, which will have the last | ||
| 613 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 614 | * measurement tables. | ||
| 615 | */ | ||
| 616 | 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) | ||
| 617 | 2025.02.28 10:02:39.944200 [ 261 ] {44672858-c26c-4a40-9d4c-dd966c62e2b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 618 | 2025.02.28 10:02:39.950396 [ 261 ] {44672858-c26c-4a40-9d4c-dd966c62e2b3} <Debug> oximeter.fields_bool (b0ed6464-a1f2-4355-adbd-ecae502e800d): Loading data parts | ||
| 619 | 2025.02.28 10:02:39.950581 [ 261 ] {44672858-c26c-4a40-9d4c-dd966c62e2b3} <Debug> oximeter.fields_bool (b0ed6464-a1f2-4355-adbd-ecae502e800d): There are no data parts | ||
| 620 | 2025.02.28 10:02:39.955680 [ 261 ] {44672858-c26c-4a40-9d4c-dd966c62e2b3} <Debug> TCPHandler: Processed in 0.011978366 sec. | ||
| 621 | 2025.02.28 10:02:39.956024 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 622 | 2025.02.28 10:02:39.956284 [ 258 ] {65172cd1-a594-4d6e-b083-3a96320f1537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 623 | 2025.02.28 10:02:39.956462 [ 258 ] {65172cd1-a594-4d6e-b083-3a96320f1537} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 624 | 2025.02.28 10:02:39.962764 [ 258 ] {65172cd1-a594-4d6e-b083-3a96320f1537} <Debug> oximeter.fields_i8 (ed9b9bcf-dde9-4450-adce-4fa076abf2da): Loading data parts | ||
| 625 | 2025.02.28 10:02:39.962966 [ 258 ] {65172cd1-a594-4d6e-b083-3a96320f1537} <Debug> oximeter.fields_i8 (ed9b9bcf-dde9-4450-adce-4fa076abf2da): There are no data parts | ||
| 626 | 2025.02.28 10:02:39.971133 [ 258 ] {65172cd1-a594-4d6e-b083-3a96320f1537} <Debug> TCPHandler: Processed in 0.015216758 sec. | ||
| 627 | 2025.02.28 10:02:39.971513 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 628 | 2025.02.28 10:02:39.971837 [ 261 ] {d1cb439f-bf03-4ae9-9b86-f6adc8214202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 629 | 2025.02.28 10:02:39.972100 [ 261 ] {d1cb439f-bf03-4ae9-9b86-f6adc8214202} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 630 | 2025.02.28 10:02:39.975043 [ 261 ] {d1cb439f-bf03-4ae9-9b86-f6adc8214202} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Loading data parts | ||
| 631 | 2025.02.28 10:02:39.975387 [ 261 ] {d1cb439f-bf03-4ae9-9b86-f6adc8214202} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): There are no data parts | ||
| 632 | 2025.02.28 10:02:39.983294 [ 261 ] {d1cb439f-bf03-4ae9-9b86-f6adc8214202} <Debug> TCPHandler: Processed in 0.011869705 sec. | ||
| 633 | 2025.02.28 10:02:39.983617 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 634 | 2025.02.28 10:02:39.983991 [ 258 ] {d47045c6-d2cb-4abc-a39d-4c105036a332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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) | ||
| 635 | 2025.02.28 10:02:39.984107 [ 258 ] {d47045c6-d2cb-4abc-a39d-4c105036a332} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 636 | 2025.02.28 10:02:39.990765 [ 258 ] {d47045c6-d2cb-4abc-a39d-4c105036a332} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Loading data parts | ||
| 637 | 2025.02.28 10:02:39.990984 [ 258 ] {d47045c6-d2cb-4abc-a39d-4c105036a332} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): There are no data parts | ||
| 638 | 2025.02.28 10:02:39.997358 [ 258 ] {d47045c6-d2cb-4abc-a39d-4c105036a332} <Debug> TCPHandler: Processed in 0.013872061 sec. | ||
| 639 | 2025.02.28 10:02:39.997789 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 640 | 2025.02.28 10:02:39.998110 [ 261 ] {564855a2-9a79-4e7c-9da9-508a7e57fe1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 641 | 2025.02.28 10:02:39.998330 [ 261 ] {564855a2-9a79-4e7c-9da9-508a7e57fe1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 642 | 2025.02.28 10:02:40.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.47 MiB, peak 124.47 MiB, free memory in arenas 0.00 B, will set to 136.58 MiB (RSS), difference: 12.11 MiB | ||
| 643 | 2025.02.28 10:02:40.007651 [ 261 ] {564855a2-9a79-4e7c-9da9-508a7e57fe1d} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Loading data parts | ||
| 644 | 2025.02.28 10:02:40.008286 [ 261 ] {564855a2-9a79-4e7c-9da9-508a7e57fe1d} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): There are no data parts | ||
| 645 | 2025.02.28 10:02:40.014032 [ 261 ] {564855a2-9a79-4e7c-9da9-508a7e57fe1d} <Debug> TCPHandler: Processed in 0.016389834 sec. | ||
| 646 | 2025.02.28 10:02:40.014433 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 647 | 2025.02.28 10:02:40.014837 [ 258 ] {243e6884-5d8e-4be0-9698-68efda8f759a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 648 | 2025.02.28 10:02:40.015016 [ 258 ] {243e6884-5d8e-4be0-9698-68efda8f759a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 649 | 2025.02.28 10:02:40.021690 [ 258 ] {243e6884-5d8e-4be0-9698-68efda8f759a} <Debug> oximeter.fields_i32 (84e26124-1377-4c38-b25c-7d51260287ed): Loading data parts | ||
| 650 | 2025.02.28 10:02:40.021965 [ 258 ] {243e6884-5d8e-4be0-9698-68efda8f759a} <Debug> oximeter.fields_i32 (84e26124-1377-4c38-b25c-7d51260287ed): There are no data parts | ||
| 651 | 2025.02.28 10:02:40.027932 [ 258 ] {243e6884-5d8e-4be0-9698-68efda8f759a} <Debug> TCPHandler: Processed in 0.013637397 sec. | ||
| 652 | 2025.02.28 10:02:40.028213 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 653 | 2025.02.28 10:02:40.028491 [ 261 ] {709bb7fa-f65d-4f64-b6b7-d1d000595ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 654 | 2025.02.28 10:02:40.028667 [ 261 ] {709bb7fa-f65d-4f64-b6b7-d1d000595ef6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 655 | 2025.02.28 10:02:40.035213 [ 261 ] {709bb7fa-f65d-4f64-b6b7-d1d000595ef6} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Loading data parts | ||
| 656 | 2025.02.28 10:02:40.035404 [ 261 ] {709bb7fa-f65d-4f64-b6b7-d1d000595ef6} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): There are no data parts | ||
| 657 | 2025.02.28 10:02:40.041326 [ 261 ] {709bb7fa-f65d-4f64-b6b7-d1d000595ef6} <Debug> TCPHandler: Processed in 0.013223452 sec. | ||
| 658 | 2025.02.28 10:02:40.041666 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 659 | 2025.02.28 10:02:40.041919 [ 258 ] {5661116d-27d6-4119-9616-93251f578e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 660 | 2025.02.28 10:02:40.042092 [ 258 ] {5661116d-27d6-4119-9616-93251f578e48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 661 | 2025.02.28 10:02:40.048641 [ 258 ] {5661116d-27d6-4119-9616-93251f578e48} <Debug> oximeter.fields_i64 (83135458-8817-4863-b663-ac176fd9a09b): Loading data parts | ||
| 662 | 2025.02.28 10:02:40.048982 [ 258 ] {5661116d-27d6-4119-9616-93251f578e48} <Debug> oximeter.fields_i64 (83135458-8817-4863-b663-ac176fd9a09b): There are no data parts | ||
| 663 | 2025.02.28 10:02:40.051961 [ 258 ] {5661116d-27d6-4119-9616-93251f578e48} <Debug> TCPHandler: Processed in 0.010388005 sec. | ||
| 664 | 2025.02.28 10:02:40.052207 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 665 | 2025.02.28 10:02:40.052570 [ 261 ] {a616a33a-51ae-4d9f-ba2b-4e68128adac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 666 | 2025.02.28 10:02:40.052634 [ 261 ] {a616a33a-51ae-4d9f-ba2b-4e68128adac9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 667 | 2025.02.28 10:02:40.056324 [ 261 ] {a616a33a-51ae-4d9f-ba2b-4e68128adac9} <Debug> oximeter.fields_u64 (625adbd6-a159-4f02-9c42-4331c8d3cc21): Loading data parts | ||
| 668 | 2025.02.28 10:02:40.056515 [ 261 ] {a616a33a-51ae-4d9f-ba2b-4e68128adac9} <Debug> oximeter.fields_u64 (625adbd6-a159-4f02-9c42-4331c8d3cc21): There are no data parts | ||
| 669 | 2025.02.28 10:02:40.061130 [ 261 ] {a616a33a-51ae-4d9f-ba2b-4e68128adac9} <Debug> TCPHandler: Processed in 0.009016068 sec. | ||
| 670 | 2025.02.28 10:02:40.061474 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2025.02.28 10:02:40.061717 [ 258 ] {f95733b8-2895-4462-99be-5bdd5c3c85be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 672 | 2025.02.28 10:02:40.061959 [ 258 ] {f95733b8-2895-4462-99be-5bdd5c3c85be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 673 | 2025.02.28 10:02:40.067332 [ 258 ] {f95733b8-2895-4462-99be-5bdd5c3c85be} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Loading data parts | ||
| 674 | 2025.02.28 10:02:40.067655 [ 258 ] {f95733b8-2895-4462-99be-5bdd5c3c85be} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): There are no data parts | ||
| 675 | 2025.02.28 10:02:40.073973 [ 258 ] {f95733b8-2895-4462-99be-5bdd5c3c85be} <Debug> TCPHandler: Processed in 0.012581164 sec. | ||
| 676 | 2025.02.28 10:02:40.074233 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 677 | 2025.02.28 10:02:40.074579 [ 261 ] {e5eb400f-dc86-4b07-b68a-5319e44a8293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 678 | 2025.02.28 10:02:40.074703 [ 261 ] {e5eb400f-dc86-4b07-b68a-5319e44a8293} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 679 | 2025.02.28 10:02:40.080880 [ 261 ] {e5eb400f-dc86-4b07-b68a-5319e44a8293} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Loading data parts | ||
| 680 | 2025.02.28 10:02:40.081118 [ 261 ] {e5eb400f-dc86-4b07-b68a-5319e44a8293} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): There are no data parts | ||
| 681 | 2025.02.28 10:02:40.087490 [ 261 ] {e5eb400f-dc86-4b07-b68a-5319e44a8293} <Debug> TCPHandler: Processed in 0.013348744 sec. | ||
| 682 | 2025.02.28 10:02:40.087800 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2025.02.28 10:02:40.088061 [ 258 ] {71f71a9a-c82f-416e-91ac-9977603676aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 684 | 2025.02.28 10:02:40.088238 [ 258 ] {71f71a9a-c82f-416e-91ac-9977603676aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 685 | 2025.02.28 10:02:40.092519 [ 258 ] {71f71a9a-c82f-416e-91ac-9977603676aa} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Loading data parts | ||
| 686 | 2025.02.28 10:02:40.092784 [ 258 ] {71f71a9a-c82f-416e-91ac-9977603676aa} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): There are no data parts | ||
| 687 | 2025.02.28 10:02:40.100398 [ 258 ] {71f71a9a-c82f-416e-91ac-9977603676aa} <Debug> TCPHandler: Processed in 0.012683586 sec. | ||
| 688 | 2025.02.28 10:02:40.100665 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 689 | 2025.02.28 10:02:40.101115 [ 261 ] {14574ff6-c97a-40fb-bc7e-ca29428ab9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) /* The timeseries schema table stores the extracted schema for the samples | ||
| 690 | * oximeter collects. | ||
| 691 | */ | ||
| 692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 693 | 2025.02.28 10:02:40.101290 [ 261 ] {14574ff6-c97a-40fb-bc7e-ca29428ab9da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 694 | 2025.02.28 10:02:40.107648 [ 261 ] {14574ff6-c97a-40fb-bc7e-ca29428ab9da} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Loading data parts | ||
| 695 | 2025.02.28 10:02:40.107995 [ 261 ] {14574ff6-c97a-40fb-bc7e-ca29428ab9da} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): There are no data parts | ||
| 696 | 2025.02.28 10:02:40.111626 [ 261 ] {14574ff6-c97a-40fb-bc7e-ca29428ab9da} <Debug> TCPHandler: Processed in 0.011043234 sec. | ||
| 697 | 2025.02.28 10:02:40.111920 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 698 | 2025.02.28 10:02:40.112368 [ 258 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 699 | 2025.02.28 10:02:40.113828 [ 258 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 700 | 2025.02.28 10:02:40.123057 [ 276 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Trace> oximeter.version (67447cd7-98a4-460a-995f-6783e3beb4c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 701 | 2025.02.28 10:02:40.123283 [ 276 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 702 | 2025.02.28 10:02:40.128638 [ 276 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 703 | 2025.02.28 10:02:40.129183 [ 276 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Trace> oximeter.version (67447cd7-98a4-460a-995f-6783e3beb4c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 704 | 2025.02.28 10:02:40.129618 [ 258 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017418 sec., 57.41187277528993 rows/sec., 918.59 B/sec. | ||
| 705 | 2025.02.28 10:02:40.129952 [ 258 ] {a561ad3d-d8ee-4e58-8789-e64e66f62c83} <Debug> TCPHandler: Processed in 0.018115006 sec. | ||
| 706 | 2025.02.28 10:02:41.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.32 MiB, peak 137.32 MiB, free memory in arenas 0.00 B, will set to 140.89 MiB (RSS), difference: 3.57 MiB | ||
| 707 | 2025.02.28 10:02:46.265262 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.02.28 10:02:46.265290 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.02.28 10:02:46.265451 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.02.28 10:02:46.265517 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.02.28 10:02:46.272728 [ 242 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Loading data parts | ||
| 712 | 2025.02.28 10:02:46.273067 [ 242 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): There are no data parts | ||
| 713 | 2025.02.28 10:02:46.281194 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.02.28 10:02:46.281403 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 715 | 2025.02.28 10:02:46.284600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.02.28 10:02:46.285501 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.02.28 10:02:46.286458 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.02.28 10:02:46.293520 [ 244 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Loading data parts | ||
| 719 | 2025.02.28 10:02:46.293680 [ 244 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): There are no data parts | ||
| 720 | 2025.02.28 10:02:46.317966 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.02.28 10:02:46.319571 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 722 | 2025.02.28 10:02:46.327021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.02.28 10:02:46.328196 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.02.28 10:02:46.330599 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.02.28 10:02:47.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.86 MiB, peak 149.86 MiB, free memory in arenas 0.00 B, will set to 150.42 MiB (RSS), difference: 4.57 MiB | ||
| 726 | 2025.02.28 10:02:48.765234 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.02.28 10:02:48.765457 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.02.28 10:02:48.770755 [ 243 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Loading data parts | ||
| 729 | 2025.02.28 10:02:48.770973 [ 243 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): There are no data parts | ||
| 730 | 2025.02.28 10:02:48.779146 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.02.28 10:02:48.779290 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 732 | 2025.02.28 10:02:48.781115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.02.28 10:02:48.781649 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.02.28 10:02:48.782221 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.02.28 10:02:49.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.60 MiB, peak 154.60 MiB, free memory in arenas 0.00 B, will set to 150.80 MiB (RSS), difference: -3.80 MiB | ||
| 736 | 2025.02.28 10:02:53.719801 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.02.28 10:02:53.719880 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.02.28 10:02:53.786799 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.02.28 10:02:53.787763 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.02.28 10:02:53.787818 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 741 | 2025.02.28 10:02:53.788533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.02.28 10:02:53.789543 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.02.28 10:02:53.789813 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.02.28 10:02:53.830683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.02.28 10:02:53.851485 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.02.28 10:02:53.851595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 747 | 2025.02.28 10:02:53.858202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.02.28 10:02:53.859334 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.02.28 10:02:53.861808 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.02.28 10:02:54.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.47 MiB, peak 155.47 MiB, free memory in arenas 0.00 B, will set to 152.59 MiB (RSS), difference: 1.11 MiB | ||
| 751 | 2025.02.28 10:02:59.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.60 MiB, peak 155.47 MiB, free memory in arenas 0.00 B, will set to 152.62 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.02.28 10:03:01.289928 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 753 | 2025.02.28 10:03:01.290569 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 754 | 2025.02.28 10:03:01.290610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 755 | 2025.02.28 10:03:01.291402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 756 | 2025.02.28 10:03:01.291893 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 757 | 2025.02.28 10:03:01.292185 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 758 | 2025.02.28 10:03:01.361892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 759 | 2025.02.28 10:03:01.381009 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.02.28 10:03:01.381071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 761 | 2025.02.28 10:03:01.387528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 762 | 2025.02.28 10:03:01.388911 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.02.28 10:03:01.391509 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 764 | 2025.02.28 10:03:08.719958 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 765 | 2025.02.28 10:03:08.720078 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 766 | 2025.02.28 10:03:08.792388 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 767 | 2025.02.28 10:03:08.793008 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2025.02.28 10:03:08.793059 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 769 | 2025.02.28 10:03:08.793790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 770 | 2025.02.28 10:03:08.794341 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2025.02.28 10:03:08.794571 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 772 | 2025.02.28 10:03:08.891612 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 773 | 2025.02.28 10:03:08.910889 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 774 | 2025.02.28 10:03:08.910950 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 775 | 2025.02.28 10:03:08.917829 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 776 | 2025.02.28 10:03:08.918998 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 777 | 2025.02.28 10:03:08.921611 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 778 | 2025.02.28 10:03:10.140551 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2025.02.28 10:03:10.140770 [ 258 ] {7f7702a6-caa2-43e6-a781-92e933422403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 780 | 2025.02.28 10:03:10.143164 [ 258 ] {7f7702a6-caa2-43e6-a781-92e933422403} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2025.02.28 10:03:10.151254 [ 258 ] {7f7702a6-caa2-43e6-a781-92e933422403} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2025.02.28 10:03:10.163412 [ 258 ] {7f7702a6-caa2-43e6-a781-92e933422403} <Debug> TCPHandler: Processed in 0.02299153 sec. | ||
| 783 | 2025.02.28 10:03:10.174075 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2025.02.28 10:03:10.174316 [ 261 ] {3cddc2c0-9133-4f92-b099-8f03a749dbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 785 | 2025.02.28 10:03:10.180441 [ 261 ] {3cddc2c0-9133-4f92-b099-8f03a749dbc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2025.02.28 10:03:10.180527 [ 261 ] {3cddc2c0-9133-4f92-b099-8f03a749dbc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2025.02.28 10:03:10.181195 [ 261 ] {3cddc2c0-9133-4f92-b099-8f03a749dbc5} <Debug> TCPHandler: Processed in 0.007254995 sec. | ||
| 788 | 2025.02.28 10:03:10.181518 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2025.02.28 10:03:10.181689 [ 258 ] {15500798-f5bf-4341-a3ac-ad5c733051c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 790 | 2025.02.28 10:03:10.182137 [ 258 ] {15500798-f5bf-4341-a3ac-ad5c733051c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 791 | 2025.02.28 10:03:10.182197 [ 258 ] {15500798-f5bf-4341-a3ac-ad5c733051c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 792 | 2025.02.28 10:03:10.182742 [ 258 ] {15500798-f5bf-4341-a3ac-ad5c733051c1} <Debug> TCPHandler: Processed in 0.001281247 sec. | ||
| 793 | 2025.02.28 10:03:10.183008 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 794 | 2025.02.28 10:03:10.183179 [ 261 ] {5e8271d1-ebd9-4538-93f4-92e02832360c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 795 | 2025.02.28 10:03:10.183560 [ 261 ] {5e8271d1-ebd9-4538-93f4-92e02832360c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 796 | 2025.02.28 10:03:10.183619 [ 261 ] {5e8271d1-ebd9-4538-93f4-92e02832360c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 797 | 2025.02.28 10:03:10.184147 [ 261 ] {5e8271d1-ebd9-4538-93f4-92e02832360c} <Debug> TCPHandler: Processed in 0.001195336 sec. | ||
| 798 | 2025.02.28 10:03:10.185363 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.02.28 10:03:10.185555 [ 258 ] {8af5db99-0cf1-468a-921b-1ff2dfa06bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 800 | 2025.02.28 10:03:10.185968 [ 258 ] {8af5db99-0cf1-468a-921b-1ff2dfa06bc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.02.28 10:03:10.186026 [ 258 ] {8af5db99-0cf1-468a-921b-1ff2dfa06bc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.02.28 10:03:10.186584 [ 258 ] {8af5db99-0cf1-468a-921b-1ff2dfa06bc5} <Debug> TCPHandler: Processed in 0.001291597 sec. | ||
| 803 | 2025.02.28 10:03:10.187509 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.02.28 10:03:10.187699 [ 261 ] {25a98cd4-4192-4df7-b9d8-b8dc0bc70246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.02.28 10:03:10.188089 [ 261 ] {25a98cd4-4192-4df7-b9d8-b8dc0bc70246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.02.28 10:03:10.188146 [ 261 ] {25a98cd4-4192-4df7-b9d8-b8dc0bc70246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.02.28 10:03:10.188659 [ 261 ] {25a98cd4-4192-4df7-b9d8-b8dc0bc70246} <Debug> TCPHandler: Processed in 0.001216666 sec. | ||
| 808 | 2025.02.28 10:03:10.189376 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.02.28 10:03:10.189561 [ 258 ] {f41302e6-a36e-44a2-bccd-f4d741496d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.02.28 10:03:10.189974 [ 258 ] {f41302e6-a36e-44a2-bccd-f4d741496d64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.02.28 10:03:10.190031 [ 258 ] {f41302e6-a36e-44a2-bccd-f4d741496d64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.02.28 10:03:10.190529 [ 258 ] {f41302e6-a36e-44a2-bccd-f4d741496d64} <Debug> TCPHandler: Processed in 0.001222365 sec. | ||
| 813 | 2025.02.28 10:03:10.190833 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.02.28 10:03:10.191020 [ 261 ] {45656081-4051-4939-a103-76c901e4e590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.02.28 10:03:10.191466 [ 261 ] {45656081-4051-4939-a103-76c901e4e590} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.02.28 10:03:10.191535 [ 261 ] {45656081-4051-4939-a103-76c901e4e590} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.02.28 10:03:10.192099 [ 261 ] {45656081-4051-4939-a103-76c901e4e590} <Debug> TCPHandler: Processed in 0.001326577 sec. | ||
| 818 | 2025.02.28 10:03:10.192425 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.02.28 10:03:10.192579 [ 258 ] {557055ac-7ec4-44b6-b30e-bfb3d119f855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.02.28 10:03:10.192958 [ 258 ] {557055ac-7ec4-44b6-b30e-bfb3d119f855} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.02.28 10:03:10.193013 [ 258 ] {557055ac-7ec4-44b6-b30e-bfb3d119f855} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.02.28 10:03:10.193608 [ 258 ] {557055ac-7ec4-44b6-b30e-bfb3d119f855} <Debug> TCPHandler: Processed in 0.001238026 sec. | ||
| 823 | 2025.02.28 10:03:10.193958 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.02.28 10:03:10.194116 [ 261 ] {d449f9dd-132b-4b97-bc79-e872ace8dbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.02.28 10:03:10.194491 [ 261 ] {d449f9dd-132b-4b97-bc79-e872ace8dbba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.02.28 10:03:10.194546 [ 261 ] {d449f9dd-132b-4b97-bc79-e872ace8dbba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.02.28 10:03:10.195047 [ 261 ] {d449f9dd-132b-4b97-bc79-e872ace8dbba} <Debug> TCPHandler: Processed in 0.001142575 sec. | ||
| 828 | 2025.02.28 10:03:10.195365 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.02.28 10:03:10.195578 [ 258 ] {021feb2c-3b99-45f1-b48d-808e4a275eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.02.28 10:03:10.196011 [ 258 ] {021feb2c-3b99-45f1-b48d-808e4a275eec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.02.28 10:03:10.196073 [ 258 ] {021feb2c-3b99-45f1-b48d-808e4a275eec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.02.28 10:03:10.196605 [ 258 ] {021feb2c-3b99-45f1-b48d-808e4a275eec} <Debug> TCPHandler: Processed in 0.001309957 sec. | ||
| 833 | 2025.02.28 10:03:10.196934 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.02.28 10:03:10.197148 [ 261 ] {f5e341ad-df37-4c90-a7b7-c3665885a509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.02.28 10:03:10.197601 [ 261 ] {f5e341ad-df37-4c90-a7b7-c3665885a509} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.02.28 10:03:10.197669 [ 261 ] {f5e341ad-df37-4c90-a7b7-c3665885a509} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.02.28 10:03:10.198254 [ 261 ] {f5e341ad-df37-4c90-a7b7-c3665885a509} <Debug> TCPHandler: Processed in 0.001386418 sec. | ||
| 838 | 2025.02.28 10:03:10.198561 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.02.28 10:03:10.198721 [ 258 ] {25b836c5-4b8e-4f7b-9bc1-1cd791bbf030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.02.28 10:03:10.199107 [ 258 ] {25b836c5-4b8e-4f7b-9bc1-1cd791bbf030} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.02.28 10:03:10.199163 [ 258 ] {25b836c5-4b8e-4f7b-9bc1-1cd791bbf030} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.02.28 10:03:10.199676 [ 258 ] {25b836c5-4b8e-4f7b-9bc1-1cd791bbf030} <Debug> TCPHandler: Processed in 0.001170556 sec. | ||
| 843 | 2025.02.28 10:03:10.199991 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.02.28 10:03:10.200149 [ 261 ] {e0fe13ea-a8ba-4e40-bba8-61601af3b379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.02.28 10:03:10.200529 [ 261 ] {e0fe13ea-a8ba-4e40-bba8-61601af3b379} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.02.28 10:03:10.200585 [ 261 ] {e0fe13ea-a8ba-4e40-bba8-61601af3b379} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.02.28 10:03:10.201103 [ 261 ] {e0fe13ea-a8ba-4e40-bba8-61601af3b379} <Debug> TCPHandler: Processed in 0.001165765 sec. | ||
| 848 | 2025.02.28 10:03:10.201394 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.02.28 10:03:10.201553 [ 258 ] {a2628513-13f7-49a6-ba5b-04667d9a39ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.02.28 10:03:10.201946 [ 258 ] {a2628513-13f7-49a6-ba5b-04667d9a39ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.02.28 10:03:10.202002 [ 258 ] {a2628513-13f7-49a6-ba5b-04667d9a39ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.02.28 10:03:10.202506 [ 258 ] {a2628513-13f7-49a6-ba5b-04667d9a39ad} <Debug> TCPHandler: Processed in 0.001168406 sec. | ||
| 853 | 2025.02.28 10:03:10.209160 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.02.28 10:03:10.209360 [ 261 ] {c08352d2-cbfe-48e2-bb07-75a3390b557d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.02.28 10:03:10.209833 [ 261 ] {c08352d2-cbfe-48e2-bb07-75a3390b557d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.02.28 10:03:10.209891 [ 261 ] {c08352d2-cbfe-48e2-bb07-75a3390b557d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.02.28 10:03:10.210456 [ 261 ] {c08352d2-cbfe-48e2-bb07-75a3390b557d} <Debug> TCPHandler: Processed in 0.001365098 sec. | ||
| 858 | 2025.02.28 10:03:10.210857 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.02.28 10:03:10.211011 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 860 | 2025.02.28 10:03:10.211076 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.02.28 10:03:10.212124 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 862 | 2025.02.28 10:03:10.212177 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 863 | 2025.02.28 10:03:10.214879 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 864 | 2025.02.28 10:03:10.215328 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 865 | 2025.02.28 10:03:10.215527 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Debug> executeQuery: Read 16 rows, 4.79 KiB in 0.004559 sec., 3509.5415661329243 rows/sec., 1.03 MiB/sec. | ||
| 866 | 2025.02.28 10:03:10.215594 [ 258 ] {91b9ec49-4a17-4a95-bb12-abbffcf379bd} <Debug> TCPHandler: Processed in 0.004805582 sec. | ||
| 867 | 2025.02.28 10:03:10.215788 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.02.28 10:03:10.215940 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 869 | 2025.02.28 10:03:10.216000 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 870 | 2025.02.28 10:03:10.222585 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 871 | 2025.02.28 10:03:10.222633 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 872 | 2025.02.28 10:03:10.225485 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 873 | 2025.02.28 10:03:10.225978 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 874 | 2025.02.28 10:03:10.226274 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.010356 sec., 20471.224410969484 rows/sec., 1.30 MiB/sec. | ||
| 875 | 2025.02.28 10:03:10.226378 [ 261 ] {a20844cb-3ba6-44ba-b2c7-d24c93876121} <Debug> TCPHandler: Processed in 0.010650979 sec. | ||
| 876 | 2025.02.28 10:03:10.226563 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 877 | 2025.02.28 10:03:10.226690 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 878 | 2025.02.28 10:03:10.226741 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 879 | 2025.02.28 10:03:10.227769 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 880 | 2025.02.28 10:03:10.227815 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 881 | 2025.02.28 10:03:10.228373 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 882 | 2025.02.28 10:03:10.228999 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 883 | 2025.02.28 10:03:10.229181 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Debug> executeQuery: Read 615 rows, 50.03 KiB in 0.002521 sec., 243950.81316937724 rows/sec., 19.38 MiB/sec. | ||
| 884 | 2025.02.28 10:03:10.229240 [ 258 ] {1a5402ab-a238-4b52-9ed0-739f20d96ec3} <Debug> TCPHandler: Processed in 0.002740326 sec. | ||
| 885 | 2025.02.28 10:03:10.229405 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2025.02.28 10:03:10.229545 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 887 | 2025.02.28 10:03:10.229602 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 888 | 2025.02.28 10:03:10.230319 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.02.28 10:03:10.230357 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 890 | 2025.02.28 10:03:10.230922 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2025.02.28 10:03:10.231362 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.02.28 10:03:10.231627 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Debug> executeQuery: Read 133 rows, 8.42 KiB in 0.002093 sec., 63545.150501672244 rows/sec., 3.93 MiB/sec. | ||
| 893 | 2025.02.28 10:03:10.231716 [ 261 ] {e1da812a-70eb-40fd-8705-0c58e00e0c3f} <Debug> TCPHandler: Processed in 0.002378301 sec. | ||
| 894 | 2025.02.28 10:03:10.231883 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2025.02.28 10:03:10.232003 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 896 | 2025.02.28 10:03:10.232052 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 897 | 2025.02.28 10:03:10.232652 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 898 | 2025.02.28 10:03:10.232691 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 899 | 2025.02.28 10:03:10.233182 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 900 | 2025.02.28 10:03:10.233667 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 901 | 2025.02.28 10:03:10.233906 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001916 sec., 58977.03549060543 rows/sec., 3.82 MiB/sec. | ||
| 902 | 2025.02.28 10:03:10.233997 [ 258 ] {16b8f43b-77a3-4a11-9fa6-2b96a971579c} <Debug> TCPHandler: Processed in 0.002172768 sec. | ||
| 903 | 2025.02.28 10:03:10.234157 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 904 | 2025.02.28 10:03:10.234297 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 905 | 2025.02.28 10:03:10.234354 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 906 | 2025.02.28 10:03:10.235062 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2025.02.28 10:03:10.235107 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 908 | 2025.02.28 10:03:10.235589 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2025.02.28 10:03:10.236048 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2025.02.28 10:03:10.236258 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001994 sec., 56168.505516549645 rows/sec., 3.20 MiB/sec. | ||
| 911 | 2025.02.28 10:03:10.236314 [ 261 ] {254da3af-56ac-42be-812f-83d38f0795bf} <Debug> TCPHandler: Processed in 0.002229319 sec. | ||
| 912 | 2025.02.28 10:03:10.236464 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 913 | 2025.02.28 10:03:10.236580 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 914 | 2025.02.28 10:03:10.236627 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 915 | 2025.02.28 10:03:10.237337 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2025.02.28 10:03:10.237374 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 917 | 2025.02.28 10:03:10.237915 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 918 | 2025.02.28 10:03:10.238417 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 919 | 2025.02.28 10:03:10.238658 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Debug> executeQuery: Read 360 rows, 25.84 KiB in 0.002077 sec., 173326.91381800675 rows/sec., 12.15 MiB/sec. | ||
| 920 | 2025.02.28 10:03:10.238732 [ 258 ] {343155fd-f207-40ae-80a2-ba2f5e7d6ae6} <Debug> TCPHandler: Processed in 0.00232278 sec. | ||
| 921 | 2025.02.28 10:03:10.238887 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2025.02.28 10:03:10.239007 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 923 | 2025.02.28 10:03:10.239058 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 924 | 2025.02.28 10:03:10.239579 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 925 | 2025.02.28 10:03:10.239618 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 926 | 2025.02.28 10:03:10.240149 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 927 | 2025.02.28 10:03:10.240684 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 928 | 2025.02.28 10:03:10.240963 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001959 sec., 3062.7871362940277 rows/sec., 160.02 KiB/sec. | ||
| 929 | 2025.02.28 10:03:10.241062 [ 261 ] {0f076443-7873-4cd7-8771-627961c45275} <Debug> TCPHandler: Processed in 0.002232639 sec. | ||
| 930 | 2025.02.28 10:03:10.241225 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 931 | 2025.02.28 10:03:10.241362 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 932 | 2025.02.28 10:03:10.241424 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 933 | 2025.02.28 10:03:10.242001 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2025.02.28 10:03:10.242039 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 935 | 2025.02.28 10:03:10.242529 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 936 | 2025.02.28 10:03:10.243009 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2025.02.28 10:03:10.243185 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001854 sec., 41531.82308522114 rows/sec., 2.56 MiB/sec. | ||
| 938 | 2025.02.28 10:03:10.243235 [ 258 ] {fe5c2abb-65e4-4cac-ad0c-e00b3b9b5cf9} <Debug> TCPHandler: Processed in 0.002079727 sec. | ||
| 939 | 2025.02.28 10:03:10.243385 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 940 | 2025.02.28 10:03:10.243503 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 941 | 2025.02.28 10:03:10.243554 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 942 | 2025.02.28 10:03:10.244041 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 943 | 2025.02.28 10:03:10.244080 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 944 | 2025.02.28 10:03:10.244534 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 945 | 2025.02.28 10:03:10.244994 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 946 | 2025.02.28 10:03:10.245264 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001772 sec., 564.3340857787811 rows/sec., 38.03 KiB/sec. | ||
| 947 | 2025.02.28 10:03:10.245323 [ 261 ] {0e1293eb-11e7-45ec-a51a-b29053ae00d9} <Debug> TCPHandler: Processed in 0.001998566 sec. | ||
| 948 | 2025.02.28 10:03:10.245480 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2025.02.28 10:03:10.245617 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 950 | 2025.02.28 10:03:10.245706 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <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 | ||
| 951 | 2025.02.28 10:03:10.246825 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2025.02.28 10:03:10.246862 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 953 | 2025.02.28 10:03:10.249760 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 954 | 2025.02.28 10:03:10.250233 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2025.02.28 10:03:10.250520 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004923 sec., 5484.460694698354 rows/sec., 9.83 MiB/sec. | ||
| 956 | 2025.02.28 10:03:10.250624 [ 258 ] {81aeaa3d-4d67-4f98-9cc0-1958cb4b1232} <Debug> TCPHandler: Processed in 0.005210328 sec. | ||
| 957 | 2025.02.28 10:03:10.250774 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2025.02.28 10:03:10.250891 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 959 | 2025.02.28 10:03:10.250943 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 960 | 2025.02.28 10:03:10.251444 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 961 | 2025.02.28 10:03:10.251481 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 962 | 2025.02.28 10:03:10.251959 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 963 | 2025.02.28 10:03:10.252398 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 964 | 2025.02.28 10:03:10.252682 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001804 sec., 13303.769401330377 rows/sec., 986.85 KiB/sec. | ||
| 965 | 2025.02.28 10:03:10.252752 [ 261 ] {60bb206e-b247-4374-bdb0-564b3617ddb6} <Debug> TCPHandler: Processed in 0.002038826 sec. | ||
| 966 | 2025.02.28 10:03:10.252906 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2025.02.28 10:03:10.253044 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 968 | 2025.02.28 10:03:10.253103 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 969 | 2025.02.28 10:03:10.253650 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 970 | 2025.02.28 10:03:10.253694 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 971 | 2025.02.28 10:03:10.254166 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 972 | 2025.02.28 10:03:10.254617 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 973 | 2025.02.28 10:03:10.254789 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001777 sec., 12380.416432189084 rows/sec., 671.01 KiB/sec. | ||
| 974 | 2025.02.28 10:03:10.254838 [ 258 ] {cd8d9849-1061-43ec-a3bc-fa40c6f4ad34} <Debug> TCPHandler: Processed in 0.001998836 sec. | ||
| 975 | 2025.02.28 10:03:15.137326 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2025.02.28 10:03:15.137580 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 977 | 2025.02.28 10:03:15.139845 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 978 | 2025.02.28 10:03:15.141786 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 979 | 2025.02.28 10:03:15.142095 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 980 | 2025.02.28 10:03:15.145963 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 981 | 2025.02.28 10:03:15.146497 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 982 | 2025.02.28 10:03:15.151788 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 983 | 2025.02.28 10:03:15.153708 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 984 | 2025.02.28 10:03:15.153732 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 985 | 2025.02.28 10:03:15.153856 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 986 | 2025.02.28 10:03:15.153884 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 987 | 2025.02.28 10:03:15.165591 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.028109 sec., 569.2127076736989 rows/sec., 20.36 KiB/sec. | ||
| 988 | 2025.02.28 10:03:15.165743 [ 258 ] {c832a969-c0e9-4e28-86ba-d31097e0d603} <Debug> TCPHandler: Processed in 0.028540052 sec. | ||
| 989 | 2025.02.28 10:03:15.166171 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2025.02.28 10:03:15.166423 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 991 | 2025.02.28 10:03:15.166816 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 992 | 2025.02.28 10:03:15.166859 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 993 | 2025.02.28 10:03:15.167158 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2025.02.28 10:03:15.167242 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2025.02.28 10:03:15.167422 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 996 | 2025.02.28 10:03:15.167463 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 997 | 2025.02.28 10:03:15.167489 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 998 | 2025.02.28 10:03:15.167508 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 999 | 2025.02.28 10:03:15.167555 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1000 | 2025.02.28 10:03:15.167580 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1001 | 2025.02.28 10:03:15.168290 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001977 sec., 8093.070308548306 rows/sec., 289.46 KiB/sec. | ||
| 1002 | 2025.02.28 10:03:15.168423 [ 261 ] {7313be5c-ac49-4de7-a500-c99c4c46fe25} <Debug> TCPHandler: Processed in 0.002384711 sec. | ||
| 1003 | 2025.02.28 10:03:15.168687 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2025.02.28 10:03:15.168865 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1005 | 2025.02.28 10:03:15.169174 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1006 | 2025.02.28 10:03:15.169214 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1007 | 2025.02.28 10:03:15.169471 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1008 | 2025.02.28 10:03:15.169540 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1009 | 2025.02.28 10:03:15.169692 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1010 | 2025.02.28 10:03:15.169728 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1011 | 2025.02.28 10:03:15.169752 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1012 | 2025.02.28 10:03:15.169769 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1013 | 2025.02.28 10:03:15.169816 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1014 | 2025.02.28 10:03:15.169839 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1015 | 2025.02.28 10:03:15.170438 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001657 sec., 9656.004828002413 rows/sec., 345.36 KiB/sec. | ||
| 1016 | 2025.02.28 10:03:15.170557 [ 258 ] {acb70633-650a-4e7f-93f0-e255b513764c} <Debug> TCPHandler: Processed in 0.001931045 sec. | ||
| 1017 | 2025.02.28 10:03:15.170888 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.02.28 10:03:15.171075 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1019 | 2025.02.28 10:03:15.171396 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1020 | 2025.02.28 10:03:15.171438 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1021 | 2025.02.28 10:03:15.171708 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1022 | 2025.02.28 10:03:15.171782 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1023 | 2025.02.28 10:03:15.171936 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1024 | 2025.02.28 10:03:15.171971 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1025 | 2025.02.28 10:03:15.171995 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1026 | 2025.02.28 10:03:15.172013 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1027 | 2025.02.28 10:03:15.172058 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1028 | 2025.02.28 10:03:15.172081 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1029 | 2025.02.28 10:03:15.172963 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001971 sec., 8117.706747843734 rows/sec., 290.34 KiB/sec. | ||
| 1030 | 2025.02.28 10:03:15.173084 [ 261 ] {aaae9e39-f87b-43d0-9390-a2c27a9d627f} <Debug> TCPHandler: Processed in 0.002254549 sec. | ||
| 1031 | 2025.02.28 10:03:15.173344 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.02.28 10:03:15.173549 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1033 | 2025.02.28 10:03:15.173919 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1034 | 2025.02.28 10:03:15.173967 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1035 | 2025.02.28 10:03:15.174229 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1036 | 2025.02.28 10:03:15.174296 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1037 | 2025.02.28 10:03:15.174442 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1038 | 2025.02.28 10:03:15.174476 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1039 | 2025.02.28 10:03:15.174499 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1040 | 2025.02.28 10:03:15.174515 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1041 | 2025.02.28 10:03:15.174557 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1042 | 2025.02.28 10:03:15.174579 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1043 | 2025.02.28 10:03:15.175152 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.0017 sec., 9411.764705882353 rows/sec., 336.63 KiB/sec. | ||
| 1044 | 2025.02.28 10:03:15.175268 [ 258 ] {d0e70fc4-2d01-405f-b1e9-aaf31467002e} <Debug> TCPHandler: Processed in 0.001991576 sec. | ||
| 1045 | 2025.02.28 10:03:15.175555 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1046 | 2025.02.28 10:03:15.175763 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1047 | 2025.02.28 10:03:15.176102 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1048 | 2025.02.28 10:03:15.176142 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1049 | 2025.02.28 10:03:15.176410 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1050 | 2025.02.28 10:03:15.176477 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1051 | 2025.02.28 10:03:15.176624 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1052 | 2025.02.28 10:03:15.176658 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1053 | 2025.02.28 10:03:15.176681 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1054 | 2025.02.28 10:03:15.176698 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1055 | 2025.02.28 10:03:15.176741 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1056 | 2025.02.28 10:03:15.176764 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1057 | 2025.02.28 10:03:15.177349 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001683 sec., 9506.833036244801 rows/sec., 340.03 KiB/sec. | ||
| 1058 | 2025.02.28 10:03:15.177466 [ 261 ] {7aed6db4-0db1-4f8b-8399-8641f67e62f6} <Debug> TCPHandler: Processed in 0.001981876 sec. | ||
| 1059 | 2025.02.28 10:03:15.177810 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2025.02.28 10:03:15.178090 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1061 | 2025.02.28 10:03:15.178453 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1062 | 2025.02.28 10:03:15.178505 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1063 | 2025.02.28 10:03:15.178833 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1064 | 2025.02.28 10:03:15.178914 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1065 | 2025.02.28 10:03:15.179065 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1066 | 2025.02.28 10:03:15.179099 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1067 | 2025.02.28 10:03:15.179121 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1068 | 2025.02.28 10:03:15.179138 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1069 | 2025.02.28 10:03:15.179181 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1070 | 2025.02.28 10:03:15.179203 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1071 | 2025.02.28 10:03:15.179803 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001826 sec., 8762.322015334064 rows/sec., 313.40 KiB/sec. | ||
| 1072 | 2025.02.28 10:03:15.179918 [ 258 ] {8fe2c0d1-c744-47fb-bf74-5b5669b33982} <Debug> TCPHandler: Processed in 0.002216258 sec. | ||
| 1073 | 2025.02.28 10:03:15.180166 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2025.02.28 10:03:15.180373 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1075 | 2025.02.28 10:03:15.180746 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1076 | 2025.02.28 10:03:15.180798 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1077 | 2025.02.28 10:03:15.181098 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1078 | 2025.02.28 10:03:15.181164 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1079 | 2025.02.28 10:03:15.181308 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1080 | 2025.02.28 10:03:15.181341 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1081 | 2025.02.28 10:03:15.181363 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1082 | 2025.02.28 10:03:15.181379 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1083 | 2025.02.28 10:03:15.181421 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1084 | 2025.02.28 10:03:15.181444 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1085 | 2025.02.28 10:03:15.181996 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001719 sec., 9307.737056428155 rows/sec., 332.91 KiB/sec. | ||
| 1086 | 2025.02.28 10:03:15.182110 [ 261 ] {746ba57b-72db-4309-a229-5f1ee65ed716} <Debug> TCPHandler: Processed in 0.002015856 sec. | ||
| 1087 | 2025.02.28 10:03:15.182340 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2025.02.28 10:03:15.182514 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1089 | 2025.02.28 10:03:15.182830 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1090 | 2025.02.28 10:03:15.182871 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1091 | 2025.02.28 10:03:15.183143 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1092 | 2025.02.28 10:03:15.183209 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1093 | 2025.02.28 10:03:15.183351 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1094 | 2025.02.28 10:03:15.183385 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1095 | 2025.02.28 10:03:15.183408 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1096 | 2025.02.28 10:03:15.183424 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1097 | 2025.02.28 10:03:15.183467 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1098 | 2025.02.28 10:03:15.183489 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1099 | 2025.02.28 10:03:15.184038 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001605 sec., 9968.84735202492 rows/sec., 356.55 KiB/sec. | ||
| 1100 | 2025.02.28 10:03:15.184153 [ 258 ] {9475636f-672c-4a97-a0c3-40c6c89074ca} <Debug> TCPHandler: Processed in 0.001868324 sec. | ||
| 1101 | 2025.02.28 10:03:15.184415 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1102 | 2025.02.28 10:03:15.184624 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1103 | 2025.02.28 10:03:15.185002 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1104 | 2025.02.28 10:03:15.185046 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1105 | 2025.02.28 10:03:15.185324 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1106 | 2025.02.28 10:03:15.185389 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1107 | 2025.02.28 10:03:15.185534 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1108 | 2025.02.28 10:03:15.185568 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1109 | 2025.02.28 10:03:15.185590 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1110 | 2025.02.28 10:03:15.185607 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1111 | 2025.02.28 10:03:15.185649 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1112 | 2025.02.28 10:03:15.185672 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1113 | 2025.02.28 10:03:15.186221 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001696 sec., 9433.962264150943 rows/sec., 337.42 KiB/sec. | ||
| 1114 | 2025.02.28 10:03:15.186336 [ 261 ] {709ad2e1-c116-40a5-ba7e-9ef111de3eb2} <Debug> TCPHandler: Processed in 0.001991956 sec. | ||
| 1115 | 2025.02.28 10:03:15.186576 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1116 | 2025.02.28 10:03:15.186751 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1117 | 2025.02.28 10:03:15.187064 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1118 | 2025.02.28 10:03:15.187106 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1119 | 2025.02.28 10:03:15.187382 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1120 | 2025.02.28 10:03:15.187447 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1121 | 2025.02.28 10:03:15.187593 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1122 | 2025.02.28 10:03:15.187626 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1123 | 2025.02.28 10:03:15.187648 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1124 | 2025.02.28 10:03:15.187665 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1125 | 2025.02.28 10:03:15.187706 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1126 | 2025.02.28 10:03:15.187730 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1127 | 2025.02.28 10:03:15.188287 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001619 sec., 9882.643607164917 rows/sec., 353.47 KiB/sec. | ||
| 1128 | 2025.02.28 10:03:15.188400 [ 258 ] {24134908-60e5-4b7d-a994-2e7647264625} <Debug> TCPHandler: Processed in 0.001880355 sec. | ||
| 1129 | 2025.02.28 10:03:15.188662 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1130 | 2025.02.28 10:03:15.188870 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1131 | 2025.02.28 10:03:15.189195 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1132 | 2025.02.28 10:03:15.189238 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1133 | 2025.02.28 10:03:15.189523 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1134 | 2025.02.28 10:03:15.189587 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1135 | 2025.02.28 10:03:15.189732 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1136 | 2025.02.28 10:03:15.189767 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1137 | 2025.02.28 10:03:15.189789 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1138 | 2025.02.28 10:03:15.189806 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1139 | 2025.02.28 10:03:15.189848 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1140 | 2025.02.28 10:03:15.189872 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1141 | 2025.02.28 10:03:15.190458 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001686 sec., 9489.916963226571 rows/sec., 339.42 KiB/sec. | ||
| 1142 | 2025.02.28 10:03:15.190573 [ 261 ] {5469e77b-029c-48b5-b6ae-7ef0e2602d11} <Debug> TCPHandler: Processed in 0.001981305 sec. | ||
| 1143 | 2025.02.28 10:03:15.190824 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1144 | 2025.02.28 10:03:15.191009 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1145 | 2025.02.28 10:03:15.191387 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1146 | 2025.02.28 10:03:15.191440 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1147 | 2025.02.28 10:03:15.191791 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1148 | 2025.02.28 10:03:15.191869 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1149 | 2025.02.28 10:03:15.192030 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1150 | 2025.02.28 10:03:15.192063 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1151 | 2025.02.28 10:03:15.192085 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1152 | 2025.02.28 10:03:15.192102 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1153 | 2025.02.28 10:03:15.192144 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1154 | 2025.02.28 10:03:15.192167 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1155 | 2025.02.28 10:03:15.192740 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001823 sec., 8776.74163466813 rows/sec., 313.91 KiB/sec. | ||
| 1156 | 2025.02.28 10:03:15.192854 [ 258 ] {86ffdca7-a19f-49e2-ac00-fc35f19d4550} <Debug> TCPHandler: Processed in 0.002086287 sec. | ||
| 1157 | 2025.02.28 10:03:15.193107 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2025.02.28 10:03:15.193318 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1159 | 2025.02.28 10:03:15.193696 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2025.02.28 10:03:15.193752 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1161 | 2025.02.28 10:03:15.194080 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2025.02.28 10:03:15.194144 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2025.02.28 10:03:15.194289 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1164 | 2025.02.28 10:03:15.194322 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2025.02.28 10:03:15.194345 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1166 | 2025.02.28 10:03:15.194361 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1167 | 2025.02.28 10:03:15.194403 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1168 | 2025.02.28 10:03:15.194427 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 | ||
| 1169 | 2025.02.28 10:03:15.195009 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Debug> executeQuery: Read 16 rows, 586.00 B in 0.001794 sec., 8918.617614269788 rows/sec., 318.99 KiB/sec. | ||
| 1170 | 2025.02.28 10:03:15.195124 [ 261 ] {98dcc33d-8239-4a65-816f-e63b7d36dcec} <Debug> TCPHandler: Processed in 0.002086428 sec. | ||
| 1171 | 2025.02.28 10:03:15.200675 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1172 | 2025.02.28 10:03:15.200825 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1173 | 2025.02.28 10:03:15.200889 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2025.02.28 10:03:15.201620 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1175 | 2025.02.28 10:03:15.201663 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1176 | 2025.02.28 10:03:15.202179 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1177 | 2025.02.28 10:03:15.202399 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1178 | 2025.02.28 10:03:15.202593 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001812 sec., 7726.269315673289 rows/sec., 1.08 MiB/sec. | ||
| 1179 | 2025.02.28 10:03:15.202655 [ 258 ] {5d87cb1b-8f6d-480c-ae9c-dc5724dd0b30} <Debug> TCPHandler: Processed in 0.002047897 sec. | ||
| 1180 | 2025.02.28 10:03:15.202803 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1181 | 2025.02.28 10:03:15.202950 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1182 | 2025.02.28 10:03:15.203009 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1183 | 2025.02.28 10:03:15.203783 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1184 | 2025.02.28 10:03:15.203834 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1185 | 2025.02.28 10:03:15.204256 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1186 | 2025.02.28 10:03:15.204511 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1187 | 2025.02.28 10:03:15.204730 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.001821 sec., 28555.738605162 rows/sec., 2.17 MiB/sec. | ||
| 1188 | 2025.02.28 10:03:15.204785 [ 261 ] {e1ade9d3-1ea2-488b-9ec2-6ff891688402} <Debug> TCPHandler: Processed in 0.002051767 sec. | ||
| 1189 | 2025.02.28 10:03:15.204933 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1190 | 2025.02.28 10:03:15.205070 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1191 | 2025.02.28 10:03:15.205127 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1192 | 2025.02.28 10:03:15.205823 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1193 | 2025.02.28 10:03:15.205868 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1194 | 2025.02.28 10:03:15.206250 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1195 | 2025.02.28 10:03:15.206485 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1196 | 2025.02.28 10:03:15.206654 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.70 MiB/sec. | ||
| 1197 | 2025.02.28 10:03:15.206706 [ 258 ] {ee3294cb-9ac3-4257-ba7d-c4e01c91410d} <Debug> TCPHandler: Processed in 0.001830264 sec. | ||
| 1198 | 2025.02.28 10:03:15.206844 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1199 | 2025.02.28 10:03:15.206967 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1200 | 2025.02.28 10:03:15.207028 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1201 | 2025.02.28 10:03:15.207666 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1202 | 2025.02.28 10:03:15.207717 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1203 | 2025.02.28 10:03:15.208138 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1204 | 2025.02.28 10:03:15.208364 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1205 | 2025.02.28 10:03:15.208568 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001632 sec., 73529.41176470589 rows/sec., 5.10 MiB/sec. | ||
| 1206 | 2025.02.28 10:03:15.208622 [ 261 ] {a6fd6005-df4b-4fef-9dca-911dd0be70f8} <Debug> TCPHandler: Processed in 0.001836954 sec. | ||
| 1207 | 2025.02.28 10:03:15.208772 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1208 | 2025.02.28 10:03:15.208890 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1209 | 2025.02.28 10:03:15.208940 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1210 | 2025.02.28 10:03:15.209493 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1211 | 2025.02.28 10:03:15.209535 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1212 | 2025.02.28 10:03:15.209979 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1213 | 2025.02.28 10:03:15.210208 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1214 | 2025.02.28 10:03:15.210431 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001548 sec., 25839.793281653747 rows/sec., 1.77 MiB/sec. | ||
| 1215 | 2025.02.28 10:03:15.210563 [ 258 ] {a7976dd3-22bb-40a1-b437-2216457940a6} <Debug> TCPHandler: Processed in 0.001847924 sec. | ||
| 1216 | 2025.02.28 10:03:16.294721 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1217 | 2025.02.28 10:03:16.295450 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1218 | 2025.02.28 10:03:16.295508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1219 | 2025.02.28 10:03:16.296135 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1220 | 2025.02.28 10:03:16.296404 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1221 | 2025.02.28 10:03:16.296664 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1222 | 2025.02.28 10:03:16.421719 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1223 | 2025.02.28 10:03:16.442564 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2025.02.28 10:03:16.442618 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1225 | 2025.02.28 10:03:16.449619 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1226 | 2025.02.28 10:03:16.450371 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2025.02.28 10:03:16.452983 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1228 | 2025.02.28 10:03:17.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.61 MiB, peak 160.61 MiB, free memory in arenas 0.00 B, will set to 158.55 MiB (RSS), difference: 1.94 MiB | ||
| 1229 | 2025.02.28 10:03:18.782843 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 96 entries to flush up to offset 184 | ||
| 1230 | 2025.02.28 10:03:18.788597 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.02.28 10:03:18.788656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1232 | 2025.02.28 10:03:18.790264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1233 | 2025.02.28 10:03:18.790583 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.02.28 10:03:18.791351 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 184 | ||
| 1235 | 2025.02.28 10:03:20.152744 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.02.28 10:03:20.152954 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.02.28 10:03:20.153033 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1238 | 2025.02.28 10:03:20.153865 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.02.28 10:03:20.153917 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1240 | 2025.02.28 10:03:20.154364 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1241 | 2025.02.28 10:03:20.154617 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.02.28 10:03:20.154865 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001968 sec., 107723.57723577235 rows/sec., 6.85 MiB/sec. | ||
| 1243 | 2025.02.28 10:03:20.154932 [ 258 ] {5a4aae20-e281-40a8-ae94-f0cedcf5bb27} <Debug> TCPHandler: Processed in 0.00232102 sec. | ||
| 1244 | 2025.02.28 10:03:20.155232 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.02.28 10:03:20.155424 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1246 | 2025.02.28 10:03:20.155497 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1247 | 2025.02.28 10:03:20.156649 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.02.28 10:03:20.156700 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1249 | 2025.02.28 10:03:20.157166 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1250 | 2025.02.28 10:03:20.157418 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.02.28 10:03:20.157659 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Debug> executeQuery: Read 669 rows, 54.27 KiB in 0.002288 sec., 292395.1048951049 rows/sec., 23.16 MiB/sec. | ||
| 1252 | 2025.02.28 10:03:20.157739 [ 261 ] {48118b2f-fa4f-4d24-a17d-6baf38914044} <Debug> TCPHandler: Processed in 0.002644795 sec. | ||
| 1253 | 2025.02.28 10:03:20.157886 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.02.28 10:03:20.158026 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1255 | 2025.02.28 10:03:20.158082 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1256 | 2025.02.28 10:03:20.158841 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.02.28 10:03:20.158890 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1258 | 2025.02.28 10:03:20.159297 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1259 | 2025.02.28 10:03:20.159548 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.02.28 10:03:20.159840 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.001802 sec., 74361.82019977803 rows/sec., 4.60 MiB/sec. | ||
| 1261 | 2025.02.28 10:03:20.159950 [ 258 ] {f11545d2-f137-40fd-8231-3d62e4531648} <Debug> TCPHandler: Processed in 0.002119687 sec. | ||
| 1262 | 2025.02.28 10:03:20.160088 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.02.28 10:03:20.160226 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.02.28 10:03:20.160285 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1265 | 2025.02.28 10:03:20.161059 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.02.28 10:03:20.161106 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1267 | 2025.02.28 10:03:20.161463 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1268 | 2025.02.28 10:03:20.161702 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.02.28 10:03:20.161909 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001715 sec., 65889.21282798835 rows/sec., 4.27 MiB/sec. | ||
| 1270 | 2025.02.28 10:03:20.161961 [ 261 ] {89c68b19-829c-4bb5-bb3c-352faa45adec} <Debug> TCPHandler: Processed in 0.001930106 sec. | ||
| 1271 | 2025.02.28 10:03:20.162133 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.02.28 10:03:20.162273 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1273 | 2025.02.28 10:03:20.162331 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1274 | 2025.02.28 10:03:20.163265 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.02.28 10:03:20.163305 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1276 | 2025.02.28 10:03:20.163662 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1277 | 2025.02.28 10:03:20.163911 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.02.28 10:03:20.164191 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001931 sec., 58001.03573278094 rows/sec., 3.30 MiB/sec. | ||
| 1279 | 2025.02.28 10:03:20.164250 [ 258 ] {8a0058d3-f119-47de-af0a-627589465204} <Debug> TCPHandler: Processed in 0.002177909 sec. | ||
| 1280 | 2025.02.28 10:03:20.164412 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2025.02.28 10:03:20.164537 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1282 | 2025.02.28 10:03:20.164586 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1283 | 2025.02.28 10:03:20.165362 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2025.02.28 10:03:20.165401 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1285 | 2025.02.28 10:03:20.165794 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1286 | 2025.02.28 10:03:20.166032 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2025.02.28 10:03:20.166298 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Debug> executeQuery: Read 402 rows, 29.18 KiB in 0.001771 sec., 226990.4009034444 rows/sec., 16.09 MiB/sec. | ||
| 1288 | 2025.02.28 10:03:20.166371 [ 261 ] {554216f4-c060-4145-9268-ba2a8db5c35a} <Debug> TCPHandler: Processed in 0.002015426 sec. | ||
| 1289 | 2025.02.28 10:03:20.166524 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2025.02.28 10:03:20.166641 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1291 | 2025.02.28 10:03:20.166694 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1292 | 2025.02.28 10:03:20.167167 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2025.02.28 10:03:20.167206 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1294 | 2025.02.28 10:03:20.167560 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1295 | 2025.02.28 10:03:20.167793 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2025.02.28 10:03:20.168002 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 226.50 KiB/sec. | ||
| 1297 | 2025.02.28 10:03:20.168087 [ 258 ] {4b88b080-8818-4c84-898e-ea9c9fa76476} <Debug> TCPHandler: Processed in 0.001618941 sec. | ||
| 1298 | 2025.02.28 10:03:20.168253 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2025.02.28 10:03:20.168393 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1300 | 2025.02.28 10:03:20.168455 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1301 | 2025.02.28 10:03:20.169129 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2025.02.28 10:03:20.169168 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1303 | 2025.02.28 10:03:20.169551 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1304 | 2025.02.28 10:03:20.169785 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1305 | 2025.02.28 10:03:20.170073 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.0017 sec., 133529.4117647059 rows/sec., 8.91 MiB/sec. | ||
| 1306 | 2025.02.28 10:03:20.170137 [ 261 ] {b7edcf75-0602-4add-a726-4a105edc5d4a} <Debug> TCPHandler: Processed in 0.001951086 sec. | ||
| 1307 | 2025.02.28 10:03:20.170305 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1308 | 2025.02.28 10:03:20.170441 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1309 | 2025.02.28 10:03:20.170501 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1310 | 2025.02.28 10:03:20.171059 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1311 | 2025.02.28 10:03:20.171106 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1312 | 2025.02.28 10:03:20.171461 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1313 | 2025.02.28 10:03:20.171690 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2025.02.28 10:03:20.171898 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 1315 | 2025.02.28 10:03:20.171948 [ 258 ] {75534d1a-4676-49db-b55a-3dbbbb2cea82} <Debug> TCPHandler: Processed in 0.001708382 sec. | ||
| 1316 | 2025.02.28 10:03:20.172114 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.02.28 10:03:20.172251 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1318 | 2025.02.28 10:03:20.172342 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <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 | ||
| 1319 | 2025.02.28 10:03:20.173560 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1320 | 2025.02.28 10:03:20.173599 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1321 | 2025.02.28 10:03:20.174227 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1322 | 2025.02.28 10:03:20.174475 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1323 | 2025.02.28 10:03:20.174811 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002583 sec., 10840.108401084011 rows/sec., 19.42 MiB/sec. | ||
| 1324 | 2025.02.28 10:03:20.174922 [ 261 ] {4514ea53-6398-44ec-8e34-e57782324f03} <Debug> TCPHandler: Processed in 0.002863738 sec. | ||
| 1325 | 2025.02.28 10:03:20.175081 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2025.02.28 10:03:20.175217 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1327 | 2025.02.28 10:03:20.175274 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1328 | 2025.02.28 10:03:20.175845 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.02.28 10:03:20.175889 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1330 | 2025.02.28 10:03:20.176291 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1331 | 2025.02.28 10:03:20.176531 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.02.28 10:03:20.176733 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001547 sec., 46541.69360051713 rows/sec., 2.97 MiB/sec. | ||
| 1333 | 2025.02.28 10:03:20.176783 [ 258 ] {c86f1cff-d918-4a62-a44c-47b7cb55e846} <Debug> TCPHandler: Processed in 0.001767003 sec. | ||
| 1334 | 2025.02.28 10:03:23.720351 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1335 | 2025.02.28 10:03:23.720424 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1336 | 2025.02.28 10:03:23.796816 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1337 | 2025.02.28 10:03:23.797434 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2025.02.28 10:03:23.797478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1339 | 2025.02.28 10:03:23.798057 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1340 | 2025.02.28 10:03:23.798314 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2025.02.28 10:03:23.798527 [ 84 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1342 | 2025.02.28 10:03:23.798546 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1343 | 2025.02.28 10:03:23.798613 [ 84 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1344 | 2025.02.28 10:03:23.798643 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1345 | 2025.02.28 10:03:23.800792 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1346 | 2025.02.28 10:03:23.800983 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1347 | 2025.02.28 10:03:23.801075 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1348 | 2025.02.28 10:03:23.801199 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1349 | 2025.02.28 10:03:23.801398 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1350 | 2025.02.28 10:03:23.801593 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1351 | 2025.02.28 10:03:23.801779 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1352 | 2025.02.28 10:03:23.801887 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 1353 | 2025.02.28 10:03:23.820550 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.021816714 sec., 128616.98604106923 rows/sec., 1.84 MiB/sec. | ||
| 1354 | 2025.02.28 10:03:23.820879 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1355 | 2025.02.28 10:03:23.821210 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_6_1} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1356 | 2025.02.28 10:03:23.821292 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_6_1} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1357 | 2025.02.28 10:03:23.821406 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1358 | 2025.02.28 10:03:23.953086 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1359 | 2025.02.28 10:03:23.973560 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1360 | 2025.02.28 10:03:23.973617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1361 | 2025.02.28 10:03:23.980894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1362 | 2025.02.28 10:03:23.981772 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1363 | 2025.02.28 10:03:23.982044 [ 84 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1364 | 2025.02.28 10:03:23.982104 [ 84 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2025.02.28 10:03:23.982147 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1366 | 2025.02.28 10:03:23.982578 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1367 | 2025.02.28 10:03:23.997473 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1368 | 2025.02.28 10:03:23.999222 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1369 | 2025.02.28 10:03:24.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.21 MiB, peak 165.00 MiB, free memory in arenas 0.00 B, will set to 160.80 MiB (RSS), difference: 1.59 MiB | ||
| 1370 | 2025.02.28 10:03:24.001188 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1371 | 2025.02.28 10:03:24.006713 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1372 | 2025.02.28 10:03:24.012177 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1373 | 2025.02.28 10:03:24.017150 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1374 | 2025.02.28 10:03:24.024372 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1375 | 2025.02.28 10:03:24.029065 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 1376 | 2025.02.28 10:03:24.090405 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108135041 sec., 425.394021906368 rows/sec., 2.20 MiB/sec. | ||
| 1377 | 2025.02.28 10:03:24.092741 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1378 | 2025.02.28 10:03:24.095924 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_6_1} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.02.28 10:03:24.096009 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_6_1} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1380 | 2025.02.28 10:03:24.098128 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1381 | 2025.02.28 10:03:25.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.36 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.77 MiB | ||
| 1382 | 2025.02.28 10:03:25.144740 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2025.02.28 10:03:25.144948 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1384 | 2025.02.28 10:03:25.145030 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1385 | 2025.02.28 10:03:25.145825 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2025.02.28 10:03:25.145877 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1387 | 2025.02.28 10:03:25.146341 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1388 | 2025.02.28 10:03:25.146598 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2025.02.28 10:03:25.146911 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.002008 sec., 25896.414342629483 rows/sec., 1.97 MiB/sec. | ||
| 1390 | 2025.02.28 10:03:25.147049 [ 258 ] {88badfcd-a76e-4d72-9a06-0d85c7ab7c1c} <Debug> TCPHandler: Processed in 0.002441072 sec. | ||
| 1391 | 2025.02.28 10:03:25.147316 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2025.02.28 10:03:25.147507 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1393 | 2025.02.28 10:03:25.147582 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1394 | 2025.02.28 10:03:25.148362 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2025.02.28 10:03:25.148410 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1396 | 2025.02.28 10:03:25.148855 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1397 | 2025.02.28 10:03:25.149106 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2025.02.28 10:03:25.149420 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.25 MiB/sec. | ||
| 1399 | 2025.02.28 10:03:25.149555 [ 261 ] {62f84a3a-0201-4101-86a5-0c2c40afae33} <Debug> TCPHandler: Processed in 0.002373322 sec. | ||
| 1400 | 2025.02.28 10:03:25.149728 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2025.02.28 10:03:25.149876 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1402 | 2025.02.28 10:03:25.149942 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1403 | 2025.02.28 10:03:25.150603 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2025.02.28 10:03:25.150642 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1405 | 2025.02.28 10:03:25.151046 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1406 | 2025.02.28 10:03:25.151290 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2025.02.28 10:03:25.151511 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001672 sec., 89712.91866028708 rows/sec., 6.22 MiB/sec. | ||
| 1408 | 2025.02.28 10:03:25.151566 [ 258 ] {d2315270-c6e9-480e-b928-48c530f05b0f} <Debug> TCPHandler: Processed in 0.001906315 sec. | ||
| 1409 | 2025.02.28 10:03:25.151745 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2025.02.28 10:03:25.151897 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1411 | 2025.02.28 10:03:25.151962 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1412 | 2025.02.28 10:03:25.152507 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2025.02.28 10:03:25.152547 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1414 | 2025.02.28 10:03:25.152927 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1415 | 2025.02.28 10:03:25.153159 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1416 | 2025.02.28 10:03:25.153459 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001579 sec., 31665.611146295123 rows/sec., 2.17 MiB/sec. | ||
| 1417 | 2025.02.28 10:03:25.153583 [ 261 ] {47812104-446d-407f-8f09-067ecb0219dd} <Debug> TCPHandler: Processed in 0.001910685 sec. | ||
| 1418 | 2025.02.28 10:03:25.569389 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2025.02.28 10:03:25.569686 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1420 | 2025.02.28 10:03:25.570165 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1421 | 2025.02.28 10:03:25.570226 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1422 | 2025.02.28 10:03:25.570621 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1423 | 2025.02.28 10:03:25.570702 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1424 | 2025.02.28 10:03:25.570884 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1425 | 2025.02.28 10:03:25.571186 [ 287 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1426 | 2025.02.28 10:03:25.571188 [ 286 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1427 | 2025.02.28 10:03:25.571343 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1428 | 2025.02.28 10:03:25.571372 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2025.02.28 10:03:25.571589 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1430 | 2025.02.28 10:03:25.571616 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1431 | 2025.02.28 10:03:25.571679 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1432 | 2025.02.28 10:03:25.571726 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1433 | 2025.02.28 10:03:25.573096 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003549 sec., 8453.085376162298 rows/sec., 322.22 KiB/sec. | ||
| 1434 | 2025.02.28 10:03:25.573240 [ 258 ] {f7204997-a4a4-429d-aa63-8520d10e9293} <Debug> TCPHandler: Processed in 0.004006653 sec. | ||
| 1435 | 2025.02.28 10:03:25.573738 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.02.28 10:03:25.574029 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table: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) | ||
| 1437 | 2025.02.28 10:03:25.574490 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1438 | 2025.02.28 10:03:25.574544 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table: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 | ||
| 1439 | 2025.02.28 10:03:25.574885 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1440 | 2025.02.28 10:03:25.574966 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1441 | 2025.02.28 10:03:25.575146 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1442 | 2025.02.28 10:03:25.575240 [ 288 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1443 | 2025.02.28 10:03:25.575254 [ 286 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1444 | 2025.02.28 10:03:25.575361 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1445 | 2025.02.28 10:03:25.575391 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1446 | 2025.02.28 10:03:25.575480 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1447 | 2025.02.28 10:03:25.575502 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1448 | 2025.02.28 10:03:25.575545 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1449 | 2025.02.28 10:03:25.575594 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1450 | 2025.02.28 10:03:25.576621 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00273 sec., 10989.01098901099 rows/sec., 418.88 KiB/sec. | ||
| 1451 | 2025.02.28 10:03:25.576767 [ 261 ] {4caa7570-7db5-421f-a6da-298d91dc29b5} <Debug> TCPHandler: Processed in 0.003172532 sec. | ||
| 1452 | 2025.02.28 10:03:25.577099 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2025.02.28 10:03:25.577321 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', '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_table:capacity', 'switch_table: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) | ||
| 1454 | 2025.02.28 10:03:25.577666 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1455 | 2025.02.28 10:03:25.577714 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <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', '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_table:capacity', 'switch_table: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 | ||
| 1456 | 2025.02.28 10:03:25.578033 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1457 | 2025.02.28 10:03:25.578101 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1458 | 2025.02.28 10:03:25.578255 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1459 | 2025.02.28 10:03:25.578363 [ 288 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1460 | 2025.02.28 10:03:25.578369 [ 287 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1461 | 2025.02.28 10:03:25.578488 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1462 | 2025.02.28 10:03:25.578516 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1463 | 2025.02.28 10:03:25.578600 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1464 | 2025.02.28 10:03:25.578620 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1465 | 2025.02.28 10:03:25.578661 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1466 | 2025.02.28 10:03:25.578707 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1467 | 2025.02.28 10:03:25.579704 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002489 sec., 12053.033346725593 rows/sec., 459.44 KiB/sec. | ||
| 1468 | 2025.02.28 10:03:25.579840 [ 258 ] {df8c5e9c-4a74-4a2f-819d-d79cd8d3a66f} <Debug> TCPHandler: Processed in 0.002813317 sec. | ||
| 1469 | 2025.02.28 10:03:25.580169 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2025.02.28 10:03:25.580397 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', '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_table:capacity', 'switch_table: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) | ||
| 1471 | 2025.02.28 10:03:25.580811 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1472 | 2025.02.28 10:03:25.580870 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <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', '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_table:capacity', 'switch_table: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 | ||
| 1473 | 2025.02.28 10:03:25.581262 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1474 | 2025.02.28 10:03:25.581329 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1475 | 2025.02.28 10:03:25.581481 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1476 | 2025.02.28 10:03:25.581590 [ 286 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1477 | 2025.02.28 10:03:25.581601 [ 287 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1478 | 2025.02.28 10:03:25.581728 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1479 | 2025.02.28 10:03:25.581756 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1480 | 2025.02.28 10:03:25.581838 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1481 | 2025.02.28 10:03:25.581859 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1482 | 2025.02.28 10:03:25.581899 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1483 | 2025.02.28 10:03:25.581946 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1484 | 2025.02.28 10:03:25.582954 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002674 sec., 11219.147344801795 rows/sec., 427.66 KiB/sec. | ||
| 1485 | 2025.02.28 10:03:25.583087 [ 261 ] {c75d1731-c085-4567-adfd-ce4fa232342a} <Debug> TCPHandler: Processed in 0.002987419 sec. | ||
| 1486 | 2025.02.28 10:03:25.583378 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2025.02.28 10:03:25.583573 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', '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_table:capacity', 'switch_table: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) | ||
| 1488 | 2025.02.28 10:03:25.583930 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1489 | 2025.02.28 10:03:25.583979 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <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', '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_table:capacity', 'switch_table: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 | ||
| 1490 | 2025.02.28 10:03:25.584309 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1491 | 2025.02.28 10:03:25.584378 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1492 | 2025.02.28 10:03:25.584530 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1493 | 2025.02.28 10:03:25.584620 [ 286 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1494 | 2025.02.28 10:03:25.584638 [ 287 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1495 | 2025.02.28 10:03:25.584741 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1496 | 2025.02.28 10:03:25.584769 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1497 | 2025.02.28 10:03:25.584850 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1498 | 2025.02.28 10:03:25.584871 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1499 | 2025.02.28 10:03:25.584911 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1500 | 2025.02.28 10:03:25.584957 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1501 | 2025.02.28 10:03:25.585985 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002508 sec., 11961.722488038278 rows/sec., 455.96 KiB/sec. | ||
| 1502 | 2025.02.28 10:03:25.586131 [ 258 ] {a9897f20-525c-4ffd-8992-8af6e6b0805d} <Debug> TCPHandler: Processed in 0.002813697 sec. | ||
| 1503 | 2025.02.28 10:03:25.586438 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2025.02.28 10:03:25.586631 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', '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_table:capacity', 'switch_table: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) | ||
| 1505 | 2025.02.28 10:03:25.586972 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1506 | 2025.02.28 10:03:25.587020 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <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', '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_table:capacity', 'switch_table: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 | ||
| 1507 | 2025.02.28 10:03:25.587341 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1508 | 2025.02.28 10:03:25.587406 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1509 | 2025.02.28 10:03:25.587553 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1510 | 2025.02.28 10:03:25.587628 [ 288 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1511 | 2025.02.28 10:03:25.587649 [ 286 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1512 | 2025.02.28 10:03:25.587748 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1513 | 2025.02.28 10:03:25.587777 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1514 | 2025.02.28 10:03:25.587856 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1515 | 2025.02.28 10:03:25.587875 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1516 | 2025.02.28 10:03:25.587916 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1517 | 2025.02.28 10:03:25.587962 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1518 | 2025.02.28 10:03:25.589054 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002519 sec., 11909.487892020643 rows/sec., 453.97 KiB/sec. | ||
| 1519 | 2025.02.28 10:03:25.589195 [ 261 ] {0ff718da-7202-40c8-b69c-780cb2fde43d} <Debug> TCPHandler: Processed in 0.002816707 sec. | ||
| 1520 | 2025.02.28 10:03:25.598953 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1521 | 2025.02.28 10:03:25.599152 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', '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_table:capacity', 'switch_table: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) | ||
| 1522 | 2025.02.28 10:03:25.599498 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1523 | 2025.02.28 10:03:25.599547 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <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', '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_table:capacity', 'switch_table: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 | ||
| 1524 | 2025.02.28 10:03:25.599875 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1525 | 2025.02.28 10:03:25.599942 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1526 | 2025.02.28 10:03:25.600091 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1527 | 2025.02.28 10:03:25.600208 [ 288 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1528 | 2025.02.28 10:03:25.600214 [ 287 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1529 | 2025.02.28 10:03:25.600333 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1530 | 2025.02.28 10:03:25.600362 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1531 | 2025.02.28 10:03:25.600444 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1532 | 2025.02.28 10:03:25.600463 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1533 | 2025.02.28 10:03:25.600505 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1534 | 2025.02.28 10:03:25.600551 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1535 | 2025.02.28 10:03:25.601524 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002472 sec., 12135.922330097088 rows/sec., 462.60 KiB/sec. | ||
| 1536 | 2025.02.28 10:03:25.601664 [ 258 ] {6466b5d0-e681-4339-b88a-942e34b328a8} <Debug> TCPHandler: Processed in 0.002767416 sec. | ||
| 1537 | 2025.02.28 10:03:25.601965 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1538 | 2025.02.28 10:03:25.602196 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', 'sled_data_link:errors_received', '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_table:capacity', 'switch_table: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) | ||
| 1539 | 2025.02.28 10:03:25.602551 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1540 | 2025.02.28 10:03:25.602599 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <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', 'sled_data_link:errors_received', '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_table:capacity', 'switch_table: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 | ||
| 1541 | 2025.02.28 10:03:25.602927 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1542 | 2025.02.28 10:03:25.602993 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1543 | 2025.02.28 10:03:25.603141 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1544 | 2025.02.28 10:03:25.603248 [ 287 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1545 | 2025.02.28 10:03:25.603251 [ 286 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1546 | 2025.02.28 10:03:25.603423 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1547 | 2025.02.28 10:03:25.603454 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1548 | 2025.02.28 10:03:25.603535 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1549 | 2025.02.28 10:03:25.603555 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1550 | 2025.02.28 10:03:25.603596 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <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', 'sled_data_link:errors_received', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1551 | 2025.02.28 10:03:25.603644 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <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', 'sled_data_link:errors_received', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1552 | 2025.02.28 10:03:25.604729 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00265 sec., 11320.754716981131 rows/sec., 431.53 KiB/sec. | ||
| 1553 | 2025.02.28 10:03:25.604867 [ 261 ] {838daa0a-a3b5-4aa0-a635-ae7d3e277b4a} <Debug> TCPHandler: Processed in 0.002971148 sec. | ||
| 1554 | 2025.02.28 10:03:25.605161 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.02.28 10:03:25.605386 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table: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) | ||
| 1556 | 2025.02.28 10:03:25.605796 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1557 | 2025.02.28 10:03:25.605856 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table: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 | ||
| 1558 | 2025.02.28 10:03:25.606263 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1559 | 2025.02.28 10:03:25.606329 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1560 | 2025.02.28 10:03:25.606477 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1561 | 2025.02.28 10:03:25.606584 [ 287 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1562 | 2025.02.28 10:03:25.606588 [ 288 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1563 | 2025.02.28 10:03:25.606698 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1564 | 2025.02.28 10:03:25.606727 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1565 | 2025.02.28 10:03:25.606808 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1566 | 2025.02.28 10:03:25.606831 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1567 | 2025.02.28 10:03:25.606871 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1568 | 2025.02.28 10:03:25.606918 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1569 | 2025.02.28 10:03:25.607960 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00269 sec., 11152.416356877324 rows/sec., 425.11 KiB/sec. | ||
| 1570 | 2025.02.28 10:03:25.608093 [ 258 ] {e058150d-b8f5-4bdf-ae9a-02f80c95194d} <Debug> TCPHandler: Processed in 0.00300009 sec. | ||
| 1571 | 2025.02.28 10:03:25.608385 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2025.02.28 10:03:25.608615 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table: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) | ||
| 1573 | 2025.02.28 10:03:25.609028 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1574 | 2025.02.28 10:03:25.609089 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table: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 | ||
| 1575 | 2025.02.28 10:03:25.609456 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1576 | 2025.02.28 10:03:25.609521 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1577 | 2025.02.28 10:03:25.609670 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1578 | 2025.02.28 10:03:25.609789 [ 286 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1579 | 2025.02.28 10:03:25.609794 [ 287 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1580 | 2025.02.28 10:03:25.609908 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1581 | 2025.02.28 10:03:25.609936 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1582 | 2025.02.28 10:03:25.610017 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1583 | 2025.02.28 10:03:25.610037 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1584 | 2025.02.28 10:03:25.610077 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1585 | 2025.02.28 10:03:25.610126 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1586 | 2025.02.28 10:03:25.611079 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002582 sec., 11618.900077459333 rows/sec., 442.89 KiB/sec. | ||
| 1587 | 2025.02.28 10:03:25.611210 [ 261 ] {77b3cbb5-2be8-409a-a883-0b38b91262ee} <Debug> TCPHandler: Processed in 0.002892738 sec. | ||
| 1588 | 2025.02.28 10:03:25.611482 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2025.02.28 10:03:25.611706 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_table:capacity', 'switch_table: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) | ||
| 1590 | 2025.02.28 10:03:25.612121 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1591 | 2025.02.28 10:03:25.612184 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_table:capacity', 'switch_table: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 | ||
| 1592 | 2025.02.28 10:03:25.612538 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1593 | 2025.02.28 10:03:25.612603 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1594 | 2025.02.28 10:03:25.612750 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1595 | 2025.02.28 10:03:25.612855 [ 288 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1596 | 2025.02.28 10:03:25.612857 [ 287 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1597 | 2025.02.28 10:03:25.612967 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1598 | 2025.02.28 10:03:25.612995 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1599 | 2025.02.28 10:03:25.613076 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1600 | 2025.02.28 10:03:25.613096 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1601 | 2025.02.28 10:03:25.613138 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1602 | 2025.02.28 10:03:25.613185 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1603 | 2025.02.28 10:03:25.614240 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002651 sec., 11316.484345529989 rows/sec., 431.37 KiB/sec. | ||
| 1604 | 2025.02.28 10:03:25.614371 [ 258 ] {b5f9fa64-7e71-4f4d-aa73-06f395696fdc} <Debug> TCPHandler: Processed in 0.002958248 sec. | ||
| 1605 | 2025.02.28 10:03:25.614652 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2025.02.28 10:03:25.614885 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', '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', '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_table:capacity', 'switch_table: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) | ||
| 1607 | 2025.02.28 10:03:25.615299 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1608 | 2025.02.28 10:03:25.615350 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <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', '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', '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_table:capacity', 'switch_table: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 | ||
| 1609 | 2025.02.28 10:03:25.615689 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1610 | 2025.02.28 10:03:25.615753 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1611 | 2025.02.28 10:03:25.615901 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 1612 | 2025.02.28 10:03:25.616007 [ 287 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1613 | 2025.02.28 10:03:25.616010 [ 286 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1614 | 2025.02.28 10:03:25.616127 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1615 | 2025.02.28 10:03:25.616156 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1616 | 2025.02.28 10:03:25.616236 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1617 | 2025.02.28 10:03:25.616256 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1618 | 2025.02.28 10:03:25.616299 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <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', '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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1619 | 2025.02.28 10:03:25.616397 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <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', '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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1620 | 2025.02.28 10:03:25.617470 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002709 sec., 11074.197120708748 rows/sec., 422.13 KiB/sec. | ||
| 1621 | 2025.02.28 10:03:25.617599 [ 261 ] {7a5abe36-8b6c-4708-b4a0-bb4825d69503} <Debug> TCPHandler: Processed in 0.00301433 sec. | ||
| 1622 | 2025.02.28 10:03:25.718296 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2025.02.28 10:03:25.718470 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1624 | 2025.02.28 10:03:25.718535 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1625 | 2025.02.28 10:03:25.719492 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1626 | 2025.02.28 10:03:25.719536 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1627 | 2025.02.28 10:03:25.720063 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1628 | 2025.02.28 10:03:25.720288 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1629 | 2025.02.28 10:03:25.720586 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002139 sec., 5610.098176718093 rows/sec., 1.91 MiB/sec. | ||
| 1630 | 2025.02.28 10:03:25.720732 [ 258 ] {8a3abb55-4170-4d32-838f-40d6339afc61} <Debug> TCPHandler: Processed in 0.002513423 sec. | ||
| 1631 | 2025.02.28 10:03:25.720910 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1632 | 2025.02.28 10:03:25.721064 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1633 | 2025.02.28 10:03:25.721124 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1634 | 2025.02.28 10:03:25.721769 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1635 | 2025.02.28 10:03:25.721813 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1636 | 2025.02.28 10:03:25.722217 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1637 | 2025.02.28 10:03:25.722458 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1638 | 2025.02.28 10:03:25.722712 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001686 sec., 14234.875444839858 rows/sec., 1.18 MiB/sec. | ||
| 1639 | 2025.02.28 10:03:25.722773 [ 261 ] {df720e8b-0bba-4739-8160-4e09f403ecaa} <Debug> TCPHandler: Processed in 0.001933536 sec. | ||
| 1640 | 2025.02.28 10:03:25.722977 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1641 | 2025.02.28 10:03:25.723201 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1642 | 2025.02.28 10:03:25.723290 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1643 | 2025.02.28 10:03:25.724536 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1644 | 2025.02.28 10:03:25.724576 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1645 | 2025.02.28 10:03:25.725069 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1646 | 2025.02.28 10:03:25.725321 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1647 | 2025.02.28 10:03:25.725552 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Debug> executeQuery: Read 1368 rows, 116.85 KiB in 0.002408 sec., 568106.3122923588 rows/sec., 47.39 MiB/sec. | ||
| 1648 | 2025.02.28 10:03:25.725610 [ 258 ] {0abf369a-7e29-4e6b-99d5-c63afd8e43d1} <Debug> TCPHandler: Processed in 0.002742505 sec. | ||
| 1649 | 2025.02.28 10:03:25.725745 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1650 | 2025.02.28 10:03:25.725864 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1651 | 2025.02.28 10:03:25.725913 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1652 | 2025.02.28 10:03:25.726501 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1653 | 2025.02.28 10:03:25.726541 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1654 | 2025.02.28 10:03:25.726894 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1655 | 2025.02.28 10:03:25.727140 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1656 | 2025.02.28 10:03:25.727346 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Debug> executeQuery: Read 40 rows, 3.07 KiB in 0.001507 sec., 26542.800265428003 rows/sec., 1.99 MiB/sec. | ||
| 1657 | 2025.02.28 10:03:25.727401 [ 261 ] {18e1206c-cb6f-4f47-bec3-5064d20e7e66} <Debug> TCPHandler: Processed in 0.001710412 sec. | ||
| 1658 | 2025.02.28 10:03:25.727596 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1659 | 2025.02.28 10:03:25.727817 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1660 | 2025.02.28 10:03:25.727906 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1661 | 2025.02.28 10:03:25.728760 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1662 | 2025.02.28 10:03:25.728801 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1663 | 2025.02.28 10:03:25.729165 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1664 | 2025.02.28 10:03:25.729396 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1665 | 2025.02.28 10:03:25.729590 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001827 sec., 137931.0344827586 rows/sec., 9.54 MiB/sec. | ||
| 1666 | 2025.02.28 10:03:25.729643 [ 258 ] {b1932b8d-871a-4cc5-b3f9-da3a2704bd40} <Debug> TCPHandler: Processed in 0.002155508 sec. | ||
| 1667 | 2025.02.28 10:03:25.729791 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1668 | 2025.02.28 10:03:25.729929 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1669 | 2025.02.28 10:03:25.729985 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1670 | 2025.02.28 10:03:25.730599 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1671 | 2025.02.28 10:03:25.730637 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1672 | 2025.02.28 10:03:25.730990 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1673 | 2025.02.28 10:03:25.731218 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1674 | 2025.02.28 10:03:25.731508 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001595 sec., 7523.510971786834 rows/sec., 587.77 KiB/sec. | ||
| 1675 | 2025.02.28 10:03:25.731603 [ 261 ] {8d6d34d5-552a-4fd5-b1cd-b106387a4e26} <Debug> TCPHandler: Processed in 0.001878585 sec. | ||
| 1676 | 2025.02.28 10:03:25.731803 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.02.28 10:03:25.732022 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1678 | 2025.02.28 10:03:25.732111 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1679 | 2025.02.28 10:03:25.732984 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1680 | 2025.02.28 10:03:25.733022 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1681 | 2025.02.28 10:03:25.733394 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1682 | 2025.02.28 10:03:25.733629 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1683 | 2025.02.28 10:03:25.733849 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Debug> executeQuery: Read 576 rows, 44.26 KiB in 0.00188 sec., 306382.9787234043 rows/sec., 22.99 MiB/sec. | ||
| 1684 | 2025.02.28 10:03:25.733902 [ 258 ] {df35c669-bc5f-4d47-942a-5d671ba8f3fc} <Debug> TCPHandler: Processed in 0.002213649 sec. | ||
| 1685 | 2025.02.28 10:03:25.734046 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1686 | 2025.02.28 10:03:25.734185 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1687 | 2025.02.28 10:03:25.734246 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1688 | 2025.02.28 10:03:25.735733 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1689 | 2025.02.28 10:03:25.735770 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1690 | 2025.02.28 10:03:25.736408 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1691 | 2025.02.28 10:03:25.736642 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1692 | 2025.02.28 10:03:25.736881 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Debug> executeQuery: Read 3072 rows, 213.42 KiB in 0.002723 sec., 1128167.4623576936 rows/sec., 76.54 MiB/sec. | ||
| 1693 | 2025.02.28 10:03:25.736946 [ 261 ] {22816e1a-5471-48e5-8dc9-6e8d7a01094e} <Debug> TCPHandler: Processed in 0.002967579 sec. | ||
| 1694 | 2025.02.28 10:03:25.737144 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2025.02.28 10:03:25.737366 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1696 | 2025.02.28 10:03:25.737502 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <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 | ||
| 1697 | 2025.02.28 10:03:25.738981 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2025.02.28 10:03:25.739020 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1699 | 2025.02.28 10:03:25.739655 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1700 | 2025.02.28 10:03:25.739907 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2025.02.28 10:03:25.740136 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002825 sec., 9911.504424778761 rows/sec., 17.76 MiB/sec. | ||
| 1702 | 2025.02.28 10:03:25.740238 [ 258 ] {0b61144e-58b2-41d1-b2fd-00d9dfea33d9} <Debug> TCPHandler: Processed in 0.003203282 sec. | ||
| 1703 | 2025.02.28 10:03:25.740417 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2025.02.28 10:03:25.740556 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1705 | 2025.02.28 10:03:25.740616 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1706 | 2025.02.28 10:03:25.741196 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2025.02.28 10:03:25.741243 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 1708 | 2025.02.28 10:03:25.741612 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1709 | 2025.02.28 10:03:25.741844 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2025.02.28 10:03:25.742065 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.00154 sec., 6493.506493506494 rows/sec., 455.94 KiB/sec. | ||
| 1711 | 2025.02.28 10:03:25.742121 [ 261 ] {19f1df9e-3ec8-47cd-9db8-d435c2e9f72d} <Debug> TCPHandler: Processed in 0.001768983 sec. | ||
| 1712 | 2025.02.28 10:03:26.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.82 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 163.64 MiB (RSS), difference: -1.18 MiB | ||
| 1713 | 2025.02.28 10:03:28.791912 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 258 | ||
| 1714 | 2025.02.28 10:03:28.795834 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.02.28 10:03:28.795894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1716 | 2025.02.28 10:03:28.797477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1717 | 2025.02.28 10:03:28.797795 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.02.28 10:03:28.798660 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258 | ||
| 1719 | 2025.02.28 10:03:30.139732 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.02.28 10:03:30.140180 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', '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', '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_table:capacity', 'switch_table: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) | ||
| 1721 | 2025.02.28 10:03:30.140721 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1722 | 2025.02.28 10:03:30.140776 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <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', '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', '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_table:capacity', 'switch_table: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 | ||
| 1723 | 2025.02.28 10:03:30.141160 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1724 | 2025.02.28 10:03:30.141243 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1725 | 2025.02.28 10:03:30.141425 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 1726 | 2025.02.28 10:03:30.141621 [ 288 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1727 | 2025.02.28 10:03:30.141638 [ 287 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1728 | 2025.02.28 10:03:30.141641 [ 286 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1729 | 2025.02.28 10:03:30.141834 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1730 | 2025.02.28 10:03:30.141861 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1731 | 2025.02.28 10:03:30.141983 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1732 | 2025.02.28 10:03:30.142006 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 1733 | 2025.02.28 10:03:30.142051 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <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', '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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1734 | 2025.02.28 10:03:30.142101 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <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', '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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1735 | 2025.02.28 10:03:30.142147 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <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', '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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1736 | 2025.02.28 10:03:30.143788 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> executeQuery: Read 42 rows, 1.67 KiB in 0.003832 sec., 10960.334029227557 rows/sec., 434.51 KiB/sec. | ||
| 1737 | 2025.02.28 10:03:30.143977 [ 258 ] {be248017-d7bc-4b50-a39e-07c22f017984} <Debug> TCPHandler: Processed in 0.004425828 sec. | ||
| 1738 | 2025.02.28 10:03:30.144344 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.02.28 10:03:30.144644 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', '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_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_table:capacity', 'switch_table: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) | ||
| 1740 | 2025.02.28 10:03:30.145166 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1741 | 2025.02.28 10:03:30.145234 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <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', '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_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_table:capacity', 'switch_table: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 | ||
| 1742 | 2025.02.28 10:03:30.145656 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1743 | 2025.02.28 10:03:30.145748 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1744 | 2025.02.28 10:03:30.145934 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 1745 | 2025.02.28 10:03:30.146106 [ 290 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1746 | 2025.02.28 10:03:30.146117 [ 287 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1747 | 2025.02.28 10:03:30.146100 [ 286 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1748 | 2025.02.28 10:03:30.146279 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1749 | 2025.02.28 10:03:30.146311 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1750 | 2025.02.28 10:03:30.146439 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1751 | 2025.02.28 10:03:30.146463 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 1752 | 2025.02.28 10:03:30.146510 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <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', '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_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1753 | 2025.02.28 10:03:30.146563 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <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', '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_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1754 | 2025.02.28 10:03:30.146610 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <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', '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_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1755 | 2025.02.28 10:03:30.148097 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> executeQuery: Read 42 rows, 1.67 KiB in 0.003609 sec., 11637.572734829593 rows/sec., 461.36 KiB/sec. | ||
| 1756 | 2025.02.28 10:03:30.148289 [ 261 ] {56c3426d-74dc-41c5-bfd9-9377507e8a18} <Debug> TCPHandler: Processed in 0.004082053 sec. | ||
| 1757 | 2025.02.28 10:03:30.148643 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2025.02.28 10:03:30.148894 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) 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', '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_table:capacity', 'switch_table: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) | ||
| 1759 | 2025.02.28 10:03:30.149327 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1760 | 2025.02.28 10:03:30.149392 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <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', '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_table:capacity', 'switch_table: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 | ||
| 1761 | 2025.02.28 10:03:30.149752 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1762 | 2025.02.28 10:03:30.149819 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1763 | 2025.02.28 10:03:30.149973 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 1764 | 2025.02.28 10:03:30.150115 [ 287 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1765 | 2025.02.28 10:03:30.150137 [ 288 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1766 | 2025.02.28 10:03:30.150151 [ 286 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1767 | 2025.02.28 10:03:30.150278 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1768 | 2025.02.28 10:03:30.150303 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1769 | 2025.02.28 10:03:30.150412 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1770 | 2025.02.28 10:03:30.150434 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 1771 | 2025.02.28 10:03:30.150478 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1772 | 2025.02.28 10:03:30.150528 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1773 | 2025.02.28 10:03:30.150574 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <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', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1774 | 2025.02.28 10:03:30.152104 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> executeQuery: Read 42 rows, 1.67 KiB in 0.003346 sec., 12552.301255230126 rows/sec., 497.62 KiB/sec. | ||
| 1775 | 2025.02.28 10:03:30.152283 [ 258 ] {34202fe4-0667-4762-b20d-d5c977d6f127} <Debug> TCPHandler: Processed in 0.003713839 sec. | ||
| 1776 | 2025.02.28 10:03:30.152544 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2025.02.28 10:03:30.152787 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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', '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) | ||
| 1778 | 2025.02.28 10:03:30.153226 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1779 | 2025.02.28 10:03:30.153294 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <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', '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 | ||
| 1780 | 2025.02.28 10:03:30.153671 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1781 | 2025.02.28 10:03:30.153738 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1782 | 2025.02.28 10:03:30.153889 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 1783 | 2025.02.28 10:03:30.154000 [ 288 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1784 | 2025.02.28 10:03:30.154058 [ 290 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1785 | 2025.02.28 10:03:30.154078 [ 286 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1786 | 2025.02.28 10:03:30.154194 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 1787 | 2025.02.28 10:03:30.154225 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1788 | 2025.02.28 10:03:30.154336 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1789 | 2025.02.28 10:03:30.154359 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 1790 | 2025.02.28 10:03:30.154401 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <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', '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'))" | ||
| 1791 | 2025.02.28 10:03:30.154450 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <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', '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'))" | ||
| 1792 | 2025.02.28 10:03:30.154496 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <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', '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'))" | ||
| 1793 | 2025.02.28 10:03:30.155855 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> executeQuery: Read 42 rows, 1.67 KiB in 0.003198 sec., 13133.208255159476 rows/sec., 520.65 KiB/sec. | ||
| 1794 | 2025.02.28 10:03:30.156047 [ 261 ] {0589db2a-5bbe-4a4f-9d56-be73ded7db31} <Debug> TCPHandler: Processed in 0.003574366 sec. | ||
| 1795 | 2025.02.28 10:03:30.160747 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1796 | 2025.02.28 10:03:30.160903 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1797 | 2025.02.28 10:03:30.160968 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1798 | 2025.02.28 10:03:30.161808 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.02.28 10:03:30.161851 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1800 | 2025.02.28 10:03:30.162367 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1801 | 2025.02.28 10:03:30.162597 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.02.28 10:03:30.162834 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001975 sec., 2025.3164556962024 rows/sec., 257.61 KiB/sec. | ||
| 1803 | 2025.02.28 10:03:30.162900 [ 258 ] {3010b312-3cab-4ed6-868c-5e3567fedad9} <Debug> TCPHandler: Processed in 0.002221869 sec. | ||
| 1804 | 2025.02.28 10:03:30.163054 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1805 | 2025.02.28 10:03:30.163208 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1806 | 2025.02.28 10:03:30.163268 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1807 | 2025.02.28 10:03:30.163918 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1808 | 2025.02.28 10:03:30.163962 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1809 | 2025.02.28 10:03:30.164377 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1810 | 2025.02.28 10:03:30.164624 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1811 | 2025.02.28 10:03:30.164800 [ 74 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1812 | 2025.02.28 10:03:30.164875 [ 74 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2025.02.28 10:03:30.164893 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.48 MiB/sec. | ||
| 1814 | 2025.02.28 10:03:30.164915 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1815 | 2025.02.28 10:03:30.165056 [ 261 ] {91713460-7ca3-427d-8f26-59c0a79628fa} <Debug> TCPHandler: Processed in 0.002067047 sec. | ||
| 1816 | 2025.02.28 10:03:30.165321 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.02.28 10:03:30.165323 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 1818 | 2025.02.28 10:03:30.165546 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1819 | 2025.02.28 10:03:30.165548 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1820 | 2025.02.28 10:03:30.165583 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 615 rows starting from the beginning of the part | ||
| 1821 | 2025.02.28 10:03:30.165620 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.02.28 10:03:30.165843 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 1823 | 2025.02.28 10:03:30.166276 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 669 rows starting from the beginning of the part | ||
| 1824 | 2025.02.28 10:03:30.166650 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1825 | 2025.02.28 10:03:30.166950 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1368 rows starting from the beginning of the part | ||
| 1826 | 2025.02.28 10:03:30.167357 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 1827 | 2025.02.28 10:03:30.168258 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.02.28 10:03:30.168306 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1829 | 2025.02.28 10:03:30.168920 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1830 | 2025.02.28 10:03:30.169221 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2025.02.28 10:03:30.169407 [ 74 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1832 | 2025.02.28 10:03:30.169500 [ 74 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1833 | 2025.02.28 10:03:30.169574 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1834 | 2025.02.28 10:03:30.169591 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004077 sec., 15697.817022320334 rows/sec., 1.23 MiB/sec. | ||
| 1835 | 2025.02.28 10:03:30.170061 [ 258 ] {b094d259-b2ef-4ec7-abbe-3024ec533c84} <Debug> TCPHandler: Processed in 0.004895044 sec. | ||
| 1836 | 2025.02.28 10:03:30.170176 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 1837 | 2025.02.28 10:03:30.170387 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.02.28 10:03:30.170656 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2812 rows, containing 5 columns (5 merged, 0 gathered) in 0.005547043 sec., 506936.75891822006 rows/sec., 43.06 MiB/sec. | ||
| 1839 | 2025.02.28 10:03:30.170687 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1840 | 2025.02.28 10:03:30.170767 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1841 | 2025.02.28 10:03:30.170787 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 360 rows starting from the beginning of the part | ||
| 1842 | 2025.02.28 10:03:30.170889 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1843 | 2025.02.28 10:03:30.171074 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1844 | 2025.02.28 10:03:30.171269 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1845 | 2025.02.28 10:03:30.171504 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 402 rows starting from the beginning of the part | ||
| 1846 | 2025.02.28 10:03:30.172003 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 1847 | 2025.02.28 10:03:30.172421 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 576 rows starting from the beginning of the part | ||
| 1848 | 2025.02.28 10:03:30.172878 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 1849 | 2025.02.28 10:03:30.174158 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1850 | 2025.02.28 10:03:30.174599 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_6_1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1851 | 2025.02.28 10:03:30.174786 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2025.02.28 10:03:30.174880 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 1853 | 2025.02.28 10:03:30.174890 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1854 | 2025.02.28 10:03:30.176095 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1855 | 2025.02.28 10:03:30.176637 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2025.02.28 10:03:30.176848 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.007128113 sec., 212398.42858832344 rows/sec., 16.34 MiB/sec. | ||
| 1857 | 2025.02.28 10:03:30.176962 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1858 | 2025.02.28 10:03:30.177057 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1859 | 2025.02.28 10:03:30.177104 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1860 | 2025.02.28 10:03:30.177123 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006443 sec., 19866.52180661183 rows/sec., 1.38 MiB/sec. | ||
| 1861 | 2025.02.28 10:03:30.177372 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1862 | 2025.02.28 10:03:30.177571 [ 261 ] {0ed2cd5a-00f4-4a14-a3d7-e2ffeaab7238} <Debug> TCPHandler: Processed in 0.007373666 sec. | ||
| 1863 | 2025.02.28 10:03:30.177875 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2025.02.28 10:03:30.177987 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 1865 | 2025.02.28 10:03:30.178111 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1866 | 2025.02.28 10:03:30.178256 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1867 | 2025.02.28 10:03:30.178365 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1868 | 2025.02.28 10:03:30.178476 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 1869 | 2025.02.28 10:03:30.178524 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2025.02.28 10:03:30.178969 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_6_1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1871 | 2025.02.28 10:03:30.179025 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 120 rows starting from the beginning of the part | ||
| 1872 | 2025.02.28 10:03:30.179362 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 1873 | 2025.02.28 10:03:30.179548 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 227 rows starting from the beginning of the part | ||
| 1874 | 2025.02.28 10:03:30.179885 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
| 1875 | 2025.02.28 10:03:30.180213 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3072 rows starting from the beginning of the part | ||
| 1876 | 2025.02.28 10:03:30.180655 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 128 rows starting from the beginning of the part | ||
| 1877 | 2025.02.28 10:03:30.181115 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.02.28 10:03:30.181161 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1879 | 2025.02.28 10:03:30.181701 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1880 | 2025.02.28 10:03:30.182073 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2025.02.28 10:03:30.182351 [ 72 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1882 | 2025.02.28 10:03:30.182436 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004398 sec., 10914.051841746248 rows/sec., 753.18 KiB/sec. | ||
| 1883 | 2025.02.28 10:03:30.182450 [ 72 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1884 | 2025.02.28 10:03:30.182535 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1885 | 2025.02.28 10:03:30.182638 [ 258 ] {6171f557-7c1a-4cd3-9efb-e2d7e7f00348} <Debug> TCPHandler: Processed in 0.004935314 sec. | ||
| 1886 | 2025.02.28 10:03:30.183070 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 1887 | 2025.02.28 10:03:30.183484 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1888 | 2025.02.28 10:03:30.183578 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1889 | 2025.02.28 10:03:30.183597 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3774 rows, containing 5 columns (5 merged, 0 gathered) in 0.006286462 sec., 600337.6780134836 rows/sec., 40.71 MiB/sec. | ||
| 1890 | 2025.02.28 10:03:30.183742 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1891 | 2025.02.28 10:03:30.184037 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1892 | 2025.02.28 10:03:30.184168 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1893 | 2025.02.28 10:03:30.184263 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 1894 | 2025.02.28 10:03:30.184585 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 1895 | 2025.02.28 10:03:30.184777 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part | ||
| 1896 | 2025.02.28 10:03:30.185213 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1897 | 2025.02.28 10:03:30.185378 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1898 | 2025.02.28 10:03:30.185511 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 1899 | 2025.02.28 10:03:30.186254 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.003589077 sec., 67426.8063906124 rows/sec., 4.42 MiB/sec. | ||
| 1900 | 2025.02.28 10:03:30.186408 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1901 | 2025.02.28 10:03:30.186705 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.02.28 10:03:30.186782 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_6_1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1903 | 2025.02.28 10:03:30.186868 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1904 | 2025.02.28 10:03:31.298714 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1905 | 2025.02.28 10:03:31.299473 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1906 | 2025.02.28 10:03:31.299515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1907 | 2025.02.28 10:03:31.300044 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1908 | 2025.02.28 10:03:31.300296 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1909 | 2025.02.28 10:03:31.300524 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1910 | 2025.02.28 10:03:31.497606 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1911 | 2025.02.28 10:03:31.517943 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2025.02.28 10:03:31.518001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1913 | 2025.02.28 10:03:31.524771 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1914 | 2025.02.28 10:03:31.525529 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1915 | 2025.02.28 10:03:31.528392 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1916 | 2025.02.28 10:03:32.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.50 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 165.79 MiB (RSS), difference: 1.30 MiB | ||
| 1917 | 2025.02.28 10:03:35.145597 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1918 | 2025.02.28 10:03:35.145823 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1919 | 2025.02.28 10:03:35.145905 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1920 | 2025.02.28 10:03:35.146733 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1921 | 2025.02.28 10:03:35.146786 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1922 | 2025.02.28 10:03:35.147245 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1923 | 2025.02.28 10:03:35.147514 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1924 | 2025.02.28 10:03:35.147759 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
| 1925 | 2025.02.28 10:03:35.147832 [ 258 ] {364c9343-a4b8-4f56-9fab-f114278a6bfa} <Debug> TCPHandler: Processed in 0.002371211 sec. | ||
| 1926 | 2025.02.28 10:03:35.148086 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2025.02.28 10:03:35.148309 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1928 | 2025.02.28 10:03:35.148394 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1929 | 2025.02.28 10:03:35.149188 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1930 | 2025.02.28 10:03:35.149240 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1931 | 2025.02.28 10:03:35.149678 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1932 | 2025.02.28 10:03:35.149957 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1933 | 2025.02.28 10:03:35.150189 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00194 sec., 32989.69072164948 rows/sec., 2.57 MiB/sec. | ||
| 1934 | 2025.02.28 10:03:35.150257 [ 261 ] {abf174a9-230a-46e8-9f42-d2e96ce9d5ff} <Debug> TCPHandler: Processed in 0.00231489 sec. | ||
| 1935 | 2025.02.28 10:03:35.150416 [ 258 ] {} <Trace> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2025.02.28 10:03:35.150568 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45388) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1937 | 2025.02.28 10:03:35.150637 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1938 | 2025.02.28 10:03:35.151340 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2025.02.28 10:03:35.151391 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1940 | 2025.02.28 10:03:35.151837 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1941 | 2025.02.28 10:03:35.152084 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2025.02.28 10:03:35.152314 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001783 sec., 89736.399326977 rows/sec., 6.25 MiB/sec. | ||
| 1943 | 2025.02.28 10:03:35.152382 [ 258 ] {edd21f88-370a-428e-b602-d181238557f2} <Debug> TCPHandler: Processed in 0.002035706 sec. | ||
| 1944 | 2025.02.28 10:03:35.152526 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2025.02.28 10:03:35.152653 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1946 | 2025.02.28 10:03:35.152710 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1947 | 2025.02.28 10:03:35.153324 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2025.02.28 10:03:35.153374 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1949 | 2025.02.28 10:03:35.153842 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1950 | 2025.02.28 10:03:35.154188 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1951 | 2025.02.28 10:03:35.154499 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001853 sec., 32379.924446842957 rows/sec., 2.18 MiB/sec. | ||
| 1952 | 2025.02.28 10:03:35.154612 [ 261 ] {9bb3692e-9cc1-46e1-810c-fc6b670c23d4} <Debug> TCPHandler: Processed in 0.002144437 sec. | ||
| 1953 | 2025.02.28 10:03:38.720674 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1954 | 2025.02.28 10:03:38.720774 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1955 | 2025.02.28 10:03:38.799044 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 284 | ||
| 1956 | 2025.02.28 10:03:38.800799 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1957 | 2025.02.28 10:03:38.804935 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1958 | 2025.02.28 10:03:38.805093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1959 | 2025.02.28 10:03:38.806616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1960 | 2025.02.28 10:03:38.807184 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1961 | 2025.02.28 10:03:38.807208 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2025.02.28 10:03:38.807271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1963 | 2025.02.28 10:03:38.807970 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1964 | 2025.02.28 10:03:38.809635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1965 | 2025.02.28 10:03:38.809965 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1966 | 2025.02.28 10:03:38.810827 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1967 | 2025.02.28 10:03:39.028501 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1968 | 2025.02.28 10:03:39.048655 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2025.02.28 10:03:39.048719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1970 | 2025.02.28 10:03:39.055656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1971 | 2025.02.28 10:03:39.056421 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1972 | 2025.02.28 10:03:39.059458 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1973 | 2025.02.28 10:03:39.531651 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1974 | 2025.02.28 10:03:39.531753 [ 258 ] {} <Debug> TCP-Session: 3631d8d3-b9af-46bd-a463-f762e708775f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1975 | 2025.02.28 10:03:40.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.34 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 166.50 MiB (RSS), difference: 2.16 MiB | ||
| 1976 | 2025.02.28 10:03:40.147297 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2025.02.28 10:03:40.147497 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1978 | 2025.02.28 10:03:40.147575 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1979 | 2025.02.28 10:03:40.148380 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2025.02.28 10:03:40.148430 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1981 | 2025.02.28 10:03:40.148870 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1982 | 2025.02.28 10:03:40.149127 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1983 | 2025.02.28 10:03:40.149399 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001952 sec., 65573.77049180328 rows/sec., 5.61 MiB/sec. | ||
| 1984 | 2025.02.28 10:03:40.149470 [ 261 ] {0bd85362-c61e-4fe3-9306-7be6bc060b6c} <Debug> TCPHandler: Processed in 0.002341701 sec. | ||
| 1985 | 2025.02.28 10:03:40.149743 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2025.02.28 10:03:40.149934 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1987 | 2025.02.28 10:03:40.150035 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1988 | 2025.02.28 10:03:40.150870 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1989 | 2025.02.28 10:03:40.150913 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 1990 | 2025.02.28 10:03:40.151335 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1991 | 2025.02.28 10:03:40.151591 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1992 | 2025.02.28 10:03:40.151986 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.002079 sec., 17316.017316017314 rows/sec., 1.27 MiB/sec. | ||
| 1993 | 2025.02.28 10:03:40.152123 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1994 | 2025.02.28 10:03:40.152140 [ 262 ] {dce58f87-ab08-41aa-b63d-615560111220} <Debug> TCPHandler: Processed in 0.002544923 sec. | ||
| 1995 | 2025.02.28 10:03:40.152286 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1996 | 2025.02.28 10:03:40.152411 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1997 | 2025.02.28 10:03:40.152464 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1998 | 2025.02.28 10:03:40.153086 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2025.02.28 10:03:40.153127 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2000 | 2025.02.28 10:03:40.153497 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2001 | 2025.02.28 10:03:40.153739 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2025.02.28 10:03:40.154074 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001666 sec., 60024.009603841536 rows/sec., 4.69 MiB/sec. | ||
| 2003 | 2025.02.28 10:03:40.154285 [ 261 ] {d59c82ea-9a98-4b27-a4ae-c0425f88f6c2} <Debug> TCPHandler: Processed in 0.002056357 sec. | ||
| 2004 | 2025.02.28 10:03:40.154448 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.02.28 10:03:40.154592 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2006 | 2025.02.28 10:03:40.154657 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2007 | 2025.02.28 10:03:40.155344 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2025.02.28 10:03:40.155391 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2009 | 2025.02.28 10:03:40.155840 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2010 | 2025.02.28 10:03:40.156077 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2025.02.28 10:03:40.156364 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 2012 | 2025.02.28 10:03:40.156461 [ 262 ] {bb2aac93-cb2a-4172-8666-227d18e15b8f} <Debug> TCPHandler: Processed in 0.002084727 sec. | ||
| 2013 | 2025.02.28 10:03:40.156612 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2025.02.28 10:03:40.156734 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2015 | 2025.02.28 10:03:40.156818 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <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 | ||
| 2016 | 2025.02.28 10:03:40.158021 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2025.02.28 10:03:40.158061 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2018 | 2025.02.28 10:03:40.158735 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2019 | 2025.02.28 10:03:40.158993 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2025.02.28 10:03:40.159443 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00272 sec., 13235.294117647058 rows/sec., 23.72 MiB/sec. | ||
| 2021 | 2025.02.28 10:03:40.159579 [ 261 ] {9b4915cc-56b1-4564-9030-be83c687820f} <Debug> TCPHandler: Processed in 0.00302335 sec. | ||
| 2022 | 2025.02.28 10:03:40.159734 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2023 | 2025.02.28 10:03:40.159882 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2024 | 2025.02.28 10:03:40.159943 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2025 | 2025.02.28 10:03:40.160545 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2025.02.28 10:03:40.160593 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2027 | 2025.02.28 10:03:40.161004 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2028 | 2025.02.28 10:03:40.161252 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2029 | 2025.02.28 10:03:40.161710 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001789 sec., 33538.28954723309 rows/sec., 2.26 MiB/sec. | ||
| 2030 | 2025.02.28 10:03:40.161836 [ 262 ] {6ad55035-0545-403a-8c7d-f79db59d2039} <Debug> TCPHandler: Processed in 0.002171788 sec. | ||
| 2031 | 2025.02.28 10:03:41.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.97 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 166.55 MiB (RSS), difference: -2.42 MiB | ||
| 2032 | 2025.02.28 10:03:45.146304 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2033 | 2025.02.28 10:03:45.146509 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2034 | 2025.02.28 10:03:45.146585 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2035 | 2025.02.28 10:03:45.147390 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2036 | 2025.02.28 10:03:45.147441 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2037 | 2025.02.28 10:03:45.147887 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2038 | 2025.02.28 10:03:45.148141 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2039 | 2025.02.28 10:03:45.148412 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 2040 | 2025.02.28 10:03:45.148633 [ 261 ] {5034243e-9b31-4e93-bb2d-4e3b1520ac3e} <Debug> TCPHandler: Processed in 0.002460661 sec. | ||
| 2041 | 2025.02.28 10:03:45.148915 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2042 | 2025.02.28 10:03:45.149114 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2043 | 2025.02.28 10:03:45.149191 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2044 | 2025.02.28 10:03:45.149966 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.02.28 10:03:45.150012 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2046 | 2025.02.28 10:03:45.150462 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2047 | 2025.02.28 10:03:45.150724 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2025.02.28 10:03:45.150934 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
| 2049 | 2025.02.28 10:03:45.151001 [ 262 ] {5b5e7319-4d1a-4418-ac08-75c62be4f54f} <Debug> TCPHandler: Processed in 0.002220769 sec. | ||
| 2050 | 2025.02.28 10:03:45.151175 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2025.02.28 10:03:45.151310 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2052 | 2025.02.28 10:03:45.151370 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2053 | 2025.02.28 10:03:45.151983 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.02.28 10:03:45.152025 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2055 | 2025.02.28 10:03:45.152448 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2056 | 2025.02.28 10:03:45.152692 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2057 | 2025.02.28 10:03:45.152919 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
| 2058 | 2025.02.28 10:03:45.152979 [ 261 ] {660a9536-8efd-4d48-b1d1-2c0324262d83} <Debug> TCPHandler: Processed in 0.001866374 sec. | ||
| 2059 | 2025.02.28 10:03:45.153134 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2060 | 2025.02.28 10:03:45.153263 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2061 | 2025.02.28 10:03:45.153321 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2062 | 2025.02.28 10:03:45.153860 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2025.02.28 10:03:45.153899 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2064 | 2025.02.28 10:03:45.154317 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2065 | 2025.02.28 10:03:45.154562 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.02.28 10:03:45.154797 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 2067 | 2025.02.28 10:03:45.154939 [ 262 ] {23a61fb9-3f66-4393-a684-c05b43402ac5} <Debug> TCPHandler: Processed in 0.001858134 sec. | ||
| 2068 | 2025.02.28 10:03:46.308151 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2069 | 2025.02.28 10:03:46.308813 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2025.02.28 10:03:46.308859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2071 | 2025.02.28 10:03:46.309387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2072 | 2025.02.28 10:03:46.309647 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2025.02.28 10:03:46.309906 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2074 | 2025.02.28 10:03:46.559566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2075 | 2025.02.28 10:03:46.581135 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2025.02.28 10:03:46.581202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 2077 | 2025.02.28 10:03:46.588519 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2078 | 2025.02.28 10:03:46.589333 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2025.02.28 10:03:46.593342 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2080 | 2025.02.28 10:03:48.811109 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 304 | ||
| 2081 | 2025.02.28 10:03:48.813953 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.02.28 10:03:48.814009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2083 | 2025.02.28 10:03:48.815474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2084 | 2025.02.28 10:03:48.815785 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2025.02.28 10:03:48.816906 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304 | ||
| 2086 | 2025.02.28 10:03:50.147617 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2025.02.28 10:03:50.147832 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2088 | 2025.02.28 10:03:50.147913 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2089 | 2025.02.28 10:03:50.148755 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2025.02.28 10:03:50.148811 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2091 | 2025.02.28 10:03:50.149261 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2092 | 2025.02.28 10:03:50.149522 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2025.02.28 10:03:50.149837 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002039 sec., 62775.870524767044 rows/sec., 5.37 MiB/sec. | ||
| 2094 | 2025.02.28 10:03:50.150001 [ 261 ] {532bd55e-0d40-4c02-ae03-925afe39175b} <Debug> TCPHandler: Processed in 0.002523853 sec. | ||
| 2095 | 2025.02.28 10:03:50.150270 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2096 | 2025.02.28 10:03:50.150475 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2097 | 2025.02.28 10:03:50.150557 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2098 | 2025.02.28 10:03:50.151383 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2099 | 2025.02.28 10:03:50.151430 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2100 | 2025.02.28 10:03:50.151863 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2101 | 2025.02.28 10:03:50.152123 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2102 | 2025.02.28 10:03:50.152377 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00196 sec., 18367.34693877551 rows/sec., 1.35 MiB/sec. | ||
| 2103 | 2025.02.28 10:03:50.152439 [ 262 ] {4ed64b62-ec7d-4faf-9ec4-0d9c6e3a3a36} <Debug> TCPHandler: Processed in 0.00230233 sec. | ||
| 2104 | 2025.02.28 10:03:50.152620 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2105 | 2025.02.28 10:03:50.152766 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2106 | 2025.02.28 10:03:50.152828 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2107 | 2025.02.28 10:03:50.153495 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2108 | 2025.02.28 10:03:50.153534 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2109 | 2025.02.28 10:03:50.153899 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2110 | 2025.02.28 10:03:50.154132 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2111 | 2025.02.28 10:03:50.154318 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001587 sec., 63011.972274732194 rows/sec., 4.92 MiB/sec. | ||
| 2112 | 2025.02.28 10:03:50.154373 [ 261 ] {de411679-e4fc-447e-becb-caa9ea5d085b} <Debug> TCPHandler: Processed in 0.001821024 sec. | ||
| 2113 | 2025.02.28 10:03:50.154533 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2114 | 2025.02.28 10:03:50.154681 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2115 | 2025.02.28 10:03:50.154748 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2116 | 2025.02.28 10:03:50.155371 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2025.02.28 10:03:50.155413 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2118 | 2025.02.28 10:03:50.155813 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2119 | 2025.02.28 10:03:50.156052 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2025.02.28 10:03:50.156303 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 2121 | 2025.02.28 10:03:50.156397 [ 262 ] {7e45ade1-5c9f-4ca9-9871-d80518a3a6a8} <Debug> TCPHandler: Processed in 0.001928346 sec. | ||
| 2122 | 2025.02.28 10:03:50.156557 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2123 | 2025.02.28 10:03:50.156699 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2124 | 2025.02.28 10:03:50.156793 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <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 | ||
| 2125 | 2025.02.28 10:03:50.158007 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2126 | 2025.02.28 10:03:50.158073 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2127 | 2025.02.28 10:03:50.158741 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2128 | 2025.02.28 10:03:50.158997 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2129 | 2025.02.28 10:03:50.159232 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002558 sec., 14073.494917904613 rows/sec., 25.22 MiB/sec. | ||
| 2130 | 2025.02.28 10:03:50.159367 [ 261 ] {6ebbecfd-3438-4294-a961-5da51d75a71a} <Debug> TCPHandler: Processed in 0.002877037 sec. | ||
| 2131 | 2025.02.28 10:03:50.159586 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2132 | 2025.02.28 10:03:50.159814 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2133 | 2025.02.28 10:03:50.159911 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2134 | 2025.02.28 10:03:50.160501 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2025.02.28 10:03:50.160541 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2136 | 2025.02.28 10:03:50.160915 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2137 | 2025.02.28 10:03:50.161164 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2025.02.28 10:03:50.161379 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001621 sec., 37014.18877236274 rows/sec., 2.49 MiB/sec. | ||
| 2139 | 2025.02.28 10:03:50.161431 [ 262 ] {3e769bbe-2a69-44a7-9139-089f083431a7} <Debug> TCPHandler: Processed in 0.001953915 sec. | ||
| 2140 | 2025.02.28 10:03:53.720839 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2141 | 2025.02.28 10:03:53.720906 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2142 | 2025.02.28 10:03:53.810096 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2143 | 2025.02.28 10:03:53.810972 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2025.02.28 10:03:53.811027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2145 | 2025.02.28 10:03:53.811566 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2146 | 2025.02.28 10:03:53.811816 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2147 | 2025.02.28 10:03:53.812086 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2148 | 2025.02.28 10:03:54.093446 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2149 | 2025.02.28 10:03:54.114250 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2150 | 2025.02.28 10:03:54.114314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2151 | 2025.02.28 10:03:54.121791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2152 | 2025.02.28 10:03:54.122577 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2153 | 2025.02.28 10:03:54.125350 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2154 | 2025.02.28 10:03:55.146412 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2155 | 2025.02.28 10:03:55.146621 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2156 | 2025.02.28 10:03:55.146704 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2157 | 2025.02.28 10:03:55.147520 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2025.02.28 10:03:55.147573 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2159 | 2025.02.28 10:03:55.148007 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2160 | 2025.02.28 10:03:55.148283 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.02.28 10:03:55.148485 [ 32 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2162 | 2025.02.28 10:03:55.148543 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.55 MiB/sec. | ||
| 2163 | 2025.02.28 10:03:55.148575 [ 32 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2025.02.28 10:03:55.148655 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2165 | 2025.02.28 10:03:55.148671 [ 261 ] {97c3dd8d-2a84-45ff-9743-995fef267b0f} <Debug> TCPHandler: Processed in 0.002398021 sec. | ||
| 2166 | 2025.02.28 10:03:55.149003 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 2167 | 2025.02.28 10:03:55.149018 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2168 | 2025.02.28 10:03:55.149315 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2169 | 2025.02.28 10:03:55.149360 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2170 | 2025.02.28 10:03:55.149381 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1933 rows starting from the beginning of the part | ||
| 2171 | 2025.02.28 10:03:55.149481 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2172 | 2025.02.28 10:03:55.149602 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 2173 | 2025.02.28 10:03:55.150029 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2174 | 2025.02.28 10:03:55.150370 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2175 | 2025.02.28 10:03:55.150664 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part | ||
| 2176 | 2025.02.28 10:03:55.150975 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 2177 | 2025.02.28 10:03:55.152461 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2178 | 2025.02.28 10:03:55.152531 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2179 | 2025.02.28 10:03:55.153539 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2180 | 2025.02.28 10:03:55.154086 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2025.02.28 10:03:55.154272 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2365 rows, containing 5 columns (5 merged, 0 gathered) in 0.005510341 sec., 429193.0390514852 rows/sec., 36.82 MiB/sec. | ||
| 2182 | 2025.02.28 10:03:55.154385 [ 32 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2183 | 2025.02.28 10:03:55.154451 [ 32 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2025.02.28 10:03:55.154533 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2185 | 2025.02.28 10:03:55.154632 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005346 sec., 748.2229704451927 rows/sec., 56.26 KiB/sec. | ||
| 2186 | 2025.02.28 10:03:55.154685 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2187 | 2025.02.28 10:03:55.154851 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 2188 | 2025.02.28 10:03:55.154983 [ 262 ] {943a9ee6-6511-4a3a-92bd-fc5977ccedc6} <Debug> TCPHandler: Processed in 0.006180191 sec. | ||
| 2189 | 2025.02.28 10:03:55.155264 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2190 | 2025.02.28 10:03:55.155258 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2191 | 2025.02.28 10:03:55.155377 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 133 rows starting from the beginning of the part | ||
| 2192 | 2025.02.28 10:03:55.155633 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2193 | 2025.02.28 10:03:55.155725 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.02.28 10:03:55.155848 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2195 | 2025.02.28 10:03:55.155885 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 134 rows starting from the beginning of the part | ||
| 2196 | 2025.02.28 10:03:55.156365 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_11_2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2197 | 2025.02.28 10:03:55.156451 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part | ||
| 2198 | 2025.02.28 10:03:55.156700 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 2199 | 2025.02.28 10:03:55.156972 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2200 | 2025.02.28 10:03:55.157407 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2201 | 2025.02.28 10:03:55.157725 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 2202 | 2025.02.28 10:03:55.158695 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2203 | 2025.02.28 10:03:55.158779 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2204 | 2025.02.28 10:03:55.159810 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2205 | 2025.02.28 10:03:55.160420 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2025.02.28 10:03:55.160420 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 5 columns (5 merged, 0 gathered) in 0.005781096 sec., 66250.41341641793 rows/sec., 4.59 MiB/sec. | ||
| 2207 | 2025.02.28 10:03:55.160664 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2208 | 2025.02.28 10:03:55.160764 [ 32 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2209 | 2025.02.28 10:03:55.160948 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.005468 sec., 12984.637893196781 rows/sec., 1.01 MiB/sec. | ||
| 2210 | 2025.02.28 10:03:55.160963 [ 32 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2025.02.28 10:03:55.161121 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2212 | 2025.02.28 10:03:55.161248 [ 261 ] {9487d876-3bce-44aa-afcc-14821e1ff7ce} <Debug> TCPHandler: Processed in 0.00614715 sec. | ||
| 2213 | 2025.02.28 10:03:55.161529 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 2214 | 2025.02.28 10:03:55.161582 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2215 | 2025.02.28 10:03:55.161620 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2216 | 2025.02.28 10:03:55.161890 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_6_1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2217 | 2025.02.28 10:03:55.161969 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2218 | 2025.02.28 10:03:55.161986 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2219 | 2025.02.28 10:03:55.162105 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 917 rows starting from the beginning of the part | ||
| 2220 | 2025.02.28 10:03:55.162117 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2221 | 2025.02.28 10:03:55.162156 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2222 | 2025.02.28 10:03:55.162519 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2223 | 2025.02.28 10:03:55.162885 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
| 2224 | 2025.02.28 10:03:55.163222 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2225 | 2025.02.28 10:03:55.163621 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
| 2226 | 2025.02.28 10:03:55.163971 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 71 rows starting from the beginning of the part | ||
| 2227 | 2025.02.28 10:03:55.165082 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.02.28 10:03:55.165153 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2229 | 2025.02.28 10:03:55.166228 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2230 | 2025.02.28 10:03:55.166695 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2025.02.28 10:03:55.167059 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005751865 sec., 228795.355941073 rows/sec., 17.93 MiB/sec. | ||
| 2232 | 2025.02.28 10:03:55.167066 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2233 | 2025.02.28 10:03:55.167174 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2025.02.28 10:03:55.167223 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2235 | 2025.02.28 10:03:55.167302 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005432 sec., 29455.081001472754 rows/sec., 2.05 MiB/sec. | ||
| 2236 | 2025.02.28 10:03:55.167418 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2237 | 2025.02.28 10:03:55.167937 [ 262 ] {391b6a74-d041-48f9-ba14-dbb308a2edbe} <Debug> TCPHandler: Processed in 0.006537665 sec. | ||
| 2238 | 2025.02.28 10:03:55.168105 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2239 | 2025.02.28 10:03:55.168268 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2025.02.28 10:03:55.168506 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2241 | 2025.02.28 10:03:55.168594 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.02.28 10:03:55.168617 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2243 | 2025.02.28 10:03:55.168644 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3774 rows starting from the beginning of the part | ||
| 2244 | 2025.02.28 10:03:55.168967 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_11_2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2245 | 2025.02.28 10:03:55.168977 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <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 | ||
| 2246 | 2025.02.28 10:03:55.169158 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2247 | 2025.02.28 10:03:55.169398 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2248 | 2025.02.28 10:03:55.169868 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2249 | 2025.02.28 10:03:55.170217 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2250 | 2025.02.28 10:03:55.170593 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2251 | 2025.02.28 10:03:55.170994 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2252 | 2025.02.28 10:03:55.174468 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.02.28 10:03:55.174512 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2254 | 2025.02.28 10:03:55.175396 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4574 rows, containing 5 columns (5 merged, 0 gathered) in 0.008040825 sec., 568847.102131933 rows/sec., 38.76 MiB/sec. | ||
| 2255 | 2025.02.28 10:03:55.175729 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2256 | 2025.02.28 10:03:55.175773 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2257 | 2025.02.28 10:03:55.176270 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.02.28 10:03:55.176283 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.02.28 10:03:55.176449 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2260 | 2025.02.28 10:03:55.176741 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2261 | 2025.02.28 10:03:55.176591 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2262 | 2025.02.28 10:03:55.176892 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008399 sec., 476.24717228241457 rows/sec., 873.89 KiB/sec. | ||
| 2263 | 2025.02.28 10:03:55.176902 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2025.02.28 10:03:55.177019 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2265 | 2025.02.28 10:03:55.177393 [ 261 ] {e7b0c3fe-ec3f-49eb-9a80-745d7654cb78} <Debug> TCPHandler: Processed in 0.009268241 sec. | ||
| 2266 | 2025.02.28 10:03:55.177418 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 2267 | 2025.02.28 10:03:55.177603 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2025.02.28 10:03:55.177791 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2269 | 2025.02.28 10:03:55.177862 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2270 | 2025.02.28 10:03:55.177873 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2271 | 2025.02.28 10:03:55.177974 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part | ||
| 2272 | 2025.02.28 10:03:55.178510 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 2273 | 2025.02.28 10:03:55.178964 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 2274 | 2025.02.28 10:03:55.179323 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.02.28 10:03:55.179378 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2276 | 2025.02.28 10:03:55.179387 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2277 | 2025.02.28 10:03:55.179781 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2278 | 2025.02.28 10:03:55.180183 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 2279 | 2025.02.28 10:03:55.180222 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2280 | 2025.02.28 10:03:55.180842 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2281 | 2025.02.28 10:03:55.181292 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.003534 sec., 848.8964346349745 rows/sec., 59.96 KiB/sec. | ||
| 2282 | 2025.02.28 10:03:55.181399 [ 262 ] {d6c48f8e-68e5-47fa-9c7f-0401b24bfc8b} <Debug> TCPHandler: Processed in 0.003900401 sec. | ||
| 2283 | 2025.02.28 10:03:55.181602 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2284 | 2025.02.28 10:03:55.181821 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2285 | 2025.02.28 10:03:55.181953 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2286 | 2025.02.28 10:03:55.183980 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2025.02.28 10:03:55.184047 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2288 | 2025.02.28 10:03:55.185242 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2289 | 2025.02.28 10:03:55.185815 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2290 | 2025.02.28 10:03:55.186165 [ 32 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2291 | 2025.02.28 10:03:55.186280 [ 32 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2292 | 2025.02.28 10:03:55.186366 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2293 | 2025.02.28 10:03:55.186450 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004664 sec., 12864.493996569468 rows/sec., 887.78 KiB/sec. | ||
| 2294 | 2025.02.28 10:03:55.186796 [ 261 ] {15359fd1-70a2-4c17-be5a-4d6d2f26b5d9} <Debug> TCPHandler: Processed in 0.005289638 sec. | ||
| 2295 | 2025.02.28 10:03:55.186838 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2296 | 2025.02.28 10:03:55.186977 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2297 | 2025.02.28 10:03:55.187007 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 2298 | 2025.02.28 10:03:55.187076 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2299 | 2025.02.28 10:03:55.187312 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2300 | 2025.02.28 10:03:55.187460 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2301 | 2025.02.28 10:03:55.187613 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2302 | 2025.02.28 10:03:55.187842 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2303 | 2025.02.28 10:03:55.189131 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 19 columns (19 merged, 0 gathered) in 0.011895266 sec., 13366.66199814279 rows/sec., 23.95 MiB/sec. | ||
| 2304 | 2025.02.28 10:03:55.189824 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2305 | 2025.02.28 10:03:55.190732 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.004239405 sec., 127848.12963139876 rows/sec., 8.51 MiB/sec. | ||
| 2306 | 2025.02.28 10:03:55.190979 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2307 | 2025.02.28 10:03:55.191087 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2025.02.28 10:03:55.191233 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2309 | 2025.02.28 10:03:55.191516 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 2310 | 2025.02.28 10:03:55.191571 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.02.28 10:03:55.191688 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_11_2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2312 | 2025.02.28 10:03:55.191782 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2313 | 2025.02.28 10:03:56.391726 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.02.28 10:03:56.392037 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 2315 | 2025.02.28 10:03:56.392502 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2316 | 2025.02.28 10:03:56.392560 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <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 | ||
| 2317 | 2025.02.28 10:03:56.392967 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2318 | 2025.02.28 10:03:56.393050 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2319 | 2025.02.28 10:03:56.393232 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 2320 | 2025.02.28 10:03:56.393398 [ 288 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2321 | 2025.02.28 10:03:56.393578 [ 292 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2322 | 2025.02.28 10:03:56.393578 [ 290 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2323 | 2025.02.28 10:03:56.393586 [ 287 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2324 | 2025.02.28 10:03:56.393767 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 2325 | 2025.02.28 10:03:56.393801 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2326 | 2025.02.28 10:03:56.393951 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2327 | 2025.02.28 10:03:56.393976 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Reading approx. 46 rows with 4 streams | ||
| 2328 | 2025.02.28 10:03:56.394022 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <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'))" | ||
| 2329 | 2025.02.28 10:03:56.394073 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <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'))" | ||
| 2330 | 2025.02.28 10:03:56.394121 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <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'))" | ||
| 2331 | 2025.02.28 10:03:56.394167 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <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'))" | ||
| 2332 | 2025.02.28 10:03:56.396352 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> executeQuery: Read 46 rows, 1.83 KiB in 0.004469 sec., 10293.130454240323 rows/sec., 409.51 KiB/sec. | ||
| 2333 | 2025.02.28 10:03:56.396589 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> MemoryTracker: Peak memory usage (for query): 148.56 KiB. | ||
| 2334 | 2025.02.28 10:03:56.396607 [ 261 ] {d1ab4ed1-4f60-4c03-a9df-f5c1dba74b3d} <Debug> TCPHandler: Processed in 0.005023986 sec. | ||
| 2335 | 2025.02.28 10:03:56.435167 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2336 | 2025.02.28 10:03:56.435356 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2337 | 2025.02.28 10:03:56.435434 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2338 | 2025.02.28 10:03:56.436353 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2025.02.28 10:03:56.436406 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2340 | 2025.02.28 10:03:56.436935 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2341 | 2025.02.28 10:03:56.437161 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2025.02.28 10:03:56.437425 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002119 sec., 471.9207173194904 rows/sec., 106.92 KiB/sec. | ||
| 2343 | 2025.02.28 10:03:56.437566 [ 261 ] {61c5fe56-c9a4-453a-9958-1ecfa82a5004} <Debug> TCPHandler: Processed in 0.002499612 sec. | ||
| 2344 | 2025.02.28 10:03:56.437795 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2025.02.28 10:03:56.437979 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2346 | 2025.02.28 10:03:56.438048 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2347 | 2025.02.28 10:03:56.438767 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2348 | 2025.02.28 10:03:56.438814 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2349 | 2025.02.28 10:03:56.439245 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2350 | 2025.02.28 10:03:56.439496 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2025.02.28 10:03:56.439731 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001804 sec., 13303.769401330377 rows/sec., 1.10 MiB/sec. | ||
| 2352 | 2025.02.28 10:03:56.439797 [ 262 ] {676d1d70-caa5-4dbb-9bd8-d7db717ad26f} <Debug> TCPHandler: Processed in 0.002120947 sec. | ||
| 2353 | 2025.02.28 10:03:56.439971 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2354 | 2025.02.28 10:03:56.440120 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2355 | 2025.02.28 10:03:56.440184 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2356 | 2025.02.28 10:03:56.440901 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2357 | 2025.02.28 10:03:56.440951 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2358 | 2025.02.28 10:03:56.441344 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2359 | 2025.02.28 10:03:56.441585 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2025.02.28 10:03:56.441839 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001745 sec., 3438.3954154727794 rows/sec., 280.38 KiB/sec. | ||
| 2361 | 2025.02.28 10:03:56.441902 [ 261 ] {96d8feb2-d03f-45f3-b05e-b7cfa3811f2a} <Debug> TCPHandler: Processed in 0.002002587 sec. | ||
| 2362 | 2025.02.28 10:03:56.442050 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2025.02.28 10:03:56.442193 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2364 | 2025.02.28 10:03:56.442259 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2365 | 2025.02.28 10:03:56.443593 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2025.02.28 10:03:56.443636 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2367 | 2025.02.28 10:03:56.444093 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2368 | 2025.02.28 10:03:56.444347 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2025.02.28 10:03:56.444590 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002435 sec., 571252.5667351129 rows/sec., 47.72 MiB/sec. | ||
| 2370 | 2025.02.28 10:03:56.444682 [ 262 ] {d846f5fc-8d67-4d0a-83cd-339fd04002de} <Debug> TCPHandler: Processed in 0.002689585 sec. | ||
| 2371 | 2025.02.28 10:03:56.444850 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2025.02.28 10:03:56.444994 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2373 | 2025.02.28 10:03:56.445056 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2374 | 2025.02.28 10:03:56.445729 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2375 | 2025.02.28 10:03:56.445770 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2376 | 2025.02.28 10:03:56.446180 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2377 | 2025.02.28 10:03:56.446430 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2378 | 2025.02.28 10:03:56.446676 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.00172 sec., 31395.3488372093 rows/sec., 2.32 MiB/sec. | ||
| 2379 | 2025.02.28 10:03:56.446764 [ 261 ] {c84c77a9-e25a-466d-97f2-642f9ef39784} <Debug> TCPHandler: Processed in 0.001973136 sec. | ||
| 2380 | 2025.02.28 10:03:56.446966 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2381 | 2025.02.28 10:03:56.447105 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2382 | 2025.02.28 10:03:56.447159 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2383 | 2025.02.28 10:03:56.447921 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2384 | 2025.02.28 10:03:56.447965 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2385 | 2025.02.28 10:03:56.448381 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2386 | 2025.02.28 10:03:56.448660 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2387 | 2025.02.28 10:03:56.448908 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001826 sec., 138006.5717415115 rows/sec., 9.55 MiB/sec. | ||
| 2388 | 2025.02.28 10:03:56.448976 [ 262 ] {6b0e5df1-c5db-460d-b0f0-0c9e5b26eced} <Debug> TCPHandler: Processed in 0.002113208 sec. | ||
| 2389 | 2025.02.28 10:03:56.449133 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2390 | 2025.02.28 10:03:56.449259 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2391 | 2025.02.28 10:03:56.449310 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2392 | 2025.02.28 10:03:56.449908 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.02.28 10:03:56.449948 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2394 | 2025.02.28 10:03:56.450323 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2395 | 2025.02.28 10:03:56.450558 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.02.28 10:03:56.450791 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001557 sec., 7707.129094412331 rows/sec., 602.12 KiB/sec. | ||
| 2397 | 2025.02.28 10:03:56.450852 [ 261 ] {a2a99bb6-0912-4443-b85f-cd74fba28975} <Debug> TCPHandler: Processed in 0.001778453 sec. | ||
| 2398 | 2025.02.28 10:03:56.451018 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2025.02.28 10:03:56.451135 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2400 | 2025.02.28 10:03:56.451183 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2401 | 2025.02.28 10:03:56.451979 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.02.28 10:03:56.452019 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2403 | 2025.02.28 10:03:56.452419 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2404 | 2025.02.28 10:03:56.452667 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2405 | 2025.02.28 10:03:56.452885 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001774 sec., 337091.3190529876 rows/sec., 25.34 MiB/sec. | ||
| 2406 | 2025.02.28 10:03:56.452940 [ 262 ] {9d94f9c1-f759-470c-a9d0-0f1b70ebb86d} <Debug> TCPHandler: Processed in 0.001982746 sec. | ||
| 2407 | 2025.02.28 10:03:56.453113 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2408 | 2025.02.28 10:03:56.453250 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2409 | 2025.02.28 10:03:56.453311 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2410 | 2025.02.28 10:03:56.454149 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.02.28 10:03:56.454190 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2412 | 2025.02.28 10:03:56.454643 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2413 | 2025.02.28 10:03:56.454878 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.02.28 10:03:56.455095 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Debug> executeQuery: Read 949 rows, 65.60 KiB in 0.001877 sec., 505594.0330314331 rows/sec., 34.13 MiB/sec. | ||
| 2415 | 2025.02.28 10:03:56.455154 [ 261 ] {d44bbe15-1f2c-40a1-8594-fdbd50ecd214} <Debug> TCPHandler: Processed in 0.002102697 sec. | ||
| 2416 | 2025.02.28 10:03:56.455318 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.02.28 10:03:56.455455 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2418 | 2025.02.28 10:03:56.455548 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <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 | ||
| 2419 | 2025.02.28 10:03:56.456867 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.02.28 10:03:56.456906 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2421 | 2025.02.28 10:03:56.457575 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2422 | 2025.02.28 10:03:56.457837 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.02.28 10:03:56.458080 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002656 sec., 13554.21686746988 rows/sec., 24.29 MiB/sec. | ||
| 2424 | 2025.02.28 10:03:56.458193 [ 262 ] {744bd783-81e7-4a5e-aaf3-cc9766bf9f74} <Debug> TCPHandler: Processed in 0.002944838 sec. | ||
| 2425 | 2025.02.28 10:03:56.458365 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.02.28 10:03:56.458505 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.02.28 10:03:56.458566 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2428 | 2025.02.28 10:03:56.459134 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.02.28 10:03:56.459180 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2430 | 2025.02.28 10:03:56.459544 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2431 | 2025.02.28 10:03:56.459774 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.02.28 10:03:56.459983 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00151 sec., 15894.039735099337 rows/sec., 1.07 MiB/sec. | ||
| 2433 | 2025.02.28 10:03:56.460035 [ 261 ] {f0035244-0a6b-4e97-98c9-2b6cdf487ec1} <Debug> TCPHandler: Processed in 0.001740923 sec. | ||
| 2434 | 2025.02.28 10:03:58.817095 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 354 | ||
| 2435 | 2025.02.28 10:03:58.820651 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.02.28 10:03:58.820702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2437 | 2025.02.28 10:03:58.822215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2438 | 2025.02.28 10:03:58.822540 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2439 | 2025.02.28 10:03:58.822710 [ 27 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2440 | 2025.02.28 10:03:58.822783 [ 27 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2025.02.28 10:03:58.822830 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2442 | 2025.02.28 10:03:58.823407 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 2443 | 2025.02.28 10:03:58.824069 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 354 | ||
| 2444 | 2025.02.28 10:03:58.824543 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2445 | 2025.02.28 10:03:58.824732 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 2446 | 2025.02.28 10:03:58.825438 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 96 rows starting from the beginning of the part | ||
| 2447 | 2025.02.28 10:03:58.826138 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part | ||
| 2448 | 2025.02.28 10:03:58.826796 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2449 | 2025.02.28 10:03:58.827424 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 2450 | 2025.02.28 10:03:58.828013 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 2451 | 2025.02.28 10:03:58.836267 [ 194 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 72 columns (72 merged, 0 gathered) in 0.013244342 sec., 26728.394660905014 rows/sec., 27.91 MiB/sec. | ||
| 2452 | 2025.02.28 10:03:58.837321 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2453 | 2025.02.28 10:03:58.838159 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2025.02.28 10:03:58.838256 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_6_1} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2455 | 2025.02.28 10:03:58.838590 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 2456 | 2025.02.28 10:04:00.143163 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.02.28 10:04:00.143371 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2458 | 2025.02.28 10:04:00.143452 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2459 | 2025.02.28 10:04:00.144325 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.02.28 10:04:00.144372 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2461 | 2025.02.28 10:04:00.144798 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2462 | 2025.02.28 10:04:00.145072 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.02.28 10:04:00.145316 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec. | ||
| 2464 | 2025.02.28 10:04:00.145384 [ 261 ] {af683d2f-1fc6-4e80-a934-6b7218d450fe} <Debug> TCPHandler: Processed in 0.002365141 sec. | ||
| 2465 | 2025.02.28 10:04:00.145727 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2025.02.28 10:04:00.146026 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2467 | 2025.02.28 10:04:00.146142 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2468 | 2025.02.28 10:04:00.146977 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.02.28 10:04:00.147026 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2470 | 2025.02.28 10:04:00.147472 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2471 | 2025.02.28 10:04:00.147738 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2025.02.28 10:04:00.147983 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002039 sec., 31387.935262383522 rows/sec., 2.45 MiB/sec. | ||
| 2473 | 2025.02.28 10:04:00.148046 [ 262 ] {e7efc054-86dc-4eff-8fdd-7ecc27bb6dea} <Debug> TCPHandler: Processed in 0.002507893 sec. | ||
| 2474 | 2025.02.28 10:04:00.148195 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2025.02.28 10:04:00.148340 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2476 | 2025.02.28 10:04:00.148408 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2477 | 2025.02.28 10:04:00.149059 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.02.28 10:04:00.149107 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2479 | 2025.02.28 10:04:00.149533 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2480 | 2025.02.28 10:04:00.149771 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.02.28 10:04:00.150016 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001706 sec., 56271.98124267292 rows/sec., 3.92 MiB/sec. | ||
| 2482 | 2025.02.28 10:04:00.150099 [ 261 ] {5df123d4-7a22-41f4-afeb-7b7e3a6419a3} <Debug> TCPHandler: Processed in 0.001971216 sec. | ||
| 2483 | 2025.02.28 10:04:00.150252 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2484 | 2025.02.28 10:04:00.150375 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2485 | 2025.02.28 10:04:00.150430 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2486 | 2025.02.28 10:04:00.150946 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2487 | 2025.02.28 10:04:00.150989 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2488 | 2025.02.28 10:04:00.151371 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2489 | 2025.02.28 10:04:00.151611 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2490 | 2025.02.28 10:04:00.151814 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001467 sec., 24539.877300613498 rows/sec., 1.65 MiB/sec. | ||
| 2491 | 2025.02.28 10:04:00.151868 [ 262 ] {84648f37-5bfc-488d-a208-748d37a8f8b1} <Debug> TCPHandler: Processed in 0.001673591 sec. | ||
| 2492 | 2025.02.28 10:04:01.312269 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2493 | 2025.02.28 10:04:01.313436 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2494 | 2025.02.28 10:04:01.313538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2495 | 2025.02.28 10:04:01.314144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2496 | 2025.02.28 10:04:01.314409 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2497 | 2025.02.28 10:04:01.314614 [ 23 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2498 | 2025.02.28 10:04:01.314703 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2499 | 2025.02.28 10:04:01.314723 [ 23 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.02.28 10:04:01.314761 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2501 | 2025.02.28 10:04:01.314954 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2502 | 2025.02.28 10:04:01.315208 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2503 | 2025.02.28 10:04:01.315279 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2504 | 2025.02.28 10:04:01.315397 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2505 | 2025.02.28 10:04:01.315561 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2506 | 2025.02.28 10:04:01.315843 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2507 | 2025.02.28 10:04:01.315969 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2508 | 2025.02.28 10:04:01.316168 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 2509 | 2025.02.28 10:04:01.317920 [ 189 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00307232 sec., 1667795.0213519426 rows/sec., 23.86 MiB/sec. | ||
| 2510 | 2025.02.28 10:04:01.318373 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2511 | 2025.02.28 10:04:01.318717 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_11_2} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.02.28 10:04:01.318806 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_11_2} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2513 | 2025.02.28 10:04:01.318913 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2514 | 2025.02.28 10:04:01.625475 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2515 | 2025.02.28 10:04:01.647336 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.02.28 10:04:01.647405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2517 | 2025.02.28 10:04:01.655182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2518 | 2025.02.28 10:04:01.655934 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2025.02.28 10:04:01.656300 [ 47 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2520 | 2025.02.28 10:04:01.656435 [ 47 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.02.28 10:04:01.656501 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2522 | 2025.02.28 10:04:01.657031 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2523 | 2025.02.28 10:04:01.671849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2524 | 2025.02.28 10:04:01.673653 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2525 | 2025.02.28 10:04:01.675282 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2526 | 2025.02.28 10:04:01.680886 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2527 | 2025.02.28 10:04:01.686603 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2528 | 2025.02.28 10:04:01.692338 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2529 | 2025.02.28 10:04:01.697884 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2530 | 2025.02.28 10:04:01.703000 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 2531 | 2025.02.28 10:04:01.759862 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103219367 sec., 804.1126623068711 rows/sec., 4.16 MiB/sec. | ||
| 2532 | 2025.02.28 10:04:01.762273 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2533 | 2025.02.28 10:04:01.765252 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_11_2} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.02.28 10:04:01.765375 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_11_2} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2535 | 2025.02.28 10:04:01.767900 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2536 | 2025.02.28 10:04:02.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.54 MiB, peak 179.42 MiB, free memory in arenas 0.00 B, will set to 171.68 MiB (RSS), difference: 2.14 MiB | ||
| 2537 | 2025.02.28 10:04:05.145793 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2538 | 2025.02.28 10:04:05.146014 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2539 | 2025.02.28 10:04:05.146094 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2540 | 2025.02.28 10:04:05.146929 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2541 | 2025.02.28 10:04:05.146974 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2542 | 2025.02.28 10:04:05.147426 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2543 | 2025.02.28 10:04:05.147686 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2544 | 2025.02.28 10:04:05.147895 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.60 MiB/sec. | ||
| 2545 | 2025.02.28 10:04:05.147960 [ 261 ] {8a5d41f8-382a-4093-91bd-62336441ae2f} <Debug> TCPHandler: Processed in 0.00230366 sec. | ||
| 2546 | 2025.02.28 10:04:05.148269 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2547 | 2025.02.28 10:04:05.148522 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2548 | 2025.02.28 10:04:05.148592 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2549 | 2025.02.28 10:04:05.149319 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2550 | 2025.02.28 10:04:05.149364 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2551 | 2025.02.28 10:04:05.149803 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2552 | 2025.02.28 10:04:05.150066 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2553 | 2025.02.28 10:04:05.150390 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 158.72 KiB/sec. | ||
| 2554 | 2025.02.28 10:04:05.150526 [ 262 ] {e8639ee5-d579-4496-b15a-e0c7224551ab} <Debug> TCPHandler: Processed in 0.002425122 sec. | ||
| 2555 | 2025.02.28 10:04:05.150677 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2025.02.28 10:04:05.150820 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2557 | 2025.02.28 10:04:05.150881 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2558 | 2025.02.28 10:04:05.151583 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2559 | 2025.02.28 10:04:05.151621 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2560 | 2025.02.28 10:04:05.152015 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2561 | 2025.02.28 10:04:05.152247 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2562 | 2025.02.28 10:04:05.152428 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001642 sec., 41412.91108404385 rows/sec., 3.23 MiB/sec. | ||
| 2563 | 2025.02.28 10:04:05.152482 [ 261 ] {074751c2-6dde-481d-9a3d-5b5a7feff6c3} <Debug> TCPHandler: Processed in 0.001871704 sec. | ||
| 2564 | 2025.02.28 10:04:05.152642 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2565 | 2025.02.28 10:04:05.152788 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2566 | 2025.02.28 10:04:05.152854 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2567 | 2025.02.28 10:04:05.153538 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2025.02.28 10:04:05.153578 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2569 | 2025.02.28 10:04:05.153989 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2570 | 2025.02.28 10:04:05.154234 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2571 | 2025.02.28 10:04:05.154455 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
| 2572 | 2025.02.28 10:04:05.154513 [ 262 ] {282434bc-a79a-41a7-86a2-c27a6c49eb17} <Debug> TCPHandler: Processed in 0.001940896 sec. | ||
| 2573 | 2025.02.28 10:04:05.154694 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2574 | 2025.02.28 10:04:05.154835 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2575 | 2025.02.28 10:04:05.154929 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <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 | ||
| 2576 | 2025.02.28 10:04:05.156089 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.02.28 10:04:05.156127 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2578 | 2025.02.28 10:04:05.156739 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2579 | 2025.02.28 10:04:05.156988 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2025.02.28 10:04:05.157182 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002379 sec., 1681.3787305590583 rows/sec., 3.01 MiB/sec. | ||
| 2581 | 2025.02.28 10:04:05.157287 [ 261 ] {55b2727a-1b91-42eb-97c3-63e46cc3c57f} <Debug> TCPHandler: Processed in 0.002659725 sec. | ||
| 2582 | 2025.02.28 10:04:05.157437 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2025.02.28 10:04:05.157576 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2584 | 2025.02.28 10:04:05.157637 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2585 | 2025.02.28 10:04:05.158206 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2025.02.28 10:04:05.158252 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 2587 | 2025.02.28 10:04:05.158681 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2588 | 2025.02.28 10:04:05.158924 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2589 | 2025.02.28 10:04:05.159217 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001657 sec., 36210.018105009054 rows/sec., 2.44 MiB/sec. | ||
| 2590 | 2025.02.28 10:04:05.159363 [ 262 ] {4ac26f69-9695-4ec0-9f46-04bc805a11b7} <Debug> TCPHandler: Processed in 0.001989256 sec. | ||
| 2591 | 2025.02.28 10:04:08.510036 [ 136 ] {} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2592 | 2025.02.28 10:04:08.510118 [ 136 ] {} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2025.02.28 10:04:08.510141 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2594 | 2025.02.28 10:04:08.510328 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::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 | ||
| 2595 | 2025.02.28 10:04:08.510707 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2596 | 2025.02.28 10:04:08.510752 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 2597 | 2025.02.28 10:04:08.510877 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2598 | 2025.02.28 10:04:08.511020 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::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 | ||
| 2599 | 2025.02.28 10:04:08.511131 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2600 | 2025.02.28 10:04:08.511237 [ 188 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::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 | ||
| 2601 | 2025.02.28 10:04:08.513508 [ 189 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 6 columns (6 merged, 0 gathered) in 0.003297143 sec., 14254.765413571688 rows/sec., 3.47 MiB/sec. | ||
| 2602 | 2025.02.28 10:04:08.513800 [ 187 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2603 | 2025.02.28 10:04:08.514392 [ 187 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.28 10:04:08.514500 [ 187 ] {873f0192-a8f0-45b1-a4c9-2e9e7ab073ee::all_1_5_1} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2605 | 2025.02.28 10:04:08.514621 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2606 | 2025.02.28 10:04:08.721150 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2607 | 2025.02.28 10:04:08.721207 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2608 | 2025.02.28 10:04:08.814879 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2609 | 2025.02.28 10:04:08.815604 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.02.28 10:04:08.815649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2611 | 2025.02.28 10:04:08.816280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2612 | 2025.02.28 10:04:08.816540 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2025.02.28 10:04:08.816845 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2614 | 2025.02.28 10:04:08.824416 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 374 | ||
| 2615 | 2025.02.28 10:04:08.827206 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2025.02.28 10:04:08.827251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2617 | 2025.02.28 10:04:08.828697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2618 | 2025.02.28 10:04:08.829005 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2025.02.28 10:04:08.829576 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2620 | 2025.02.28 10:04:09.171986 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2621 | 2025.02.28 10:04:09.204022 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2025.02.28 10:04:09.204138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2623 | 2025.02.28 10:04:09.216134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2624 | 2025.02.28 10:04:09.217646 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2025.02.28 10:04:09.225160 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2626 | 2025.02.28 10:04:10.147655 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2025.02.28 10:04:10.147844 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2628 | 2025.02.28 10:04:10.147918 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2629 | 2025.02.28 10:04:10.148738 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.02.28 10:04:10.148789 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2631 | 2025.02.28 10:04:10.149241 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2632 | 2025.02.28 10:04:10.149497 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.02.28 10:04:10.149746 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001954 sec., 65506.65301944729 rows/sec., 5.60 MiB/sec. | ||
| 2634 | 2025.02.28 10:04:10.149813 [ 261 ] {a4b6580b-12e6-4376-ad09-c386c7373160} <Debug> TCPHandler: Processed in 0.00228952 sec. | ||
| 2635 | 2025.02.28 10:04:10.150066 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2636 | 2025.02.28 10:04:10.150255 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2637 | 2025.02.28 10:04:10.150329 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2638 | 2025.02.28 10:04:10.151085 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.02.28 10:04:10.151135 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2640 | 2025.02.28 10:04:10.151577 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2641 | 2025.02.28 10:04:10.151838 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.02.28 10:04:10.152079 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001876 sec., 19189.765458422175 rows/sec., 1.41 MiB/sec. | ||
| 2643 | 2025.02.28 10:04:10.152145 [ 262 ] {a9ca6dae-85da-4a32-80b6-8a8e7f6531a5} <Debug> TCPHandler: Processed in 0.002205628 sec. | ||
| 2644 | 2025.02.28 10:04:10.152315 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2645 | 2025.02.28 10:04:10.152462 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2646 | 2025.02.28 10:04:10.152524 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2647 | 2025.02.28 10:04:10.153181 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.02.28 10:04:10.153222 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2649 | 2025.02.28 10:04:10.153602 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2650 | 2025.02.28 10:04:10.153838 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.02.28 10:04:10.154049 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001621 sec., 61690.314620604564 rows/sec., 4.82 MiB/sec. | ||
| 2652 | 2025.02.28 10:04:10.154106 [ 261 ] {75c0a0d7-dd4e-4a98-b484-cc7362770dc5} <Debug> TCPHandler: Processed in 0.001863684 sec. | ||
| 2653 | 2025.02.28 10:04:10.154269 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2654 | 2025.02.28 10:04:10.154392 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2655 | 2025.02.28 10:04:10.154449 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2656 | 2025.02.28 10:04:10.155032 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2025.02.28 10:04:10.155074 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2658 | 2025.02.28 10:04:10.155478 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2659 | 2025.02.28 10:04:10.155723 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.02.28 10:04:10.155998 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 2661 | 2025.02.28 10:04:10.156208 [ 262 ] {16a7e64f-0531-464b-a61d-a9da1cb639f1} <Debug> TCPHandler: Processed in 0.001996046 sec. | ||
| 2662 | 2025.02.28 10:04:10.156392 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2025.02.28 10:04:10.156532 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2664 | 2025.02.28 10:04:10.156625 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <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 | ||
| 2665 | 2025.02.28 10:04:10.157912 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2666 | 2025.02.28 10:04:10.157950 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2667 | 2025.02.28 10:04:10.158626 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2668 | 2025.02.28 10:04:10.158874 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2669 | 2025.02.28 10:04:10.159210 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002693 sec., 13367.991088005941 rows/sec., 23.95 MiB/sec. | ||
| 2670 | 2025.02.28 10:04:10.159362 [ 261 ] {a1b0feb4-2ed0-409c-84e0-1b8e985db58e} <Debug> TCPHandler: Processed in 0.00303894 sec. | ||
| 2671 | 2025.02.28 10:04:10.159528 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2672 | 2025.02.28 10:04:10.159667 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2673 | 2025.02.28 10:04:10.159727 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2674 | 2025.02.28 10:04:10.160305 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2675 | 2025.02.28 10:04:10.160352 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2676 | 2025.02.28 10:04:10.160783 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2677 | 2025.02.28 10:04:10.161023 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2678 | 2025.02.28 10:04:10.161362 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001694 sec., 35419.12632821724 rows/sec., 2.39 MiB/sec. | ||
| 2679 | 2025.02.28 10:04:10.161511 [ 262 ] {d6170a24-176e-4c51-b758-e74b36a9e604} <Debug> TCPHandler: Processed in 0.002054837 sec. | ||
| 2680 | 2025.02.28 10:04:15.146636 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2681 | 2025.02.28 10:04:15.146900 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2682 | 2025.02.28 10:04:15.147013 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2683 | 2025.02.28 10:04:15.148045 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2025.02.28 10:04:15.148098 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2685 | 2025.02.28 10:04:15.148522 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2686 | 2025.02.28 10:04:15.148773 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2687 | 2025.02.28 10:04:15.149011 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002188 sec., 1828.1535648994518 rows/sec., 149.07 KiB/sec. | ||
| 2688 | 2025.02.28 10:04:15.149079 [ 261 ] {f5468f9c-4fb8-437c-ad78-ead1f30f2c29} <Debug> TCPHandler: Processed in 0.002584554 sec. | ||
| 2689 | 2025.02.28 10:04:15.149393 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2690 | 2025.02.28 10:04:15.149696 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2691 | 2025.02.28 10:04:15.149807 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2692 | 2025.02.28 10:04:15.150572 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2025.02.28 10:04:15.150620 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2694 | 2025.02.28 10:04:15.151058 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2695 | 2025.02.28 10:04:15.151321 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2696 | 2025.02.28 10:04:15.151550 [ 150 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2697 | 2025.02.28 10:04:15.151619 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002002 sec., 32967.03296703297 rows/sec., 2.59 MiB/sec. | ||
| 2698 | 2025.02.28 10:04:15.151677 [ 150 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2025.02.28 10:04:15.151769 [ 262 ] {af7e8611-f9b3-4389-ab2b-f70a6018af0c} <Debug> TCPHandler: Processed in 0.002552123 sec. | ||
| 2700 | 2025.02.28 10:04:15.151778 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2701 | 2025.02.28 10:04:15.152025 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.02.28 10:04:15.152068 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 2703 | 2025.02.28 10:04:15.152241 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2704 | 2025.02.28 10:04:15.152377 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2705 | 2025.02.28 10:04:15.152586 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2706 | 2025.02.28 10:04:15.152718 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1957 rows starting from the beginning of the part | ||
| 2707 | 2025.02.28 10:04:15.153138 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1391 rows starting from the beginning of the part | ||
| 2708 | 2025.02.28 10:04:15.153606 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 2709 | 2025.02.28 10:04:15.153923 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 2710 | 2025.02.28 10:04:15.154153 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2711 | 2025.02.28 10:04:15.154565 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
| 2712 | 2025.02.28 10:04:15.155397 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2025.02.28 10:04:15.155470 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2714 | 2025.02.28 10:04:15.156393 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2715 | 2025.02.28 10:04:15.156956 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2025.02.28 10:04:15.157370 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.005203 sec., 1537.574476263694 rows/sec., 111.49 KiB/sec. | ||
| 2717 | 2025.02.28 10:04:15.157472 [ 261 ] {b0da5a47-7e70-42b4-b5d4-8cb5c80d1451} <Debug> TCPHandler: Processed in 0.005549592 sec. | ||
| 2718 | 2025.02.28 10:04:15.157661 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2719 | 2025.02.28 10:04:15.157867 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2720 | 2025.02.28 10:04:15.158025 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2721 | 2025.02.28 10:04:15.158393 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3662 rows, containing 5 columns (5 merged, 0 gathered) in 0.006484444 sec., 564736.1593376395 rows/sec., 48.78 MiB/sec. | ||
| 2722 | 2025.02.28 10:04:15.158762 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2723 | 2025.02.28 10:04:15.159072 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2724 | 2025.02.28 10:04:15.159119 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2725 | 2025.02.28 10:04:15.159167 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2726 | 2025.02.28 10:04:15.159279 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_16_3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2727 | 2025.02.28 10:04:15.159389 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 2728 | 2025.02.28 10:04:15.159576 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2729 | 2025.02.28 10:04:15.159820 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2025.02.28 10:04:15.160006 [ 150 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2731 | 2025.02.28 10:04:15.160069 [ 150 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2025.02.28 10:04:15.160100 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002283 sec., 31537.450722733247 rows/sec., 2.46 MiB/sec. | ||
| 2733 | 2025.02.28 10:04:15.160117 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2734 | 2025.02.28 10:04:15.160304 [ 262 ] {17e15631-b52f-466b-b7d9-bac0d9e9d4fe} <Debug> TCPHandler: Processed in 0.002709825 sec. | ||
| 2735 | 2025.02.28 10:04:15.160397 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 2736 | 2025.02.28 10:04:15.160522 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2025.02.28 10:04:15.160591 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2738 | 2025.02.28 10:04:15.160642 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 932 rows starting from the beginning of the part | ||
| 2739 | 2025.02.28 10:04:15.160835 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2740 | 2025.02.28 10:04:15.160884 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 598 rows starting from the beginning of the part | ||
| 2741 | 2025.02.28 10:04:15.161126 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2742 | 2025.02.28 10:04:15.161189 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 2743 | 2025.02.28 10:04:15.161509 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part | ||
| 2744 | 2025.02.28 10:04:15.161807 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
| 2745 | 2025.02.28 10:04:15.162191 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part | ||
| 2746 | 2025.02.28 10:04:15.163779 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.02.28 10:04:15.163842 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2748 | 2025.02.28 10:04:15.164853 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2749 | 2025.02.28 10:04:15.165262 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.02.28 10:04:15.165541 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274059 sec., 347739.75793596543 rows/sec., 27.27 MiB/sec. | ||
| 2751 | 2025.02.28 10:04:15.165573 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2752 | 2025.02.28 10:04:15.165657 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2025.02.28 10:04:15.165713 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2754 | 2025.02.28 10:04:15.165789 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005092 sec., 31814.61115475255 rows/sec., 2.22 MiB/sec. | ||
| 2755 | 2025.02.28 10:04:15.165886 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2756 | 2025.02.28 10:04:15.166163 [ 261 ] {09862cbc-4154-4d2d-92a4-1e8f43291b64} <Debug> TCPHandler: Processed in 0.005731245 sec. | ||
| 2757 | 2025.02.28 10:04:15.166311 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2758 | 2025.02.28 10:04:15.166494 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2759 | 2025.02.28 10:04:15.166756 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.02.28 10:04:15.166972 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2761 | 2025.02.28 10:04:15.166975 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2762 | 2025.02.28 10:04:15.167037 [ 190 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_16_3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2763 | 2025.02.28 10:04:15.167101 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4574 rows starting from the beginning of the part | ||
| 2764 | 2025.02.28 10:04:15.167151 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <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 | ||
| 2765 | 2025.02.28 10:04:15.167410 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2766 | 2025.02.28 10:04:15.167747 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 949 rows starting from the beginning of the part | ||
| 2767 | 2025.02.28 10:04:15.168099 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 96 rows starting from the beginning of the part | ||
| 2768 | 2025.02.28 10:04:15.168454 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2769 | 2025.02.28 10:04:15.168840 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 2770 | 2025.02.28 10:04:15.169224 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
| 2771 | 2025.02.28 10:04:15.172615 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.02.28 10:04:15.172692 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2773 | 2025.02.28 10:04:15.173627 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2774 | 2025.02.28 10:04:15.174229 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2775 | 2025.02.28 10:04:15.174325 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00844842 sec., 722146.8629637258 rows/sec., 49.24 MiB/sec. | ||
| 2776 | 2025.02.28 10:04:15.174728 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007936 sec., 504.0322580645161 rows/sec., 924.88 KiB/sec. | ||
| 2777 | 2025.02.28 10:04:15.174991 [ 262 ] {172ef2d0-5c01-4772-90e2-cd4629d65a44} <Debug> TCPHandler: Processed in 0.008667083 sec. | ||
| 2778 | 2025.02.28 10:04:15.175132 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2779 | 2025.02.28 10:04:15.175193 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2780 | 2025.02.28 10:04:15.175405 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2781 | 2025.02.28 10:04:15.175514 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2782 | 2025.02.28 10:04:15.175659 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2025.02.28 10:04:15.175902 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2784 | 2025.02.28 10:04:15.176070 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 2785 | 2025.02.28 10:04:15.176388 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2025.02.28 10:04:15.176432 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2787 | 2025.02.28 10:04:15.176802 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2788 | 2025.02.28 10:04:15.177033 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2789 | 2025.02.28 10:04:15.177187 [ 150 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2790 | 2025.02.28 10:04:15.177244 [ 150 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2025.02.28 10:04:15.177280 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2792 | 2025.02.28 10:04:15.177286 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001944 sec., 30864.1975308642 rows/sec., 2.08 MiB/sec. | ||
| 2793 | 2025.02.28 10:04:15.177456 [ 261 ] {eeef8d1b-9752-4cd7-bdae-50aa8739046f} <Debug> TCPHandler: Processed in 0.002349911 sec. | ||
| 2794 | 2025.02.28 10:04:15.177509 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2795 | 2025.02.28 10:04:15.177640 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2796 | 2025.02.28 10:04:15.177676 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part | ||
| 2797 | 2025.02.28 10:04:15.177754 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 2798 | 2025.02.28 10:04:15.177975 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 2799 | 2025.02.28 10:04:15.178315 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2800 | 2025.02.28 10:04:15.178435 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2801 | 2025.02.28 10:04:15.178604 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 2802 | 2025.02.28 10:04:15.179787 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 4 columns (4 merged, 0 gathered) in 0.002433141 sec., 321395.2664477726 rows/sec., 21.47 MiB/sec. | ||
| 2803 | 2025.02.28 10:04:15.179986 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2804 | 2025.02.28 10:04:15.180344 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.02.28 10:04:15.180435 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_16_3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2806 | 2025.02.28 10:04:15.180530 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2807 | 2025.02.28 10:04:16.317013 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2808 | 2025.02.28 10:04:16.317785 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.02.28 10:04:16.317833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2810 | 2025.02.28 10:04:16.318374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2811 | 2025.02.28 10:04:16.318627 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2812 | 2025.02.28 10:04:16.318872 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2813 | 2025.02.28 10:04:16.725288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2814 | 2025.02.28 10:04:16.745396 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2815 | 2025.02.28 10:04:16.745467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2816 | 2025.02.28 10:04:16.752967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2817 | 2025.02.28 10:04:16.753722 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2025.02.28 10:04:16.757041 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2819 | 2025.02.28 10:04:18.829800 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 400 | ||
| 2820 | 2025.02.28 10:04:18.833283 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2821 | 2025.02.28 10:04:18.833337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2822 | 2025.02.28 10:04:18.834822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2823 | 2025.02.28 10:04:18.835153 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2025.02.28 10:04:18.836128 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 2825 | 2025.02.28 10:04:20.148353 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.02.28 10:04:20.148542 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2827 | 2025.02.28 10:04:20.148613 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2828 | 2025.02.28 10:04:20.149380 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.02.28 10:04:20.149427 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2830 | 2025.02.28 10:04:20.149867 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2831 | 2025.02.28 10:04:20.150149 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.02.28 10:04:20.150347 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001857 sec., 68928.37910608509 rows/sec., 5.90 MiB/sec. | ||
| 2833 | 2025.02.28 10:04:20.150402 [ 261 ] {26acaf09-74aa-4012-9079-4eaf22eefe8e} <Debug> TCPHandler: Processed in 0.002180658 sec. | ||
| 2834 | 2025.02.28 10:04:20.150699 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.02.28 10:04:20.150983 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.02.28 10:04:20.151057 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2837 | 2025.02.28 10:04:20.151812 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.02.28 10:04:20.151864 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2839 | 2025.02.28 10:04:20.152307 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2840 | 2025.02.28 10:04:20.152567 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.02.28 10:04:20.152749 [ 143 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2842 | 2025.02.28 10:04:20.152820 [ 143 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2025.02.28 10:04:20.152840 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001906 sec., 18887.72298006296 rows/sec., 1.39 MiB/sec. | ||
| 2844 | 2025.02.28 10:04:20.152860 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2845 | 2025.02.28 10:04:20.153044 [ 262 ] {897ce050-f872-4f8f-b4c4-4abf500ded93} <Debug> TCPHandler: Processed in 0.002521663 sec. | ||
| 2846 | 2025.02.28 10:04:20.153200 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 2847 | 2025.02.28 10:04:20.153382 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2848 | 2025.02.28 10:04:20.153562 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2849 | 2025.02.28 10:04:20.153623 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2850 | 2025.02.28 10:04:20.153642 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 158 rows starting from the beginning of the part | ||
| 2851 | 2025.02.28 10:04:20.153726 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2852 | 2025.02.28 10:04:20.153868 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 54 rows starting from the beginning of the part | ||
| 2853 | 2025.02.28 10:04:20.154177 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 2854 | 2025.02.28 10:04:20.154556 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 2855 | 2025.02.28 10:04:20.155003 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 2856 | 2025.02.28 10:04:20.155318 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 2857 | 2025.02.28 10:04:20.156988 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2025.02.28 10:04:20.157062 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2859 | 2025.02.28 10:04:20.158085 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2860 | 2025.02.28 10:04:20.158394 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005391321 sec., 54903.056226850524 rows/sec., 3.97 MiB/sec. | ||
| 2861 | 2025.02.28 10:04:20.158565 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2025.02.28 10:04:20.158591 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2863 | 2025.02.28 10:04:20.158979 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.0054 sec., 18518.51851851852 rows/sec., 1.45 MiB/sec. | ||
| 2864 | 2025.02.28 10:04:20.159119 [ 261 ] {68353ad6-6e4c-44e1-b936-f0008222ccb4} <Debug> TCPHandler: Processed in 0.005917247 sec. | ||
| 2865 | 2025.02.28 10:04:20.159209 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2025.02.28 10:04:20.159364 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_11_2} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2867 | 2025.02.28 10:04:20.159403 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2868 | 2025.02.28 10:04:20.159489 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2869 | 2025.02.28 10:04:20.159681 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2870 | 2025.02.28 10:04:20.159789 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2871 | 2025.02.28 10:04:20.160445 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2025.02.28 10:04:20.160486 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2873 | 2025.02.28 10:04:20.160905 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2874 | 2025.02.28 10:04:20.161161 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2875 | 2025.02.28 10:04:20.161375 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001753 sec., 91272.10496292071 rows/sec., 6.36 MiB/sec. | ||
| 2876 | 2025.02.28 10:04:20.161428 [ 262 ] {fe79c506-e79e-4fe8-b8d8-ffed75cb6167} <Debug> TCPHandler: Processed in 0.002203399 sec. | ||
| 2877 | 2025.02.28 10:04:20.161580 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2025.02.28 10:04:20.161720 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2879 | 2025.02.28 10:04:20.161813 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <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 | ||
| 2880 | 2025.02.28 10:04:20.162972 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.02.28 10:04:20.163009 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2882 | 2025.02.28 10:04:20.163692 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2883 | 2025.02.28 10:04:20.163949 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.02.28 10:04:20.164080 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2885 | 2025.02.28 10:04:20.164126 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.02.28 10:04:20.164153 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2887 | 2025.02.28 10:04:20.164161 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00247 sec., 14574.8987854251 rows/sec., 26.12 MiB/sec. | ||
| 2888 | 2025.02.28 10:04:20.164965 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 2889 | 2025.02.28 10:04:20.165059 [ 261 ] {426e4ead-5b14-49e0-bb84-7f8257dd6628} <Debug> TCPHandler: Processed in 0.003534057 sec. | ||
| 2890 | 2025.02.28 10:04:20.165354 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2025.02.28 10:04:20.165489 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2892 | 2025.02.28 10:04:20.165699 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 159 rows starting from the beginning of the part | ||
| 2893 | 2025.02.28 10:04:20.165751 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2894 | 2025.02.28 10:04:20.165999 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2895 | 2025.02.28 10:04:20.166474 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 2896 | 2025.02.28 10:04:20.167294 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 2897 | 2025.02.28 10:04:20.168102 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 2898 | 2025.02.28 10:04:20.168297 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2899 | 2025.02.28 10:04:20.168418 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2900 | 2025.02.28 10:04:20.168851 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 2901 | 2025.02.28 10:04:20.169534 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 2902 | 2025.02.28 10:04:20.170206 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2903 | 2025.02.28 10:04:20.170753 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.02.28 10:04:20.171259 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00562 sec., 10676.156583629892 rows/sec., 736.77 KiB/sec. | ||
| 2905 | 2025.02.28 10:04:20.171466 [ 262 ] {ef7c6cf9-07b2-4212-89ff-1136f6f303e6} <Debug> TCPHandler: Processed in 0.006272082 sec. | ||
| 2906 | 2025.02.28 10:04:20.173902 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 19 columns (19 merged, 0 gathered) in 0.009607155 sec., 28624.499136320796 rows/sec., 51.29 MiB/sec. | ||
| 2907 | 2025.02.28 10:04:20.174405 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2908 | 2025.02.28 10:04:20.174906 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2909 | 2025.02.28 10:04:20.175008 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2910 | 2025.02.28 10:04:20.175132 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 2911 | 2025.02.28 10:04:23.721263 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2912 | 2025.02.28 10:04:23.721328 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2913 | 2025.02.28 10:04:23.819039 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 2914 | 2025.02.28 10:04:23.819764 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2025.02.28 10:04:23.819814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2916 | 2025.02.28 10:04:23.820347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2917 | 2025.02.28 10:04:23.820593 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2025.02.28 10:04:23.820835 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2919 | 2025.02.28 10:04:24.257146 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2920 | 2025.02.28 10:04:24.278364 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2921 | 2025.02.28 10:04:24.278427 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2922 | 2025.02.28 10:04:24.286097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2923 | 2025.02.28 10:04:24.286916 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2924 | 2025.02.28 10:04:24.290578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2925 | 2025.02.28 10:04:25.146668 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2926 | 2025.02.28 10:04:25.146882 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2927 | 2025.02.28 10:04:25.146964 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2928 | 2025.02.28 10:04:25.147750 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2025.02.28 10:04:25.147795 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2930 | 2025.02.28 10:04:25.148241 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2931 | 2025.02.28 10:04:25.148514 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.02.28 10:04:25.148732 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001909 sec., 33525.405971712935 rows/sec., 2.64 MiB/sec. | ||
| 2933 | 2025.02.28 10:04:25.148797 [ 261 ] {26724f43-f749-4a9d-bd15-e8b83714d974} <Debug> TCPHandler: Processed in 0.002270069 sec. | ||
| 2934 | 2025.02.28 10:04:25.149032 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.02.28 10:04:25.149343 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2936 | 2025.02.28 10:04:25.149455 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2937 | 2025.02.28 10:04:25.150451 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.02.28 10:04:25.150497 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2939 | 2025.02.28 10:04:25.150927 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2940 | 2025.02.28 10:04:25.151185 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.02.28 10:04:25.151423 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002164 sec., 1848.4288354898335 rows/sec., 138.99 KiB/sec. | ||
| 2942 | 2025.02.28 10:04:25.151489 [ 262 ] {397a064a-74cc-45a7-bbb4-9619df536106} <Debug> TCPHandler: Processed in 0.002588163 sec. | ||
| 2943 | 2025.02.28 10:04:25.151649 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.02.28 10:04:25.151794 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2945 | 2025.02.28 10:04:25.151853 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2946 | 2025.02.28 10:04:25.152489 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.02.28 10:04:25.152527 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2948 | 2025.02.28 10:04:25.152887 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2949 | 2025.02.28 10:04:25.153123 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.02.28 10:04:25.153323 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001563 sec., 43506.07805502239 rows/sec., 3.40 MiB/sec. | ||
| 2951 | 2025.02.28 10:04:25.153378 [ 261 ] {336570cb-743a-4f2d-b679-cd4b2885de04} <Debug> TCPHandler: Processed in 0.001796903 sec. | ||
| 2952 | 2025.02.28 10:04:25.153587 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.02.28 10:04:25.153814 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2954 | 2025.02.28 10:04:25.153914 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2955 | 2025.02.28 10:04:25.154560 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.02.28 10:04:25.154599 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2957 | 2025.02.28 10:04:25.155006 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2958 | 2025.02.28 10:04:25.155250 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.02.28 10:04:25.155476 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001721 sec., 92969.20395119116 rows/sec., 6.48 MiB/sec. | ||
| 2960 | 2025.02.28 10:04:25.155532 [ 262 ] {e9d74a7f-0157-4643-935d-24c2db7f846f} <Debug> TCPHandler: Processed in 0.002060177 sec. | ||
| 2961 | 2025.02.28 10:04:25.155680 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.02.28 10:04:25.155819 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2963 | 2025.02.28 10:04:25.155912 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <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 | ||
| 2964 | 2025.02.28 10:04:25.157015 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.02.28 10:04:25.157052 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2966 | 2025.02.28 10:04:25.157664 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2967 | 2025.02.28 10:04:25.157913 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.02.28 10:04:25.158112 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002325 sec., 1720.4301075268818 rows/sec., 3.08 MiB/sec. | ||
| 2969 | 2025.02.28 10:04:25.158216 [ 261 ] {3181ea60-c70f-44b6-a27f-05ad3caa5f48} <Debug> TCPHandler: Processed in 0.002602914 sec. | ||
| 2970 | 2025.02.28 10:04:25.158417 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.02.28 10:04:25.158635 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2972 | 2025.02.28 10:04:25.158728 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2973 | 2025.02.28 10:04:25.159385 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.02.28 10:04:25.159424 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2975 | 2025.02.28 10:04:25.159795 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2976 | 2025.02.28 10:04:25.160053 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.02.28 10:04:25.160280 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001699 sec., 35314.89111241907 rows/sec., 2.38 MiB/sec. | ||
| 2978 | 2025.02.28 10:04:25.160335 [ 262 ] {4d1c3a96-3b0e-4e2e-af5c-bd13dc556392} <Debug> TCPHandler: Processed in 0.002026966 sec. | ||
| 2979 | 2025.02.28 10:04:26.429415 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.02.28 10:04:26.429603 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.02.28 10:04:26.429676 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2982 | 2025.02.28 10:04:26.430425 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.02.28 10:04:26.430471 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2984 | 2025.02.28 10:04:26.430892 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2985 | 2025.02.28 10:04:26.431141 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.02.28 10:04:26.431384 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001833 sec., 13093.289689034369 rows/sec., 1.09 MiB/sec. | ||
| 2987 | 2025.02.28 10:04:26.431452 [ 261 ] {ac82d56e-38ec-4300-9505-82d8408b5a0d} <Debug> TCPHandler: Processed in 0.002168259 sec. | ||
| 2988 | 2025.02.28 10:04:26.431744 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.02.28 10:04:26.432047 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2990 | 2025.02.28 10:04:26.432155 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2991 | 2025.02.28 10:04:26.432901 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.02.28 10:04:26.432949 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 2993 | 2025.02.28 10:04:26.433370 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2994 | 2025.02.28 10:04:26.433620 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.02.28 10:04:26.433913 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001941 sec., 2060.7934054611023 rows/sec., 168.04 KiB/sec. | ||
| 2996 | 2025.02.28 10:04:26.434041 [ 262 ] {f6e2b43c-f6d8-4ae0-8334-c6db9121ca11} <Debug> TCPHandler: Processed in 0.002478982 sec. | ||
| 2997 | 2025.02.28 10:04:26.434190 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.02.28 10:04:26.434316 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2999 | 2025.02.28 10:04:26.434368 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3000 | 2025.02.28 10:04:26.435486 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.02.28 10:04:26.435527 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3002 | 2025.02.28 10:04:26.436007 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3003 | 2025.02.28 10:04:26.436259 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.02.28 10:04:26.436478 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002192 sec., 634124.0875912409 rows/sec., 52.98 MiB/sec. | ||
| 3005 | 2025.02.28 10:04:26.436538 [ 261 ] {06bb9e9e-f909-4144-9b75-22409ae1e04f} <Debug> TCPHandler: Processed in 0.002406181 sec. | ||
| 3006 | 2025.02.28 10:04:26.436741 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.02.28 10:04:26.436967 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3008 | 2025.02.28 10:04:26.437060 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3009 | 2025.02.28 10:04:26.437703 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.02.28 10:04:26.437743 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3011 | 2025.02.28 10:04:26.438107 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3012 | 2025.02.28 10:04:26.438352 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.02.28 10:04:26.438560 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.001651 sec., 31496.062992125986 rows/sec., 2.33 MiB/sec. | ||
| 3014 | 2025.02.28 10:04:26.438616 [ 262 ] {0cb6c9cc-db8b-4673-87cb-2e38e5f9c3a5} <Debug> TCPHandler: Processed in 0.001982986 sec. | ||
| 3015 | 2025.02.28 10:04:26.438772 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3016 | 2025.02.28 10:04:26.438912 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3017 | 2025.02.28 10:04:26.438969 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3018 | 2025.02.28 10:04:26.439633 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2025.02.28 10:04:26.439672 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3020 | 2025.02.28 10:04:26.440035 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3021 | 2025.02.28 10:04:26.440266 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.02.28 10:04:26.440480 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.0016 sec., 157500 rows/sec., 10.89 MiB/sec. | ||
| 3023 | 2025.02.28 10:04:26.440536 [ 261 ] {8c6b982f-e0e3-4b69-97c2-800eb17dad21} <Debug> TCPHandler: Processed in 0.001833244 sec. | ||
| 3024 | 2025.02.28 10:04:26.440735 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2025.02.28 10:04:26.440955 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3026 | 2025.02.28 10:04:26.441044 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3027 | 2025.02.28 10:04:26.441651 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2025.02.28 10:04:26.441691 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3029 | 2025.02.28 10:04:26.442039 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3030 | 2025.02.28 10:04:26.442277 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.02.28 10:04:26.442531 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001627 sec., 7375.537799631224 rows/sec., 576.21 KiB/sec. | ||
| 3032 | 2025.02.28 10:04:26.442602 [ 262 ] {92c60b45-f71d-4201-9ba1-554ff9df5a31} <Debug> TCPHandler: Processed in 0.001974765 sec. | ||
| 3033 | 2025.02.28 10:04:26.442755 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.02.28 10:04:26.442894 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3035 | 2025.02.28 10:04:26.442951 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3036 | 2025.02.28 10:04:26.443733 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.02.28 10:04:26.443774 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3038 | 2025.02.28 10:04:26.444158 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3039 | 2025.02.28 10:04:26.444414 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.02.28 10:04:26.444665 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001827 sec., 326217.84345922276 rows/sec., 24.52 MiB/sec. | ||
| 3041 | 2025.02.28 10:04:26.444861 [ 261 ] {80c80de9-c6b9-4da8-8af5-272a58b18c32} <Debug> TCPHandler: Processed in 0.002220819 sec. | ||
| 3042 | 2025.02.28 10:04:26.445001 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2025.02.28 10:04:26.445199 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3044 | 2025.02.28 10:04:26.445252 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3045 | 2025.02.28 10:04:26.446003 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2025.02.28 10:04:26.446042 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3047 | 2025.02.28 10:04:26.446499 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3048 | 2025.02.28 10:04:26.446745 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.02.28 10:04:26.446975 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001822 sec., 520307.35455543356 rows/sec., 35.12 MiB/sec. | ||
| 3050 | 2025.02.28 10:04:26.447032 [ 262 ] {311eca47-f274-4b32-bda2-bad72a15d823} <Debug> TCPHandler: Processed in 0.002028897 sec. | ||
| 3051 | 2025.02.28 10:04:26.447190 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3052 | 2025.02.28 10:04:26.447323 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3053 | 2025.02.28 10:04:26.447410 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <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 | ||
| 3054 | 2025.02.28 10:04:26.448615 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.02.28 10:04:26.448657 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3056 | 2025.02.28 10:04:26.449354 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3057 | 2025.02.28 10:04:26.449618 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2025.02.28 10:04:26.449970 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002653 sec., 13569.543912551828 rows/sec., 24.32 MiB/sec. | ||
| 3059 | 2025.02.28 10:04:26.450166 [ 261 ] {291e32a5-3f6a-4b56-84c6-1cb30cc4f644} <Debug> TCPHandler: Processed in 0.00303784 sec. | ||
| 3060 | 2025.02.28 10:04:26.450320 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2025.02.28 10:04:26.450437 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3062 | 2025.02.28 10:04:26.450488 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3063 | 2025.02.28 10:04:26.450974 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2025.02.28 10:04:26.451012 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 3065 | 2025.02.28 10:04:26.451378 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3066 | 2025.02.28 10:04:26.451612 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.02.28 10:04:26.451828 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001416 sec., 16949.15254237288 rows/sec., 1.14 MiB/sec. | ||
| 3068 | 2025.02.28 10:04:26.451884 [ 262 ] {af8f6bb0-6b11-4922-a901-773fc35c52a0} <Debug> TCPHandler: Processed in 0.001623121 sec. | ||
| 3069 | 2025.02.28 10:04:28.836360 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 444 | ||
| 3070 | 2025.02.28 10:04:28.839685 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2025.02.28 10:04:28.839746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3072 | 2025.02.28 10:04:28.841318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3073 | 2025.02.28 10:04:28.841651 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2025.02.28 10:04:28.842616 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444 | ||
| 3075 | 2025.02.28 10:04:30.143087 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.02.28 10:04:30.143301 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3077 | 2025.02.28 10:04:30.143385 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3078 | 2025.02.28 10:04:30.144243 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.02.28 10:04:30.144297 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3080 | 2025.02.28 10:04:30.144737 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3081 | 2025.02.28 10:04:30.144990 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.02.28 10:04:30.145247 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 3083 | 2025.02.28 10:04:30.145318 [ 261 ] {3a1ce11d-f840-4b5c-a329-75fcf6df4dde} <Debug> TCPHandler: Processed in 0.002376841 sec. | ||
| 3084 | 2025.02.28 10:04:30.145546 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.02.28 10:04:30.145729 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3086 | 2025.02.28 10:04:30.145799 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3087 | 2025.02.28 10:04:30.146562 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2025.02.28 10:04:30.146604 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3089 | 2025.02.28 10:04:30.147062 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3090 | 2025.02.28 10:04:30.147333 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.02.28 10:04:30.147546 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 3092 | 2025.02.28 10:04:30.147612 [ 262 ] {7b2cfde5-4911-4936-9f63-077b88b8f637} <Debug> TCPHandler: Processed in 0.002187768 sec. | ||
| 3093 | 2025.02.28 10:04:30.147774 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.02.28 10:04:30.147924 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3095 | 2025.02.28 10:04:30.147992 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3096 | 2025.02.28 10:04:30.148583 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.02.28 10:04:30.148626 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3098 | 2025.02.28 10:04:30.149025 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3099 | 2025.02.28 10:04:30.149271 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.02.28 10:04:30.149499 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001611 sec., 59590.316573556796 rows/sec., 4.15 MiB/sec. | ||
| 3101 | 2025.02.28 10:04:30.149563 [ 261 ] {0fb64ac0-a12d-49e6-9cf3-99f53b00d94d} <Debug> TCPHandler: Processed in 0.001856875 sec. | ||
| 3102 | 2025.02.28 10:04:30.149715 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2025.02.28 10:04:30.149860 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3104 | 2025.02.28 10:04:30.149924 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3105 | 2025.02.28 10:04:30.150463 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.02.28 10:04:30.150500 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3107 | 2025.02.28 10:04:30.150896 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3108 | 2025.02.28 10:04:30.151137 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2025.02.28 10:04:30.151320 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001497 sec., 24048.096192384768 rows/sec., 1.62 MiB/sec. | ||
| 3110 | 2025.02.28 10:04:30.151374 [ 262 ] {937f1c21-03dc-48e2-b9b4-9dcf7ec8b087} <Debug> TCPHandler: Processed in 0.001728912 sec. | ||
| 3111 | 2025.02.28 10:04:31.321022 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3112 | 2025.02.28 10:04:31.321958 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2025.02.28 10:04:31.322011 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3114 | 2025.02.28 10:04:31.322542 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3115 | 2025.02.28 10:04:31.322802 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.02.28 10:04:31.323111 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3117 | 2025.02.28 10:04:31.790681 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3118 | 2025.02.28 10:04:31.811990 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2025.02.28 10:04:31.812053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3120 | 2025.02.28 10:04:31.819796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3121 | 2025.02.28 10:04:31.820556 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2025.02.28 10:04:31.823414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3123 | 2025.02.28 10:04:35.145978 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2025.02.28 10:04:35.146210 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3125 | 2025.02.28 10:04:35.146294 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3126 | 2025.02.28 10:04:35.147059 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2025.02.28 10:04:35.147114 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3128 | 2025.02.28 10:04:35.147579 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3129 | 2025.02.28 10:04:35.147850 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3130 | 2025.02.28 10:04:35.148050 [ 125 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3131 | 2025.02.28 10:04:35.148097 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001936 sec., 33057.85123966942 rows/sec., 2.60 MiB/sec. | ||
| 3132 | 2025.02.28 10:04:35.148140 [ 125 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2025.02.28 10:04:35.148213 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3134 | 2025.02.28 10:04:35.148252 [ 261 ] {604ec5d6-d716-4ea6-ad45-553db4eb67f8} <Debug> TCPHandler: Processed in 0.002409751 sec. | ||
| 3135 | 2025.02.28 10:04:35.148470 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 3136 | 2025.02.28 10:04:35.148546 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3137 | 2025.02.28 10:04:35.148683 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3138 | 2025.02.28 10:04:35.148773 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1962 rows starting from the beginning of the part | ||
| 3139 | 2025.02.28 10:04:35.148845 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.02.28 10:04:35.148966 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
| 3141 | 2025.02.28 10:04:35.149024 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3142 | 2025.02.28 10:04:35.149396 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 3143 | 2025.02.28 10:04:35.149786 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1390 rows starting from the beginning of the part | ||
| 3144 | 2025.02.28 10:04:35.150060 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 3145 | 2025.02.28 10:04:35.150457 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3146 | 2025.02.28 10:04:35.151962 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2025.02.28 10:04:35.152031 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3148 | 2025.02.28 10:04:35.153402 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3149 | 2025.02.28 10:04:35.153793 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2025.02.28 10:04:35.154032 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005295 sec., 755.4296506137865 rows/sec., 56.80 KiB/sec. | ||
| 3151 | 2025.02.28 10:04:35.154198 [ 262 ] {390036af-8c8b-491a-905d-92410fe7d454} <Debug> TCPHandler: Processed in 0.005820766 sec. | ||
| 3152 | 2025.02.28 10:04:35.154436 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2025.02.28 10:04:35.154636 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3664 rows, containing 5 columns (5 merged, 0 gathered) in 0.006298302 sec., 581744.0954720812 rows/sec., 50.24 MiB/sec. | ||
| 3154 | 2025.02.28 10:04:35.154694 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3155 | 2025.02.28 10:04:35.154768 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3156 | 2025.02.28 10:04:35.154983 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3157 | 2025.02.28 10:04:35.155589 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2025.02.28 10:04:35.155768 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_21_4} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3159 | 2025.02.28 10:04:35.155917 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3160 | 2025.02.28 10:04:35.156084 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.02.28 10:04:35.156134 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3162 | 2025.02.28 10:04:35.156651 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3163 | 2025.02.28 10:04:35.156894 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.02.28 10:04:35.157064 [ 125 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3165 | 2025.02.28 10:04:35.157127 [ 125 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.02.28 10:04:35.157154 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3167 | 2025.02.28 10:04:35.157180 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00254 sec., 26771.653543307086 rows/sec., 2.09 MiB/sec. | ||
| 3168 | 2025.02.28 10:04:35.157351 [ 261 ] {701bb426-448e-47b9-9187-c598a2e770ea} <Debug> TCPHandler: Processed in 0.0030513 sec. | ||
| 3169 | 2025.02.28 10:04:35.157372 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 3170 | 2025.02.28 10:04:35.157497 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3171 | 2025.02.28 10:04:35.157540 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.02.28 10:04:35.157558 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 942 rows starting from the beginning of the part | ||
| 3173 | 2025.02.28 10:04:35.157866 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part | ||
| 3174 | 2025.02.28 10:04:35.157972 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3175 | 2025.02.28 10:04:35.158134 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part | ||
| 3176 | 2025.02.28 10:04:35.158254 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3177 | 2025.02.28 10:04:35.158452 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 596 rows starting from the beginning of the part | ||
| 3178 | 2025.02.28 10:04:35.158765 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 3179 | 2025.02.28 10:04:35.159191 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 3180 | 2025.02.28 10:04:35.160745 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2025.02.28 10:04:35.160816 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3182 | 2025.02.28 10:04:35.161888 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3183 | 2025.02.28 10:04:35.162328 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.02.28 10:04:35.162641 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537616 sec., 341879.70596113213 rows/sec., 26.82 MiB/sec. | ||
| 3185 | 2025.02.28 10:04:35.162652 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3186 | 2025.02.28 10:04:35.162725 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2025.02.28 10:04:35.162750 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3188 | 2025.02.28 10:04:35.162761 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004996 sec., 32025.62049639712 rows/sec., 2.23 MiB/sec. | ||
| 3189 | 2025.02.28 10:04:35.163069 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3190 | 2025.02.28 10:04:35.163222 [ 262 ] {aaee022f-ff60-4eed-b4ba-88e73491466c} <Debug> TCPHandler: Processed in 0.005761645 sec. | ||
| 3191 | 2025.02.28 10:04:35.163584 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 3192 | 2025.02.28 10:04:35.163600 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3193 | 2025.02.28 10:04:35.164073 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3194 | 2025.02.28 10:04:35.164267 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3195 | 2025.02.28 10:04:35.164369 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <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 | ||
| 3196 | 2025.02.28 10:04:35.164400 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6101 rows starting from the beginning of the part | ||
| 3197 | 2025.02.28 10:04:35.164872 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3198 | 2025.02.28 10:04:35.165325 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2025.02.28 10:04:35.165477 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3200 | 2025.02.28 10:04:35.165915 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_21_4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3201 | 2025.02.28 10:04:35.166089 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 948 rows starting from the beginning of the part | ||
| 3202 | 2025.02.28 10:04:35.166328 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3203 | 2025.02.28 10:04:35.166584 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 96 rows starting from the beginning of the part | ||
| 3204 | 2025.02.28 10:04:35.166915 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3205 | 2025.02.28 10:04:35.169019 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2025.02.28 10:04:35.169067 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3207 | 2025.02.28 10:04:35.169831 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3208 | 2025.02.28 10:04:35.170165 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2025.02.28 10:04:35.170428 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006507 sec., 614.7226064238513 rows/sec., 1.10 MiB/sec. | ||
| 3210 | 2025.02.28 10:04:35.170816 [ 261 ] {596e02ad-49b0-407c-8aa8-68c695e7e628} <Debug> TCPHandler: Processed in 0.007437187 sec. | ||
| 3211 | 2025.02.28 10:04:35.170828 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7625 rows, containing 5 columns (5 merged, 0 gathered) in 0.007995714 sec., 953635.9104390178 rows/sec., 65.04 MiB/sec. | ||
| 3212 | 2025.02.28 10:04:35.170967 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3213 | 2025.02.28 10:04:35.171092 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3214 | 2025.02.28 10:04:35.171148 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3215 | 2025.02.28 10:04:35.171427 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3216 | 2025.02.28 10:04:35.171973 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2025.02.28 10:04:35.172019 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3218 | 2025.02.28 10:04:35.172082 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3219 | 2025.02.28 10:04:35.172110 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3220 | 2025.02.28 10:04:35.172277 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3221 | 2025.02.28 10:04:35.172605 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3222 | 2025.02.28 10:04:35.172880 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.02.28 10:04:35.173010 [ 125 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3224 | 2025.02.28 10:04:35.173051 [ 125 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2025.02.28 10:04:35.173076 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002011 sec., 29835.90253605171 rows/sec., 2.01 MiB/sec. | ||
| 3226 | 2025.02.28 10:04:35.173081 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3227 | 2025.02.28 10:04:35.173177 [ 262 ] {fa8d4da4-5647-457b-b8a7-f0d516790db3} <Debug> TCPHandler: Processed in 0.002265609 sec. | ||
| 3228 | 2025.02.28 10:04:35.173231 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 3229 | 2025.02.28 10:04:35.173327 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3230 | 2025.02.28 10:04:35.173359 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 782 rows starting from the beginning of the part | ||
| 3231 | 2025.02.28 10:04:35.173430 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3232 | 2025.02.28 10:04:35.173510 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3233 | 2025.02.28 10:04:35.173741 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 3234 | 2025.02.28 10:04:35.173934 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 3235 | 2025.02.28 10:04:35.174113 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 3236 | 2025.02.28 10:04:35.175405 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 4 columns (4 merged, 0 gathered) in 0.00223474 sec., 457323.89450226875 rows/sec., 30.61 MiB/sec. | ||
| 3237 | 2025.02.28 10:04:35.175690 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3238 | 2025.02.28 10:04:35.176086 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.02.28 10:04:35.176192 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_21_4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3240 | 2025.02.28 10:04:35.176307 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3241 | 2025.02.28 10:04:37.469568 [ 51 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3242 | 2025.02.28 10:04:37.469661 [ 51 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3243 | 2025.02.28 10:04:37.469700 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3244 | 2025.02.28 10:04:37.469944 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 3245 | 2025.02.28 10:04:37.470220 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3246 | 2025.02.28 10:04:37.470281 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 3247 | 2025.02.28 10:04:37.470423 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 3248 | 2025.02.28 10:04:37.470809 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
| 3249 | 2025.02.28 10:04:37.471056 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 3250 | 2025.02.28 10:04:37.471270 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 3251 | 2025.02.28 10:04:37.472544 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 982 rows, containing 5 columns (5 merged, 0 gathered) in 0.002749176 sec., 357197.9385823243 rows/sec., 25.70 MiB/sec. | ||
| 3252 | 2025.02.28 10:04:37.472781 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3253 | 2025.02.28 10:04:37.473139 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2025.02.28 10:04:37.473231 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_5_1} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3255 | 2025.02.28 10:04:37.473342 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3256 | 2025.02.28 10:04:38.003848 [ 109 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3257 | 2025.02.28 10:04:38.003938 [ 109 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2025.02.28 10:04:38.003965 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3259 | 2025.02.28 10:04:38.004129 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 3260 | 2025.02.28 10:04:38.004298 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3261 | 2025.02.28 10:04:38.004345 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 3262 | 2025.02.28 10:04:38.004446 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 3263 | 2025.02.28 10:04:38.004642 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 3264 | 2025.02.28 10:04:38.004932 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 3265 | 2025.02.28 10:04:38.005216 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 3266 | 2025.02.28 10:04:38.006564 [ 196 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.002518252 sec., 196962.01968667156 rows/sec., 13.83 MiB/sec. | ||
| 3267 | 2025.02.28 10:04:38.006818 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3268 | 2025.02.28 10:04:38.007216 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.02.28 10:04:38.007324 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_5_1} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3270 | 2025.02.28 10:04:38.007435 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3271 | 2025.02.28 10:04:38.690151 [ 109 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3272 | 2025.02.28 10:04:38.690257 [ 109 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.02.28 10:04:38.690302 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3274 | 2025.02.28 10:04:38.690545 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 3275 | 2025.02.28 10:04:38.690740 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3276 | 2025.02.28 10:04:38.690784 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 3277 | 2025.02.28 10:04:38.690877 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 3278 | 2025.02.28 10:04:38.691087 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 3279 | 2025.02.28 10:04:38.691294 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 3280 | 2025.02.28 10:04:38.691511 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 3281 | 2025.02.28 10:04:38.692668 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.002258289 sec., 115131.41143582597 rows/sec., 7.31 MiB/sec. | ||
| 3282 | 2025.02.28 10:04:38.692837 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3283 | 2025.02.28 10:04:38.693115 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2025.02.28 10:04:38.693196 [ 199 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_5_1} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3285 | 2025.02.28 10:04:38.693276 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3286 | 2025.02.28 10:04:38.721381 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3287 | 2025.02.28 10:04:38.721442 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3288 | 2025.02.28 10:04:38.823283 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3289 | 2025.02.28 10:04:38.823996 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.02.28 10:04:38.824048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3291 | 2025.02.28 10:04:38.824627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3292 | 2025.02.28 10:04:38.824899 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.02.28 10:04:38.825088 [ 95 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3294 | 2025.02.28 10:04:38.825177 [ 95 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2025.02.28 10:04:38.825191 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3296 | 2025.02.28 10:04:38.825220 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3297 | 2025.02.28 10:04:38.825344 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3298 | 2025.02.28 10:04:38.825455 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3299 | 2025.02.28 10:04:38.825489 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3300 | 2025.02.28 10:04:38.825562 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3301 | 2025.02.28 10:04:38.825798 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3302 | 2025.02.28 10:04:38.826025 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3303 | 2025.02.28 10:04:38.826216 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3304 | 2025.02.28 10:04:38.826586 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 3305 | 2025.02.28 10:04:38.828356 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.0030614 sec., 2410988.4366629645 rows/sec., 34.49 MiB/sec. | ||
| 3306 | 2025.02.28 10:04:38.828966 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3307 | 2025.02.28 10:04:38.829263 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_16_3} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2025.02.28 10:04:38.829343 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_16_3} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3309 | 2025.02.28 10:04:38.829446 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3310 | 2025.02.28 10:04:38.842921 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 464 | ||
| 3311 | 2025.02.28 10:04:38.845590 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3312 | 2025.02.28 10:04:38.845631 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3313 | 2025.02.28 10:04:38.847040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3314 | 2025.02.28 10:04:38.847337 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2025.02.28 10:04:38.847994 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464 | ||
| 3316 | 2025.02.28 10:04:39.001490 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000956822 sec. | ||
| 3317 | 2025.02.28 10:04:39.323534 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3318 | 2025.02.28 10:04:39.356119 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.02.28 10:04:39.356204 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3320 | 2025.02.28 10:04:39.367002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3321 | 2025.02.28 10:04:39.368185 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2025.02.28 10:04:39.368671 [ 95 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3323 | 2025.02.28 10:04:39.368832 [ 95 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.02.28 10:04:39.368902 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3325 | 2025.02.28 10:04:39.369441 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3326 | 2025.02.28 10:04:39.388553 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3327 | 2025.02.28 10:04:39.390525 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3328 | 2025.02.28 10:04:39.392368 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3329 | 2025.02.28 10:04:39.397940 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3330 | 2025.02.28 10:04:39.403559 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3331 | 2025.02.28 10:04:39.409196 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3332 | 2025.02.28 10:04:39.414691 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3333 | 2025.02.28 10:04:39.419265 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 3334 | 2025.02.28 10:04:39.484470 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.115412106 sec., 1048.416879248352 rows/sec., 5.42 MiB/sec. | ||
| 3335 | 2025.02.28 10:04:39.487028 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3336 | 2025.02.28 10:04:39.489894 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_16_3} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3337 | 2025.02.28 10:04:39.490006 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_16_3} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3338 | 2025.02.28 10:04:39.492367 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3339 | 2025.02.28 10:04:40.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.98 MiB, peak 186.95 MiB, free memory in arenas 0.00 B, will set to 178.80 MiB (RSS), difference: 1.82 MiB | ||
| 3340 | 2025.02.28 10:04:40.147782 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3341 | 2025.02.28 10:04:40.147970 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3342 | 2025.02.28 10:04:40.148042 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3343 | 2025.02.28 10:04:40.148929 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2025.02.28 10:04:40.148971 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3345 | 2025.02.28 10:04:40.149431 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3346 | 2025.02.28 10:04:40.149702 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.02.28 10:04:40.149951 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002024 sec., 63241.106719367584 rows/sec., 5.41 MiB/sec. | ||
| 3348 | 2025.02.28 10:04:40.150177 [ 261 ] {84d91cc4-22cc-4220-907e-b56ab0cb5317} <Debug> TCPHandler: Processed in 0.002520993 sec. | ||
| 3349 | 2025.02.28 10:04:40.150428 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2025.02.28 10:04:40.150625 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3351 | 2025.02.28 10:04:40.150704 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3352 | 2025.02.28 10:04:40.151547 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3353 | 2025.02.28 10:04:40.151596 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3354 | 2025.02.28 10:04:40.152021 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3355 | 2025.02.28 10:04:40.152279 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3356 | 2025.02.28 10:04:40.152595 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.002002 sec., 17982.017982017984 rows/sec., 1.32 MiB/sec. | ||
| 3357 | 2025.02.28 10:04:40.152772 [ 262 ] {5458a44e-ea6f-447e-b8f5-c63f2ee6af93} <Debug> TCPHandler: Processed in 0.002469082 sec. | ||
| 3358 | 2025.02.28 10:04:40.152918 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3359 | 2025.02.28 10:04:40.153043 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3360 | 2025.02.28 10:04:40.153095 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3361 | 2025.02.28 10:04:40.153745 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.02.28 10:04:40.153785 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3363 | 2025.02.28 10:04:40.154160 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3364 | 2025.02.28 10:04:40.154406 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2025.02.28 10:04:40.154610 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001593 sec., 62774.63904582548 rows/sec., 4.90 MiB/sec. | ||
| 3366 | 2025.02.28 10:04:40.154695 [ 261 ] {f7029a38-0590-4c2a-909e-deebda4886de} <Debug> TCPHandler: Processed in 0.001835824 sec. | ||
| 3367 | 2025.02.28 10:04:40.154891 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2025.02.28 10:04:40.155064 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3369 | 2025.02.28 10:04:40.155141 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3370 | 2025.02.28 10:04:40.155832 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2025.02.28 10:04:40.155878 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3372 | 2025.02.28 10:04:40.156337 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3373 | 2025.02.28 10:04:40.156610 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2025.02.28 10:04:40.158197 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003135 sec., 51036.68261562998 rows/sec., 3.55 MiB/sec. | ||
| 3375 | 2025.02.28 10:04:40.158662 [ 262 ] {37ecefa4-a44f-46dd-88e9-4655df32da9c} <Debug> TCPHandler: Processed in 0.00384097 sec. | ||
| 3376 | 2025.02.28 10:04:40.158847 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2025.02.28 10:04:40.158974 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3378 | 2025.02.28 10:04:40.159063 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <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 | ||
| 3379 | 2025.02.28 10:04:40.160287 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2025.02.28 10:04:40.160327 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3381 | 2025.02.28 10:04:40.161018 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3382 | 2025.02.28 10:04:40.161286 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.02.28 10:04:40.161657 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002697 sec., 13348.164627363736 rows/sec., 23.92 MiB/sec. | ||
| 3384 | 2025.02.28 10:04:40.162162 [ 261 ] {dd752e8d-b8b4-4f47-8416-a998e7bed1d2} <Debug> TCPHandler: Processed in 0.003374025 sec. | ||
| 3385 | 2025.02.28 10:04:40.162313 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2025.02.28 10:04:40.162438 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3387 | 2025.02.28 10:04:40.162496 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3388 | 2025.02.28 10:04:40.163075 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.02.28 10:04:40.163123 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3390 | 2025.02.28 10:04:40.163574 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3391 | 2025.02.28 10:04:40.163811 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2025.02.28 10:04:40.164066 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec. | ||
| 3393 | 2025.02.28 10:04:40.164274 [ 262 ] {d5d17d2a-ab86-4fd0-af98-50e70975990e} <Debug> TCPHandler: Processed in 0.002013836 sec. | ||
| 3394 | 2025.02.28 10:04:45.146111 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2025.02.28 10:04:45.146340 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3396 | 2025.02.28 10:04:45.146422 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3397 | 2025.02.28 10:04:45.147183 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2025.02.28 10:04:45.147232 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3399 | 2025.02.28 10:04:45.147685 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3400 | 2025.02.28 10:04:45.147935 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2025.02.28 10:04:45.148258 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001954 sec., 2047.0829068577277 rows/sec., 166.93 KiB/sec. | ||
| 3402 | 2025.02.28 10:04:45.148358 [ 261 ] {6219924b-713a-480e-a965-4b8860668bd8} <Debug> TCPHandler: Processed in 0.002387182 sec. | ||
| 3403 | 2025.02.28 10:04:45.148652 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2025.02.28 10:04:45.148962 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3405 | 2025.02.28 10:04:45.149080 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3406 | 2025.02.28 10:04:45.150108 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2025.02.28 10:04:45.150156 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3408 | 2025.02.28 10:04:45.150625 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3409 | 2025.02.28 10:04:45.150878 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2025.02.28 10:04:45.151117 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.00224 sec., 29464.285714285717 rows/sec., 2.31 MiB/sec. | ||
| 3411 | 2025.02.28 10:04:45.151185 [ 262 ] {67da5fb8-082a-450c-869c-127a14c224c2} <Debug> TCPHandler: Processed in 0.002718166 sec. | ||
| 3412 | 2025.02.28 10:04:45.151333 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3413 | 2025.02.28 10:04:45.151478 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3414 | 2025.02.28 10:04:45.151539 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3415 | 2025.02.28 10:04:45.152137 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3416 | 2025.02.28 10:04:45.152177 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3417 | 2025.02.28 10:04:45.152543 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3418 | 2025.02.28 10:04:45.152777 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3419 | 2025.02.28 10:04:45.152945 [ 42 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3420 | 2025.02.28 10:04:45.153014 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001568 sec., 5102.040816326531 rows/sec., 369.95 KiB/sec. | ||
| 3421 | 2025.02.28 10:04:45.153038 [ 42 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2025.02.28 10:04:45.153102 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3423 | 2025.02.28 10:04:45.153131 [ 261 ] {5f0f3ece-164e-4925-a1e0-819e1459497f} <Debug> TCPHandler: Processed in 0.001865534 sec. | ||
| 3424 | 2025.02.28 10:04:45.153342 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 3425 | 2025.02.28 10:04:45.153408 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2025.02.28 10:04:45.153502 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3427 | 2025.02.28 10:04:45.153550 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part | ||
| 3428 | 2025.02.28 10:04:45.153794 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 3429 | 2025.02.28 10:04:45.153889 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3430 | 2025.02.28 10:04:45.154080 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3431 | 2025.02.28 10:04:45.154180 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part | ||
| 3432 | 2025.02.28 10:04:45.154536 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 3433 | 2025.02.28 10:04:45.154839 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 3434 | 2025.02.28 10:04:45.155247 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3435 | 2025.02.28 10:04:45.156757 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2025.02.28 10:04:45.156827 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3437 | 2025.02.28 10:04:45.157953 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3438 | 2025.02.28 10:04:45.158208 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.005000875 sec., 54390.4816657085 rows/sec., 3.90 MiB/sec. | ||
| 3439 | 2025.02.28 10:04:45.158425 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3440 | 2025.02.28 10:04:45.158464 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3441 | 2025.02.28 10:04:45.159030 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3442 | 2025.02.28 10:04:45.159073 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005418 sec., 13289.036544850498 rows/sec., 1.04 MiB/sec. | ||
| 3443 | 2025.02.28 10:04:45.159437 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_16_3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3444 | 2025.02.28 10:04:45.159463 [ 262 ] {54b69bfe-3d5d-4613-a318-d79a6c058b49} <Debug> TCPHandler: Processed in 0.006228761 sec. | ||
| 3445 | 2025.02.28 10:04:45.159782 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3446 | 2025.02.28 10:04:45.159799 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3447 | 2025.02.28 10:04:45.159916 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3448 | 2025.02.28 10:04:45.159968 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3449 | 2025.02.28 10:04:45.160536 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2025.02.28 10:04:45.160574 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3451 | 2025.02.28 10:04:45.160970 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3452 | 2025.02.28 10:04:45.161201 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2025.02.28 10:04:45.161415 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001523 sec., 106369.00853578463 rows/sec., 7.41 MiB/sec. | ||
| 3454 | 2025.02.28 10:04:45.161468 [ 261 ] {42fc6527-2a57-4ae5-b2bc-9194cc9a601a} <Debug> TCPHandler: Processed in 0.001861344 sec. | ||
| 3455 | 2025.02.28 10:04:45.161603 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3456 | 2025.02.28 10:04:45.161806 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3457 | 2025.02.28 10:04:45.161947 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <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 | ||
| 3458 | 2025.02.28 10:04:45.163356 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2025.02.28 10:04:45.163397 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3460 | 2025.02.28 10:04:45.164010 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3461 | 2025.02.28 10:04:45.164266 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2025.02.28 10:04:45.164444 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3463 | 2025.02.28 10:04:45.164515 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.02.28 10:04:45.164556 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3465 | 2025.02.28 10:04:45.164563 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002803 sec., 1427.0424545130218 rows/sec., 2.56 MiB/sec. | ||
| 3466 | 2025.02.28 10:04:45.165090 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 3467 | 2025.02.28 10:04:45.165462 [ 262 ] {8a9db04b-940f-46b2-91da-40cd802ea68a} <Debug> TCPHandler: Processed in 0.003910911 sec. | ||
| 3468 | 2025.02.28 10:04:45.165707 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3469 | 2025.02.28 10:04:45.165798 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3470 | 2025.02.28 10:04:45.165988 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 275 rows starting from the beginning of the part | ||
| 3471 | 2025.02.28 10:04:45.166012 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3472 | 2025.02.28 10:04:45.166143 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3473 | 2025.02.28 10:04:45.166771 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 3474 | 2025.02.28 10:04:45.167547 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 3475 | 2025.02.28 10:04:45.168216 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 3476 | 2025.02.28 10:04:45.168776 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.02.28 10:04:45.168866 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3478 | 2025.02.28 10:04:45.168975 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 3479 | 2025.02.28 10:04:45.169664 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 3480 | 2025.02.28 10:04:45.170588 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3481 | 2025.02.28 10:04:45.171101 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2025.02.28 10:04:45.171681 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005764 sec., 10409.43789035392 rows/sec., 718.36 KiB/sec. | ||
| 3483 | 2025.02.28 10:04:45.171841 [ 261 ] {820ca92d-27b4-4e43-88d1-cf9cc0edfdc9} <Debug> TCPHandler: Processed in 0.006259702 sec. | ||
| 3484 | 2025.02.28 10:04:45.174452 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 359 rows, containing 19 columns (19 merged, 0 gathered) in 0.009781788 sec., 36700.856734985464 rows/sec., 65.77 MiB/sec. | ||
| 3485 | 2025.02.28 10:04:45.175258 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3486 | 2025.02.28 10:04:45.175739 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2025.02.28 10:04:45.175820 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3488 | 2025.02.28 10:04:45.175966 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 3489 | 2025.02.28 10:04:46.325354 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3490 | 2025.02.28 10:04:46.326042 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3491 | 2025.02.28 10:04:46.326087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3492 | 2025.02.28 10:04:46.326641 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3493 | 2025.02.28 10:04:46.326913 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3494 | 2025.02.28 10:04:46.327149 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3495 | 2025.02.28 10:04:46.888685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3496 | 2025.02.28 10:04:46.906893 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.02.28 10:04:46.906951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3498 | 2025.02.28 10:04:46.914012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3499 | 2025.02.28 10:04:46.914783 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2025.02.28 10:04:46.917939 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3501 | 2025.02.28 10:04:48.848183 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 490 | ||
| 3502 | 2025.02.28 10:04:48.851103 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2025.02.28 10:04:48.851162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3504 | 2025.02.28 10:04:48.852638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3505 | 2025.02.28 10:04:48.852981 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2025.02.28 10:04:48.853218 [ 44 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3507 | 2025.02.28 10:04:48.853332 [ 44 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.02.28 10:04:48.853399 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3509 | 2025.02.28 10:04:48.854222 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 3510 | 2025.02.28 10:04:48.855557 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490 | ||
| 3511 | 2025.02.28 10:04:48.855861 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3512 | 2025.02.28 10:04:48.856001 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part | ||
| 3513 | 2025.02.28 10:04:48.856596 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 3514 | 2025.02.28 10:04:48.857184 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 3515 | 2025.02.28 10:04:48.857722 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part | ||
| 3516 | 2025.02.28 10:04:48.858236 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 3517 | 2025.02.28 10:04:48.858772 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 3518 | 2025.02.28 10:04:48.866865 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.013344644 sec., 36718.851398358776 rows/sec., 34.91 MiB/sec. | ||
| 3519 | 2025.02.28 10:04:48.868180 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3520 | 2025.02.28 10:04:48.869007 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3521 | 2025.02.28 10:04:48.869107 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_11_2} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3522 | 2025.02.28 10:04:48.869445 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 3523 | 2025.02.28 10:04:50.147851 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3524 | 2025.02.28 10:04:50.148067 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3525 | 2025.02.28 10:04:50.148151 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3526 | 2025.02.28 10:04:50.149005 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2025.02.28 10:04:50.149060 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3528 | 2025.02.28 10:04:50.149506 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3529 | 2025.02.28 10:04:50.149784 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2025.02.28 10:04:50.150067 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002053 sec., 62347.78373112518 rows/sec., 5.33 MiB/sec. | ||
| 3531 | 2025.02.28 10:04:50.150207 [ 261 ] {803e94bb-7c67-4ff4-95eb-da42d188ff71} <Debug> TCPHandler: Processed in 0.002527683 sec. | ||
| 3532 | 2025.02.28 10:04:50.150489 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3533 | 2025.02.28 10:04:50.150698 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3534 | 2025.02.28 10:04:50.150777 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3535 | 2025.02.28 10:04:50.151511 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3536 | 2025.02.28 10:04:50.151560 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3537 | 2025.02.28 10:04:50.152022 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3538 | 2025.02.28 10:04:50.152270 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3539 | 2025.02.28 10:04:50.152474 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001832 sec., 19650.65502183406 rows/sec., 1.44 MiB/sec. | ||
| 3540 | 2025.02.28 10:04:50.152533 [ 262 ] {81bc3767-9813-4be3-aae3-5ac97a0ccd01} <Debug> TCPHandler: Processed in 0.002203929 sec. | ||
| 3541 | 2025.02.28 10:04:50.152697 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3542 | 2025.02.28 10:04:50.152876 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3543 | 2025.02.28 10:04:50.152965 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3544 | 2025.02.28 10:04:50.153937 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2025.02.28 10:04:50.153979 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3546 | 2025.02.28 10:04:50.154357 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3547 | 2025.02.28 10:04:50.154592 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2025.02.28 10:04:50.154811 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001989 sec., 50276.52086475616 rows/sec., 3.93 MiB/sec. | ||
| 3549 | 2025.02.28 10:04:50.154868 [ 261 ] {bada6029-424b-4032-8d11-d9d16c519502} <Debug> TCPHandler: Processed in 0.002242129 sec. | ||
| 3550 | 2025.02.28 10:04:50.155073 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3551 | 2025.02.28 10:04:50.155304 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3552 | 2025.02.28 10:04:50.155409 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3553 | 2025.02.28 10:04:50.156166 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2025.02.28 10:04:50.156204 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3555 | 2025.02.28 10:04:50.156606 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3556 | 2025.02.28 10:04:50.156843 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2025.02.28 10:04:50.157059 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001805 sec., 88642.6592797784 rows/sec., 6.17 MiB/sec. | ||
| 3558 | 2025.02.28 10:04:50.157224 [ 262 ] {470ad37c-8d11-47ea-a344-ee6c534f18f9} <Debug> TCPHandler: Processed in 0.00226283 sec. | ||
| 3559 | 2025.02.28 10:04:50.157417 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3560 | 2025.02.28 10:04:50.157543 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3561 | 2025.02.28 10:04:50.157622 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <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 | ||
| 3562 | 2025.02.28 10:04:50.158777 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2025.02.28 10:04:50.158818 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3564 | 2025.02.28 10:04:50.159514 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3565 | 2025.02.28 10:04:50.159783 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2025.02.28 10:04:50.160056 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002539 sec., 14178.810555336746 rows/sec., 25.41 MiB/sec. | ||
| 3567 | 2025.02.28 10:04:50.160165 [ 261 ] {c5fc4838-7f9d-4a00-8103-3b6aaf1d8374} <Debug> TCPHandler: Processed in 0.002839027 sec. | ||
| 3568 | 2025.02.28 10:04:50.160380 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2025.02.28 10:04:50.160605 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3570 | 2025.02.28 10:04:50.160700 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3571 | 2025.02.28 10:04:50.161254 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2025.02.28 10:04:50.161291 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3573 | 2025.02.28 10:04:50.161664 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3574 | 2025.02.28 10:04:50.161899 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3575 | 2025.02.28 10:04:50.162078 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 3576 | 2025.02.28 10:04:50.162129 [ 262 ] {b87abe49-1baf-44e8-badf-c5f99ca6e6cc} <Debug> TCPHandler: Processed in 0.001866524 sec. | ||
| 3577 | 2025.02.28 10:04:53.721509 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3578 | 2025.02.28 10:04:53.721582 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3579 | 2025.02.28 10:04:53.827349 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3580 | 2025.02.28 10:04:53.828214 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2025.02.28 10:04:53.828260 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3582 | 2025.02.28 10:04:53.828878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3583 | 2025.02.28 10:04:53.829135 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2025.02.28 10:04:53.829390 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3585 | 2025.02.28 10:04:54.418045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3586 | 2025.02.28 10:04:54.439280 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2025.02.28 10:04:54.439350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3588 | 2025.02.28 10:04:54.446947 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3589 | 2025.02.28 10:04:54.447717 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.02.28 10:04:54.450434 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3591 | 2025.02.28 10:04:55.146510 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3592 | 2025.02.28 10:04:55.146706 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3593 | 2025.02.28 10:04:55.146781 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3594 | 2025.02.28 10:04:55.147560 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2025.02.28 10:04:55.147615 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3596 | 2025.02.28 10:04:55.148071 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3597 | 2025.02.28 10:04:55.148340 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2025.02.28 10:04:55.148608 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.58 MiB/sec. | ||
| 3599 | 2025.02.28 10:04:55.148680 [ 261 ] {a7ecda28-f196-4096-9200-8a3c7e419cee} <Debug> TCPHandler: Processed in 0.00230669 sec. | ||
| 3600 | 2025.02.28 10:04:55.148918 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.02.28 10:04:55.149108 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3602 | 2025.02.28 10:04:55.149178 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3603 | 2025.02.28 10:04:55.149925 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.02.28 10:04:55.149969 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3605 | 2025.02.28 10:04:55.150400 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3606 | 2025.02.28 10:04:55.150696 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.02.28 10:04:55.150918 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 161.80 KiB/sec. | ||
| 3608 | 2025.02.28 10:04:55.150982 [ 262 ] {ab1a2451-1bc6-4c87-bd64-0ddbb5773ae0} <Debug> TCPHandler: Processed in 0.002196578 sec. | ||
| 3609 | 2025.02.28 10:04:55.151132 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.02.28 10:04:55.151262 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3611 | 2025.02.28 10:04:55.151319 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3612 | 2025.02.28 10:04:55.151955 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.02.28 10:04:55.151999 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3614 | 2025.02.28 10:04:55.152383 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3615 | 2025.02.28 10:04:55.152632 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.02.28 10:04:55.152828 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001595 sec., 42633.22884012539 rows/sec., 3.33 MiB/sec. | ||
| 3617 | 2025.02.28 10:04:55.152888 [ 261 ] {67f9a5aa-95af-4b05-a13f-22609f52eb57} <Debug> TCPHandler: Processed in 0.001816493 sec. | ||
| 3618 | 2025.02.28 10:04:55.153092 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2025.02.28 10:04:55.153319 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3620 | 2025.02.28 10:04:55.153421 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3621 | 2025.02.28 10:04:55.154230 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.02.28 10:04:55.154270 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3623 | 2025.02.28 10:04:55.154672 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3624 | 2025.02.28 10:04:55.154909 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.02.28 10:04:55.155136 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001877 sec., 85242.40809802877 rows/sec., 5.94 MiB/sec. | ||
| 3626 | 2025.02.28 10:04:55.155192 [ 262 ] {1cd2d0e5-867a-4fcc-95ec-2e77099e10e5} <Debug> TCPHandler: Processed in 0.002213728 sec. | ||
| 3627 | 2025.02.28 10:04:55.155332 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.02.28 10:04:55.155463 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3629 | 2025.02.28 10:04:55.155549 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <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 | ||
| 3630 | 2025.02.28 10:04:55.156659 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.02.28 10:04:55.156697 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3632 | 2025.02.28 10:04:55.157311 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3633 | 2025.02.28 10:04:55.157573 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.02.28 10:04:55.157783 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00235 sec., 1702.127659574468 rows/sec., 3.05 MiB/sec. | ||
| 3635 | 2025.02.28 10:04:55.157893 [ 261 ] {8b7d9052-3863-4b40-915b-b09937724585} <Debug> TCPHandler: Processed in 0.002618535 sec. | ||
| 3636 | 2025.02.28 10:04:55.158125 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.02.28 10:04:55.158347 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3638 | 2025.02.28 10:04:55.158442 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3639 | 2025.02.28 10:04:55.159177 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.02.28 10:04:55.159217 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3641 | 2025.02.28 10:04:55.159589 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3642 | 2025.02.28 10:04:55.159818 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.02.28 10:04:55.160034 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001742 sec., 34443.16877152698 rows/sec., 2.32 MiB/sec. | ||
| 3644 | 2025.02.28 10:04:55.160086 [ 262 ] {3aabd585-a705-4586-8d51-9600abe653db} <Debug> TCPHandler: Processed in 0.002070017 sec. | ||
| 3645 | 2025.02.28 10:04:56.429161 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2025.02.28 10:04:56.429387 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3647 | 2025.02.28 10:04:56.429470 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3648 | 2025.02.28 10:04:56.430325 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.02.28 10:04:56.430378 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3650 | 2025.02.28 10:04:56.430812 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3651 | 2025.02.28 10:04:56.431084 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.02.28 10:04:56.431354 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002025 sec., 11851.851851851852 rows/sec., 1006.94 KiB/sec. | ||
| 3653 | 2025.02.28 10:04:56.431542 [ 261 ] {67828791-9f4a-4c3f-aff6-ef9af09f9892} <Debug> TCPHandler: Processed in 0.002514713 sec. | ||
| 3654 | 2025.02.28 10:04:56.431818 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2025.02.28 10:04:56.432035 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3656 | 2025.02.28 10:04:56.432118 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3657 | 2025.02.28 10:04:56.432950 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.02.28 10:04:56.433010 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3659 | 2025.02.28 10:04:56.433440 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3660 | 2025.02.28 10:04:56.433703 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2025.02.28 10:04:56.434014 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002021 sec., 2968.8273132112818 rows/sec., 242.09 KiB/sec. | ||
| 3662 | 2025.02.28 10:04:56.434161 [ 262 ] {95fbdb82-ec49-450b-8e9b-d80957afb72b} <Debug> TCPHandler: Processed in 0.002481342 sec. | ||
| 3663 | 2025.02.28 10:04:56.434315 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3664 | 2025.02.28 10:04:56.434444 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3665 | 2025.02.28 10:04:56.434499 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3666 | 2025.02.28 10:04:56.435709 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.02.28 10:04:56.435749 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3668 | 2025.02.28 10:04:56.436213 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3669 | 2025.02.28 10:04:56.436462 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2025.02.28 10:04:56.436629 [ 62 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3671 | 2025.02.28 10:04:56.436703 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002287 sec., 608220.3760384783 rows/sec., 50.81 MiB/sec. | ||
| 3672 | 2025.02.28 10:04:56.436710 [ 62 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2025.02.28 10:04:56.436782 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3674 | 2025.02.28 10:04:56.436833 [ 261 ] {9488bfe8-66ca-4be0-ae3c-04baa395d784} <Debug> TCPHandler: Processed in 0.002574814 sec. | ||
| 3675 | 2025.02.28 10:04:56.436971 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 3676 | 2025.02.28 10:04:56.437039 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2025.02.28 10:04:56.437147 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3678 | 2025.02.28 10:04:56.437230 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1964 rows starting from the beginning of the part | ||
| 3679 | 2025.02.28 10:04:56.437282 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3680 | 2025.02.28 10:04:56.437456 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3681 | 2025.02.28 10:04:56.437483 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3682 | 2025.02.28 10:04:56.437834 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 66 rows starting from the beginning of the part | ||
| 3683 | 2025.02.28 10:04:56.438181 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 128 rows starting from the beginning of the part | ||
| 3684 | 2025.02.28 10:04:56.438400 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 3685 | 2025.02.28 10:04:56.438694 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1391 rows starting from the beginning of the part | ||
| 3686 | 2025.02.28 10:04:56.440352 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2025.02.28 10:04:56.440436 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3688 | 2025.02.28 10:04:56.441441 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3689 | 2025.02.28 10:04:56.441729 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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.28 10:04:56.442132 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.004906 sec., 11006.930289441501 rows/sec., 833.04 KiB/sec. | ||
| 3691 | 2025.02.28 10:04:56.442452 [ 262 ] {02641f3e-6224-458f-a149-5288b0c1e8ae} <Debug> TCPHandler: Processed in 0.005495351 sec. | ||
| 3692 | 2025.02.28 10:04:56.442547 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005661864 sec., 660736.4641750491 rows/sec., 57.18 MiB/sec. | ||
| 3693 | 2025.02.28 10:04:56.442623 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3694 | 2025.02.28 10:04:56.442755 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3695 | 2025.02.28 10:04:56.442822 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3696 | 2025.02.28 10:04:56.442933 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3697 | 2025.02.28 10:04:56.443532 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.02.28 10:04:56.443729 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_26_5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3699 | 2025.02.28 10:04:56.443892 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3700 | 2025.02.28 10:04:56.444061 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2025.02.28 10:04:56.444107 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3702 | 2025.02.28 10:04:56.444510 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3703 | 2025.02.28 10:04:56.444785 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3704 | 2025.02.28 10:04:56.445038 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002305 sec., 109327.54880694143 rows/sec., 7.56 MiB/sec. | ||
| 3705 | 2025.02.28 10:04:56.445119 [ 261 ] {61c3759b-a912-4184-be2f-c3d78a3a43ef} <Debug> TCPHandler: Processed in 0.002558433 sec. | ||
| 3706 | 2025.02.28 10:04:56.445274 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3707 | 2025.02.28 10:04:56.445401 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3708 | 2025.02.28 10:04:56.445451 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3709 | 2025.02.28 10:04:56.446032 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.02.28 10:04:56.446072 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3711 | 2025.02.28 10:04:56.446432 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3712 | 2025.02.28 10:04:56.446672 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.02.28 10:04:56.446939 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001554 sec., 7722.007722007722 rows/sec., 603.28 KiB/sec. | ||
| 3714 | 2025.02.28 10:04:56.447076 [ 262 ] {fd96727f-af90-486f-8a38-e830b7bbf70e} <Debug> TCPHandler: Processed in 0.001857634 sec. | ||
| 3715 | 2025.02.28 10:04:56.447252 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2025.02.28 10:04:56.447414 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3717 | 2025.02.28 10:04:56.447498 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3718 | 2025.02.28 10:04:56.448410 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3719 | 2025.02.28 10:04:56.448449 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3720 | 2025.02.28 10:04:56.448858 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3721 | 2025.02.28 10:04:56.449117 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3722 | 2025.02.28 10:04:56.449295 [ 62 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3723 | 2025.02.28 10:04:56.449347 [ 62 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.02.28 10:04:56.449369 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001991 sec., 300351.5821195379 rows/sec., 22.58 MiB/sec. | ||
| 3725 | 2025.02.28 10:04:56.449387 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3726 | 2025.02.28 10:04:56.449530 [ 261 ] {ab976673-6e5f-4ed4-8971-a43703345f0c} <Debug> TCPHandler: Processed in 0.002342601 sec. | ||
| 3727 | 2025.02.28 10:04:56.449612 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 3728 | 2025.02.28 10:04:56.449736 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2025.02.28 10:04:56.449804 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3730 | 2025.02.28 10:04:56.449883 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 946 rows starting from the beginning of the part | ||
| 3731 | 2025.02.28 10:04:56.449957 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3732 | 2025.02.28 10:04:56.450167 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3733 | 2025.02.28 10:04:56.450193 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 100 rows starting from the beginning of the part | ||
| 3734 | 2025.02.28 10:04:56.450626 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part | ||
| 3735 | 2025.02.28 10:04:56.451089 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 100 rows starting from the beginning of the part | ||
| 3736 | 2025.02.28 10:04:56.451546 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 68 rows starting from the beginning of the part | ||
| 3737 | 2025.02.28 10:04:56.451997 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 598 rows starting from the beginning of the part | ||
| 3738 | 2025.02.28 10:04:56.453723 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3739 | 2025.02.28 10:04:56.453821 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3740 | 2025.02.28 10:04:56.454802 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3741 | 2025.02.28 10:04:56.454990 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 5 columns (5 merged, 0 gathered) in 0.005491501 sec., 343075.59991339344 rows/sec., 26.94 MiB/sec. | ||
| 3742 | 2025.02.28 10:04:56.455233 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3743 | 2025.02.28 10:04:56.455315 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3744 | 2025.02.28 10:04:56.455486 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3745 | 2025.02.28 10:04:56.455591 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2025.02.28 10:04:56.455663 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3747 | 2025.02.28 10:04:56.455812 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Debug> executeQuery: Read 949 rows, 65.60 KiB in 0.005889 sec., 161147.90286975718 rows/sec., 10.88 MiB/sec. | ||
| 3748 | 2025.02.28 10:04:56.456012 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 3749 | 2025.02.28 10:04:56.456102 [ 262 ] {cee69c68-f3c9-490f-bc28-6687f492ebf1} <Debug> TCPHandler: Processed in 0.006441544 sec. | ||
| 3750 | 2025.02.28 10:04:56.456449 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3751 | 2025.02.28 10:04:56.456470 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3752 | 2025.02.28 10:04:56.456499 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3753 | 2025.02.28 10:04:56.456584 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7625 rows starting from the beginning of the part | ||
| 3754 | 2025.02.28 10:04:56.456910 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.02.28 10:04:56.457005 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 3756 | 2025.02.28 10:04:56.456997 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_26_5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3757 | 2025.02.28 10:04:56.457355 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part | ||
| 3758 | 2025.02.28 10:04:56.457353 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <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 | ||
| 3759 | 2025.02.28 10:04:56.457732 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3760 | 2025.02.28 10:04:56.458062 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3761 | 2025.02.28 10:04:56.458140 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3762 | 2025.02.28 10:04:56.458612 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 949 rows starting from the beginning of the part | ||
| 3763 | 2025.02.28 10:04:56.462303 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2025.02.28 10:04:56.462382 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3765 | 2025.02.28 10:04:56.463445 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3766 | 2025.02.28 10:04:56.463995 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2025.02.28 10:04:56.464278 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007599 sec., 4737.465455981051 rows/sec., 8.49 MiB/sec. | ||
| 3768 | 2025.02.28 10:04:56.464384 [ 261 ] {46ba609c-297a-4fe8-a97e-553b890263c1} <Debug> TCPHandler: Processed in 0.008101176 sec. | ||
| 3769 | 2025.02.28 10:04:56.464552 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2025.02.28 10:04:56.464707 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3771 | 2025.02.28 10:04:56.464767 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3772 | 2025.02.28 10:04:56.465523 [ 193 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9216 rows, containing 5 columns (5 merged, 0 gathered) in 0.009737447 sec., 946449.3105841809 rows/sec., 64.58 MiB/sec. | ||
| 3773 | 2025.02.28 10:04:56.465882 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3774 | 2025.02.28 10:04:56.465915 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.02.28 10:04:56.465998 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3776 | 2025.02.28 10:04:56.466467 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.02.28 10:04:56.466700 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3778 | 2025.02.28 10:04:56.466748 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3779 | 2025.02.28 10:04:56.466847 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 3780 | 2025.02.28 10:04:56.467079 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3781 | 2025.02.28 10:04:56.467261 [ 78 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3782 | 2025.02.28 10:04:56.467328 [ 78 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.02.28 10:04:56.467358 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002671 sec., 8985.398727068514 rows/sec., 620.09 KiB/sec. | ||
| 3784 | 2025.02.28 10:04:56.467372 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB. | ||
| 3785 | 2025.02.28 10:04:56.467538 [ 262 ] {8a84ed02-d257-472d-85b4-5246e6743169} <Debug> TCPHandler: Processed in 0.00305423 sec. | ||
| 3786 | 2025.02.28 10:04:56.467595 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 3787 | 2025.02.28 10:04:56.467701 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3788 | 2025.02.28 10:04:56.467733 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1022 rows starting from the beginning of the part | ||
| 3789 | 2025.02.28 10:04:56.467795 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 3790 | 2025.02.28 10:04:56.467891 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 3791 | 2025.02.28 10:04:56.468108 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3792 | 2025.02.28 10:04:56.468248 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3793 | 2025.02.28 10:04:56.468455 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part | ||
| 3794 | 2025.02.28 10:04:56.469581 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 4 columns (4 merged, 0 gathered) in 0.002066536 sec., 622297.4097717146 rows/sec., 41.72 MiB/sec. | ||
| 3795 | 2025.02.28 10:04:56.469798 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3796 | 2025.02.28 10:04:56.470111 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2025.02.28 10:04:56.470188 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_26_5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3798 | 2025.02.28 10:04:56.470262 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3799 | 2025.02.28 10:04:58.855788 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 534 | ||
| 3800 | 2025.02.28 10:04:58.859036 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.02.28 10:04:58.859088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3802 | 2025.02.28 10:04:58.860541 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3803 | 2025.02.28 10:04:58.860853 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2025.02.28 10:04:58.862046 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3805 | 2025.02.28 10:05:00.143397 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.02.28 10:05:00.143608 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3807 | 2025.02.28 10:05:00.143686 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3808 | 2025.02.28 10:05:00.144532 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2025.02.28 10:05:00.144576 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3810 | 2025.02.28 10:05:00.145038 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3811 | 2025.02.28 10:05:00.145286 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2025.02.28 10:05:00.145494 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec. | ||
| 3813 | 2025.02.28 10:05:00.145632 [ 261 ] {86741be1-e82d-45b1-9149-7214051581c7} <Debug> TCPHandler: Processed in 0.002373611 sec. | ||
| 3814 | 2025.02.28 10:05:00.145911 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2025.02.28 10:05:00.146122 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3816 | 2025.02.28 10:05:00.146204 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3817 | 2025.02.28 10:05:00.147072 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2025.02.28 10:05:00.147122 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3819 | 2025.02.28 10:05:00.147561 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3820 | 2025.02.28 10:05:00.147817 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2025.02.28 10:05:00.148046 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00198 sec., 32323.232323232325 rows/sec., 2.52 MiB/sec. | ||
| 3822 | 2025.02.28 10:05:00.148115 [ 262 ] {60b918ed-b7de-4e14-903c-04fc53636545} <Debug> TCPHandler: Processed in 0.00234394 sec. | ||
| 3823 | 2025.02.28 10:05:00.148275 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2025.02.28 10:05:00.148431 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3825 | 2025.02.28 10:05:00.148500 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3826 | 2025.02.28 10:05:00.149148 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2025.02.28 10:05:00.149185 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3828 | 2025.02.28 10:05:00.149589 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3829 | 2025.02.28 10:05:00.149828 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.02.28 10:05:00.150011 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001614 sec., 59479.553903345724 rows/sec., 4.14 MiB/sec. | ||
| 3831 | 2025.02.28 10:05:00.150066 [ 261 ] {3af3f745-0314-44de-a651-066ab7b94c86} <Debug> TCPHandler: Processed in 0.001859774 sec. | ||
| 3832 | 2025.02.28 10:05:00.150214 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2025.02.28 10:05:00.150361 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3834 | 2025.02.28 10:05:00.150427 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3835 | 2025.02.28 10:05:00.151043 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.28 10:05:00.151090 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3837 | 2025.02.28 10:05:00.151472 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3838 | 2025.02.28 10:05:00.151713 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.02.28 10:05:00.151963 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001637 sec., 21991.447770311544 rows/sec., 1.48 MiB/sec. | ||
| 3840 | 2025.02.28 10:05:00.152173 [ 262 ] {b4530eec-ba7e-4681-83c3-b7451a00175b} <Debug> TCPHandler: Processed in 0.002026856 sec. | ||
| 3841 | 2025.02.28 10:05:01.329549 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 3842 | 2025.02.28 10:05:01.330296 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2025.02.28 10:05:01.330349 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3844 | 2025.02.28 10:05:01.330889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3845 | 2025.02.28 10:05:01.331178 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.02.28 10:05:01.331521 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 3847 | 2025.02.28 10:05:01.950544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3848 | 2025.02.28 10:05:01.972153 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.02.28 10:05:01.972221 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3850 | 2025.02.28 10:05:01.979824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3851 | 2025.02.28 10:05:01.980628 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.02.28 10:05:01.984307 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3853 | 2025.02.28 10:05:05.146715 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.02.28 10:05:05.146941 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3855 | 2025.02.28 10:05:05.147021 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3856 | 2025.02.28 10:05:05.147800 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.02.28 10:05:05.147849 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3858 | 2025.02.28 10:05:05.148282 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3859 | 2025.02.28 10:05:05.148533 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.02.28 10:05:05.148779 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001896 sec., 33755.27426160338 rows/sec., 2.66 MiB/sec. | ||
| 3861 | 2025.02.28 10:05:05.148846 [ 261 ] {83e4ab34-ac84-4bf7-8088-1a99bca253a8} <Debug> TCPHandler: Processed in 0.002275849 sec. | ||
| 3862 | 2025.02.28 10:05:05.149147 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3863 | 2025.02.28 10:05:05.149406 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3864 | 2025.02.28 10:05:05.149489 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3865 | 2025.02.28 10:05:05.150318 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2025.02.28 10:05:05.150373 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3867 | 2025.02.28 10:05:05.150845 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3868 | 2025.02.28 10:05:05.151104 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2025.02.28 10:05:05.151396 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002038 sec., 1962.7085377821395 rows/sec., 147.59 KiB/sec. | ||
| 3870 | 2025.02.28 10:05:05.151609 [ 262 ] {fc93bba6-0c2d-44eb-bdcd-99fd8bd9b35b} <Debug> TCPHandler: Processed in 0.002644184 sec. | ||
| 3871 | 2025.02.28 10:05:05.151818 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3872 | 2025.02.28 10:05:05.151963 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3873 | 2025.02.28 10:05:05.152024 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3874 | 2025.02.28 10:05:05.152666 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.02.28 10:05:05.152708 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3876 | 2025.02.28 10:05:05.153104 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3877 | 2025.02.28 10:05:05.153342 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.02.28 10:05:05.153569 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00164 sec., 41463.41463414634 rows/sec., 3.24 MiB/sec. | ||
| 3879 | 2025.02.28 10:05:05.153627 [ 261 ] {5bd0a744-cc5a-4017-a7ff-af84acde7f2c} <Debug> TCPHandler: Processed in 0.001919695 sec. | ||
| 3880 | 2025.02.28 10:05:05.153835 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2025.02.28 10:05:05.154063 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3882 | 2025.02.28 10:05:05.154166 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3883 | 2025.02.28 10:05:05.154791 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.02.28 10:05:05.154832 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3885 | 2025.02.28 10:05:05.155244 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3886 | 2025.02.28 10:05:05.155488 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.02.28 10:05:05.155747 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001736 sec., 92165.89861751153 rows/sec., 6.42 MiB/sec. | ||
| 3888 | 2025.02.28 10:05:05.155946 [ 262 ] {71bacb22-c8f9-45cd-b44d-09610ac3ad9c} <Debug> TCPHandler: Processed in 0.002216029 sec. | ||
| 3889 | 2025.02.28 10:05:05.156143 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.02.28 10:05:05.156278 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3891 | 2025.02.28 10:05:05.156363 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <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 | ||
| 3892 | 2025.02.28 10:05:05.157561 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.02.28 10:05:05.157600 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3894 | 2025.02.28 10:05:05.158219 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3895 | 2025.02.28 10:05:05.158473 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.02.28 10:05:05.158722 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002473 sec., 1617.4686615446826 rows/sec., 2.90 MiB/sec. | ||
| 3897 | 2025.02.28 10:05:05.158827 [ 261 ] {0cb1ff8d-2306-4652-9ec6-fdf084da7ce3} <Debug> TCPHandler: Processed in 0.002790877 sec. | ||
| 3898 | 2025.02.28 10:05:05.159025 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.02.28 10:05:05.159250 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3900 | 2025.02.28 10:05:05.159316 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3901 | 2025.02.28 10:05:05.159891 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2025.02.28 10:05:05.159939 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3903 | 2025.02.28 10:05:05.160362 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3904 | 2025.02.28 10:05:05.160610 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.02.28 10:05:05.160829 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.47 MiB/sec. | ||
| 3906 | 2025.02.28 10:05:05.160883 [ 262 ] {e31af27a-dbeb-4cf9-b213-c9a34a50feb7} <Debug> TCPHandler: Processed in 0.001966756 sec. | ||
| 3907 | 2025.02.28 10:05:07.255202 [ 106 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3908 | 2025.02.28 10:05:07.255275 [ 106 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2025.02.28 10:05:07.255302 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3910 | 2025.02.28 10:05:07.255480 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 3911 | 2025.02.28 10:05:07.255657 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3912 | 2025.02.28 10:05:07.255701 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 3913 | 2025.02.28 10:05:07.255823 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 3914 | 2025.02.28 10:05:07.256109 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 3915 | 2025.02.28 10:05:07.256251 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 3916 | 2025.02.28 10:05:07.256449 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 3917 | 2025.02.28 10:05:07.257397 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.002008957 sec., 11946.497610451592 rows/sec., 1020.82 KiB/sec. | ||
| 3918 | 2025.02.28 10:05:07.257603 [ 197 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3919 | 2025.02.28 10:05:07.257976 [ 197 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2025.02.28 10:05:07.258078 [ 197 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_5_1} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3921 | 2025.02.28 10:05:07.258193 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3922 | 2025.02.28 10:05:08.721645 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3923 | 2025.02.28 10:05:08.721741 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3924 | 2025.02.28 10:05:08.831687 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 3925 | 2025.02.28 10:05:08.832407 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.02.28 10:05:08.832458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3927 | 2025.02.28 10:05:08.833073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3928 | 2025.02.28 10:05:08.833331 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.02.28 10:05:08.833614 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3930 | 2025.02.28 10:05:08.862316 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 554 | ||
| 3931 | 2025.02.28 10:05:08.865139 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.02.28 10:05:08.865181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3933 | 2025.02.28 10:05:08.866626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3934 | 2025.02.28 10:05:08.866929 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.02.28 10:05:08.867399 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 3936 | 2025.02.28 10:05:09.484421 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3937 | 2025.02.28 10:05:09.506264 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.02.28 10:05:09.506329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3939 | 2025.02.28 10:05:09.514198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3940 | 2025.02.28 10:05:09.515103 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2025.02.28 10:05:09.519503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3942 | 2025.02.28 10:05:10.148326 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3943 | 2025.02.28 10:05:10.148539 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3944 | 2025.02.28 10:05:10.148620 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3945 | 2025.02.28 10:05:10.149502 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.02.28 10:05:10.149552 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3947 | 2025.02.28 10:05:10.150015 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3948 | 2025.02.28 10:05:10.150269 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3949 | 2025.02.28 10:05:10.150544 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002055 sec., 62287.10462287105 rows/sec., 5.33 MiB/sec. | ||
| 3950 | 2025.02.28 10:05:10.150658 [ 261 ] {3dc021cc-88f9-4acd-a65b-40a4e090ce69} <Debug> TCPHandler: Processed in 0.002478292 sec. | ||
| 3951 | 2025.02.28 10:05:10.150974 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3952 | 2025.02.28 10:05:10.151181 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3953 | 2025.02.28 10:05:10.151259 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3954 | 2025.02.28 10:05:10.152029 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3955 | 2025.02.28 10:05:10.152076 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3956 | 2025.02.28 10:05:10.152550 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3957 | 2025.02.28 10:05:10.152816 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3958 | 2025.02.28 10:05:10.153005 [ 120 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3959 | 2025.02.28 10:05:10.153088 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001953 sec., 18433.179723502304 rows/sec., 1.35 MiB/sec. | ||
| 3960 | 2025.02.28 10:05:10.153095 [ 120 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2025.02.28 10:05:10.153166 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3962 | 2025.02.28 10:05:10.153232 [ 262 ] {a25c1c87-acab-4a4f-805a-6b4c6b5dc52f} <Debug> TCPHandler: Processed in 0.002447921 sec. | ||
| 3963 | 2025.02.28 10:05:10.153526 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3964 | 2025.02.28 10:05:10.153664 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 3965 | 2025.02.28 10:05:10.153959 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3966 | 2025.02.28 10:05:10.154087 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3967 | 2025.02.28 10:05:10.154119 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3968 | 2025.02.28 10:05:10.154219 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 176 rows starting from the beginning of the part | ||
| 3969 | 2025.02.28 10:05:10.154511 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 3970 | 2025.02.28 10:05:10.154843 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 3971 | 2025.02.28 10:05:10.155192 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 3972 | 2025.02.28 10:05:10.155654 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 3973 | 2025.02.28 10:05:10.156038 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 3974 | 2025.02.28 10:05:10.156912 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.02.28 10:05:10.156977 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3976 | 2025.02.28 10:05:10.158075 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3977 | 2025.02.28 10:05:10.158692 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.02.28 10:05:10.158703 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005427741 sec., 57114.00009690956 rows/sec., 4.12 MiB/sec. | ||
| 3979 | 2025.02.28 10:05:10.158979 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3980 | 2025.02.28 10:05:10.159045 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005231 sec., 19116.803670426303 rows/sec., 1.49 MiB/sec. | ||
| 3981 | 2025.02.28 10:05:10.159167 [ 261 ] {c7e1b7be-1d5b-4092-aaae-f4d72ac8e592} <Debug> TCPHandler: Processed in 0.005811826 sec. | ||
| 3982 | 2025.02.28 10:05:10.159369 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2025.02.28 10:05:10.159525 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2025.02.28 10:05:10.159622 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3985 | 2025.02.28 10:05:10.159694 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_21_4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3986 | 2025.02.28 10:05:10.159730 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3987 | 2025.02.28 10:05:10.159899 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3988 | 2025.02.28 10:05:10.160538 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3989 | 2025.02.28 10:05:10.160585 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3990 | 2025.02.28 10:05:10.161006 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3991 | 2025.02.28 10:05:10.161255 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3992 | 2025.02.28 10:05:10.161475 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00194 sec., 82474.22680412371 rows/sec., 5.74 MiB/sec. | ||
| 3993 | 2025.02.28 10:05:10.161535 [ 262 ] {61e6506f-26f8-43f8-8758-c0cfc2bc518a} <Debug> TCPHandler: Processed in 0.002278 sec. | ||
| 3994 | 2025.02.28 10:05:10.161692 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3995 | 2025.02.28 10:05:10.161831 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3996 | 2025.02.28 10:05:10.161926 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <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 | ||
| 3997 | 2025.02.28 10:05:10.163151 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3998 | 2025.02.28 10:05:10.163192 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 3999 | 2025.02.28 10:05:10.163894 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4000 | 2025.02.28 10:05:10.164154 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2025.02.28 10:05:10.164333 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4002 | 2025.02.28 10:05:10.164401 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4003 | 2025.02.28 10:05:10.164432 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4004 | 2025.02.28 10:05:10.164468 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002657 sec., 13549.115543846443 rows/sec., 24.28 MiB/sec. | ||
| 4005 | 2025.02.28 10:05:10.165107 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 4006 | 2025.02.28 10:05:10.165250 [ 261 ] {23dd03b9-b256-4492-830a-2125ed31e4ee} <Debug> TCPHandler: Processed in 0.003616437 sec. | ||
| 4007 | 2025.02.28 10:05:10.165471 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4008 | 2025.02.28 10:05:10.165632 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4009 | 2025.02.28 10:05:10.165687 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4010 | 2025.02.28 10:05:10.165699 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4011 | 2025.02.28 10:05:10.165808 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 359 rows starting from the beginning of the part | ||
| 4012 | 2025.02.28 10:05:10.166493 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 4013 | 2025.02.28 10:05:10.167167 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 4014 | 2025.02.28 10:05:10.167197 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.02.28 10:05:10.167242 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4016 | 2025.02.28 10:05:10.167696 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 4017 | 2025.02.28 10:05:10.168293 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 4018 | 2025.02.28 10:05:10.168403 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4019 | 2025.02.28 10:05:10.168776 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 4020 | 2025.02.28 10:05:10.169096 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.02.28 10:05:10.169586 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003994 sec., 15022.53380070105 rows/sec., 1.01 MiB/sec. | ||
| 4022 | 2025.02.28 10:05:10.169710 [ 262 ] {1a7dbbbe-d420-4d3a-a33b-2b301853fcf6} <Debug> TCPHandler: Processed in 0.004344417 sec. | ||
| 4023 | 2025.02.28 10:05:10.173496 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.008962027 sec., 53001.40247290039 rows/sec., 94.98 MiB/sec. | ||
| 4024 | 2025.02.28 10:05:10.174446 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4025 | 2025.02.28 10:05:10.174871 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2025.02.28 10:05:10.174951 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4027 | 2025.02.28 10:05:10.175097 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 4028 | 2025.02.28 10:05:15.146543 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2025.02.28 10:05:15.146749 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4030 | 2025.02.28 10:05:15.146824 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4031 | 2025.02.28 10:05:15.147562 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2025.02.28 10:05:15.147616 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4033 | 2025.02.28 10:05:15.148036 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4034 | 2025.02.28 10:05:15.148289 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2025.02.28 10:05:15.148540 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001844 sec., 2169.1973969631235 rows/sec., 176.88 KiB/sec. | ||
| 4036 | 2025.02.28 10:05:15.148607 [ 261 ] {3f9b9ee2-cc42-41e6-bc4d-43cd418b0bb5} <Debug> TCPHandler: Processed in 0.002210679 sec. | ||
| 4037 | 2025.02.28 10:05:15.148892 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4038 | 2025.02.28 10:05:15.149193 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4039 | 2025.02.28 10:05:15.149307 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4040 | 2025.02.28 10:05:15.150176 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2025.02.28 10:05:15.150220 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4042 | 2025.02.28 10:05:15.150651 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4043 | 2025.02.28 10:05:15.150919 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2025.02.28 10:05:15.151122 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002012 sec., 32803.18091451292 rows/sec., 2.58 MiB/sec. | ||
| 4045 | 2025.02.28 10:05:15.151185 [ 262 ] {69fb690c-e502-40f0-8790-a67daf44a1e0} <Debug> TCPHandler: Processed in 0.002470522 sec. | ||
| 4046 | 2025.02.28 10:05:15.151342 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4047 | 2025.02.28 10:05:15.151485 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4048 | 2025.02.28 10:05:15.151545 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4049 | 2025.02.28 10:05:15.152238 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2025.02.28 10:05:15.152287 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4051 | 2025.02.28 10:05:15.152679 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4052 | 2025.02.28 10:05:15.152924 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4053 | 2025.02.28 10:05:15.153136 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001684 sec., 4750.593824228029 rows/sec., 344.46 KiB/sec. | ||
| 4054 | 2025.02.28 10:05:15.153193 [ 261 ] {15715e75-d48c-47c6-a3b9-a1638db49c55} <Debug> TCPHandler: Processed in 0.001920945 sec. | ||
| 4055 | 2025.02.28 10:05:15.153330 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4056 | 2025.02.28 10:05:15.153452 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4057 | 2025.02.28 10:05:15.153502 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4058 | 2025.02.28 10:05:15.154220 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4059 | 2025.02.28 10:05:15.154267 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4060 | 2025.02.28 10:05:15.154676 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4061 | 2025.02.28 10:05:15.154906 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2025.02.28 10:05:15.155128 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001696 sec., 42452.83018867925 rows/sec., 3.32 MiB/sec. | ||
| 4063 | 2025.02.28 10:05:15.155225 [ 262 ] {3ccd367c-d3d1-417a-809b-bfb4dffedd9c} <Debug> TCPHandler: Processed in 0.001946886 sec. | ||
| 4064 | 2025.02.28 10:05:15.155437 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2025.02.28 10:05:15.155593 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4066 | 2025.02.28 10:05:15.155656 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4067 | 2025.02.28 10:05:15.156327 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2025.02.28 10:05:15.156372 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4069 | 2025.02.28 10:05:15.156784 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4070 | 2025.02.28 10:05:15.157013 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2025.02.28 10:05:15.157226 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001663 sec., 97414.3114852676 rows/sec., 6.78 MiB/sec. | ||
| 4072 | 2025.02.28 10:05:15.157281 [ 261 ] {0bfd9bb3-d079-4d22-8831-abbcf60e2e78} <Debug> TCPHandler: Processed in 0.001959076 sec. | ||
| 4073 | 2025.02.28 10:05:15.157422 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.02.28 10:05:15.157546 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4075 | 2025.02.28 10:05:15.157639 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <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 | ||
| 4076 | 2025.02.28 10:05:15.158854 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2025.02.28 10:05:15.158892 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4078 | 2025.02.28 10:05:15.159495 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4079 | 2025.02.28 10:05:15.159750 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.02.28 10:05:15.159998 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002484 sec., 1610.3059581320451 rows/sec., 2.89 MiB/sec. | ||
| 4081 | 2025.02.28 10:05:15.160107 [ 262 ] {c1a61122-632d-40b3-8bdf-e2a24eb44a5a} <Debug> TCPHandler: Processed in 0.002745856 sec. | ||
| 4082 | 2025.02.28 10:05:15.160261 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4083 | 2025.02.28 10:05:15.160399 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4084 | 2025.02.28 10:05:15.160458 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4085 | 2025.02.28 10:05:15.160954 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.02.28 10:05:15.160993 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4087 | 2025.02.28 10:05:15.161357 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4088 | 2025.02.28 10:05:15.161592 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.02.28 10:05:15.161819 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 4090 | 2025.02.28 10:05:15.161873 [ 261 ] {a47fe180-0271-4f33-ade1-eec754b9bb45} <Debug> TCPHandler: Processed in 0.001682302 sec. | ||
| 4091 | 2025.02.28 10:05:16.333777 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4092 | 2025.02.28 10:05:16.334552 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2025.02.28 10:05:16.334602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4094 | 2025.02.28 10:05:16.335134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4095 | 2025.02.28 10:05:16.335390 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.02.28 10:05:16.335596 [ 116 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4097 | 2025.02.28 10:05:16.335666 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4098 | 2025.02.28 10:05:16.335692 [ 116 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.02.28 10:05:16.335722 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4100 | 2025.02.28 10:05:16.335938 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4101 | 2025.02.28 10:05:16.336136 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4102 | 2025.02.28 10:05:16.336177 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4103 | 2025.02.28 10:05:16.336282 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4104 | 2025.02.28 10:05:16.336377 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4105 | 2025.02.28 10:05:16.336654 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4106 | 2025.02.28 10:05:16.336885 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4107 | 2025.02.28 10:05:16.337022 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4108 | 2025.02.28 10:05:16.339450 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003658598 sec., 2651015.498286502 rows/sec., 37.92 MiB/sec. | ||
| 4109 | 2025.02.28 10:05:16.339665 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4110 | 2025.02.28 10:05:16.339943 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_21_4} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.02.28 10:05:16.340018 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_21_4} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4112 | 2025.02.28 10:05:16.340166 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4113 | 2025.02.28 10:05:17.019605 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4114 | 2025.02.28 10:05:17.041805 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.02.28 10:05:17.041861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4116 | 2025.02.28 10:05:17.049313 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4117 | 2025.02.28 10:05:17.050111 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2025.02.28 10:05:17.050412 [ 116 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4119 | 2025.02.28 10:05:17.050475 [ 116 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.02.28 10:05:17.050518 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4121 | 2025.02.28 10:05:17.051228 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4122 | 2025.02.28 10:05:17.066004 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4123 | 2025.02.28 10:05:17.067893 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4124 | 2025.02.28 10:05:17.069611 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4125 | 2025.02.28 10:05:17.075579 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4126 | 2025.02.28 10:05:17.081274 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4127 | 2025.02.28 10:05:17.086896 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4128 | 2025.02.28 10:05:17.092656 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4129 | 2025.02.28 10:05:17.097527 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4130 | 2025.02.28 10:05:17.156533 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.105877372 sec., 1501.7373117270045 rows/sec., 7.77 MiB/sec. | ||
| 4131 | 2025.02.28 10:05:17.159305 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4132 | 2025.02.28 10:05:17.162334 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_21_4} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4133 | 2025.02.28 10:05:17.162464 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_21_4} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4134 | 2025.02.28 10:05:17.164856 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4135 | 2025.02.28 10:05:18.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.43 MiB, peak 195.98 MiB, free memory in arenas 0.00 B, will set to 187.10 MiB (RSS), difference: 1.67 MiB | ||
| 4136 | 2025.02.28 10:05:18.867601 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 580 | ||
| 4137 | 2025.02.28 10:05:18.870526 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.02.28 10:05:18.870585 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4139 | 2025.02.28 10:05:18.872083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4140 | 2025.02.28 10:05:18.872426 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2025.02.28 10:05:18.873310 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580 | ||
| 4142 | 2025.02.28 10:05:20.148878 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4143 | 2025.02.28 10:05:20.149090 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4144 | 2025.02.28 10:05:20.149170 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4145 | 2025.02.28 10:05:20.150006 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4146 | 2025.02.28 10:05:20.150058 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4147 | 2025.02.28 10:05:20.150495 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4148 | 2025.02.28 10:05:20.150755 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4149 | 2025.02.28 10:05:20.150960 [ 113 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4150 | 2025.02.28 10:05:20.150987 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001957 sec., 65406.234031681146 rows/sec., 5.60 MiB/sec. | ||
| 4151 | 2025.02.28 10:05:20.151086 [ 113 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.02.28 10:05:20.151150 [ 261 ] {ee2a9762-65e7-4df8-ab46-570694436ac4} <Debug> TCPHandler: Processed in 0.002409361 sec. | ||
| 4153 | 2025.02.28 10:05:20.151179 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4154 | 2025.02.28 10:05:20.151416 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 4155 | 2025.02.28 10:05:20.151510 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4156 | 2025.02.28 10:05:20.151642 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4157 | 2025.02.28 10:05:20.151712 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1966 rows starting from the beginning of the part | ||
| 4158 | 2025.02.28 10:05:20.151899 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4159 | 2025.02.28 10:05:20.151967 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 4160 | 2025.02.28 10:05:20.152187 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4161 | 2025.02.28 10:05:20.152314 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
| 4162 | 2025.02.28 10:05:20.152714 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4163 | 2025.02.28 10:05:20.153000 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 66 rows starting from the beginning of the part | ||
| 4164 | 2025.02.28 10:05:20.153395 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 128 rows starting from the beginning of the part | ||
| 4165 | 2025.02.28 10:05:20.154909 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.02.28 10:05:20.154994 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4167 | 2025.02.28 10:05:20.156279 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4168 | 2025.02.28 10:05:20.156705 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2025.02.28 10:05:20.157152 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005807515 sec., 414635.175285815 rows/sec., 35.63 MiB/sec. | ||
| 4170 | 2025.02.28 10:05:20.157367 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005583 sec., 6448.1461579795805 rows/sec., 484.87 KiB/sec. | ||
| 4171 | 2025.02.28 10:05:20.157673 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4172 | 2025.02.28 10:05:20.157686 [ 262 ] {1a554230-4e21-4238-b27c-f60c4099709f} <Debug> TCPHandler: Processed in 0.006388224 sec. | ||
| 4173 | 2025.02.28 10:05:20.157921 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4174 | 2025.02.28 10:05:20.158121 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4175 | 2025.02.28 10:05:20.158196 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4176 | 2025.02.28 10:05:20.158218 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4177 | 2025.02.28 10:05:20.158419 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_31_6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4178 | 2025.02.28 10:05:20.158577 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 4179 | 2025.02.28 10:05:20.159142 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2025.02.28 10:05:20.159185 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4181 | 2025.02.28 10:05:20.159550 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4182 | 2025.02.28 10:05:20.159786 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2025.02.28 10:05:20.159972 [ 112 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4184 | 2025.02.28 10:05:20.159996 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001922 sec., 52029.13631633715 rows/sec., 4.06 MiB/sec. | ||
| 4185 | 2025.02.28 10:05:20.160058 [ 112 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4186 | 2025.02.28 10:05:20.160131 [ 261 ] {dedd40a8-83fc-4feb-a63c-48a175641231} <Debug> TCPHandler: Processed in 0.002305119 sec. | ||
| 4187 | 2025.02.28 10:05:20.160137 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4188 | 2025.02.28 10:05:20.160344 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 4189 | 2025.02.28 10:05:20.160357 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2025.02.28 10:05:20.160587 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4191 | 2025.02.28 10:05:20.160623 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4192 | 2025.02.28 10:05:20.160645 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 950 rows starting from the beginning of the part | ||
| 4193 | 2025.02.28 10:05:20.160745 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4194 | 2025.02.28 10:05:20.160976 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 4195 | 2025.02.28 10:05:20.161320 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part | ||
| 4196 | 2025.02.28 10:05:20.161719 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 100 rows starting from the beginning of the part | ||
| 4197 | 2025.02.28 10:05:20.162026 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part | ||
| 4198 | 2025.02.28 10:05:20.162307 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 100 rows starting from the beginning of the part | ||
| 4199 | 2025.02.28 10:05:20.163658 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2025.02.28 10:05:20.163719 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4201 | 2025.02.28 10:05:20.164846 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4202 | 2025.02.28 10:05:20.165257 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2025.02.28 10:05:20.165550 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.005273889 sec., 256736.53730671993 rows/sec., 20.16 MiB/sec. | ||
| 4204 | 2025.02.28 10:05:20.165606 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4205 | 2025.02.28 10:05:20.165705 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.02.28 10:05:20.165777 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4207 | 2025.02.28 10:05:20.165851 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005282 sec., 30291.556228701247 rows/sec., 2.11 MiB/sec. | ||
| 4208 | 2025.02.28 10:05:20.165948 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4209 | 2025.02.28 10:05:20.166182 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 4210 | 2025.02.28 10:05:20.166308 [ 262 ] {b41e3572-9728-44b5-b8a3-d263a4d5e3d3} <Debug> TCPHandler: Processed in 0.006050329 sec. | ||
| 4211 | 2025.02.28 10:05:20.166613 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4212 | 2025.02.28 10:05:20.166730 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4213 | 2025.02.28 10:05:20.166826 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2025.02.28 10:05:20.166863 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9216 rows starting from the beginning of the part | ||
| 4215 | 2025.02.28 10:05:20.166999 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4216 | 2025.02.28 10:05:20.167134 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_31_6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4217 | 2025.02.28 10:05:20.167495 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 4218 | 2025.02.28 10:05:20.167544 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <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 | ||
| 4219 | 2025.02.28 10:05:20.167564 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 96 rows starting from the beginning of the part | ||
| 4220 | 2025.02.28 10:05:20.168044 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4221 | 2025.02.28 10:05:20.168485 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 4222 | 2025.02.28 10:05:20.168870 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 162 rows starting from the beginning of the part | ||
| 4223 | 2025.02.28 10:05:20.169320 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4224 | 2025.02.28 10:05:20.172187 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.02.28 10:05:20.172270 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4226 | 2025.02.28 10:05:20.173825 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4227 | 2025.02.28 10:05:20.174398 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.02.28 10:05:20.174658 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007803 sec., 4613.61014994233 rows/sec., 8.27 MiB/sec. | ||
| 4229 | 2025.02.28 10:05:20.174781 [ 261 ] {842c5195-d739-4add-ad38-73a0a06934eb} <Debug> TCPHandler: Processed in 0.008345569 sec. | ||
| 4230 | 2025.02.28 10:05:20.175050 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4231 | 2025.02.28 10:05:20.175402 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4232 | 2025.02.28 10:05:20.175668 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4233 | 2025.02.28 10:05:20.175692 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9954 rows, containing 5 columns (5 merged, 0 gathered) in 0.009782637 sec., 1017517.0559839846 rows/sec., 69.54 MiB/sec. | ||
| 4234 | 2025.02.28 10:05:20.176032 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4235 | 2025.02.28 10:05:20.176590 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2025.02.28 10:05:20.176650 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4237 | 2025.02.28 10:05:20.176695 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2025.02.28 10:05:20.176914 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4239 | 2025.02.28 10:05:20.177082 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 4240 | 2025.02.28 10:05:20.177307 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4241 | 2025.02.28 10:05:20.177551 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.02.28 10:05:20.177732 [ 112 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4243 | 2025.02.28 10:05:20.177798 [ 112 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4244 | 2025.02.28 10:05:20.177818 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002579 sec., 23264.831329972858 rows/sec., 1.57 MiB/sec. | ||
| 4245 | 2025.02.28 10:05:20.177851 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4246 | 2025.02.28 10:05:20.177985 [ 262 ] {0557cfd3-3ee7-491b-8ff7-726ac73493d6} <Debug> TCPHandler: Processed in 0.003050569 sec. | ||
| 4247 | 2025.02.28 10:05:20.178112 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4248 | 2025.02.28 10:05:20.178235 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4249 | 2025.02.28 10:05:20.178269 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1286 rows starting from the beginning of the part | ||
| 4250 | 2025.02.28 10:05:20.178368 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 4251 | 2025.02.28 10:05:20.178548 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4252 | 2025.02.28 10:05:20.178845 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4253 | 2025.02.28 10:05:20.179065 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4254 | 2025.02.28 10:05:20.179172 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4255 | 2025.02.28 10:05:20.180560 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 4 columns (4 merged, 0 gathered) in 0.002575244 sec., 606544.4672427156 rows/sec., 40.70 MiB/sec. | ||
| 4256 | 2025.02.28 10:05:20.180818 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4257 | 2025.02.28 10:05:20.181188 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2025.02.28 10:05:20.181294 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_31_6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4259 | 2025.02.28 10:05:20.181390 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4260 | 2025.02.28 10:05:23.721998 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4261 | 2025.02.28 10:05:23.722063 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4262 | 2025.02.28 10:05:23.835873 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4263 | 2025.02.28 10:05:23.836708 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2025.02.28 10:05:23.836762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4265 | 2025.02.28 10:05:23.837305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4266 | 2025.02.28 10:05:23.837581 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2025.02.28 10:05:23.837870 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4268 | 2025.02.28 10:05:24.566142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4269 | 2025.02.28 10:05:24.585854 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2025.02.28 10:05:24.585922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4271 | 2025.02.28 10:05:24.592894 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4272 | 2025.02.28 10:05:24.593676 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2025.02.28 10:05:24.596352 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4274 | 2025.02.28 10:05:25.146994 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4275 | 2025.02.28 10:05:25.147206 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4276 | 2025.02.28 10:05:25.147288 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4277 | 2025.02.28 10:05:25.148130 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2025.02.28 10:05:25.148177 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4279 | 2025.02.28 10:05:25.148622 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4280 | 2025.02.28 10:05:25.148896 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2025.02.28 10:05:25.149142 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.53 MiB/sec. | ||
| 4282 | 2025.02.28 10:05:25.149208 [ 261 ] {c1328cb5-0b3f-456e-b17f-b7f7900ab5c8} <Debug> TCPHandler: Processed in 0.00235357 sec. | ||
| 4283 | 2025.02.28 10:05:25.149485 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4284 | 2025.02.28 10:05:25.149766 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4285 | 2025.02.28 10:05:25.149864 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4286 | 2025.02.28 10:05:25.150602 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4287 | 2025.02.28 10:05:25.150643 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4288 | 2025.02.28 10:05:25.151075 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4289 | 2025.02.28 10:05:25.151335 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4290 | 2025.02.28 10:05:25.151541 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 162.32 KiB/sec. | ||
| 4291 | 2025.02.28 10:05:25.151609 [ 262 ] {8a954537-0ef9-414e-8ff6-8af0d1a3ecf0} <Debug> TCPHandler: Processed in 0.00228766 sec. | ||
| 4292 | 2025.02.28 10:05:25.151757 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4293 | 2025.02.28 10:05:25.151903 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4294 | 2025.02.28 10:05:25.151963 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4295 | 2025.02.28 10:05:25.152687 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4296 | 2025.02.28 10:05:25.152735 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4297 | 2025.02.28 10:05:25.153127 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4298 | 2025.02.28 10:05:25.153364 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4299 | 2025.02.28 10:05:25.153591 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001721 sec., 39511.91167925624 rows/sec., 3.08 MiB/sec. | ||
| 4300 | 2025.02.28 10:05:25.153717 [ 261 ] {dab39ccb-ad94-4fec-896e-0cb1de9b4e37} <Debug> TCPHandler: Processed in 0.002025576 sec. | ||
| 4301 | 2025.02.28 10:05:25.153896 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2025.02.28 10:05:25.154040 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4303 | 2025.02.28 10:05:25.154106 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4304 | 2025.02.28 10:05:25.154808 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.02.28 10:05:25.154852 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4306 | 2025.02.28 10:05:25.155260 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4307 | 2025.02.28 10:05:25.155516 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2025.02.28 10:05:25.155701 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 4309 | 2025.02.28 10:05:25.155756 [ 262 ] {47b40dbf-2386-4cfa-9120-ca3ccb279694} <Debug> TCPHandler: Processed in 0.001950656 sec. | ||
| 4310 | 2025.02.28 10:05:25.155922 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4311 | 2025.02.28 10:05:25.156042 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4312 | 2025.02.28 10:05:25.156126 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <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 | ||
| 4313 | 2025.02.28 10:05:25.157266 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.02.28 10:05:25.157305 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4315 | 2025.02.28 10:05:25.157924 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4316 | 2025.02.28 10:05:25.158177 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.02.28 10:05:25.158447 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002429 sec., 1646.7682173734045 rows/sec., 2.95 MiB/sec. | ||
| 4318 | 2025.02.28 10:05:25.158566 [ 261 ] {d2794f36-26fb-47c0-a6b0-47c79c4ac019} <Debug> TCPHandler: Processed in 0.002699456 sec. | ||
| 4319 | 2025.02.28 10:05:25.158775 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4320 | 2025.02.28 10:05:25.158943 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4321 | 2025.02.28 10:05:25.159004 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4322 | 2025.02.28 10:05:25.159576 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4323 | 2025.02.28 10:05:25.159620 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4324 | 2025.02.28 10:05:25.160022 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4325 | 2025.02.28 10:05:25.160256 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2025.02.28 10:05:25.160436 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 4327 | 2025.02.28 10:05:25.160486 [ 262 ] {b5b0ac6d-751b-4ebf-9aa9-cb3528cc0083} <Debug> TCPHandler: Processed in 0.001822844 sec. | ||
| 4328 | 2025.02.28 10:05:27.429151 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2025.02.28 10:05:27.429364 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4330 | 2025.02.28 10:05:27.429446 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4331 | 2025.02.28 10:05:27.430274 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4332 | 2025.02.28 10:05:27.430326 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4333 | 2025.02.28 10:05:27.430745 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4334 | 2025.02.28 10:05:27.431018 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4335 | 2025.02.28 10:05:27.431289 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001978 sec., 2022.2446916076844 rows/sec., 164.90 KiB/sec. | ||
| 4336 | 2025.02.28 10:05:27.431485 [ 261 ] {21a77352-ffea-46b8-923a-d02be8d8ff2b} <Debug> TCPHandler: Processed in 0.002471402 sec. | ||
| 4337 | 2025.02.28 10:05:27.431780 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4338 | 2025.02.28 10:05:27.431978 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4339 | 2025.02.28 10:05:27.432049 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4340 | 2025.02.28 10:05:27.433424 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2025.02.28 10:05:27.433470 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4342 | 2025.02.28 10:05:27.433981 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4343 | 2025.02.28 10:05:27.434237 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4344 | 2025.02.28 10:05:27.434479 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Debug> executeQuery: Read 1270 rows, 107.48 KiB in 0.002551 sec., 497843.98275186203 rows/sec., 41.14 MiB/sec. | ||
| 4345 | 2025.02.28 10:05:27.434548 [ 262 ] {635e62b4-08eb-487a-a74b-378508b2e332} <Debug> TCPHandler: Processed in 0.002902998 sec. | ||
| 4346 | 2025.02.28 10:05:27.434707 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4347 | 2025.02.28 10:05:27.434825 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4348 | 2025.02.28 10:05:27.434874 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4349 | 2025.02.28 10:05:27.435586 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2025.02.28 10:05:27.435633 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4351 | 2025.02.28 10:05:27.436028 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4352 | 2025.02.28 10:05:27.436259 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2025.02.28 10:05:27.436491 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.00169 sec., 23668.639053254436 rows/sec., 1.73 MiB/sec. | ||
| 4354 | 2025.02.28 10:05:27.436544 [ 261 ] {4a06d82a-d430-4bb7-8c49-e2a5c0b5dee7} <Debug> TCPHandler: Processed in 0.001891675 sec. | ||
| 4355 | 2025.02.28 10:05:27.436709 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4356 | 2025.02.28 10:05:27.436835 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4357 | 2025.02.28 10:05:27.436888 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4358 | 2025.02.28 10:05:27.437692 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.02.28 10:05:27.437739 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4360 | 2025.02.28 10:05:27.438130 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4361 | 2025.02.28 10:05:27.438365 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.02.28 10:05:27.438596 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001785 sec., 127731.0924369748 rows/sec., 8.65 MiB/sec. | ||
| 4363 | 2025.02.28 10:05:27.438670 [ 262 ] {8e93b65d-6634-43e7-9fba-acd79713fc31} <Debug> TCPHandler: Processed in 0.002023157 sec. | ||
| 4364 | 2025.02.28 10:05:27.438822 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2025.02.28 10:05:27.438950 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4366 | 2025.02.28 10:05:27.439007 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4367 | 2025.02.28 10:05:27.439927 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4368 | 2025.02.28 10:05:27.439965 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4369 | 2025.02.28 10:05:27.440338 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4370 | 2025.02.28 10:05:27.440568 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4371 | 2025.02.28 10:05:27.440776 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Debug> executeQuery: Read 560 rows, 42.61 KiB in 0.001855 sec., 301886.7924528302 rows/sec., 22.43 MiB/sec. | ||
| 4372 | 2025.02.28 10:05:27.440827 [ 261 ] {db5066c3-eb65-4d12-a3ce-2a7d6347e49d} <Debug> TCPHandler: Processed in 0.002062437 sec. | ||
| 4373 | 2025.02.28 10:05:27.440989 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4374 | 2025.02.28 10:05:27.441129 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4375 | 2025.02.28 10:05:27.441191 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4376 | 2025.02.28 10:05:27.442072 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2025.02.28 10:05:27.442111 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4378 | 2025.02.28 10:05:27.442577 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4379 | 2025.02.28 10:05:27.442810 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2025.02.28 10:05:27.443032 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Debug> executeQuery: Read 944 rows, 64.82 KiB in 0.001935 sec., 487855.2971576227 rows/sec., 32.71 MiB/sec. | ||
| 4381 | 2025.02.28 10:05:27.443090 [ 262 ] {324dc80c-ec5d-4b14-9fba-1232b4d6baf8} <Debug> TCPHandler: Processed in 0.002169698 sec. | ||
| 4382 | 2025.02.28 10:05:27.443247 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2025.02.28 10:05:27.443385 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4384 | 2025.02.28 10:05:27.443476 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <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 | ||
| 4385 | 2025.02.28 10:05:27.444721 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.02.28 10:05:27.444760 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4387 | 2025.02.28 10:05:27.445427 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4388 | 2025.02.28 10:05:27.445698 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.02.28 10:05:27.445958 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002604 sec., 13824.884792626728 rows/sec., 24.77 MiB/sec. | ||
| 4390 | 2025.02.28 10:05:27.446052 [ 261 ] {750f7dc0-1d66-464a-9909-6d49e8a8a0ba} <Debug> TCPHandler: Processed in 0.002871817 sec. | ||
| 4391 | 2025.02.28 10:05:27.446207 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2025.02.28 10:05:27.446344 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4393 | 2025.02.28 10:05:27.446403 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4394 | 2025.02.28 10:05:27.446968 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2025.02.28 10:05:27.447007 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB. | ||
| 4396 | 2025.02.28 10:05:27.447369 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4397 | 2025.02.28 10:05:27.447601 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2025.02.28 10:05:27.447815 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001502 sec., 23968.042609853528 rows/sec., 1.62 MiB/sec. | ||
| 4399 | 2025.02.28 10:05:27.447868 [ 262 ] {5f5ecdc4-5d08-4bb1-9a34-21c42983f81a} <Debug> TCPHandler: Processed in 0.001726453 sec. | ||
| 4400 | 2025.02.28 10:05:28.873552 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 620 | ||
| 4401 | 2025.02.28 10:05:28.876987 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4402 | 2025.02.28 10:05:28.877036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4403 | 2025.02.28 10:05:28.878540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4404 | 2025.02.28 10:05:28.878851 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.02.28 10:05:28.879597 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 620 | ||
| 4406 | 2025.02.28 10:05:30.142095 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2025.02.28 10:05:30.142313 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4408 | 2025.02.28 10:05:30.142393 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4409 | 2025.02.28 10:05:30.143238 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.02.28 10:05:30.143288 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4411 | 2025.02.28 10:05:30.143742 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4412 | 2025.02.28 10:05:30.143986 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.02.28 10:05:30.144247 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec. | ||
| 4414 | 2025.02.28 10:05:30.144315 [ 261 ] {3ba3bcb4-bcbe-464e-bcf6-586494c20b52} <Debug> TCPHandler: Processed in 0.002364911 sec. | ||
| 4415 | 2025.02.28 10:05:30.144600 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.02.28 10:05:30.144815 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4417 | 2025.02.28 10:05:30.144897 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4418 | 2025.02.28 10:05:30.145668 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.02.28 10:05:30.145718 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4420 | 2025.02.28 10:05:30.146167 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4421 | 2025.02.28 10:05:30.146431 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.02.28 10:05:30.146734 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001959 sec., 32669.729453802964 rows/sec., 2.55 MiB/sec. | ||
| 4423 | 2025.02.28 10:05:30.146847 [ 262 ] {6bc72881-648a-4a3d-b346-68f2036d9399} <Debug> TCPHandler: Processed in 0.002396501 sec. | ||
| 4424 | 2025.02.28 10:05:30.147090 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.02.28 10:05:30.147256 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4426 | 2025.02.28 10:05:30.147318 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4427 | 2025.02.28 10:05:30.147964 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.02.28 10:05:30.148007 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4429 | 2025.02.28 10:05:30.148396 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4430 | 2025.02.28 10:05:30.148630 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.02.28 10:05:30.148835 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001608 sec., 39800.99502487562 rows/sec., 2.77 MiB/sec. | ||
| 4432 | 2025.02.28 10:05:30.148887 [ 261 ] {cd6fcfef-5de7-4929-a322-4b2baf00dd32} <Debug> TCPHandler: Processed in 0.001933785 sec. | ||
| 4433 | 2025.02.28 10:05:30.149036 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2025.02.28 10:05:30.149187 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4435 | 2025.02.28 10:05:30.149254 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4436 | 2025.02.28 10:05:30.149850 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.02.28 10:05:30.149899 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4438 | 2025.02.28 10:05:30.150308 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4439 | 2025.02.28 10:05:30.150549 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2025.02.28 10:05:30.150766 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.00 MiB/sec. | ||
| 4441 | 2025.02.28 10:05:30.150818 [ 262 ] {353345ec-f695-401a-9865-97c7b5486059} <Debug> TCPHandler: Processed in 0.001849284 sec. | ||
| 4442 | 2025.02.28 10:05:31.338051 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4443 | 2025.02.28 10:05:31.339132 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4444 | 2025.02.28 10:05:31.339184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4445 | 2025.02.28 10:05:31.339754 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4446 | 2025.02.28 10:05:31.340014 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4447 | 2025.02.28 10:05:31.340299 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4448 | 2025.02.28 10:05:32.096454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4449 | 2025.02.28 10:05:32.116264 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2025.02.28 10:05:32.116329 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4451 | 2025.02.28 10:05:32.123831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4452 | 2025.02.28 10:05:32.124641 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.02.28 10:05:32.128545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4454 | 2025.02.28 10:05:35.146934 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4455 | 2025.02.28 10:05:35.147147 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4456 | 2025.02.28 10:05:35.147226 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4457 | 2025.02.28 10:05:35.148044 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2025.02.28 10:05:35.148100 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4459 | 2025.02.28 10:05:35.148544 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4460 | 2025.02.28 10:05:35.148796 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2025.02.28 10:05:35.149040 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.59 MiB/sec. | ||
| 4462 | 2025.02.28 10:05:35.149113 [ 261 ] {9bd273be-e44e-4a5e-9d80-53bf90bd4430} <Debug> TCPHandler: Processed in 0.00231686 sec. | ||
| 4463 | 2025.02.28 10:05:35.149443 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4464 | 2025.02.28 10:05:35.149752 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4465 | 2025.02.28 10:05:35.149871 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4466 | 2025.02.28 10:05:35.150727 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2025.02.28 10:05:35.150776 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4468 | 2025.02.28 10:05:35.151239 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4469 | 2025.02.28 10:05:35.151501 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4470 | 2025.02.28 10:05:35.151687 [ 90 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4471 | 2025.02.28 10:05:35.151773 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002101 sec., 1903.8553069966683 rows/sec., 143.16 KiB/sec. | ||
| 4472 | 2025.02.28 10:05:35.151780 [ 90 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4473 | 2025.02.28 10:05:35.151866 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4474 | 2025.02.28 10:05:35.151928 [ 262 ] {9a5e9c0d-b1ee-4c0e-b648-f52712334078} <Debug> TCPHandler: Processed in 0.002669495 sec. | ||
| 4475 | 2025.02.28 10:05:35.152105 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 4476 | 2025.02.28 10:05:35.152132 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4477 | 2025.02.28 10:05:35.152289 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2025.02.28 10:05:35.152293 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4479 | 2025.02.28 10:05:35.152335 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 176 rows starting from the beginning of the part | ||
| 4480 | 2025.02.28 10:05:35.152363 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4481 | 2025.02.28 10:05:35.152605 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 4482 | 2025.02.28 10:05:35.153039 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 4483 | 2025.02.28 10:05:35.153347 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 4484 | 2025.02.28 10:05:35.153725 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 4485 | 2025.02.28 10:05:35.154071 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 4486 | 2025.02.28 10:05:35.154980 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4487 | 2025.02.28 10:05:35.155027 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4488 | 2025.02.28 10:05:35.155623 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4489 | 2025.02.28 10:05:35.155963 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 5 columns (5 merged, 0 gathered) in 0.003975321 sec., 67415.939492685 rows/sec., 4.80 MiB/sec. | ||
| 4490 | 2025.02.28 10:05:35.156003 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.02.28 10:05:35.156173 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4492 | 2025.02.28 10:05:35.156361 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004109 sec., 16549.038695546362 rows/sec., 1.29 MiB/sec. | ||
| 4493 | 2025.02.28 10:05:35.156451 [ 261 ] {cc5ff516-a8a6-41b6-8071-1583afbeb7cb} <Debug> TCPHandler: Processed in 0.004392337 sec. | ||
| 4494 | 2025.02.28 10:05:35.156602 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2025.02.28 10:05:35.156669 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2025.02.28 10:05:35.156731 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_26_5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4497 | 2025.02.28 10:05:35.156872 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4498 | 2025.02.28 10:05:35.156921 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4499 | 2025.02.28 10:05:35.156994 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4500 | 2025.02.28 10:05:35.157617 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2025.02.28 10:05:35.157659 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4502 | 2025.02.28 10:05:35.158078 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4503 | 2025.02.28 10:05:35.158325 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2025.02.28 10:05:35.158566 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001721 sec., 92969.20395119116 rows/sec., 6.48 MiB/sec. | ||
| 4505 | 2025.02.28 10:05:35.158673 [ 262 ] {f8309c4b-e180-4735-8768-3240b8f23574} <Debug> TCPHandler: Processed in 0.002121267 sec. | ||
| 4506 | 2025.02.28 10:05:35.158881 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4507 | 2025.02.28 10:05:35.159024 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4508 | 2025.02.28 10:05:35.159120 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <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 | ||
| 4509 | 2025.02.28 10:05:35.160202 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.02.28 10:05:35.160242 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4511 | 2025.02.28 10:05:35.160846 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4512 | 2025.02.28 10:05:35.161096 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.02.28 10:05:35.161301 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4514 | 2025.02.28 10:05:35.161373 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.02.28 10:05:35.161381 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002382 sec., 1679.2611251049539 rows/sec., 3.01 MiB/sec. | ||
| 4516 | 2025.02.28 10:05:35.161409 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4517 | 2025.02.28 10:05:35.161814 [ 261 ] {30f417cd-875f-411b-8f30-80fdbddea404} <Debug> TCPHandler: Processed in 0.00304559 sec. | ||
| 4518 | 2025.02.28 10:05:35.161904 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 4519 | 2025.02.28 10:05:35.162096 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4520 | 2025.02.28 10:05:35.162512 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4521 | 2025.02.28 10:05:35.162564 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4522 | 2025.02.28 10:05:35.162696 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4523 | 2025.02.28 10:05:35.162725 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 475 rows starting from the beginning of the part | ||
| 4524 | 2025.02.28 10:05:35.163736 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 4525 | 2025.02.28 10:05:35.164329 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 4526 | 2025.02.28 10:05:35.165031 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 4527 | 2025.02.28 10:05:35.165466 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4528 | 2025.02.28 10:05:35.165649 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4529 | 2025.02.28 10:05:35.165704 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 4530 | 2025.02.28 10:05:35.166479 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 4531 | 2025.02.28 10:05:35.167240 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4532 | 2025.02.28 10:05:35.167756 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4533 | 2025.02.28 10:05:35.168330 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005946 sec., 10090.817356205853 rows/sec., 696.37 KiB/sec. | ||
| 4534 | 2025.02.28 10:05:35.168537 [ 262 ] {4b5e4cee-0b74-4dc4-acdf-f4a74d3ccf3f} <Debug> TCPHandler: Processed in 0.006578826 sec. | ||
| 4535 | 2025.02.28 10:05:35.174169 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 19 columns (19 merged, 0 gathered) in 0.012577334 sec., 44445.03103757919 rows/sec., 79.64 MiB/sec. | ||
| 4536 | 2025.02.28 10:05:35.174912 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4537 | 2025.02.28 10:05:35.175379 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2025.02.28 10:05:35.175469 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4539 | 2025.02.28 10:05:35.175642 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 4540 | 2025.02.28 10:05:38.722118 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4541 | 2025.02.28 10:05:38.722214 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4542 | 2025.02.28 10:05:38.840498 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4543 | 2025.02.28 10:05:38.841624 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2025.02.28 10:05:38.841678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4545 | 2025.02.28 10:05:38.842209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4546 | 2025.02.28 10:05:38.842474 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2025.02.28 10:05:38.842724 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4548 | 2025.02.28 10:05:38.879895 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 640 | ||
| 4549 | 2025.02.28 10:05:38.882721 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2025.02.28 10:05:38.882763 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4551 | 2025.02.28 10:05:38.884223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4552 | 2025.02.28 10:05:38.884531 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4553 | 2025.02.28 10:05:38.884696 [ 83 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4554 | 2025.02.28 10:05:38.884763 [ 83 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2025.02.28 10:05:38.884805 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4556 | 2025.02.28 10:05:38.885477 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 4557 | 2025.02.28 10:05:38.886352 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 640 | ||
| 4558 | 2025.02.28 10:05:38.886774 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4559 | 2025.02.28 10:05:38.886942 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part | ||
| 4560 | 2025.02.28 10:05:38.887556 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 44 rows starting from the beginning of the part | ||
| 4561 | 2025.02.28 10:05:38.888202 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 4562 | 2025.02.28 10:05:38.888820 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 4563 | 2025.02.28 10:05:38.889398 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4564 | 2025.02.28 10:05:38.889933 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 4565 | 2025.02.28 10:05:38.897783 [ 191 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 72 columns (72 merged, 0 gathered) in 0.012824617 sec., 49904.02442427715 rows/sec., 44.60 MiB/sec. | ||
| 4566 | 2025.02.28 10:05:38.899030 [ 188 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4567 | 2025.02.28 10:05:38.899935 [ 188 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.02.28 10:05:38.900039 [ 188 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_16_3} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4569 | 2025.02.28 10:05:38.900406 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4570 | 2025.02.28 10:05:39.628652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4571 | 2025.02.28 10:05:39.650446 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.02.28 10:05:39.650514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4573 | 2025.02.28 10:05:39.658292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4574 | 2025.02.28 10:05:39.659142 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.02.28 10:05:39.662028 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4576 | 2025.02.28 10:05:40.153620 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4577 | 2025.02.28 10:05:40.153815 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4578 | 2025.02.28 10:05:40.153891 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4579 | 2025.02.28 10:05:40.154736 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4580 | 2025.02.28 10:05:40.154789 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4581 | 2025.02.28 10:05:40.155236 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4582 | 2025.02.28 10:05:40.155497 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4583 | 2025.02.28 10:05:40.155806 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002031 sec., 104382.07779419006 rows/sec., 6.64 MiB/sec. | ||
| 4584 | 2025.02.28 10:05:40.155947 [ 261 ] {249deb85-32ea-4d55-9c7c-a9f9dae2ef02} <Debug> TCPHandler: Processed in 0.002465342 sec. | ||
| 4585 | 2025.02.28 10:05:40.156205 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4586 | 2025.02.28 10:05:40.156395 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4587 | 2025.02.28 10:05:40.156472 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4588 | 2025.02.28 10:05:40.157515 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4589 | 2025.02.28 10:05:40.157569 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4590 | 2025.02.28 10:05:40.158057 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4591 | 2025.02.28 10:05:40.158319 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2025.02.28 10:05:40.158540 [ 82 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4593 | 2025.02.28 10:05:40.158620 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002272 sec., 303257.0422535211 rows/sec., 24.15 MiB/sec. | ||
| 4594 | 2025.02.28 10:05:40.158637 [ 82 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4595 | 2025.02.28 10:05:40.158710 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4596 | 2025.02.28 10:05:40.158769 [ 262 ] {b4dd5721-ad1a-4cbf-b337-723f0f5502e5} <Debug> TCPHandler: Processed in 0.002695405 sec. | ||
| 4597 | 2025.02.28 10:05:40.159061 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.02.28 10:05:40.159183 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 4599 | 2025.02.28 10:05:40.159491 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4600 | 2025.02.28 10:05:40.159676 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4601 | 2025.02.28 10:05:40.159732 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4602 | 2025.02.28 10:05:40.159864 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1966 rows starting from the beginning of the part | ||
| 4603 | 2025.02.28 10:05:40.160205 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 4604 | 2025.02.28 10:05:40.160530 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1270 rows starting from the beginning of the part | ||
| 4605 | 2025.02.28 10:05:40.160898 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 4606 | 2025.02.28 10:05:40.161304 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4607 | 2025.02.28 10:05:40.161777 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 689 rows starting from the beginning of the part | ||
| 4608 | 2025.02.28 10:05:40.162722 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2025.02.28 10:05:40.162769 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4610 | 2025.02.28 10:05:40.163330 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4611 | 2025.02.28 10:05:40.163639 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2025.02.28 10:05:40.163993 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.004653 sec., 30517.945411562432 rows/sec., 1.91 MiB/sec. | ||
| 4613 | 2025.02.28 10:05:40.164381 [ 261 ] {8692817a-05da-43a6-9fba-5e197690c0df} <Debug> TCPHandler: Processed in 0.005484071 sec. | ||
| 4614 | 2025.02.28 10:05:40.164876 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4615 | 2025.02.28 10:05:40.165278 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006445374 sec., 637511.4927388232 rows/sec., 54.48 MiB/sec. | ||
| 4616 | 2025.02.28 10:05:40.165451 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.02.28 10:05:40.165529 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2025.02.28 10:05:40.165663 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4619 | 2025.02.28 10:05:40.166271 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.02.28 10:05:40.166409 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_36_7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4621 | 2025.02.28 10:05:40.166560 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4622 | 2025.02.28 10:05:40.166809 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4623 | 2025.02.28 10:05:40.166855 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4624 | 2025.02.28 10:05:40.167231 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4625 | 2025.02.28 10:05:40.167473 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2025.02.28 10:05:40.167730 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002309 sec., 48938.934603724556 rows/sec., 3.17 MiB/sec. | ||
| 4627 | 2025.02.28 10:05:40.167815 [ 262 ] {2ba70afd-8a9b-41a2-af3b-c0e0c68ed7b6} <Debug> TCPHandler: Processed in 0.003253102 sec. | ||
| 4628 | 2025.02.28 10:05:40.167973 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4629 | 2025.02.28 10:05:40.168096 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4630 | 2025.02.28 10:05:40.168148 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4631 | 2025.02.28 10:05:40.168785 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4632 | 2025.02.28 10:05:40.168826 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4633 | 2025.02.28 10:05:40.169187 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4634 | 2025.02.28 10:05:40.169433 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4635 | 2025.02.28 10:05:40.169740 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001649 sec., 67919.95148574894 rows/sec., 3.87 MiB/sec. | ||
| 4636 | 2025.02.28 10:05:40.169835 [ 261 ] {5b197e39-8212-4123-948e-22c17d72ea64} <Debug> TCPHandler: Processed in 0.001919195 sec. | ||
| 4637 | 2025.02.28 10:05:40.169989 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4638 | 2025.02.28 10:05:40.170130 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4639 | 2025.02.28 10:05:40.170190 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4640 | 2025.02.28 10:05:40.170955 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.02.28 10:05:40.170995 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4642 | 2025.02.28 10:05:40.171384 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4643 | 2025.02.28 10:05:40.171634 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.02.28 10:05:40.171813 [ 82 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4645 | 2025.02.28 10:05:40.171895 [ 82 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.02.28 10:05:40.171906 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001795 sec., 232869.08077994428 rows/sec., 16.58 MiB/sec. | ||
| 4647 | 2025.02.28 10:05:40.171936 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4648 | 2025.02.28 10:05:40.172078 [ 262 ] {45c0dd0b-a594-4da8-8164-48757b01789b} <Debug> TCPHandler: Processed in 0.002147717 sec. | ||
| 4649 | 2025.02.28 10:05:40.172344 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 4650 | 2025.02.28 10:05:40.172400 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4651 | 2025.02.28 10:05:40.172797 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4652 | 2025.02.28 10:05:40.172864 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4653 | 2025.02.28 10:05:40.172991 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 950 rows starting from the beginning of the part | ||
| 4654 | 2025.02.28 10:05:40.172996 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4655 | 2025.02.28 10:05:40.173344 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part | ||
| 4656 | 2025.02.28 10:05:40.173674 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 560 rows starting from the beginning of the part | ||
| 4657 | 2025.02.28 10:05:40.174036 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 4658 | 2025.02.28 10:05:40.174336 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 68 rows starting from the beginning of the part | ||
| 4659 | 2025.02.28 10:05:40.174545 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 418 rows starting from the beginning of the part | ||
| 4660 | 2025.02.28 10:05:40.175431 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.02.28 10:05:40.175509 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4662 | 2025.02.28 10:05:40.176398 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4663 | 2025.02.28 10:05:40.176837 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.02.28 10:05:40.177238 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004551 sec., 1318.3915622940012 rows/sec., 68.88 KiB/sec. | ||
| 4665 | 2025.02.28 10:05:40.177574 [ 261 ] {e0f3dfb9-2568-48e2-b268-69381a07e598} <Debug> TCPHandler: Processed in 0.00535909 sec. | ||
| 4666 | 2025.02.28 10:05:40.177864 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4667 | 2025.02.28 10:05:40.177940 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 5 columns (5 merged, 0 gathered) in 0.005879907 sec., 361910.4859991833 rows/sec., 28.01 MiB/sec. | ||
| 4668 | 2025.02.28 10:05:40.178062 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4669 | 2025.02.28 10:05:40.178168 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4670 | 2025.02.28 10:05:40.178176 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4671 | 2025.02.28 10:05:40.178835 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2025.02.28 10:05:40.178979 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_36_7} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4673 | 2025.02.28 10:05:40.179142 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 4674 | 2025.02.28 10:05:40.179333 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2025.02.28 10:05:40.179378 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4676 | 2025.02.28 10:05:40.179779 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4677 | 2025.02.28 10:05:40.180019 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2025.02.28 10:05:40.180185 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4679 | 2025.02.28 10:05:40.180254 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002224 sec., 106564.74820143885 rows/sec., 7.14 MiB/sec. | ||
| 4680 | 2025.02.28 10:05:40.180266 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2025.02.28 10:05:40.180345 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4682 | 2025.02.28 10:05:40.180372 [ 262 ] {f0c01314-ceee-4a22-99a7-b58072859439} <Debug> TCPHandler: Processed in 0.002649765 sec. | ||
| 4683 | 2025.02.28 10:05:40.180654 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4684 | 2025.02.28 10:05:40.180691 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 4685 | 2025.02.28 10:05:40.181004 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4686 | 2025.02.28 10:05:40.181043 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4687 | 2025.02.28 10:05:40.181112 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4688 | 2025.02.28 10:05:40.181117 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9954 rows starting from the beginning of the part | ||
| 4689 | 2025.02.28 10:05:40.181627 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4690 | 2025.02.28 10:05:40.182014 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 944 rows starting from the beginning of the part | ||
| 4691 | 2025.02.28 10:05:40.182225 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 4692 | 2025.02.28 10:05:40.182613 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4693 | 2025.02.28 10:05:40.182916 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 4694 | 2025.02.28 10:05:40.183380 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4695 | 2025.02.28 10:05:40.183461 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4696 | 2025.02.28 10:05:40.184250 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4697 | 2025.02.28 10:05:40.184587 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4698 | 2025.02.28 10:05:40.185233 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004334 sec., 230.73373327180434 rows/sec., 15.55 KiB/sec. | ||
| 4699 | 2025.02.28 10:05:40.185343 [ 261 ] {8a7245c7-c74a-4ac0-a745-5564d2320fab} <Debug> TCPHandler: Processed in 0.004860294 sec. | ||
| 4700 | 2025.02.28 10:05:40.185560 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4701 | 2025.02.28 10:05:40.185758 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4702 | 2025.02.28 10:05:40.185867 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <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 | ||
| 4703 | 2025.02.28 10:05:40.187372 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2025.02.28 10:05:40.187413 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4705 | 2025.02.28 10:05:40.188210 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11519 rows, containing 5 columns (5 merged, 0 gathered) in 0.007760081 sec., 1484391.722199807 rows/sec., 101.31 MiB/sec. | ||
| 4706 | 2025.02.28 10:05:40.188414 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4707 | 2025.02.28 10:05:40.188516 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4708 | 2025.02.28 10:05:40.188748 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.02.28 10:05:40.188921 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.02.28 10:05:40.189214 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4711 | 2025.02.28 10:05:40.189280 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003565 sec., 10098.176718092567 rows/sec., 18.10 MiB/sec. | ||
| 4712 | 2025.02.28 10:05:40.189409 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4713 | 2025.02.28 10:05:40.189506 [ 262 ] {3e50542e-053f-486d-8f4e-128828461458} <Debug> TCPHandler: Processed in 0.004056273 sec. | ||
| 4714 | 2025.02.28 10:05:40.189668 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4715 | 2025.02.28 10:05:40.189806 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4716 | 2025.02.28 10:05:40.189869 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4717 | 2025.02.28 10:05:40.190456 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2025.02.28 10:05:40.190504 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4719 | 2025.02.28 10:05:40.190934 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4720 | 2025.02.28 10:05:40.191185 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2025.02.28 10:05:40.191353 [ 80 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4722 | 2025.02.28 10:05:40.191414 [ 80 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2025.02.28 10:05:40.191436 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001657 sec., 49487.02474351237 rows/sec., 3.14 MiB/sec. | ||
| 4724 | 2025.02.28 10:05:40.191451 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4725 | 2025.02.28 10:05:40.191627 [ 261 ] {20aa1f11-4433-4e7b-b7c6-b990237353fb} <Debug> TCPHandler: Processed in 0.002023007 sec. | ||
| 4726 | 2025.02.28 10:05:40.191850 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4727 | 2025.02.28 10:05:40.192094 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4728 | 2025.02.28 10:05:40.192132 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4729 | 2025.02.28 10:05:40.192252 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4730 | 2025.02.28 10:05:40.192421 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 4731 | 2025.02.28 10:05:40.192546 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
| 4732 | 2025.02.28 10:05:40.192711 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 4733 | 2025.02.28 10:05:40.192799 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 4734 | 2025.02.28 10:05:40.194274 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 4 columns (4 merged, 0 gathered) in 0.002705615 sec., 674153.5658251451 rows/sec., 45.15 MiB/sec. | ||
| 4735 | 2025.02.28 10:05:40.194519 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4736 | 2025.02.28 10:05:40.194840 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2025.02.28 10:05:40.194954 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_36_7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4738 | 2025.02.28 10:05:40.195043 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4739 | 2025.02.28 10:05:45.147517 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4740 | 2025.02.28 10:05:45.147743 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4741 | 2025.02.28 10:05:45.147824 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4742 | 2025.02.28 10:05:45.148628 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.02.28 10:05:45.148672 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4744 | 2025.02.28 10:05:45.149108 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4745 | 2025.02.28 10:05:45.149357 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.02.28 10:05:45.149564 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001879 sec., 2128.79191059074 rows/sec., 173.59 KiB/sec. | ||
| 4747 | 2025.02.28 10:05:45.149627 [ 261 ] {a4970f74-69ae-409f-a14d-c544ce574cc7} <Debug> TCPHandler: Processed in 0.002246339 sec. | ||
| 4748 | 2025.02.28 10:05:45.149928 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2025.02.28 10:05:45.150226 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4750 | 2025.02.28 10:05:45.150347 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4751 | 2025.02.28 10:05:45.151166 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2025.02.28 10:05:45.151213 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4753 | 2025.02.28 10:05:45.151656 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4754 | 2025.02.28 10:05:45.151932 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.02.28 10:05:45.152184 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002042 sec., 32321.253672869734 rows/sec., 2.54 MiB/sec. | ||
| 4756 | 2025.02.28 10:05:45.152250 [ 262 ] {5179115c-38d3-40cc-a6e3-2328aca58fc3} <Debug> TCPHandler: Processed in 0.002509512 sec. | ||
| 4757 | 2025.02.28 10:05:45.152401 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2025.02.28 10:05:45.152547 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4759 | 2025.02.28 10:05:45.152609 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4760 | 2025.02.28 10:05:45.153335 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2025.02.28 10:05:45.153380 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4762 | 2025.02.28 10:05:45.153747 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4763 | 2025.02.28 10:05:45.153981 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2025.02.28 10:05:45.154162 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.00165 sec., 4848.484848484849 rows/sec., 351.56 KiB/sec. | ||
| 4765 | 2025.02.28 10:05:45.154215 [ 261 ] {40b95a8d-0d4d-48f4-9db4-558085dbce86} <Debug> TCPHandler: Processed in 0.001883834 sec. | ||
| 4766 | 2025.02.28 10:05:45.154372 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2025.02.28 10:05:45.154516 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4768 | 2025.02.28 10:05:45.154579 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4769 | 2025.02.28 10:05:45.155318 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2025.02.28 10:05:45.155367 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4771 | 2025.02.28 10:05:45.155757 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4772 | 2025.02.28 10:05:45.155996 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4773 | 2025.02.28 10:05:45.156216 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001734 sec., 41522.491349480966 rows/sec., 3.24 MiB/sec. | ||
| 4774 | 2025.02.28 10:05:45.156347 [ 262 ] {a137fdb8-5da5-469f-920e-a9ba7079cea2} <Debug> TCPHandler: Processed in 0.002033937 sec. | ||
| 4775 | 2025.02.28 10:05:45.156530 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4776 | 2025.02.28 10:05:45.156650 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4777 | 2025.02.28 10:05:45.156706 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4778 | 2025.02.28 10:05:45.157277 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4779 | 2025.02.28 10:05:45.157316 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4780 | 2025.02.28 10:05:45.157706 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4781 | 2025.02.28 10:05:45.157937 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4782 | 2025.02.28 10:05:45.158132 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001502 sec., 107856.19174434087 rows/sec., 7.51 MiB/sec. | ||
| 4783 | 2025.02.28 10:05:45.158256 [ 261 ] {697b5738-bef4-4709-bdd3-4b635d2f0266} <Debug> TCPHandler: Processed in 0.001811024 sec. | ||
| 4784 | 2025.02.28 10:05:45.158402 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4785 | 2025.02.28 10:05:45.158627 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4786 | 2025.02.28 10:05:45.158774 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <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 | ||
| 4787 | 2025.02.28 10:05:45.160174 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2025.02.28 10:05:45.160216 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4789 | 2025.02.28 10:05:45.160855 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4790 | 2025.02.28 10:05:45.161113 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.02.28 10:05:45.161362 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002791 sec., 1433.1780723754925 rows/sec., 2.57 MiB/sec. | ||
| 4792 | 2025.02.28 10:05:45.161473 [ 262 ] {e09e1c6b-edd3-48cb-afa2-72e560b7165d} <Debug> TCPHandler: Processed in 0.003131431 sec. | ||
| 4793 | 2025.02.28 10:05:45.161659 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4794 | 2025.02.28 10:05:45.161801 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4795 | 2025.02.28 10:05:45.161862 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4796 | 2025.02.28 10:05:45.162445 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4797 | 2025.02.28 10:05:45.162509 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4798 | 2025.02.28 10:05:45.162880 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4799 | 2025.02.28 10:05:45.163109 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4800 | 2025.02.28 10:05:45.163329 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. | ||
| 4801 | 2025.02.28 10:05:45.163546 [ 261 ] {9ffd9908-508b-4465-8623-2e26dd44aab1} <Debug> TCPHandler: Processed in 0.001948186 sec. | ||
| 4802 | 2025.02.28 10:05:46.342873 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4803 | 2025.02.28 10:05:46.343526 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.02.28 10:05:46.343563 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4805 | 2025.02.28 10:05:46.344076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4806 | 2025.02.28 10:05:46.344324 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.02.28 10:05:46.344540 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4808 | 2025.02.28 10:05:47.162139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4809 | 2025.02.28 10:05:47.183731 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.02.28 10:05:47.183790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4811 | 2025.02.28 10:05:47.191205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4812 | 2025.02.28 10:05:47.191993 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.02.28 10:05:47.195393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4814 | 2025.02.28 10:05:48.886569 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 676 | ||
| 4815 | 2025.02.28 10:05:48.889662 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.02.28 10:05:48.889714 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4817 | 2025.02.28 10:05:48.891202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4818 | 2025.02.28 10:05:48.891523 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2025.02.28 10:05:48.892721 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 676 | ||
| 4820 | 2025.02.28 10:05:50.154872 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4821 | 2025.02.28 10:05:50.155062 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4822 | 2025.02.28 10:05:50.155134 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4823 | 2025.02.28 10:05:50.156316 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2025.02.28 10:05:50.156376 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4825 | 2025.02.28 10:05:50.156838 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4826 | 2025.02.28 10:05:50.157086 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.02.28 10:05:50.157362 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002348 sec., 90289.60817717206 rows/sec., 5.74 MiB/sec. | ||
| 4828 | 2025.02.28 10:05:50.157557 [ 261 ] {f39fe70d-ed24-4b9e-8f50-0ce7027dd5d3} <Debug> TCPHandler: Processed in 0.002818077 sec. | ||
| 4829 | 2025.02.28 10:05:50.157884 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4830 | 2025.02.28 10:05:50.158133 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4831 | 2025.02.28 10:05:50.158230 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4832 | 2025.02.28 10:05:50.159492 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2025.02.28 10:05:50.159542 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4834 | 2025.02.28 10:05:50.160028 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4835 | 2025.02.28 10:05:50.160283 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2025.02.28 10:05:50.160507 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002443 sec., 282030.2906262792 rows/sec., 22.46 MiB/sec. | ||
| 4837 | 2025.02.28 10:05:50.160577 [ 262 ] {b4e3f4e7-ee02-4dec-8c9c-01139f63bbcf} <Debug> TCPHandler: Processed in 0.002854288 sec. | ||
| 4838 | 2025.02.28 10:05:50.160740 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4839 | 2025.02.28 10:05:50.160861 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4840 | 2025.02.28 10:05:50.160910 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4841 | 2025.02.28 10:05:50.161576 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2025.02.28 10:05:50.161617 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4843 | 2025.02.28 10:05:50.162012 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4844 | 2025.02.28 10:05:50.162246 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2025.02.28 10:05:50.162505 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001669 sec., 85080.88675853805 rows/sec., 5.32 MiB/sec. | ||
| 4846 | 2025.02.28 10:05:50.162741 [ 261 ] {e1e6b624-ca31-4ba8-bb56-c6f881c05d37} <Debug> TCPHandler: Processed in 0.002053987 sec. | ||
| 4847 | 2025.02.28 10:05:50.162970 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2025.02.28 10:05:50.163093 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4849 | 2025.02.28 10:05:50.163147 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4850 | 2025.02.28 10:05:50.163764 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4851 | 2025.02.28 10:05:50.163802 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4852 | 2025.02.28 10:05:50.164170 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4853 | 2025.02.28 10:05:50.164418 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2025.02.28 10:05:50.164659 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001588 sec., 71158.69017632242 rows/sec., 4.61 MiB/sec. | ||
| 4855 | 2025.02.28 10:05:50.164808 [ 262 ] {aa3b1f0a-6647-4f4a-a967-4447c7558a73} <Debug> TCPHandler: Processed in 0.001916275 sec. | ||
| 4856 | 2025.02.28 10:05:50.164979 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4857 | 2025.02.28 10:05:50.165102 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4858 | 2025.02.28 10:05:50.165153 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4859 | 2025.02.28 10:05:50.165788 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4860 | 2025.02.28 10:05:50.165827 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4861 | 2025.02.28 10:05:50.166194 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4862 | 2025.02.28 10:05:50.166434 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4863 | 2025.02.28 10:05:50.166744 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001629 sec., 68753.83670963782 rows/sec., 3.92 MiB/sec. | ||
| 4864 | 2025.02.28 10:05:50.166867 [ 261 ] {77c7b813-42e6-42ef-801b-582e8d9aee5a} <Debug> TCPHandler: Processed in 0.001947476 sec. | ||
| 4865 | 2025.02.28 10:05:50.167025 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4866 | 2025.02.28 10:05:50.167163 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4867 | 2025.02.28 10:05:50.167221 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4868 | 2025.02.28 10:05:50.167995 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2025.02.28 10:05:50.168032 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4870 | 2025.02.28 10:05:50.168416 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4871 | 2025.02.28 10:05:50.168650 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2025.02.28 10:05:50.168842 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.00171 sec., 244444.44444444447 rows/sec., 17.40 MiB/sec. | ||
| 4873 | 2025.02.28 10:05:50.168894 [ 262 ] {7b62af4a-6ffc-4cbe-a281-7851f693a071} <Debug> TCPHandler: Processed in 0.001935985 sec. | ||
| 4874 | 2025.02.28 10:05:50.169027 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4875 | 2025.02.28 10:05:50.169146 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4876 | 2025.02.28 10:05:50.169197 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4877 | 2025.02.28 10:05:50.169687 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2025.02.28 10:05:50.169736 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4879 | 2025.02.28 10:05:50.170102 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4880 | 2025.02.28 10:05:50.170332 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.02.28 10:05:50.170557 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 4882 | 2025.02.28 10:05:50.170608 [ 261 ] {baf7e043-361b-466a-8c3d-86c0e03ea0e6} <Debug> TCPHandler: Processed in 0.001637142 sec. | ||
| 4883 | 2025.02.28 10:05:50.170766 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4884 | 2025.02.28 10:05:50.170905 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4885 | 2025.02.28 10:05:50.170966 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4886 | 2025.02.28 10:05:50.171618 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.02.28 10:05:50.171655 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4888 | 2025.02.28 10:05:50.172044 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4889 | 2025.02.28 10:05:50.172273 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.02.28 10:05:50.172477 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 4891 | 2025.02.28 10:05:50.172612 [ 262 ] {80a3c733-f006-445e-aec7-ba69e26ad471} <Debug> TCPHandler: Processed in 0.001915575 sec. | ||
| 4892 | 2025.02.28 10:05:50.172770 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2025.02.28 10:05:50.172888 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.02.28 10:05:50.172940 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4895 | 2025.02.28 10:05:50.173413 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.02.28 10:05:50.173451 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4897 | 2025.02.28 10:05:50.173811 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4898 | 2025.02.28 10:05:50.174038 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2025.02.28 10:05:50.174262 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 4900 | 2025.02.28 10:05:50.174313 [ 261 ] {d54f66df-d441-47f8-9968-daa01aee062a} <Debug> TCPHandler: Processed in 0.001601021 sec. | ||
| 4901 | 2025.02.28 10:05:50.174456 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4902 | 2025.02.28 10:05:50.174580 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4903 | 2025.02.28 10:05:50.174672 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <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 | ||
| 4904 | 2025.02.28 10:05:50.175955 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.02.28 10:05:50.175993 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4906 | 2025.02.28 10:05:50.176641 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4907 | 2025.02.28 10:05:50.176904 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.02.28 10:05:50.177145 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002587 sec., 13915.732508697334 rows/sec., 24.94 MiB/sec. | ||
| 4909 | 2025.02.28 10:05:50.177364 [ 262 ] {0dff4a33-ccc6-4bc9-a9c0-2e6a1eee0354} <Debug> TCPHandler: Processed in 0.002967459 sec. | ||
| 4910 | 2025.02.28 10:05:50.177504 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2025.02.28 10:05:50.177621 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4912 | 2025.02.28 10:05:50.177673 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4913 | 2025.02.28 10:05:50.178186 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4914 | 2025.02.28 10:05:50.178225 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB. | ||
| 4915 | 2025.02.28 10:05:50.178589 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4916 | 2025.02.28 10:05:50.178825 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2025.02.28 10:05:50.179035 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 4918 | 2025.02.28 10:05:50.179083 [ 261 ] {683881ff-2129-43f4-9742-d14a98f5d20f} <Debug> TCPHandler: Processed in 0.001638911 sec. | ||
| 4919 | 2025.02.28 10:05:53.722260 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4920 | 2025.02.28 10:05:53.722321 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4921 | 2025.02.28 10:05:53.844718 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 4922 | 2025.02.28 10:05:53.845768 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.02.28 10:05:53.845817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4924 | 2025.02.28 10:05:53.846393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4925 | 2025.02.28 10:05:53.846650 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.02.28 10:05:53.846859 [ 64 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4927 | 2025.02.28 10:05:53.846922 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4928 | 2025.02.28 10:05:53.846949 [ 64 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.02.28 10:05:53.846985 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4930 | 2025.02.28 10:05:53.847156 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4931 | 2025.02.28 10:05:53.847319 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4932 | 2025.02.28 10:05:53.847363 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4933 | 2025.02.28 10:05:53.847442 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4934 | 2025.02.28 10:05:53.847620 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4935 | 2025.02.28 10:05:53.847856 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4936 | 2025.02.28 10:05:53.848058 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4937 | 2025.02.28 10:05:53.848324 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 4938 | 2025.02.28 10:05:53.850596 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003529476 sec., 3387471.6813487327 rows/sec., 48.46 MiB/sec. | ||
| 4939 | 2025.02.28 10:05:53.850842 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4940 | 2025.02.28 10:05:53.851142 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_26_5} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.02.28 10:05:53.851223 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_26_5} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4942 | 2025.02.28 10:05:53.851321 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4943 | 2025.02.28 10:05:54.695499 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4944 | 2025.02.28 10:05:54.717213 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.02.28 10:05:54.717271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4946 | 2025.02.28 10:05:54.724754 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4947 | 2025.02.28 10:05:54.725524 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.02.28 10:05:54.725849 [ 60 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4949 | 2025.02.28 10:05:54.725923 [ 60 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4950 | 2025.02.28 10:05:54.725971 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4951 | 2025.02.28 10:05:54.726893 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4952 | 2025.02.28 10:05:54.741291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4953 | 2025.02.28 10:05:54.743036 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4954 | 2025.02.28 10:05:54.744282 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4955 | 2025.02.28 10:05:54.749624 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4956 | 2025.02.28 10:05:54.755031 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4957 | 2025.02.28 10:05:54.760762 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4958 | 2025.02.28 10:05:54.766825 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4959 | 2025.02.28 10:05:54.771364 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 4960 | 2025.02.28 10:05:54.830257 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104119198 sec., 1882.4578345292289 rows/sec., 9.73 MiB/sec. | ||
| 4961 | 2025.02.28 10:05:54.833007 [ 192 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4962 | 2025.02.28 10:05:54.836036 [ 192 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_26_5} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4963 | 2025.02.28 10:05:54.836128 [ 192 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_26_5} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4964 | 2025.02.28 10:05:54.838615 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4965 | 2025.02.28 10:05:55.000259 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.10 MiB, peak 202.67 MiB, free memory in arenas 0.00 B, will set to 193.99 MiB (RSS), difference: 1.89 MiB | ||
| 4966 | 2025.02.28 10:05:55.146867 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4967 | 2025.02.28 10:05:55.147059 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4968 | 2025.02.28 10:05:55.147136 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4969 | 2025.02.28 10:05:55.147975 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2025.02.28 10:05:55.148028 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4971 | 2025.02.28 10:05:55.148502 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4972 | 2025.02.28 10:05:55.148777 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4973 | 2025.02.28 10:05:55.149074 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002066 sec., 30977.734753146175 rows/sec., 2.44 MiB/sec. | ||
| 4974 | 2025.02.28 10:05:55.149309 [ 261 ] {cfeb15a7-f142-44ce-a841-60f3cc73c9a2} <Debug> TCPHandler: Processed in 0.002580253 sec. | ||
| 4975 | 2025.02.28 10:05:55.149677 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4976 | 2025.02.28 10:05:55.149965 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4977 | 2025.02.28 10:05:55.150080 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4978 | 2025.02.28 10:05:55.151080 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4979 | 2025.02.28 10:05:55.151127 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4980 | 2025.02.28 10:05:55.151566 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4981 | 2025.02.28 10:05:55.151821 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2025.02.28 10:05:55.152074 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002187 sec., 1828.9894833104709 rows/sec., 137.53 KiB/sec. | ||
| 4983 | 2025.02.28 10:05:55.152144 [ 262 ] {42c347a1-6859-4e71-8981-cbc1ec2e360f} <Debug> TCPHandler: Processed in 0.002674575 sec. | ||
| 4984 | 2025.02.28 10:05:55.152298 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4985 | 2025.02.28 10:05:55.152425 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4986 | 2025.02.28 10:05:55.152481 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4987 | 2025.02.28 10:05:55.153131 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4988 | 2025.02.28 10:05:55.153171 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4989 | 2025.02.28 10:05:55.153545 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4990 | 2025.02.28 10:05:55.153793 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4991 | 2025.02.28 10:05:55.153978 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001582 sec., 42983.56510745891 rows/sec., 3.36 MiB/sec. | ||
| 4992 | 2025.02.28 10:05:55.154034 [ 261 ] {25d8c38a-f8f2-40b7-adba-7797e806acd2} <Debug> TCPHandler: Processed in 0.001795423 sec. | ||
| 4993 | 2025.02.28 10:05:55.154196 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4994 | 2025.02.28 10:05:55.154346 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4995 | 2025.02.28 10:05:55.154413 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4996 | 2025.02.28 10:05:55.155058 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2025.02.28 10:05:55.155100 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 4998 | 2025.02.28 10:05:55.155509 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4999 | 2025.02.28 10:05:55.155757 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5000 | 2025.02.28 10:05:55.155984 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 5001 | 2025.02.28 10:05:55.156048 [ 262 ] {9afc50a7-abbc-496b-9694-3d0b1190175e} <Debug> TCPHandler: Processed in 0.001919265 sec. | ||
| 5002 | 2025.02.28 10:05:55.156193 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2025.02.28 10:05:55.156312 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5004 | 2025.02.28 10:05:55.156395 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <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 | ||
| 5005 | 2025.02.28 10:05:55.157533 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5006 | 2025.02.28 10:05:55.157570 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5007 | 2025.02.28 10:05:55.158202 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5008 | 2025.02.28 10:05:55.158453 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5009 | 2025.02.28 10:05:55.158660 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002374 sec., 1684.9199663016009 rows/sec., 3.02 MiB/sec. | ||
| 5010 | 2025.02.28 10:05:55.158777 [ 261 ] {6bda4ae3-a6de-4cd3-b21f-74afb0a6795e} <Debug> TCPHandler: Processed in 0.002639004 sec. | ||
| 5011 | 2025.02.28 10:05:55.159013 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5012 | 2025.02.28 10:05:55.159240 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5013 | 2025.02.28 10:05:55.159338 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5014 | 2025.02.28 10:05:55.160035 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2025.02.28 10:05:55.160076 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5016 | 2025.02.28 10:05:55.160456 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5017 | 2025.02.28 10:05:55.160695 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2025.02.28 10:05:55.160934 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001743 sec., 34423.40791738382 rows/sec., 2.32 MiB/sec. | ||
| 5019 | 2025.02.28 10:05:55.161045 [ 262 ] {91a991da-9b5f-48df-b0a8-b5447251e4cb} <Debug> TCPHandler: Processed in 0.002144468 sec. | ||
| 5020 | 2025.02.28 10:05:57.430548 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5021 | 2025.02.28 10:05:57.430743 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5022 | 2025.02.28 10:05:57.430830 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5023 | 2025.02.28 10:05:57.431583 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.02.28 10:05:57.431636 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5025 | 2025.02.28 10:05:57.432072 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5026 | 2025.02.28 10:05:57.432324 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2025.02.28 10:05:57.432597 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001899 sec., 3159.55766192733 rows/sec., 257.64 KiB/sec. | ||
| 5028 | 2025.02.28 10:05:57.432796 [ 261 ] {6e0e81fb-cb64-4ae7-b992-3091364bfc16} <Debug> TCPHandler: Processed in 0.002376802 sec. | ||
| 5029 | 2025.02.28 10:05:57.433098 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2025.02.28 10:05:57.433312 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5031 | 2025.02.28 10:05:57.433395 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5032 | 2025.02.28 10:05:57.434858 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.02.28 10:05:57.434909 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5034 | 2025.02.28 10:05:57.435434 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5035 | 2025.02.28 10:05:57.435689 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.02.28 10:05:57.435983 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Debug> executeQuery: Read 1271 rows, 107.55 KiB in 0.002728 sec., 465909.09090909094 rows/sec., 38.50 MiB/sec. | ||
| 5037 | 2025.02.28 10:05:57.436047 [ 262 ] {37f6986d-4eea-41f0-9077-1070575ec5c0} <Debug> TCPHandler: Processed in 0.00308634 sec. | ||
| 5038 | 2025.02.28 10:05:57.436245 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5039 | 2025.02.28 10:05:57.436371 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5040 | 2025.02.28 10:05:57.436426 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5041 | 2025.02.28 10:05:57.437243 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5042 | 2025.02.28 10:05:57.437304 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5043 | 2025.02.28 10:05:57.437664 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5044 | 2025.02.28 10:05:57.437905 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5045 | 2025.02.28 10:05:57.438067 [ 56 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5046 | 2025.02.28 10:05:57.438134 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001787 sec., 23503.077783995523 rows/sec., 1.71 MiB/sec. | ||
| 5047 | 2025.02.28 10:05:57.438144 [ 56 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5048 | 2025.02.28 10:05:57.438219 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5049 | 2025.02.28 10:05:57.438271 [ 261 ] {2911920b-faa6-416d-8358-b6c02ec12e46} <Debug> TCPHandler: Processed in 0.002079657 sec. | ||
| 5050 | 2025.02.28 10:05:57.438436 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 5051 | 2025.02.28 10:05:57.438480 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5052 | 2025.02.28 10:05:57.438648 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5053 | 2025.02.28 10:05:57.438733 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 176 rows starting from the beginning of the part | ||
| 5054 | 2025.02.28 10:05:57.438735 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5055 | 2025.02.28 10:05:57.438899 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5056 | 2025.02.28 10:05:57.438990 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 142 rows starting from the beginning of the part | ||
| 5057 | 2025.02.28 10:05:57.439361 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 5058 | 2025.02.28 10:05:57.439695 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 142 rows starting from the beginning of the part | ||
| 5059 | 2025.02.28 10:05:57.440074 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 5060 | 2025.02.28 10:05:57.440431 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 5061 | 2025.02.28 10:05:57.441912 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2025.02.28 10:05:57.441981 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5063 | 2025.02.28 10:05:57.443084 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5064 | 2025.02.28 10:05:57.443252 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.004927064 sec., 104321.76241266604 rows/sec., 7.10 MiB/sec. | ||
| 5065 | 2025.02.28 10:05:57.443477 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5066 | 2025.02.28 10:05:57.443590 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.02.28 10:05:57.443840 [ 56 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 5068 | 2025.02.28 10:05:57.443951 [ 56 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2025.02.28 10:05:57.444026 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5070 | 2025.02.28 10:05:57.444098 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005408 sec., 42159.763313609474 rows/sec., 2.85 MiB/sec. | ||
| 5071 | 2025.02.28 10:05:57.444211 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2025.02.28 10:05:57.444667 [ 262 ] {03a81c49-29da-441c-9d27-0d4f32a76885} <Debug> TCPHandler: Processed in 0.006282322 sec. | ||
| 5073 | 2025.02.28 10:05:57.444701 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_31_6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5074 | 2025.02.28 10:05:57.444990 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5075 | 2025.02.28 10:05:57.445064 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 5076 | 2025.02.28 10:05:57.445073 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5077 | 2025.02.28 10:05:57.445218 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5078 | 2025.02.28 10:05:57.445313 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5079 | 2025.02.28 10:05:57.445466 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5080 | 2025.02.28 10:05:57.445565 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 365 rows starting from the beginning of the part | ||
| 5081 | 2025.02.28 10:05:57.445918 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part | ||
| 5082 | 2025.02.28 10:05:57.446378 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 5083 | 2025.02.28 10:05:57.446785 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 5084 | 2025.02.28 10:05:57.447106 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 5085 | 2025.02.28 10:05:57.447296 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 5086 | 2025.02.28 10:05:57.448294 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.02.28 10:05:57.448373 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5088 | 2025.02.28 10:05:57.449338 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5089 | 2025.02.28 10:05:57.449781 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.02.28 10:05:57.450345 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1299 rows, containing 5 columns (5 merged, 0 gathered) in 0.006195981 sec., 209652.03088905534 rows/sec., 14.95 MiB/sec. | ||
| 5091 | 2025.02.28 10:05:57.450376 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Debug> executeQuery: Read 562 rows, 42.78 KiB in 0.005226 sec., 107539.22694221202 rows/sec., 7.99 MiB/sec. | ||
| 5092 | 2025.02.28 10:05:57.450470 [ 261 ] {5b30fee8-6118-48e5-aa47-26ae3226d856} <Debug> TCPHandler: Processed in 0.005666034 sec. | ||
| 5093 | 2025.02.28 10:05:57.450557 [ 195 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5094 | 2025.02.28 10:05:57.450650 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2025.02.28 10:05:57.450860 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5096 | 2025.02.28 10:05:57.450969 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5097 | 2025.02.28 10:05:57.451013 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.02.28 10:05:57.451309 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_10_2} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 5099 | 2025.02.28 10:05:57.451496 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 5100 | 2025.02.28 10:05:57.452228 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.02.28 10:05:57.452272 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5102 | 2025.02.28 10:05:57.452730 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5103 | 2025.02.28 10:05:57.452972 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.02.28 10:05:57.453197 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Debug> executeQuery: Read 945 rows, 64.89 KiB in 0.002409 sec., 392278.95392278954 rows/sec., 26.31 MiB/sec. | ||
| 5105 | 2025.02.28 10:05:57.453256 [ 262 ] {49ef8db9-e93f-4c5a-b9ee-b5dfd47240fe} <Debug> TCPHandler: Processed in 0.002684915 sec. | ||
| 5106 | 2025.02.28 10:05:57.453390 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.02.28 10:05:57.453509 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5108 | 2025.02.28 10:05:57.453592 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <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 | ||
| 5109 | 2025.02.28 10:05:57.454806 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.02.28 10:05:57.454846 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5111 | 2025.02.28 10:05:57.455498 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5112 | 2025.02.28 10:05:57.455769 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2025.02.28 10:05:57.455978 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5114 | 2025.02.28 10:05:57.456063 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2025.02.28 10:05:57.456075 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002577 sec., 13969.732246798603 rows/sec., 25.03 MiB/sec. | ||
| 5116 | 2025.02.28 10:05:57.456111 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5117 | 2025.02.28 10:05:57.456395 [ 261 ] {372967ed-04f3-4fac-9f46-be7f1c1e161d} <Debug> TCPHandler: Processed in 0.003059759 sec. | ||
| 5118 | 2025.02.28 10:05:57.456404 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 5119 | 2025.02.28 10:05:57.456661 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5120 | 2025.02.28 10:05:57.456848 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5121 | 2025.02.28 10:05:57.456938 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5122 | 2025.02.28 10:05:57.456967 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 559 rows starting from the beginning of the part | ||
| 5123 | 2025.02.28 10:05:57.457051 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5124 | 2025.02.28 10:05:57.457829 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 5125 | 2025.02.28 10:05:57.458576 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 5126 | 2025.02.28 10:05:57.459401 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 5127 | 2025.02.28 10:05:57.459453 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.02.28 10:05:57.459525 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5129 | 2025.02.28 10:05:57.459998 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 5130 | 2025.02.28 10:05:57.460643 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 5131 | 2025.02.28 10:05:57.460982 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5132 | 2025.02.28 10:05:57.461726 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.02.28 10:05:57.462190 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005332 sec., 6751.687921980495 rows/sec., 465.94 KiB/sec. | ||
| 5134 | 2025.02.28 10:05:57.462401 [ 262 ] {23f06980-4a16-4a6f-8c17-df95983e8ecb} <Debug> TCPHandler: Processed in 0.005845487 sec. | ||
| 5135 | 2025.02.28 10:05:57.466430 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 19 columns (19 merged, 0 gathered) in 0.010156022 sec., 66463.0305054479 rows/sec., 119.10 MiB/sec. | ||
| 5136 | 2025.02.28 10:05:57.467457 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5137 | 2025.02.28 10:05:57.467891 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5138 | 2025.02.28 10:05:57.467989 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5139 | 2025.02.28 10:05:57.468145 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 5140 | 2025.02.28 10:05:58.892978 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 726 | ||
| 5141 | 2025.02.28 10:05:58.896441 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.02.28 10:05:58.896496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5143 | 2025.02.28 10:05:58.898042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5144 | 2025.02.28 10:05:58.898352 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.02.28 10:05:58.898987 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5146 | 2025.02.28 10:06:00.142349 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5147 | 2025.02.28 10:06:00.142563 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5148 | 2025.02.28 10:06:00.142648 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5149 | 2025.02.28 10:06:00.143479 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2025.02.28 10:06:00.143533 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5151 | 2025.02.28 10:06:00.143987 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5152 | 2025.02.28 10:06:00.144239 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2025.02.28 10:06:00.144458 [ 50 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5154 | 2025.02.28 10:06:00.144509 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.13 MiB/sec. | ||
| 5155 | 2025.02.28 10:06:00.144588 [ 50 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.02.28 10:06:00.144650 [ 261 ] {1cb937f4-4323-4a98-8a7c-81ca37021e15} <Debug> TCPHandler: Processed in 0.002439262 sec. | ||
| 5157 | 2025.02.28 10:06:00.144673 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5158 | 2025.02.28 10:06:00.144929 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 5159 | 2025.02.28 10:06:00.144967 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2025.02.28 10:06:00.145349 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5161 | 2025.02.28 10:06:00.145352 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5162 | 2025.02.28 10:06:00.145450 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1966 rows starting from the beginning of the part | ||
| 5163 | 2025.02.28 10:06:00.145507 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5164 | 2025.02.28 10:06:00.145947 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part | ||
| 5165 | 2025.02.28 10:06:00.146145 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 689 rows starting from the beginning of the part | ||
| 5166 | 2025.02.28 10:06:00.146432 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 5167 | 2025.02.28 10:06:00.146759 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1271 rows starting from the beginning of the part | ||
| 5168 | 2025.02.28 10:06:00.147106 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 5169 | 2025.02.28 10:06:00.148692 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2025.02.28 10:06:00.148787 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5171 | 2025.02.28 10:06:00.149882 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5172 | 2025.02.28 10:06:00.150191 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5173 | 2025.02.28 10:06:00.150570 [ 50 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5174 | 2025.02.28 10:06:00.150784 [ 50 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2025.02.28 10:06:00.150794 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005545 sec., 11541.929666366097 rows/sec., 922.49 KiB/sec. | ||
| 5176 | 2025.02.28 10:06:00.150936 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5177 | 2025.02.28 10:06:00.151266 [ 262 ] {1fafeedf-fb0f-4b97-8bd4-9ba0ed3c9389} <Debug> TCPHandler: Processed in 0.006458884 sec. | ||
| 5178 | 2025.02.28 10:06:00.151579 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5179 | 2025.02.28 10:06:00.151601 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 5180 | 2025.02.28 10:06:00.151612 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4112 rows, containing 5 columns (5 merged, 0 gathered) in 0.006804719 sec., 604286.5252775317 rows/sec., 51.64 MiB/sec. | ||
| 5181 | 2025.02.28 10:06:00.151887 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5182 | 2025.02.28 10:06:00.151911 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5183 | 2025.02.28 10:06:00.152027 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 950 rows starting from the beginning of the part | ||
| 5184 | 2025.02.28 10:06:00.152055 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5185 | 2025.02.28 10:06:00.152462 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part | ||
| 5186 | 2025.02.28 10:06:00.152155 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5187 | 2025.02.28 10:06:00.153106 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 418 rows starting from the beginning of the part | ||
| 5188 | 2025.02.28 10:06:00.153522 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 5189 | 2025.02.28 10:06:00.153846 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 562 rows starting from the beginning of the part | ||
| 5190 | 2025.02.28 10:06:00.154314 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 5191 | 2025.02.28 10:06:00.155083 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2025.02.28 10:06:00.155292 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5193 | 2025.02.28 10:06:00.155377 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5194 | 2025.02.28 10:06:00.155406 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_41_8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5195 | 2025.02.28 10:06:00.155893 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 5196 | 2025.02.28 10:06:00.156443 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5197 | 2025.02.28 10:06:00.156952 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5198 | 2025.02.28 10:06:00.157272 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5199 | 2025.02.28 10:06:00.157389 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5200 | 2025.02.28 10:06:00.157464 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5201 | 2025.02.28 10:06:00.157513 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005749 sec., 11132.370847103844 rows/sec., 793.96 KiB/sec. | ||
| 5202 | 2025.02.28 10:06:00.158020 [ 261 ] {8fe16f4e-5b50-44b7-abfe-f9b0928488a1} <Debug> TCPHandler: Processed in 0.006598586 sec. | ||
| 5203 | 2025.02.28 10:06:00.158587 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2025.02.28 10:06:00.158669 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 5205 | 2025.02.28 10:06:00.159321 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.008147826 sec., 261910.35498303472 rows/sec., 20.27 MiB/sec. | ||
| 5206 | 2025.02.28 10:06:00.159456 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5207 | 2025.02.28 10:06:00.159587 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11519 rows starting from the beginning of the part | ||
| 5208 | 2025.02.28 10:06:00.159605 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5209 | 2025.02.28 10:06:00.159714 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5210 | 2025.02.28 10:06:00.159960 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
| 5211 | 2025.02.28 10:06:00.160349 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5212 | 2025.02.28 10:06:00.160299 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5213 | 2025.02.28 10:06:00.160839 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5214 | 2025.02.28 10:06:00.160893 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5215 | 2025.02.28 10:06:00.161245 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 945 rows starting from the beginning of the part | ||
| 5216 | 2025.02.28 10:06:00.161289 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_41_8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5217 | 2025.02.28 10:06:00.161620 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 5218 | 2025.02.28 10:06:00.161644 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 5219 | 2025.02.28 10:06:00.163081 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5220 | 2025.02.28 10:06:00.163127 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5221 | 2025.02.28 10:06:00.163695 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5222 | 2025.02.28 10:06:00.164251 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5223 | 2025.02.28 10:06:00.164611 [ 50 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5224 | 2025.02.28 10:06:00.164814 [ 50 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2025.02.28 10:06:00.164886 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005369 sec., 4470.10616502142 rows/sec., 308.48 KiB/sec. | ||
| 5226 | 2025.02.28 10:06:00.164897 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5227 | 2025.02.28 10:06:00.165104 [ 262 ] {3fe733ef-df20-49d4-b6f8-f0ce5fa15dce} <Debug> TCPHandler: Processed in 0.00687507 sec. | ||
| 5228 | 2025.02.28 10:06:00.165160 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 5229 | 2025.02.28 10:06:00.165318 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5230 | 2025.02.28 10:06:00.165355 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1824 rows starting from the beginning of the part | ||
| 5231 | 2025.02.28 10:06:00.165472 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5232 | 2025.02.28 10:06:00.165831 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5233 | 2025.02.28 10:06:00.166097 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5234 | 2025.02.28 10:06:00.166310 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part | ||
| 5235 | 2025.02.28 10:06:00.166517 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
| 5236 | 2025.02.28 10:06:00.167626 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13087 rows, containing 5 columns (5 merged, 0 gathered) in 0.010054822 sec., 1301564.5627540697 rows/sec., 88.74 MiB/sec. | ||
| 5237 | 2025.02.28 10:06:00.168150 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5238 | 2025.02.28 10:06:00.168717 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2025.02.28 10:06:00.169011 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5240 | 2025.02.28 10:06:00.169077 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2086 rows, containing 4 columns (4 merged, 0 gathered) in 0.004022403 sec., 518595.47638563317 rows/sec., 34.68 MiB/sec. | ||
| 5241 | 2025.02.28 10:06:00.169157 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
| 5242 | 2025.02.28 10:06:00.169543 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5243 | 2025.02.28 10:06:00.169913 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.02.28 10:06:00.170005 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_41_8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5245 | 2025.02.28 10:06:00.170106 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5246 | 2025.02.28 10:06:01.347089 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5247 | 2025.02.28 10:06:01.347762 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.02.28 10:06:01.347811 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5249 | 2025.02.28 10:06:01.348345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5250 | 2025.02.28 10:06:01.348614 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.02.28 10:06:01.348872 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5252 | 2025.02.28 10:06:02.241419 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5253 | 2025.02.28 10:06:02.260215 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5254 | 2025.02.28 10:06:02.260276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5255 | 2025.02.28 10:06:02.267195 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5256 | 2025.02.28 10:06:02.267936 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5257 | 2025.02.28 10:06:02.271198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5258 | 2025.02.28 10:06:05.146971 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5259 | 2025.02.28 10:06:05.147197 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5260 | 2025.02.28 10:06:05.147349 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5261 | 2025.02.28 10:06:05.148203 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5262 | 2025.02.28 10:06:05.148257 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5263 | 2025.02.28 10:06:05.148694 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5264 | 2025.02.28 10:06:05.148965 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5265 | 2025.02.28 10:06:05.149204 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002078 sec., 30798.845043310877 rows/sec., 2.43 MiB/sec. | ||
| 5266 | 2025.02.28 10:06:05.149270 [ 261 ] {2d65b416-1390-4f05-b1d6-e52d800b894f} <Debug> TCPHandler: Processed in 0.002433812 sec. | ||
| 5267 | 2025.02.28 10:06:05.149533 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5268 | 2025.02.28 10:06:05.149745 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5269 | 2025.02.28 10:06:05.149827 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5270 | 2025.02.28 10:06:05.150582 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5271 | 2025.02.28 10:06:05.150629 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5272 | 2025.02.28 10:06:05.151072 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5273 | 2025.02.28 10:06:05.151339 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5274 | 2025.02.28 10:06:05.151636 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001939 sec., 2062.9190304280555 rows/sec., 155.12 KiB/sec. | ||
| 5275 | 2025.02.28 10:06:05.151764 [ 262 ] {1fecae45-3de6-4740-9375-5b5c87334795} <Debug> TCPHandler: Processed in 0.00236343 sec. | ||
| 5276 | 2025.02.28 10:06:05.152000 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5277 | 2025.02.28 10:06:05.152152 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5278 | 2025.02.28 10:06:05.152205 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5279 | 2025.02.28 10:06:05.152866 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5280 | 2025.02.28 10:06:05.152907 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5281 | 2025.02.28 10:06:05.153267 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5282 | 2025.02.28 10:06:05.153495 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5283 | 2025.02.28 10:06:05.153739 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001614 sec., 42131.350681536554 rows/sec., 3.29 MiB/sec. | ||
| 5284 | 2025.02.28 10:06:05.153964 [ 261 ] {8f123c9a-4b5e-4a2f-8685-e794f12a2842} <Debug> TCPHandler: Processed in 0.002077857 sec. | ||
| 5285 | 2025.02.28 10:06:05.154207 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2025.02.28 10:06:05.154354 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5287 | 2025.02.28 10:06:05.154419 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5288 | 2025.02.28 10:06:05.155101 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2025.02.28 10:06:05.155142 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5290 | 2025.02.28 10:06:05.155548 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5291 | 2025.02.28 10:06:05.155792 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2025.02.28 10:06:05.156001 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 5293 | 2025.02.28 10:06:05.156056 [ 262 ] {00e90f77-3963-47b0-8c74-e5ca86262aa0} <Debug> TCPHandler: Processed in 0.001971615 sec. | ||
| 5294 | 2025.02.28 10:06:05.156200 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2025.02.28 10:06:05.156320 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5296 | 2025.02.28 10:06:05.156403 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <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 | ||
| 5297 | 2025.02.28 10:06:05.157503 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.02.28 10:06:05.157543 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5299 | 2025.02.28 10:06:05.158154 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5300 | 2025.02.28 10:06:05.158398 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2025.02.28 10:06:05.158700 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002404 sec., 1663.893510815308 rows/sec., 2.98 MiB/sec. | ||
| 5302 | 2025.02.28 10:06:05.159248 [ 261 ] {2ca23282-84b7-4f4b-8f62-9ccfae96fe80} <Debug> TCPHandler: Processed in 0.00310017 sec. | ||
| 5303 | 2025.02.28 10:06:05.159415 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5304 | 2025.02.28 10:06:05.159556 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5305 | 2025.02.28 10:06:05.159618 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5306 | 2025.02.28 10:06:05.160171 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2025.02.28 10:06:05.160209 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5308 | 2025.02.28 10:06:05.160583 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5309 | 2025.02.28 10:06:05.160822 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2025.02.28 10:06:05.161033 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec. | ||
| 5311 | 2025.02.28 10:06:05.161086 [ 262 ] {926c05b5-e717-4552-988d-bbea2b3f8914} <Debug> TCPHandler: Processed in 0.001741392 sec. | ||
| 5312 | 2025.02.28 10:06:08.722372 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5313 | 2025.02.28 10:06:08.722444 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5314 | 2025.02.28 10:06:08.849069 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5315 | 2025.02.28 10:06:08.850196 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.02.28 10:06:08.850292 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5317 | 2025.02.28 10:06:08.850950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5318 | 2025.02.28 10:06:08.851211 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.02.28 10:06:08.851487 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5320 | 2025.02.28 10:06:08.899285 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746 | ||
| 5321 | 2025.02.28 10:06:08.902103 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.02.28 10:06:08.902164 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5323 | 2025.02.28 10:06:08.903621 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5324 | 2025.02.28 10:06:08.903929 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.02.28 10:06:08.905302 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5326 | 2025.02.28 10:06:09.038362 [ 36 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5327 | 2025.02.28 10:06:09.038428 [ 36 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5328 | 2025.02.28 10:06:09.038454 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5329 | 2025.02.28 10:06:09.038655 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 5330 | 2025.02.28 10:06:09.038823 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5331 | 2025.02.28 10:06:09.038859 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 5332 | 2025.02.28 10:06:09.038939 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5333 | 2025.02.28 10:06:09.039234 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 5334 | 2025.02.28 10:06:09.039366 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 5335 | 2025.02.28 10:06:09.039508 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5336 | 2025.02.28 10:06:09.040712 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002176668 sec., 16539.04040487571 rows/sec., 1.38 MiB/sec. | ||
| 5337 | 2025.02.28 10:06:09.040859 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5338 | 2025.02.28 10:06:09.041146 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2025.02.28 10:06:09.041227 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_9_2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5340 | 2025.02.28 10:06:09.041312 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5341 | 2025.02.28 10:06:09.771299 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5342 | 2025.02.28 10:06:09.791312 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.02.28 10:06:09.791364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5344 | 2025.02.28 10:06:09.798750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5345 | 2025.02.28 10:06:09.799539 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.02.28 10:06:09.802945 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5347 | 2025.02.28 10:06:10.148458 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2025.02.28 10:06:10.148654 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5349 | 2025.02.28 10:06:10.148731 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5350 | 2025.02.28 10:06:10.149583 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2025.02.28 10:06:10.149638 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5352 | 2025.02.28 10:06:10.150097 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5353 | 2025.02.28 10:06:10.150357 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2025.02.28 10:06:10.150643 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.00204 sec., 62745.098039215685 rows/sec., 5.37 MiB/sec. | ||
| 5355 | 2025.02.28 10:06:10.150737 [ 261 ] {5aab994d-ce3f-4907-b59b-163db2448733} <Debug> TCPHandler: Processed in 0.002412902 sec. | ||
| 5356 | 2025.02.28 10:06:10.151127 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2025.02.28 10:06:10.151335 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5358 | 2025.02.28 10:06:10.151406 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5359 | 2025.02.28 10:06:10.152155 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2025.02.28 10:06:10.152198 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5361 | 2025.02.28 10:06:10.152632 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5362 | 2025.02.28 10:06:10.152903 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.02.28 10:06:10.153108 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001822 sec., 19758.507135016465 rows/sec., 1.45 MiB/sec. | ||
| 5364 | 2025.02.28 10:06:10.153173 [ 262 ] {549e051f-3392-4085-a05a-2b958c1597ad} <Debug> TCPHandler: Processed in 0.00227203 sec. | ||
| 5365 | 2025.02.28 10:06:10.153318 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2025.02.28 10:06:10.153442 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5367 | 2025.02.28 10:06:10.153496 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5368 | 2025.02.28 10:06:10.154147 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2025.02.28 10:06:10.154188 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5370 | 2025.02.28 10:06:10.154560 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5371 | 2025.02.28 10:06:10.154796 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2025.02.28 10:06:10.155014 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.0016 sec., 62500 rows/sec., 4.88 MiB/sec. | ||
| 5373 | 2025.02.28 10:06:10.155070 [ 261 ] {79640eb1-ccea-4690-90b4-8f0e37b10197} <Debug> TCPHandler: Processed in 0.001810423 sec. | ||
| 5374 | 2025.02.28 10:06:10.155229 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.02.28 10:06:10.155375 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5376 | 2025.02.28 10:06:10.155441 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5377 | 2025.02.28 10:06:10.156140 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.02.28 10:06:10.156183 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5379 | 2025.02.28 10:06:10.156579 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5380 | 2025.02.28 10:06:10.156820 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.02.28 10:06:10.157012 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 5382 | 2025.02.28 10:06:10.157067 [ 262 ] {84ac8635-4340-4354-8fd7-06ef789fe74d} <Debug> TCPHandler: Processed in 0.001905375 sec. | ||
| 5383 | 2025.02.28 10:06:10.157227 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.02.28 10:06:10.157348 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5385 | 2025.02.28 10:06:10.157434 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <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 | ||
| 5386 | 2025.02.28 10:06:10.158669 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.02.28 10:06:10.158709 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5388 | 2025.02.28 10:06:10.159381 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5389 | 2025.02.28 10:06:10.159633 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.02.28 10:06:10.159913 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00259 sec., 13899.6138996139 rows/sec., 24.91 MiB/sec. | ||
| 5391 | 2025.02.28 10:06:10.160024 [ 261 ] {cfa41292-f809-4a5c-a1e7-96208c8f3d74} <Debug> TCPHandler: Processed in 0.002855997 sec. | ||
| 5392 | 2025.02.28 10:06:10.160223 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.02.28 10:06:10.160365 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5394 | 2025.02.28 10:06:10.160425 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5395 | 2025.02.28 10:06:10.161006 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.02.28 10:06:10.161051 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5397 | 2025.02.28 10:06:10.161436 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5398 | 2025.02.28 10:06:10.161673 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.02.28 10:06:10.161884 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 5400 | 2025.02.28 10:06:10.161989 [ 262 ] {bed246d2-77fd-41c0-8ffd-99ca72849842} <Debug> TCPHandler: Processed in 0.001854345 sec. | ||
| 5401 | 2025.02.28 10:06:15.147142 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.02.28 10:06:15.147358 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5403 | 2025.02.28 10:06:15.147446 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5404 | 2025.02.28 10:06:15.148329 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.02.28 10:06:15.148383 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5406 | 2025.02.28 10:06:15.148809 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5407 | 2025.02.28 10:06:15.149072 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.02.28 10:06:15.149319 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002017 sec., 1983.1432821021317 rows/sec., 161.71 KiB/sec. | ||
| 5409 | 2025.02.28 10:06:15.149389 [ 261 ] {e46dbd0c-695e-4a81-87ab-4cfb0d7d83eb} <Debug> TCPHandler: Processed in 0.002379561 sec. | ||
| 5410 | 2025.02.28 10:06:15.149702 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.02.28 10:06:15.150013 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5412 | 2025.02.28 10:06:15.150132 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5413 | 2025.02.28 10:06:15.150983 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.02.28 10:06:15.151033 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5415 | 2025.02.28 10:06:15.151475 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5416 | 2025.02.28 10:06:15.151741 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.02.28 10:06:15.151985 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002054 sec., 32132.42453748783 rows/sec., 2.52 MiB/sec. | ||
| 5418 | 2025.02.28 10:06:15.152052 [ 262 ] {96a48ede-a2d3-42bb-b45e-2390df53f388} <Debug> TCPHandler: Processed in 0.002535684 sec. | ||
| 5419 | 2025.02.28 10:06:15.152211 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.02.28 10:06:15.152337 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5421 | 2025.02.28 10:06:15.152388 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5422 | 2025.02.28 10:06:15.153003 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.02.28 10:06:15.153044 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5424 | 2025.02.28 10:06:15.153411 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5425 | 2025.02.28 10:06:15.153641 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.02.28 10:06:15.153903 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001586 sec., 5044.136191677176 rows/sec., 365.75 KiB/sec. | ||
| 5427 | 2025.02.28 10:06:15.154117 [ 261 ] {6f8763d8-6724-4cbf-b751-c642119ca4e4} <Debug> TCPHandler: Processed in 0.001958495 sec. | ||
| 5428 | 2025.02.28 10:06:15.154362 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.02.28 10:06:15.154506 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5430 | 2025.02.28 10:06:15.154568 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5431 | 2025.02.28 10:06:15.155313 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.02.28 10:06:15.155355 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5433 | 2025.02.28 10:06:15.155728 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5434 | 2025.02.28 10:06:15.155968 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.02.28 10:06:15.156186 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001716 sec., 41958.041958041955 rows/sec., 3.28 MiB/sec. | ||
| 5436 | 2025.02.28 10:06:15.156244 [ 262 ] {d9310526-757c-4cc8-9407-afb8772cb6bf} <Debug> TCPHandler: Processed in 0.002008366 sec. | ||
| 5437 | 2025.02.28 10:06:15.156394 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.02.28 10:06:15.156515 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5439 | 2025.02.28 10:06:15.156569 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5440 | 2025.02.28 10:06:15.157158 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.02.28 10:06:15.157197 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5442 | 2025.02.28 10:06:15.157585 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5443 | 2025.02.28 10:06:15.157818 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.02.28 10:06:15.158031 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001543 sec., 104990.27867790019 rows/sec., 7.31 MiB/sec. | ||
| 5445 | 2025.02.28 10:06:15.158085 [ 261 ] {ce9ab74e-6d09-4f23-9fd8-d6b88b3f6150} <Debug> TCPHandler: Processed in 0.001745673 sec. | ||
| 5446 | 2025.02.28 10:06:15.158230 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.02.28 10:06:15.158362 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5448 | 2025.02.28 10:06:15.158455 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <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 | ||
| 5449 | 2025.02.28 10:06:15.159685 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.02.28 10:06:15.159725 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5451 | 2025.02.28 10:06:15.160337 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5452 | 2025.02.28 10:06:15.160597 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.02.28 10:06:15.160935 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002595 sec., 1541.4258188824663 rows/sec., 2.76 MiB/sec. | ||
| 5454 | 2025.02.28 10:06:15.161431 [ 262 ] {9918eddd-3c91-4f7c-aa08-342ae5ef3a87} <Debug> TCPHandler: Processed in 0.003254883 sec. | ||
| 5455 | 2025.02.28 10:06:15.161586 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.02.28 10:06:15.161705 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5457 | 2025.02.28 10:06:15.161757 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5458 | 2025.02.28 10:06:15.162276 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.02.28 10:06:15.162315 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5460 | 2025.02.28 10:06:15.162680 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5461 | 2025.02.28 10:06:15.162916 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2025.02.28 10:06:15.163164 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 5463 | 2025.02.28 10:06:15.163347 [ 261 ] {b47ddc26-d20c-4c9e-ad2f-bc84466e5e3f} <Debug> TCPHandler: Processed in 0.001815414 sec. | ||
| 5464 | 2025.02.28 10:06:16.351648 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5465 | 2025.02.28 10:06:16.352408 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2025.02.28 10:06:16.352454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5467 | 2025.02.28 10:06:16.353009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5468 | 2025.02.28 10:06:16.353261 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2025.02.28 10:06:16.353549 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5470 | 2025.02.28 10:06:17.303049 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5471 | 2025.02.28 10:06:17.324323 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5472 | 2025.02.28 10:06:17.324383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB. | ||
| 5473 | 2025.02.28 10:06:17.331869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5474 | 2025.02.28 10:06:17.332637 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5475 | 2025.02.28 10:06:17.335469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5476 | 2025.02.28 10:06:18.905500 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 772 | ||
| 5477 | 2025.02.28 10:06:18.908476 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.02.28 10:06:18.908536 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5479 | 2025.02.28 10:06:18.910022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5480 | 2025.02.28 10:06:18.910335 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.02.28 10:06:18.911473 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 772 | ||
| 5482 | 2025.02.28 10:06:20.147894 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5483 | 2025.02.28 10:06:20.148097 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5484 | 2025.02.28 10:06:20.148173 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5485 | 2025.02.28 10:06:20.148984 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2025.02.28 10:06:20.149039 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5487 | 2025.02.28 10:06:20.149509 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5488 | 2025.02.28 10:06:20.149769 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5489 | 2025.02.28 10:06:20.150012 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001964 sec., 65173.11608961303 rows/sec., 5.58 MiB/sec. | ||
| 5490 | 2025.02.28 10:06:20.150109 [ 261 ] {cf9be49b-5442-4d6b-a49a-3fa4a39e62e3} <Debug> TCPHandler: Processed in 0.002341611 sec. | ||
| 5491 | 2025.02.28 10:06:20.150481 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.02.28 10:06:20.150675 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5493 | 2025.02.28 10:06:20.150751 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5494 | 2025.02.28 10:06:20.151516 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.02.28 10:06:20.151567 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5496 | 2025.02.28 10:06:20.152010 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5497 | 2025.02.28 10:06:20.152267 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5498 | 2025.02.28 10:06:20.152519 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001894 sec., 19007.39176346357 rows/sec., 1.40 MiB/sec. | ||
| 5499 | 2025.02.28 10:06:20.152588 [ 262 ] {f21be8a2-2a48-4f04-8708-0b046f847484} <Debug> TCPHandler: Processed in 0.002344921 sec. | ||
| 5500 | 2025.02.28 10:06:20.152725 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.02.28 10:06:20.152851 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5502 | 2025.02.28 10:06:20.152912 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5503 | 2025.02.28 10:06:20.153549 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.02.28 10:06:20.153587 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5505 | 2025.02.28 10:06:20.153967 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5506 | 2025.02.28 10:06:20.154200 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.02.28 10:06:20.154386 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001565 sec., 63897.76357827476 rows/sec., 4.99 MiB/sec. | ||
| 5508 | 2025.02.28 10:06:20.154444 [ 261 ] {a48e5042-cfec-465c-b9ca-31842bf3a97f} <Debug> TCPHandler: Processed in 0.001776003 sec. | ||
| 5509 | 2025.02.28 10:06:20.154590 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2025.02.28 10:06:20.154721 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5511 | 2025.02.28 10:06:20.154777 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5512 | 2025.02.28 10:06:20.155388 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2025.02.28 10:06:20.155429 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5514 | 2025.02.28 10:06:20.155846 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5515 | 2025.02.28 10:06:20.156092 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2025.02.28 10:06:20.156313 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 5517 | 2025.02.28 10:06:20.156371 [ 262 ] {8a5df108-dc5e-49b2-9501-367662d258e1} <Debug> TCPHandler: Processed in 0.001838334 sec. | ||
| 5518 | 2025.02.28 10:06:20.156534 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2025.02.28 10:06:20.156655 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5520 | 2025.02.28 10:06:20.156740 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <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 | ||
| 5521 | 2025.02.28 10:06:20.157988 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.02.28 10:06:20.158025 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5523 | 2025.02.28 10:06:20.158699 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5524 | 2025.02.28 10:06:20.158963 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.02.28 10:06:20.159169 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00254 sec., 14173.228346456692 rows/sec., 25.40 MiB/sec. | ||
| 5526 | 2025.02.28 10:06:20.159284 [ 261 ] {ee0c96e3-b45a-4982-a6d2-10fcb9109c2b} <Debug> TCPHandler: Processed in 0.002808756 sec. | ||
| 5527 | 2025.02.28 10:06:20.159458 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.02.28 10:06:20.159684 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5529 | 2025.02.28 10:06:20.159776 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5530 | 2025.02.28 10:06:20.160593 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2025.02.28 10:06:20.160632 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5532 | 2025.02.28 10:06:20.161007 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5533 | 2025.02.28 10:06:20.161243 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2025.02.28 10:06:20.161487 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001852 sec., 32397.408207343415 rows/sec., 2.18 MiB/sec. | ||
| 5535 | 2025.02.28 10:06:20.161570 [ 262 ] {39c91629-67ce-430c-9879-2cde26a45292} <Debug> TCPHandler: Processed in 0.002183988 sec. | ||
| 5536 | 2025.02.28 10:06:23.722496 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5537 | 2025.02.28 10:06:23.722564 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5538 | 2025.02.28 10:06:23.853722 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5539 | 2025.02.28 10:06:23.854378 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.02.28 10:06:23.854430 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5541 | 2025.02.28 10:06:23.855036 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5542 | 2025.02.28 10:06:23.855304 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2025.02.28 10:06:23.855564 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5544 | 2025.02.28 10:06:24.835584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5545 | 2025.02.28 10:06:24.856872 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.02.28 10:06:24.856929 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5547 | 2025.02.28 10:06:24.864504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5548 | 2025.02.28 10:06:24.865274 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.02.28 10:06:24.868319 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5550 | 2025.02.28 10:06:25.146976 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2025.02.28 10:06:25.147161 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5552 | 2025.02.28 10:06:25.147236 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5553 | 2025.02.28 10:06:25.148067 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2025.02.28 10:06:25.148112 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5555 | 2025.02.28 10:06:25.148550 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5556 | 2025.02.28 10:06:25.148812 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.02.28 10:06:25.148977 [ 67 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5558 | 2025.02.28 10:06:25.149032 [ 67 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2025.02.28 10:06:25.149039 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.62 MiB/sec. | ||
| 5560 | 2025.02.28 10:06:25.149060 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5561 | 2025.02.28 10:06:25.149156 [ 261 ] {d1510aed-24e4-41a2-a60e-6daeac6c2e17} <Debug> TCPHandler: Processed in 0.00231399 sec. | ||
| 5562 | 2025.02.28 10:06:25.149333 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 5563 | 2025.02.28 10:06:25.149435 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2025.02.28 10:06:25.149524 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5565 | 2025.02.28 10:06:25.149577 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1966 rows starting from the beginning of the part | ||
| 5566 | 2025.02.28 10:06:25.149653 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5567 | 2025.02.28 10:06:25.149686 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5568 | 2025.02.28 10:06:25.149795 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5569 | 2025.02.28 10:06:25.150106 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 5570 | 2025.02.28 10:06:25.150472 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 66 rows starting from the beginning of the part | ||
| 5571 | 2025.02.28 10:06:25.150694 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 128 rows starting from the beginning of the part | ||
| 5572 | 2025.02.28 10:06:25.151000 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 5573 | 2025.02.28 10:06:25.151875 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2025.02.28 10:06:25.151926 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5575 | 2025.02.28 10:06:25.152507 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5576 | 2025.02.28 10:06:25.152788 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2025.02.28 10:06:25.153051 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.00386779 sec., 624646.1157405133 rows/sec., 53.70 MiB/sec. | ||
| 5578 | 2025.02.28 10:06:25.153078 [ 67 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5579 | 2025.02.28 10:06:25.153158 [ 67 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5580 | 2025.02.28 10:06:25.153206 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5581 | 2025.02.28 10:06:25.153222 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.003627 sec., 1102.8398125172318 rows/sec., 82.93 KiB/sec. | ||
| 5582 | 2025.02.28 10:06:25.153485 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5583 | 2025.02.28 10:06:25.153558 [ 262 ] {c6688325-2573-42e5-9ae3-1675c06abb60} <Debug> TCPHandler: Processed in 0.004248665 sec. | ||
| 5584 | 2025.02.28 10:06:25.153844 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 5585 | 2025.02.28 10:06:25.153877 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5586 | 2025.02.28 10:06:25.154318 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5587 | 2025.02.28 10:06:25.154319 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5588 | 2025.02.28 10:06:25.154439 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
| 5589 | 2025.02.28 10:06:25.154483 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5590 | 2025.02.28 10:06:25.154506 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.02.28 10:06:25.154874 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 5592 | 2025.02.28 10:06:25.155228 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 5593 | 2025.02.28 10:06:25.155356 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_46_9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5594 | 2025.02.28 10:06:25.155534 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 5595 | 2025.02.28 10:06:25.156016 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 5596 | 2025.02.28 10:06:25.156140 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5597 | 2025.02.28 10:06:25.156535 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 5598 | 2025.02.28 10:06:25.158114 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.02.28 10:06:25.158190 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5600 | 2025.02.28 10:06:25.159207 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5601 | 2025.02.28 10:06:25.159597 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.006230621 sec., 42371.37839069332 rows/sec., 3.02 MiB/sec. | ||
| 5602 | 2025.02.28 10:06:25.159740 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2025.02.28 10:06:25.159992 [ 67 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5604 | 2025.02.28 10:06:25.160044 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5605 | 2025.02.28 10:06:25.160084 [ 67 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2025.02.28 10:06:25.160176 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5607 | 2025.02.28 10:06:25.160188 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.006004 sec., 11325.782811459028 rows/sec., 905.32 KiB/sec. | ||
| 5608 | 2025.02.28 10:06:25.160768 [ 261 ] {3853a7ca-ab1b-454a-ad2c-1e4224b1c0e0} <Debug> TCPHandler: Processed in 0.007067682 sec. | ||
| 5609 | 2025.02.28 10:06:25.161048 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 5610 | 2025.02.28 10:06:25.161121 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5611 | 2025.02.28 10:06:25.161677 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2025.02.28 10:06:25.161884 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5613 | 2025.02.28 10:06:25.162024 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5614 | 2025.02.28 10:06:25.162254 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5615 | 2025.02.28 10:06:25.162274 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 950 rows starting from the beginning of the part | ||
| 5616 | 2025.02.28 10:06:25.162399 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_36_7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5617 | 2025.02.28 10:06:25.162907 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5618 | 2025.02.28 10:06:25.162932 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 68 rows starting from the beginning of the part | ||
| 5619 | 2025.02.28 10:06:25.163226 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 100 rows starting from the beginning of the part | ||
| 5620 | 2025.02.28 10:06:25.163577 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part | ||
| 5621 | 2025.02.28 10:06:25.163889 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part | ||
| 5622 | 2025.02.28 10:06:25.163995 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 68 rows starting from the beginning of the part | ||
| 5623 | 2025.02.28 10:06:25.164817 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2025.02.28 10:06:25.164867 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5625 | 2025.02.28 10:06:25.165457 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5626 | 2025.02.28 10:06:25.165763 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2025.02.28 10:06:25.165927 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1358 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520612 sec., 245987.22025746419 rows/sec., 19.31 MiB/sec. | ||
| 5628 | 2025.02.28 10:06:25.166062 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5629 | 2025.02.28 10:06:25.166169 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.02.28 10:06:25.166213 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0046 sec., 34782.608695652176 rows/sec., 2.42 MiB/sec. | ||
| 5631 | 2025.02.28 10:06:25.166239 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5632 | 2025.02.28 10:06:25.166273 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5633 | 2025.02.28 10:06:25.166575 [ 262 ] {3083fcef-c0b1-47c6-a139-80c54f9c69ff} <Debug> TCPHandler: Processed in 0.005632253 sec. | ||
| 5634 | 2025.02.28 10:06:25.166824 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 5635 | 2025.02.28 10:06:25.166863 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2025.02.28 10:06:25.167147 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5637 | 2025.02.28 10:06:25.167179 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5638 | 2025.02.28 10:06:25.167258 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2025.02.28 10:06:25.167289 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13087 rows starting from the beginning of the part | ||
| 5640 | 2025.02.28 10:06:25.167408 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <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 | ||
| 5641 | 2025.02.28 10:06:25.167773 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5642 | 2025.02.28 10:06:25.168107 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_46_9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5643 | 2025.02.28 10:06:25.168190 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 5644 | 2025.02.28 10:06:25.168629 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 162 rows starting from the beginning of the part | ||
| 5645 | 2025.02.28 10:06:25.168922 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 5646 | 2025.02.28 10:06:25.169105 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5647 | 2025.02.28 10:06:25.169501 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5648 | 2025.02.28 10:06:25.171477 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5649 | 2025.02.28 10:06:25.171522 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5650 | 2025.02.28 10:06:25.172622 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5651 | 2025.02.28 10:06:25.172901 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5652 | 2025.02.28 10:06:25.173293 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5653 | 2025.02.28 10:06:25.173334 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2025.02.28 10:06:25.173360 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5655 | 2025.02.28 10:06:25.173429 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006343 sec., 630.6164275579379 rows/sec., 1.13 MiB/sec. | ||
| 5656 | 2025.02.28 10:06:25.173841 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 5657 | 2025.02.28 10:06:25.174630 [ 261 ] {ce1e4e4c-0a18-4ef5-9ce8-8f710a7827cb} <Debug> TCPHandler: Processed in 0.007893073 sec. | ||
| 5658 | 2025.02.28 10:06:25.175249 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2025.02.28 10:06:25.175767 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13889 rows, containing 5 columns (5 merged, 0 gathered) in 0.009340342 sec., 1486990.519190839 rows/sec., 101.51 MiB/sec. | ||
| 5660 | 2025.02.28 10:06:25.175908 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5661 | 2025.02.28 10:06:25.175918 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5662 | 2025.02.28 10:06:25.176120 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5663 | 2025.02.28 10:06:25.176126 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 675 rows starting from the beginning of the part | ||
| 5664 | 2025.02.28 10:06:25.176252 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5665 | 2025.02.28 10:06:25.177447 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2025.02.28 10:06:25.177646 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 5667 | 2025.02.28 10:06:25.177765 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5668 | 2025.02.28 10:06:25.178043 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.68 MiB. | ||
| 5669 | 2025.02.28 10:06:25.178606 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 5670 | 2025.02.28 10:06:25.179407 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 5671 | 2025.02.28 10:06:25.179623 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.02.28 10:06:25.179737 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5673 | 2025.02.28 10:06:25.180194 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 5674 | 2025.02.28 10:06:25.180925 [ 188 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 5675 | 2025.02.28 10:06:25.181386 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5676 | 2025.02.28 10:06:25.182091 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5677 | 2025.02.28 10:06:25.182308 [ 67 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5678 | 2025.02.28 10:06:25.182395 [ 67 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2025.02.28 10:06:25.182485 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5680 | 2025.02.28 10:06:25.182715 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006896 sec., 8700.696055684455 rows/sec., 600.44 KiB/sec. | ||
| 5681 | 2025.02.28 10:06:25.182927 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 5682 | 2025.02.28 10:06:25.183092 [ 262 ] {27d7b0aa-7ac3-46b0-9915-ac40a7cdbd16} <Debug> TCPHandler: Processed in 0.008317068 sec. | ||
| 5683 | 2025.02.28 10:06:25.183465 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5684 | 2025.02.28 10:06:25.183521 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2086 rows starting from the beginning of the part | ||
| 5685 | 2025.02.28 10:06:25.183723 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 5686 | 2025.02.28 10:06:25.183845 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 5687 | 2025.02.28 10:06:25.183998 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 5688 | 2025.02.28 10:06:25.184181 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5689 | 2025.02.28 10:06:25.184318 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5690 | 2025.02.28 10:06:25.186350 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2386 rows, containing 4 columns (4 merged, 0 gathered) in 0.003739899 sec., 637985.1434490611 rows/sec., 42.70 MiB/sec. | ||
| 5691 | 2025.02.28 10:06:25.186676 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5692 | 2025.02.28 10:06:25.187072 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5693 | 2025.02.28 10:06:25.187175 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_46_9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5694 | 2025.02.28 10:06:25.187343 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5695 | 2025.02.28 10:06:25.189996 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 19 columns (19 merged, 0 gathered) in 0.016572326 sec., 45799.24387198273 rows/sec., 82.07 MiB/sec. | ||
| 5696 | 2025.02.28 10:06:25.190797 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5697 | 2025.02.28 10:06:25.191196 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.02.28 10:06:25.191276 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5699 | 2025.02.28 10:06:25.191395 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 5700 | 2025.02.28 10:06:25.473238 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5701 | 2025.02.28 10:06:25.473423 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5702 | 2025.02.28 10:06:25.473495 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5703 | 2025.02.28 10:06:25.474258 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2025.02.28 10:06:25.474310 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5705 | 2025.02.28 10:06:25.474728 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5706 | 2025.02.28 10:06:25.474987 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2025.02.28 10:06:25.475187 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001816 sec., 13215.859030837006 rows/sec., 1.10 MiB/sec. | ||
| 5708 | 2025.02.28 10:06:25.475254 [ 261 ] {49d996b2-bcd2-4961-a991-f8d8effded71} <Debug> TCPHandler: Processed in 0.002145688 sec. | ||
| 5709 | 2025.02.28 10:06:25.475528 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5710 | 2025.02.28 10:06:25.475740 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5711 | 2025.02.28 10:06:25.475821 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5712 | 2025.02.28 10:06:25.476647 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2025.02.28 10:06:25.476699 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5714 | 2025.02.28 10:06:25.477129 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5715 | 2025.02.28 10:06:25.477391 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5716 | 2025.02.28 10:06:25.477637 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001956 sec., 2044.989775051125 rows/sec., 166.75 KiB/sec. | ||
| 5717 | 2025.02.28 10:06:25.477695 [ 262 ] {95cffc47-c2f4-42d8-9c84-43262709a431} <Debug> TCPHandler: Processed in 0.00230301 sec. | ||
| 5718 | 2025.02.28 10:06:25.477855 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5719 | 2025.02.28 10:06:25.477982 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5720 | 2025.02.28 10:06:25.478037 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5721 | 2025.02.28 10:06:25.479181 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5722 | 2025.02.28 10:06:25.479224 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5723 | 2025.02.28 10:06:25.479701 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5724 | 2025.02.28 10:06:25.479938 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5725 | 2025.02.28 10:06:25.480137 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002182 sec., 637030.2474793767 rows/sec., 53.22 MiB/sec. | ||
| 5726 | 2025.02.28 10:06:25.480227 [ 261 ] {964701a0-8b3a-4ee5-b494-ad1cbeed0d2c} <Debug> TCPHandler: Processed in 0.002431902 sec. | ||
| 5727 | 2025.02.28 10:06:25.480466 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5728 | 2025.02.28 10:06:25.480632 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5729 | 2025.02.28 10:06:25.480689 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5730 | 2025.02.28 10:06:25.481401 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5731 | 2025.02.28 10:06:25.481449 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5732 | 2025.02.28 10:06:25.481830 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5733 | 2025.02.28 10:06:25.482078 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5734 | 2025.02.28 10:06:25.482254 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.001652 sec., 31476.99757869249 rows/sec., 2.33 MiB/sec. | ||
| 5735 | 2025.02.28 10:06:25.482304 [ 262 ] {6fea379d-2d69-47b0-bbeb-43ce8896a6cc} <Debug> TCPHandler: Processed in 0.001981066 sec. | ||
| 5736 | 2025.02.28 10:06:25.482457 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5737 | 2025.02.28 10:06:25.482578 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5738 | 2025.02.28 10:06:25.482635 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5739 | 2025.02.28 10:06:25.483404 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5740 | 2025.02.28 10:06:25.483451 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5741 | 2025.02.28 10:06:25.483836 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5742 | 2025.02.28 10:06:25.484066 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2025.02.28 10:06:25.484305 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001749 sec., 144082.33276157806 rows/sec., 9.97 MiB/sec. | ||
| 5744 | 2025.02.28 10:06:25.484447 [ 261 ] {e594b985-a04b-49a4-9b36-7e0a2a99ed91} <Debug> TCPHandler: Processed in 0.002044177 sec. | ||
| 5745 | 2025.02.28 10:06:25.484646 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5746 | 2025.02.28 10:06:25.484782 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5747 | 2025.02.28 10:06:25.484838 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5748 | 2025.02.28 10:06:25.485518 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5749 | 2025.02.28 10:06:25.485564 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5750 | 2025.02.28 10:06:25.485922 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5751 | 2025.02.28 10:06:25.486170 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.02.28 10:06:25.486409 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001638 sec., 7326.007326007327 rows/sec., 572.34 KiB/sec. | ||
| 5753 | 2025.02.28 10:06:25.486544 [ 262 ] {4f517f20-f955-467d-9e4e-3f239f72d9c2} <Debug> TCPHandler: Processed in 0.001990096 sec. | ||
| 5754 | 2025.02.28 10:06:25.486689 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5755 | 2025.02.28 10:06:25.486808 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5756 | 2025.02.28 10:06:25.486856 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5757 | 2025.02.28 10:06:25.487685 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2025.02.28 10:06:25.487724 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5759 | 2025.02.28 10:06:25.488103 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5760 | 2025.02.28 10:06:25.488336 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2025.02.28 10:06:25.488548 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001765 sec., 337677.0538243626 rows/sec., 25.38 MiB/sec. | ||
| 5762 | 2025.02.28 10:06:25.488605 [ 261 ] {f5c896f4-90f9-41eb-8ef7-8580bf1ae339} <Debug> TCPHandler: Processed in 0.001971226 sec. | ||
| 5763 | 2025.02.28 10:06:25.488755 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5764 | 2025.02.28 10:06:25.488892 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5765 | 2025.02.28 10:06:25.488953 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5766 | 2025.02.28 10:06:25.489798 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2025.02.28 10:06:25.489834 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5768 | 2025.02.28 10:06:25.490272 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5769 | 2025.02.28 10:06:25.490518 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5770 | 2025.02.28 10:06:25.490699 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Debug> executeQuery: Read 988 rows, 69.22 KiB in 0.001838 sec., 537540.8052230686 rows/sec., 36.78 MiB/sec. | ||
| 5771 | 2025.02.28 10:06:25.490749 [ 262 ] {a776112d-d5c0-41e4-9795-57bbec1a6ab2} <Debug> TCPHandler: Processed in 0.002060487 sec. | ||
| 5772 | 2025.02.28 10:06:25.490907 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5773 | 2025.02.28 10:06:25.491044 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5774 | 2025.02.28 10:06:25.491138 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <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 | ||
| 5775 | 2025.02.28 10:06:25.492428 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5776 | 2025.02.28 10:06:25.492467 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5777 | 2025.02.28 10:06:25.493123 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5778 | 2025.02.28 10:06:25.493380 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5779 | 2025.02.28 10:06:25.493623 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002609 sec., 13798.390187811421 rows/sec., 24.73 MiB/sec. | ||
| 5780 | 2025.02.28 10:06:25.493737 [ 261 ] {cf6a7438-dcb4-4abb-9dad-3a9e1c9dece6} <Debug> TCPHandler: Processed in 0.002897618 sec. | ||
| 5781 | 2025.02.28 10:06:25.493897 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5782 | 2025.02.28 10:06:25.494033 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5783 | 2025.02.28 10:06:25.494090 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5784 | 2025.02.28 10:06:25.494629 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5785 | 2025.02.28 10:06:25.494665 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5786 | 2025.02.28 10:06:25.495026 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5787 | 2025.02.28 10:06:25.495267 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5788 | 2025.02.28 10:06:25.495459 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001453 sec., 8258.774948382656 rows/sec., 569.94 KiB/sec. | ||
| 5789 | 2025.02.28 10:06:25.495521 [ 262 ] {907d0961-c9bc-4557-89d8-f03e7695db35} <Debug> TCPHandler: Processed in 0.001688822 sec. | ||
| 5790 | 2025.02.28 10:06:26.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.93 MiB, peak 204.71 MiB, free memory in arenas 0.00 B, will set to 200.10 MiB (RSS), difference: 2.17 MiB | ||
| 5791 | 2025.02.28 10:06:28.911716 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 816 | ||
| 5792 | 2025.02.28 10:06:28.915485 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.02.28 10:06:28.915538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5794 | 2025.02.28 10:06:28.917040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5795 | 2025.02.28 10:06:28.917364 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.02.28 10:06:28.917591 [ 146 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5797 | 2025.02.28 10:06:28.917704 [ 146 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.02.28 10:06:28.917761 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5799 | 2025.02.28 10:06:28.918095 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 5800 | 2025.02.28 10:06:28.918491 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816 | ||
| 5801 | 2025.02.28 10:06:28.918922 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5802 | 2025.02.28 10:06:28.919047 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 640 rows starting from the beginning of the part | ||
| 5803 | 2025.02.28 10:06:28.919612 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 5804 | 2025.02.28 10:06:28.920139 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part | ||
| 5805 | 2025.02.28 10:06:28.920673 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 5806 | 2025.02.28 10:06:28.921176 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 5807 | 2025.02.28 10:06:28.921761 [ 195 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
| 5808 | 2025.02.28 10:06:28.929434 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 816 rows, containing 72 columns (72 merged, 0 gathered) in 0.011548321 sec., 70659.62229487732 rows/sec., 60.31 MiB/sec. | ||
| 5809 | 2025.02.28 10:06:28.930850 [ 194 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5810 | 2025.02.28 10:06:28.931692 [ 194 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.02.28 10:06:28.931792 [ 194 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_21_4} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5812 | 2025.02.28 10:06:28.932137 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5813 | 2025.02.28 10:06:30.145990 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5814 | 2025.02.28 10:06:30.146176 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5815 | 2025.02.28 10:06:30.146245 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5816 | 2025.02.28 10:06:30.147030 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.02.28 10:06:30.147070 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5818 | 2025.02.28 10:06:30.147489 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5819 | 2025.02.28 10:06:30.147736 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2025.02.28 10:06:30.147927 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001805 sec., 31024.930747922437 rows/sec., 2.37 MiB/sec. | ||
| 5821 | 2025.02.28 10:06:30.147982 [ 261 ] {b75c8c35-d0e4-43c9-af57-a223a9189132} <Debug> TCPHandler: Processed in 0.002119618 sec. | ||
| 5822 | 2025.02.28 10:06:30.148236 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5823 | 2025.02.28 10:06:30.148426 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5824 | 2025.02.28 10:06:30.148499 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5825 | 2025.02.28 10:06:30.149259 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2025.02.28 10:06:30.149309 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5827 | 2025.02.28 10:06:30.149754 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5828 | 2025.02.28 10:06:30.150007 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2025.02.28 10:06:30.150286 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.63 MiB/sec. | ||
| 5830 | 2025.02.28 10:06:30.150417 [ 262 ] {363c2a86-fe9e-4cd8-b130-6cd102f27321} <Debug> TCPHandler: Processed in 0.00230409 sec. | ||
| 5831 | 2025.02.28 10:06:30.150670 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5832 | 2025.02.28 10:06:30.150840 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5833 | 2025.02.28 10:06:30.150903 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5834 | 2025.02.28 10:06:30.151551 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5835 | 2025.02.28 10:06:30.151597 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5836 | 2025.02.28 10:06:30.152014 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5837 | 2025.02.28 10:06:30.152243 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5838 | 2025.02.28 10:06:30.152432 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001622 sec., 78914.91985203452 rows/sec., 5.50 MiB/sec. | ||
| 5839 | 2025.02.28 10:06:30.152550 [ 261 ] {f8925e35-44fe-4ef9-bb9e-4fafecc619ec} <Debug> TCPHandler: Processed in 0.002022037 sec. | ||
| 5840 | 2025.02.28 10:06:30.152733 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2025.02.28 10:06:30.152859 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5842 | 2025.02.28 10:06:30.152914 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5843 | 2025.02.28 10:06:30.153418 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2025.02.28 10:06:30.153459 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5845 | 2025.02.28 10:06:30.153841 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5846 | 2025.02.28 10:06:30.154080 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.02.28 10:06:30.154288 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001458 sec., 32921.810699588474 rows/sec., 2.22 MiB/sec. | ||
| 5848 | 2025.02.28 10:06:30.154341 [ 262 ] {8abc9199-2806-4028-a4bb-52956a45a0aa} <Debug> TCPHandler: Processed in 0.001703522 sec. | ||
| 5849 | 2025.02.28 10:06:31.355726 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5850 | 2025.02.28 10:06:31.356401 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5851 | 2025.02.28 10:06:31.356450 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5852 | 2025.02.28 10:06:31.356973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5853 | 2025.02.28 10:06:31.357237 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5854 | 2025.02.28 10:06:31.357458 [ 151 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5855 | 2025.02.28 10:06:31.357497 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5856 | 2025.02.28 10:06:31.357546 [ 151 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2025.02.28 10:06:31.357579 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5858 | 2025.02.28 10:06:31.357767 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5859 | 2025.02.28 10:06:31.358115 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5860 | 2025.02.28 10:06:31.358185 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5861 | 2025.02.28 10:06:31.358264 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5862 | 2025.02.28 10:06:31.358450 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5863 | 2025.02.28 10:06:31.358664 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5864 | 2025.02.28 10:06:31.358787 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5865 | 2025.02.28 10:06:31.358975 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 5866 | 2025.02.28 10:06:31.360873 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003221472 sec., 4430893.703251185 rows/sec., 63.38 MiB/sec. | ||
| 5867 | 2025.02.28 10:06:31.361368 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5868 | 2025.02.28 10:06:31.361793 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_31_6} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2025.02.28 10:06:31.361908 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_31_6} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5870 | 2025.02.28 10:06:31.362032 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 5871 | 2025.02.28 10:06:32.368432 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5872 | 2025.02.28 10:06:32.390458 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2025.02.28 10:06:32.390527 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5874 | 2025.02.28 10:06:32.397862 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5875 | 2025.02.28 10:06:32.398633 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2025.02.28 10:06:32.399098 [ 137 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5877 | 2025.02.28 10:06:32.399281 [ 137 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2025.02.28 10:06:32.399386 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5879 | 2025.02.28 10:06:32.399959 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 5880 | 2025.02.28 10:06:32.414077 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5881 | 2025.02.28 10:06:32.415806 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5882 | 2025.02.28 10:06:32.417050 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 5883 | 2025.02.28 10:06:32.422625 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 5884 | 2025.02.28 10:06:32.428278 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 5885 | 2025.02.28 10:06:32.434254 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 5886 | 2025.02.28 10:06:32.440485 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 5887 | 2025.02.28 10:06:32.445162 [ 197 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 5888 | 2025.02.28 10:06:32.504044 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104461403 sec., 2240.0618149844304 rows/sec., 11.58 MiB/sec. | ||
| 5889 | 2025.02.28 10:06:32.506707 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5890 | 2025.02.28 10:06:32.509729 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.02.28 10:06:32.509827 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_31_6} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5892 | 2025.02.28 10:06:32.512359 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5893 | 2025.02.28 10:06:33.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.18 MiB, peak 211.74 MiB, free memory in arenas 0.00 B, will set to 202.50 MiB (RSS), difference: 1.31 MiB | ||
| 5894 | 2025.02.28 10:06:35.147099 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5895 | 2025.02.28 10:06:35.147310 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5896 | 2025.02.28 10:06:35.147394 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5897 | 2025.02.28 10:06:35.148253 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.02.28 10:06:35.148306 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5899 | 2025.02.28 10:06:35.148730 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5900 | 2025.02.28 10:06:35.148981 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2025.02.28 10:06:35.149261 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002 sec., 32000 rows/sec., 2.52 MiB/sec. | ||
| 5902 | 2025.02.28 10:06:35.149398 [ 261 ] {6fc02fc4-075b-4bcc-8224-4b9950ffd1cf} <Debug> TCPHandler: Processed in 0.002436072 sec. | ||
| 5903 | 2025.02.28 10:06:35.149726 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5904 | 2025.02.28 10:06:35.149908 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5905 | 2025.02.28 10:06:35.149981 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5906 | 2025.02.28 10:06:35.150848 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5907 | 2025.02.28 10:06:35.150897 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5908 | 2025.02.28 10:06:35.151336 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5909 | 2025.02.28 10:06:35.151610 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5910 | 2025.02.28 10:06:35.151859 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002 sec., 2000 rows/sec., 150.39 KiB/sec. | ||
| 5911 | 2025.02.28 10:06:35.151927 [ 262 ] {57dc87a5-8275-4aee-bc46-58ef8722ffb6} <Debug> TCPHandler: Processed in 0.002385951 sec. | ||
| 5912 | 2025.02.28 10:06:35.152104 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5913 | 2025.02.28 10:06:35.152249 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5914 | 2025.02.28 10:06:35.152311 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5915 | 2025.02.28 10:06:35.153042 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.02.28 10:06:35.153085 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5917 | 2025.02.28 10:06:35.153451 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5918 | 2025.02.28 10:06:35.153691 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5919 | 2025.02.28 10:06:35.153910 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001695 sec., 40117.994100294985 rows/sec., 3.13 MiB/sec. | ||
| 5920 | 2025.02.28 10:06:35.153969 [ 261 ] {3b9d9933-8295-4b88-b9f4-87c8754cd907} <Debug> TCPHandler: Processed in 0.001934395 sec. | ||
| 5921 | 2025.02.28 10:06:35.154139 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2025.02.28 10:06:35.154270 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5923 | 2025.02.28 10:06:35.154327 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5924 | 2025.02.28 10:06:35.154927 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2025.02.28 10:06:35.154965 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5926 | 2025.02.28 10:06:35.155367 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5927 | 2025.02.28 10:06:35.155607 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2025.02.28 10:06:35.155824 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 5929 | 2025.02.28 10:06:35.155882 [ 262 ] {e267e1a1-7cac-44b8-8ac4-f3ea7ae474cc} <Debug> TCPHandler: Processed in 0.001804264 sec. | ||
| 5930 | 2025.02.28 10:06:35.156048 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2025.02.28 10:06:35.156187 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5932 | 2025.02.28 10:06:35.156282 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <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 | ||
| 5933 | 2025.02.28 10:06:35.157484 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.02.28 10:06:35.157526 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5935 | 2025.02.28 10:06:35.158135 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5936 | 2025.02.28 10:06:35.158386 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.02.28 10:06:35.158638 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002482 sec., 1611.6035455278002 rows/sec., 2.89 MiB/sec. | ||
| 5938 | 2025.02.28 10:06:35.158749 [ 261 ] {affa6808-5ce4-474b-b14f-4d807d8ca021} <Debug> TCPHandler: Processed in 0.002775176 sec. | ||
| 5939 | 2025.02.28 10:06:35.158892 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2025.02.28 10:06:35.159014 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5941 | 2025.02.28 10:06:35.159066 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5942 | 2025.02.28 10:06:35.159563 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2025.02.28 10:06:35.159601 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5944 | 2025.02.28 10:06:35.159970 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5945 | 2025.02.28 10:06:35.160206 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2025.02.28 10:06:35.160435 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
| 5947 | 2025.02.28 10:06:35.160489 [ 262 ] {1bf066ce-2f70-4bed-b2e9-8886c65662fd} <Debug> TCPHandler: Processed in 0.001651332 sec. | ||
| 5948 | 2025.02.28 10:06:36.122273 [ 145 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5949 | 2025.02.28 10:06:36.122339 [ 145 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2025.02.28 10:06:36.122361 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5951 | 2025.02.28 10:06:36.122528 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 5952 | 2025.02.28 10:06:36.122701 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5953 | 2025.02.28 10:06:36.122743 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 5954 | 2025.02.28 10:06:36.122847 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 5955 | 2025.02.28 10:06:36.122949 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 5956 | 2025.02.28 10:06:36.123176 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 5957 | 2025.02.28 10:06:36.123295 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 5958 | 2025.02.28 10:06:36.124605 [ 187 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.002170818 sec., 326144.3382172066 rows/sec., 22.63 MiB/sec. | ||
| 5959 | 2025.02.28 10:06:36.124769 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5960 | 2025.02.28 10:06:36.125063 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2025.02.28 10:06:36.125145 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_9_2} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5962 | 2025.02.28 10:06:36.125228 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5963 | 2025.02.28 10:06:36.625378 [ 145 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5964 | 2025.02.28 10:06:36.625443 [ 145 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5965 | 2025.02.28 10:06:36.625464 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5966 | 2025.02.28 10:06:36.625634 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 5967 | 2025.02.28 10:06:36.625798 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5968 | 2025.02.28 10:06:36.625841 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 5969 | 2025.02.28 10:06:36.625933 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
| 5970 | 2025.02.28 10:06:36.626165 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 5971 | 2025.02.28 10:06:36.626384 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 5972 | 2025.02.28 10:06:36.626542 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 5973 | 2025.02.28 10:06:36.627529 [ 187 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001987626 sec., 187157.94621322118 rows/sec., 11.73 MiB/sec. | ||
| 5974 | 2025.02.28 10:06:36.627718 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5975 | 2025.02.28 10:06:36.628041 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.02.28 10:06:36.628120 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_9_2} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5977 | 2025.02.28 10:06:36.628199 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5978 | 2025.02.28 10:06:38.722801 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5979 | 2025.02.28 10:06:38.722873 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5980 | 2025.02.28 10:06:38.857707 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 5981 | 2025.02.28 10:06:38.858657 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.02.28 10:06:38.858705 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5983 | 2025.02.28 10:06:38.859333 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5984 | 2025.02.28 10:06:38.859593 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.02.28 10:06:38.859830 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5986 | 2025.02.28 10:06:38.918762 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 836 | ||
| 5987 | 2025.02.28 10:06:38.921585 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5988 | 2025.02.28 10:06:38.921634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5989 | 2025.02.28 10:06:38.923080 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5990 | 2025.02.28 10:06:38.923389 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5991 | 2025.02.28 10:06:38.923965 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836 | ||
| 5992 | 2025.02.28 10:06:39.001736 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001182335 sec. | ||
| 5993 | 2025.02.28 10:06:39.914198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5994 | 2025.02.28 10:06:39.933140 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5995 | 2025.02.28 10:06:39.933202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 5996 | 2025.02.28 10:06:39.940115 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5997 | 2025.02.28 10:06:39.940857 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2025.02.28 10:06:39.943506 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5999 | 2025.02.28 10:06:40.148963 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6000 | 2025.02.28 10:06:40.149169 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6001 | 2025.02.28 10:06:40.149255 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6002 | 2025.02.28 10:06:40.150080 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6003 | 2025.02.28 10:06:40.150134 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6004 | 2025.02.28 10:06:40.150592 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6005 | 2025.02.28 10:06:40.150848 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6006 | 2025.02.28 10:06:40.151106 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001992 sec., 64257.02811244981 rows/sec., 5.50 MiB/sec. | ||
| 6007 | 2025.02.28 10:06:40.151177 [ 261 ] {38e12dcf-6ef3-4dab-90a4-cd8adab5b5e1} <Debug> TCPHandler: Processed in 0.002348751 sec. | ||
| 6008 | 2025.02.28 10:06:40.151459 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6009 | 2025.02.28 10:06:40.151657 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6010 | 2025.02.28 10:06:40.151732 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6011 | 2025.02.28 10:06:40.152516 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2025.02.28 10:06:40.152571 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6013 | 2025.02.28 10:06:40.153020 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6014 | 2025.02.28 10:06:40.153283 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2025.02.28 10:06:40.153531 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001926 sec., 18691.58878504673 rows/sec., 1.37 MiB/sec. | ||
| 6016 | 2025.02.28 10:06:40.153602 [ 262 ] {54e2ad82-9495-47d6-99a4-2023d0ce2297} <Debug> TCPHandler: Processed in 0.002310631 sec. | ||
| 6017 | 2025.02.28 10:06:40.153794 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6018 | 2025.02.28 10:06:40.153962 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6019 | 2025.02.28 10:06:40.154027 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6020 | 2025.02.28 10:06:40.154700 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2025.02.28 10:06:40.154743 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6022 | 2025.02.28 10:06:40.155128 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6023 | 2025.02.28 10:06:40.155378 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2025.02.28 10:06:40.155602 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001685 sec., 59347.18100890207 rows/sec., 4.64 MiB/sec. | ||
| 6025 | 2025.02.28 10:06:40.155660 [ 261 ] {365394c7-af6f-4238-ba53-77b69e653adb} <Debug> TCPHandler: Processed in 0.001941835 sec. | ||
| 6026 | 2025.02.28 10:06:40.155819 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2025.02.28 10:06:40.155952 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6028 | 2025.02.28 10:06:40.156011 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6029 | 2025.02.28 10:06:40.156616 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2025.02.28 10:06:40.156658 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6031 | 2025.02.28 10:06:40.157071 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6032 | 2025.02.28 10:06:40.157316 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6033 | 2025.02.28 10:06:40.157569 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 6034 | 2025.02.28 10:06:40.157638 [ 262 ] {4bb91fee-fdab-4aa8-8d42-7afd6bda9aed} <Debug> TCPHandler: Processed in 0.001881654 sec. | ||
| 6035 | 2025.02.28 10:06:40.157859 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.02.28 10:06:40.158020 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.02.28 10:06:40.158119 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <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 | ||
| 6038 | 2025.02.28 10:06:40.159506 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2025.02.28 10:06:40.159547 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6040 | 2025.02.28 10:06:40.160246 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6041 | 2025.02.28 10:06:40.160509 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2025.02.28 10:06:40.160762 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00277 sec., 12996.389891696752 rows/sec., 23.29 MiB/sec. | ||
| 6043 | 2025.02.28 10:06:40.160893 [ 261 ] {13c14943-6ff0-4674-abdc-8a68266a62e3} <Debug> TCPHandler: Processed in 0.003143721 sec. | ||
| 6044 | 2025.02.28 10:06:40.161055 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6045 | 2025.02.28 10:06:40.161195 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6046 | 2025.02.28 10:06:40.161257 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6047 | 2025.02.28 10:06:40.161834 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.02.28 10:06:40.161877 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6049 | 2025.02.28 10:06:40.162268 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6050 | 2025.02.28 10:06:40.162514 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.02.28 10:06:40.162724 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 6052 | 2025.02.28 10:06:40.162779 [ 262 ] {5cff1d2c-c26e-418e-b60f-6a822f91bd17} <Debug> TCPHandler: Processed in 0.001794993 sec. | ||
| 6053 | 2025.02.28 10:06:45.147291 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2025.02.28 10:06:45.147519 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6055 | 2025.02.28 10:06:45.147603 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6056 | 2025.02.28 10:06:45.148432 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.02.28 10:06:45.148476 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6058 | 2025.02.28 10:06:45.148904 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6059 | 2025.02.28 10:06:45.149152 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.02.28 10:06:45.149361 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 171.67 KiB/sec. | ||
| 6061 | 2025.02.28 10:06:45.149425 [ 261 ] {f7ccf326-86ce-4376-bc3b-fd4a83c2c2bb} <Debug> TCPHandler: Processed in 0.002273099 sec. | ||
| 6062 | 2025.02.28 10:06:45.149686 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6063 | 2025.02.28 10:06:45.149900 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6064 | 2025.02.28 10:06:45.149980 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6065 | 2025.02.28 10:06:45.150764 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.02.28 10:06:45.150809 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6067 | 2025.02.28 10:06:45.151245 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6068 | 2025.02.28 10:06:45.151493 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.02.28 10:06:45.151669 [ 135 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6070 | 2025.02.28 10:06:45.151733 [ 135 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.02.28 10:06:45.151771 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001916 sec., 34446.76409185804 rows/sec., 2.71 MiB/sec. | ||
| 6072 | 2025.02.28 10:06:45.151779 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6073 | 2025.02.28 10:06:45.151932 [ 262 ] {233277a3-8476-43b3-87d7-928e96ac4fc5} <Debug> TCPHandler: Processed in 0.002377111 sec. | ||
| 6074 | 2025.02.28 10:06:45.152048 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 6075 | 2025.02.28 10:06:45.152125 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.02.28 10:06:45.152339 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6077 | 2025.02.28 10:06:45.152345 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6078 | 2025.02.28 10:06:45.152409 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1966 rows starting from the beginning of the part | ||
| 6079 | 2025.02.28 10:06:45.152450 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6080 | 2025.02.28 10:06:45.152738 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1390 rows starting from the beginning of the part | ||
| 6081 | 2025.02.28 10:06:45.153028 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 6082 | 2025.02.28 10:06:45.153327 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6083 | 2025.02.28 10:06:45.153628 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6084 | 2025.02.28 10:06:45.153976 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 66 rows starting from the beginning of the part | ||
| 6085 | 2025.02.28 10:06:45.155318 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6086 | 2025.02.28 10:06:45.155366 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6087 | 2025.02.28 10:06:45.156328 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6088 | 2025.02.28 10:06:45.156743 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2025.02.28 10:06:45.156962 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.004698 sec., 1702.8522775649212 rows/sec., 123.47 KiB/sec. | ||
| 6090 | 2025.02.28 10:06:45.157038 [ 261 ] {90620126-2e0d-4544-8cfc-e0f5d514ce2c} <Debug> TCPHandler: Processed in 0.004994415 sec. | ||
| 6091 | 2025.02.28 10:06:45.157265 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6092 | 2025.02.28 10:06:45.157588 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6093 | 2025.02.28 10:06:45.157589 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.005670954 sec., 647157.4271277813 rows/sec., 55.88 MiB/sec. | ||
| 6094 | 2025.02.28 10:06:45.157667 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6095 | 2025.02.28 10:06:45.157980 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6096 | 2025.02.28 10:06:45.158607 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.02.28 10:06:45.158815 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_51_10} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6098 | 2025.02.28 10:06:45.159029 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6099 | 2025.02.28 10:06:45.159095 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2025.02.28 10:06:45.159141 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6101 | 2025.02.28 10:06:45.159530 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6102 | 2025.02.28 10:06:45.159774 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6103 | 2025.02.28 10:06:45.159934 [ 135 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6104 | 2025.02.28 10:06:45.159994 [ 135 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.02.28 10:06:45.160036 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6106 | 2025.02.28 10:06:45.160036 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002498 sec., 28823.058446757408 rows/sec., 2.25 MiB/sec. | ||
| 6107 | 2025.02.28 10:06:45.160222 [ 262 ] {42e7a752-130d-433d-924c-c02e85b6df8b} <Debug> TCPHandler: Processed in 0.00307019 sec. | ||
| 6108 | 2025.02.28 10:06:45.160326 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 6109 | 2025.02.28 10:06:45.160442 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6110 | 2025.02.28 10:06:45.160546 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6111 | 2025.02.28 10:06:45.160626 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 950 rows starting from the beginning of the part | ||
| 6112 | 2025.02.28 10:06:45.160666 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6113 | 2025.02.28 10:06:45.160827 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6114 | 2025.02.28 10:06:45.161008 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 596 rows starting from the beginning of the part | ||
| 6115 | 2025.02.28 10:06:45.161398 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 6116 | 2025.02.28 10:06:45.161815 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 68 rows starting from the beginning of the part | ||
| 6117 | 2025.02.28 10:06:45.162127 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 100 rows starting from the beginning of the part | ||
| 6118 | 2025.02.28 10:06:45.162293 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part | ||
| 6119 | 2025.02.28 10:06:45.163228 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.02.28 10:06:45.163302 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6121 | 2025.02.28 10:06:45.164404 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6122 | 2025.02.28 10:06:45.164849 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.02.28 10:06:45.165069 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6124 | 2025.02.28 10:06:45.165174 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2025.02.28 10:06:45.165247 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6126 | 2025.02.28 10:06:45.165260 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004646 sec., 34868.70426173052 rows/sec., 2.43 MiB/sec. | ||
| 6127 | 2025.02.28 10:06:45.165912 [ 261 ] {469c57b7-9e1e-4d24-869e-832de7a34504} <Debug> TCPHandler: Processed in 0.005536112 sec. | ||
| 6128 | 2025.02.28 10:06:45.166039 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 6129 | 2025.02.28 10:06:45.166655 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 5 columns (5 merged, 0 gathered) in 0.006501765 sec., 284538.12157160405 rows/sec., 22.33 MiB/sec. | ||
| 6130 | 2025.02.28 10:06:45.166759 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6131 | 2025.02.28 10:06:45.166847 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6132 | 2025.02.28 10:06:45.167050 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13889 rows starting from the beginning of the part | ||
| 6133 | 2025.02.28 10:06:45.167171 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6134 | 2025.02.28 10:06:45.167363 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6135 | 2025.02.28 10:06:45.167808 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 988 rows starting from the beginning of the part | ||
| 6136 | 2025.02.28 10:06:45.168409 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <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 | ||
| 6137 | 2025.02.28 10:06:45.168543 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 128 rows starting from the beginning of the part | ||
| 6138 | 2025.02.28 10:06:45.169545 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6139 | 2025.02.28 10:06:45.169664 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2025.02.28 10:06:45.170157 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 6141 | 2025.02.28 10:06:45.170259 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_51_10} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6142 | 2025.02.28 10:06:45.170742 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6143 | 2025.02.28 10:06:45.170766 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part | ||
| 6144 | 2025.02.28 10:06:45.173383 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.02.28 10:06:45.173441 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6146 | 2025.02.28 10:06:45.175011 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6147 | 2025.02.28 10:06:45.175622 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.02.28 10:06:45.176333 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.009187 sec., 435.3978447806683 rows/sec., 798.94 KiB/sec. | ||
| 6149 | 2025.02.28 10:06:45.176865 [ 262 ] {3d569481-b956-4d3d-8cfe-3c0447997870} <Debug> TCPHandler: Processed in 0.01078344 sec. | ||
| 6150 | 2025.02.28 10:06:45.177058 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.02.28 10:06:45.177190 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.02.28 10:06:45.177257 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6153 | 2025.02.28 10:06:45.177851 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.02.28 10:06:45.177891 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6155 | 2025.02.28 10:06:45.178244 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15487 rows, containing 5 columns (5 merged, 0 gathered) in 0.012819077 sec., 1208121.302337134 rows/sec., 82.55 MiB/sec. | ||
| 6156 | 2025.02.28 10:06:45.178523 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6157 | 2025.02.28 10:06:45.178787 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6158 | 2025.02.28 10:06:45.178938 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6159 | 2025.02.28 10:06:45.179193 [ 134 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6160 | 2025.02.28 10:06:45.179291 [ 134 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6161 | 2025.02.28 10:06:45.179350 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6162 | 2025.02.28 10:06:45.179429 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002248 sec., 26690.391459074734 rows/sec., 1.80 MiB/sec. | ||
| 6163 | 2025.02.28 10:06:45.179765 [ 261 ] {34e6a96f-f370-4c8a-99fe-cd25f7bb4f07} <Debug> TCPHandler: Processed in 0.002787996 sec. | ||
| 6164 | 2025.02.28 10:06:45.179781 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2025.02.28 10:06:45.179833 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6166 | 2025.02.28 10:06:45.180057 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6167 | 2025.02.28 10:06:45.180120 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6168 | 2025.02.28 10:06:45.180210 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2386 rows starting from the beginning of the part | ||
| 6169 | 2025.02.28 10:06:45.180247 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 6170 | 2025.02.28 10:06:45.180361 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
| 6171 | 2025.02.28 10:06:45.180446 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 6172 | 2025.02.28 10:06:45.180516 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6173 | 2025.02.28 10:06:45.180727 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6174 | 2025.02.28 10:06:45.180914 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6175 | 2025.02.28 10:06:45.182565 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2626 rows, containing 4 columns (4 merged, 0 gathered) in 0.0030598 sec., 858226.0278449572 rows/sec., 57.48 MiB/sec. | ||
| 6176 | 2025.02.28 10:06:45.182850 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6177 | 2025.02.28 10:06:45.183191 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2025.02.28 10:06:45.183281 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_51_10} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6179 | 2025.02.28 10:06:45.183372 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6180 | 2025.02.28 10:06:46.359982 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6181 | 2025.02.28 10:06:46.360666 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2025.02.28 10:06:46.360711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6183 | 2025.02.28 10:06:46.361244 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6184 | 2025.02.28 10:06:46.361510 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2025.02.28 10:06:46.361835 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6186 | 2025.02.28 10:06:47.443609 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6187 | 2025.02.28 10:06:47.464170 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2025.02.28 10:06:47.464235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. | ||
| 6189 | 2025.02.28 10:06:47.471553 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6190 | 2025.02.28 10:06:47.472312 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2025.02.28 10:06:47.475217 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6192 | 2025.02.28 10:06:48.924165 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 862 | ||
| 6193 | 2025.02.28 10:06:48.927138 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6194 | 2025.02.28 10:06:48.927201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6195 | 2025.02.28 10:06:48.928677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6196 | 2025.02.28 10:06:48.929003 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6197 | 2025.02.28 10:06:48.930145 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862 | ||
| 6198 | 2025.02.28 10:06:50.148848 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6199 | 2025.02.28 10:06:50.149137 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6200 | 2025.02.28 10:06:50.149249 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6201 | 2025.02.28 10:06:50.150152 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2025.02.28 10:06:50.150212 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6203 | 2025.02.28 10:06:50.150695 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6204 | 2025.02.28 10:06:50.150955 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2025.02.28 10:06:50.151225 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002166 sec., 59095.10618651893 rows/sec., 5.06 MiB/sec. | ||
| 6206 | 2025.02.28 10:06:50.151332 [ 261 ] {c3eb94db-9cdd-4b6d-843c-b7def80d9755} <Debug> TCPHandler: Processed in 0.002653985 sec. | ||
| 6207 | 2025.02.28 10:06:50.151648 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.02.28 10:06:50.151854 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6209 | 2025.02.28 10:06:50.151933 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6210 | 2025.02.28 10:06:50.152730 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.02.28 10:06:50.152773 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6212 | 2025.02.28 10:06:50.153211 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6213 | 2025.02.28 10:06:50.153470 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.02.28 10:06:50.153618 [ 129 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6215 | 2025.02.28 10:06:50.153672 [ 129 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2025.02.28 10:06:50.153684 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001885 sec., 19098.14323607427 rows/sec., 1.40 MiB/sec. | ||
| 6217 | 2025.02.28 10:06:50.153701 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6218 | 2025.02.28 10:06:50.153789 [ 262 ] {35578d93-2a66-4189-9db6-72dd265930af} <Debug> TCPHandler: Processed in 0.00231256 sec. | ||
| 6219 | 2025.02.28 10:06:50.153861 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 6220 | 2025.02.28 10:06:50.153968 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6221 | 2025.02.28 10:06:50.154034 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6222 | 2025.02.28 10:06:50.154086 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
| 6223 | 2025.02.28 10:06:50.154236 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6224 | 2025.02.28 10:06:50.154373 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 52 rows starting from the beginning of the part | ||
| 6225 | 2025.02.28 10:06:50.154405 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6226 | 2025.02.28 10:06:50.154872 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 6227 | 2025.02.28 10:06:50.155199 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 6228 | 2025.02.28 10:06:50.155644 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 6229 | 2025.02.28 10:06:50.156029 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 6230 | 2025.02.28 10:06:50.157253 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2025.02.28 10:06:50.157335 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6232 | 2025.02.28 10:06:50.158467 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6233 | 2025.02.28 10:06:50.158811 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.005024136 sec., 62100.22977085015 rows/sec., 4.48 MiB/sec. | ||
| 6234 | 2025.02.28 10:06:50.158944 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2025.02.28 10:06:50.159130 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6236 | 2025.02.28 10:06:50.159427 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005254 sec., 19033.11762466692 rows/sec., 1.49 MiB/sec. | ||
| 6237 | 2025.02.28 10:06:50.159730 [ 261 ] {20a9f231-39d4-4b26-a32c-50686c54b1c1} <Debug> TCPHandler: Processed in 0.005845316 sec. | ||
| 6238 | 2025.02.28 10:06:50.160288 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6239 | 2025.02.28 10:06:50.160317 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.02.28 10:06:50.160564 [ 192 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_41_8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6241 | 2025.02.28 10:06:50.160575 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6242 | 2025.02.28 10:06:50.160691 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6243 | 2025.02.28 10:06:50.160736 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6244 | 2025.02.28 10:06:50.161332 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.02.28 10:06:50.161375 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6246 | 2025.02.28 10:06:50.161778 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6247 | 2025.02.28 10:06:50.162036 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2025.02.28 10:06:50.162266 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. | ||
| 6249 | 2025.02.28 10:06:50.162417 [ 262 ] {fd724302-508a-40be-9a79-7fbb1ddaa3be} <Debug> TCPHandler: Processed in 0.002330481 sec. | ||
| 6250 | 2025.02.28 10:06:50.162655 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2025.02.28 10:06:50.162822 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6252 | 2025.02.28 10:06:50.162916 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <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 | ||
| 6253 | 2025.02.28 10:06:50.164208 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2025.02.28 10:06:50.164249 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6255 | 2025.02.28 10:06:50.164938 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6256 | 2025.02.28 10:06:50.165207 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2025.02.28 10:06:50.165425 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6258 | 2025.02.28 10:06:50.165515 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2025.02.28 10:06:50.165538 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002742 sec., 13129.10284463895 rows/sec., 23.53 MiB/sec. | ||
| 6260 | 2025.02.28 10:06:50.165578 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6261 | 2025.02.28 10:06:50.166227 [ 261 ] {ce2fa6d4-54ea-43d2-bcde-a616d8a77235} <Debug> TCPHandler: Processed in 0.003699558 sec. | ||
| 6262 | 2025.02.28 10:06:50.166315 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 6263 | 2025.02.28 10:06:50.166714 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6264 | 2025.02.28 10:06:50.167122 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6265 | 2025.02.28 10:06:50.167252 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6266 | 2025.02.28 10:06:50.167733 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6267 | 2025.02.28 10:06:50.167995 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 759 rows starting from the beginning of the part | ||
| 6268 | 2025.02.28 10:06:50.168738 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 6269 | 2025.02.28 10:06:50.169568 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 6270 | 2025.02.28 10:06:50.169574 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.02.28 10:06:50.169655 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6272 | 2025.02.28 10:06:50.170165 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 6273 | 2025.02.28 10:06:50.170891 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 6274 | 2025.02.28 10:06:50.171106 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6275 | 2025.02.28 10:06:50.171492 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part | ||
| 6276 | 2025.02.28 10:06:50.172058 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.02.28 10:06:50.172681 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0057 sec., 10526.315789473683 rows/sec., 726.43 KiB/sec. | ||
| 6278 | 2025.02.28 10:06:50.172773 [ 262 ] {f38dcb2d-5df6-4278-8ef5-bbb05e772363} <Debug> TCPHandler: Processed in 0.006383964 sec. | ||
| 6279 | 2025.02.28 10:06:50.182253 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 875 rows, containing 19 columns (19 merged, 0 gathered) in 0.016469845 sec., 53127.39737380649 rows/sec., 95.20 MiB/sec. | ||
| 6280 | 2025.02.28 10:06:50.183411 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6281 | 2025.02.28 10:06:50.183847 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2025.02.28 10:06:50.183929 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6283 | 2025.02.28 10:06:50.184078 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 6284 | 2025.02.28 10:06:51.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.10 MiB, peak 211.74 MiB, free memory in arenas 0.00 B, will set to 206.82 MiB (RSS), difference: 2.72 MiB | ||
| 6285 | 2025.02.28 10:06:53.722907 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6286 | 2025.02.28 10:06:53.722966 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6287 | 2025.02.28 10:06:53.862026 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6288 | 2025.02.28 10:06:53.862842 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.02.28 10:06:53.862887 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6290 | 2025.02.28 10:06:53.863416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6291 | 2025.02.28 10:06:53.863668 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.02.28 10:06:53.863865 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6293 | 2025.02.28 10:06:54.975318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6294 | 2025.02.28 10:06:54.996054 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.02.28 10:06:54.996102 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6296 | 2025.02.28 10:06:55.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.34 MiB, peak 211.74 MiB, free memory in arenas 0.00 B, will set to 206.82 MiB (RSS), difference: -4.52 MiB | ||
| 6297 | 2025.02.28 10:06:55.004477 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6298 | 2025.02.28 10:06:55.005257 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6299 | 2025.02.28 10:06:55.008671 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6300 | 2025.02.28 10:06:55.146927 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6301 | 2025.02.28 10:06:55.147148 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6302 | 2025.02.28 10:06:55.147234 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6303 | 2025.02.28 10:06:55.148080 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6304 | 2025.02.28 10:06:55.148130 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6305 | 2025.02.28 10:06:55.148580 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6306 | 2025.02.28 10:06:55.148840 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6307 | 2025.02.28 10:06:55.149089 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.52 MiB/sec. | ||
| 6308 | 2025.02.28 10:06:55.149159 [ 261 ] {5f469af8-5e3a-46d8-be30-e09c8145e9c6} <Debug> TCPHandler: Processed in 0.002372531 sec. | ||
| 6309 | 2025.02.28 10:06:55.149482 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6310 | 2025.02.28 10:06:55.149775 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6311 | 2025.02.28 10:06:55.149889 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6312 | 2025.02.28 10:06:55.150887 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6313 | 2025.02.28 10:06:55.150935 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6314 | 2025.02.28 10:06:55.151379 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6315 | 2025.02.28 10:06:55.151635 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2025.02.28 10:06:55.151884 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002191 sec., 1825.6503879507077 rows/sec., 137.28 KiB/sec. | ||
| 6317 | 2025.02.28 10:06:55.151952 [ 262 ] {1196c3d8-b2b9-4cc3-b67a-d5355e2497ae} <Debug> TCPHandler: Processed in 0.002648345 sec. | ||
| 6318 | 2025.02.28 10:06:55.152092 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6319 | 2025.02.28 10:06:55.152219 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6320 | 2025.02.28 10:06:55.152271 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6321 | 2025.02.28 10:06:55.152895 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6322 | 2025.02.28 10:06:55.152936 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6323 | 2025.02.28 10:06:55.153307 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6324 | 2025.02.28 10:06:55.153542 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6325 | 2025.02.28 10:06:55.153798 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001604 sec., 42394.014962593516 rows/sec., 3.31 MiB/sec. | ||
| 6326 | 2025.02.28 10:06:55.153935 [ 261 ] {03c145bc-c405-4c86-98e5-7787edd4fdd2} <Debug> TCPHandler: Processed in 0.001900224 sec. | ||
| 6327 | 2025.02.28 10:06:55.154216 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.02.28 10:06:55.154440 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6329 | 2025.02.28 10:06:55.154541 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6330 | 2025.02.28 10:06:55.155139 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.02.28 10:06:55.155181 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6332 | 2025.02.28 10:06:55.155588 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6333 | 2025.02.28 10:06:55.155844 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.02.28 10:06:55.156100 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 6335 | 2025.02.28 10:06:55.156249 [ 262 ] {cf2ca9cb-da49-4578-a287-5fab9a5d8ffe} <Debug> TCPHandler: Processed in 0.002192939 sec. | ||
| 6336 | 2025.02.28 10:06:55.156489 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2025.02.28 10:06:55.156635 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6338 | 2025.02.28 10:06:55.156730 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <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 | ||
| 6339 | 2025.02.28 10:06:55.157958 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.02.28 10:06:55.157998 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6341 | 2025.02.28 10:06:55.158626 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6342 | 2025.02.28 10:06:55.158872 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.02.28 10:06:55.159166 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002553 sec., 1566.7841754798276 rows/sec., 2.81 MiB/sec. | ||
| 6344 | 2025.02.28 10:06:55.159675 [ 261 ] {ebe1ef3b-444d-4dbd-af21-a7539c875b61} <Debug> TCPHandler: Processed in 0.003295262 sec. | ||
| 6345 | 2025.02.28 10:06:55.159865 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6346 | 2025.02.28 10:06:55.159986 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6347 | 2025.02.28 10:06:55.160037 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6348 | 2025.02.28 10:06:55.160528 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2025.02.28 10:06:55.160566 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6350 | 2025.02.28 10:06:55.160935 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6351 | 2025.02.28 10:06:55.161178 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2025.02.28 10:06:55.161367 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 6353 | 2025.02.28 10:06:55.161434 [ 262 ] {e11e8090-b1d5-424e-84d1-4c1784cfb632} <Debug> TCPHandler: Processed in 0.001648681 sec. | ||
| 6354 | 2025.02.28 10:06:56.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.26 MiB, peak 211.74 MiB, free memory in arenas 0.00 B, will set to 206.82 MiB (RSS), difference: 3.56 MiB | ||
| 6355 | 2025.02.28 10:06:56.430808 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6356 | 2025.02.28 10:06:56.431093 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6357 | 2025.02.28 10:06:56.431201 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6358 | 2025.02.28 10:06:56.432129 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2025.02.28 10:06:56.432180 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6360 | 2025.02.28 10:06:56.432613 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6361 | 2025.02.28 10:06:56.432872 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6362 | 2025.02.28 10:06:56.433117 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002093 sec., 11466.794075489728 rows/sec., 974.23 KiB/sec. | ||
| 6363 | 2025.02.28 10:06:56.433302 [ 261 ] {782d2e47-de3e-4afc-a30d-a170f13da0ba} <Debug> TCPHandler: Processed in 0.002665575 sec. | ||
| 6364 | 2025.02.28 10:06:56.433637 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6365 | 2025.02.28 10:06:56.433848 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6366 | 2025.02.28 10:06:56.433926 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6367 | 2025.02.28 10:06:56.434707 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6368 | 2025.02.28 10:06:56.434751 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6369 | 2025.02.28 10:06:56.435169 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6370 | 2025.02.28 10:06:56.435421 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6371 | 2025.02.28 10:06:56.435663 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001871 sec., 3206.841261357563 rows/sec., 261.50 KiB/sec. | ||
| 6372 | 2025.02.28 10:06:56.435725 [ 262 ] {9c6872d0-ceae-4c43-88c1-9cf662b7a9c9} <Debug> TCPHandler: Processed in 0.00224418 sec. | ||
| 6373 | 2025.02.28 10:06:56.435897 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6374 | 2025.02.28 10:06:56.436047 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6375 | 2025.02.28 10:06:56.436108 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6376 | 2025.02.28 10:06:56.437320 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.02.28 10:06:56.437360 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6378 | 2025.02.28 10:06:56.437819 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6379 | 2025.02.28 10:06:56.438058 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.02.28 10:06:56.438243 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002232 sec., 623207.8853046595 rows/sec., 52.06 MiB/sec. | ||
| 6381 | 2025.02.28 10:06:56.438305 [ 261 ] {fe207058-8fe4-457d-9bbc-bc443049352b} <Debug> TCPHandler: Processed in 0.002480632 sec. | ||
| 6382 | 2025.02.28 10:06:56.438468 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2025.02.28 10:06:56.438635 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6384 | 2025.02.28 10:06:56.438695 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6385 | 2025.02.28 10:06:56.439458 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6386 | 2025.02.28 10:06:56.439505 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6387 | 2025.02.28 10:06:56.439881 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6388 | 2025.02.28 10:06:56.440133 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6389 | 2025.02.28 10:06:56.440337 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.001737 sec., 31088.082901554404 rows/sec., 2.30 MiB/sec. | ||
| 6390 | 2025.02.28 10:06:56.440392 [ 262 ] {8a4ed1d5-375d-47ec-b016-3b378e495a4c} <Debug> TCPHandler: Processed in 0.001992686 sec. | ||
| 6391 | 2025.02.28 10:06:56.440537 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6392 | 2025.02.28 10:06:56.440659 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6393 | 2025.02.28 10:06:56.440710 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6394 | 2025.02.28 10:06:56.441367 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2025.02.28 10:06:56.441405 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6396 | 2025.02.28 10:06:56.441773 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6397 | 2025.02.28 10:06:56.442005 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.02.28 10:06:56.442230 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001598 sec., 157697.1214017522 rows/sec., 10.91 MiB/sec. | ||
| 6399 | 2025.02.28 10:06:56.442432 [ 261 ] {52de452f-b1a9-48ea-8ddb-a1405293278f} <Debug> TCPHandler: Processed in 0.001945245 sec. | ||
| 6400 | 2025.02.28 10:06:56.442638 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6401 | 2025.02.28 10:06:56.442864 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6402 | 2025.02.28 10:06:56.442953 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6403 | 2025.02.28 10:06:56.443815 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6404 | 2025.02.28 10:06:56.443855 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6405 | 2025.02.28 10:06:56.444306 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6406 | 2025.02.28 10:06:56.444706 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6407 | 2025.02.28 10:06:56.444911 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002103 sec., 5706.134094151213 rows/sec., 445.79 KiB/sec. | ||
| 6408 | 2025.02.28 10:06:56.444965 [ 262 ] {30f72fcc-8c9f-48af-9ef9-70f4efd56514} <Debug> TCPHandler: Processed in 0.002437802 sec. | ||
| 6409 | 2025.02.28 10:06:56.445119 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6410 | 2025.02.28 10:06:56.445263 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6411 | 2025.02.28 10:06:56.445341 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6412 | 2025.02.28 10:06:56.446170 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2025.02.28 10:06:56.446207 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6414 | 2025.02.28 10:06:56.446602 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6415 | 2025.02.28 10:06:56.446852 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6416 | 2025.02.28 10:06:56.447071 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001827 sec., 327312.5342090859 rows/sec., 24.61 MiB/sec. | ||
| 6417 | 2025.02.28 10:06:56.447173 [ 261 ] {32b40907-a578-4ca5-b71a-4a5c19175c57} <Debug> TCPHandler: Processed in 0.002114548 sec. | ||
| 6418 | 2025.02.28 10:06:56.447427 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6419 | 2025.02.28 10:06:56.447568 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6420 | 2025.02.28 10:06:56.447631 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6421 | 2025.02.28 10:06:56.448540 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2025.02.28 10:06:56.448587 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6423 | 2025.02.28 10:06:56.449042 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6424 | 2025.02.28 10:06:56.449294 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.02.28 10:06:56.449520 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Debug> executeQuery: Read 949 rows, 65.60 KiB in 0.001982 sec., 478809.28355196776 rows/sec., 32.32 MiB/sec. | ||
| 6426 | 2025.02.28 10:06:56.449579 [ 262 ] {09972770-b46a-48f9-9c7d-b1d011258913} <Debug> TCPHandler: Processed in 0.002290189 sec. | ||
| 6427 | 2025.02.28 10:06:56.449733 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6428 | 2025.02.28 10:06:56.449850 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6429 | 2025.02.28 10:06:56.449932 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <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 | ||
| 6430 | 2025.02.28 10:06:56.451151 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6431 | 2025.02.28 10:06:56.451189 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6432 | 2025.02.28 10:06:56.451853 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6433 | 2025.02.28 10:06:56.452112 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6434 | 2025.02.28 10:06:56.452332 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002507 sec., 14359.792580773832 rows/sec., 25.73 MiB/sec. | ||
| 6435 | 2025.02.28 10:06:56.452677 [ 261 ] {9953c200-5546-4673-9019-bef9fccea3f9} <Debug> TCPHandler: Processed in 0.003001899 sec. | ||
| 6436 | 2025.02.28 10:06:56.452841 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6437 | 2025.02.28 10:06:56.452980 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6438 | 2025.02.28 10:06:56.453040 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6439 | 2025.02.28 10:06:56.453631 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2025.02.28 10:06:56.453670 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6441 | 2025.02.28 10:06:56.454038 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6442 | 2025.02.28 10:06:56.454281 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.02.28 10:06:56.454498 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001549 sec., 15493.867010974822 rows/sec., 1.04 MiB/sec. | ||
| 6444 | 2025.02.28 10:06:56.454554 [ 262 ] {9efa9b4d-1ba8-4b84-a629-2ad0ebc04b9e} <Debug> TCPHandler: Processed in 0.001779573 sec. | ||
| 6445 | 2025.02.28 10:06:58.930359 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 906 | ||
| 6446 | 2025.02.28 10:06:58.933587 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.02.28 10:06:58.933637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6448 | 2025.02.28 10:06:58.935123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6449 | 2025.02.28 10:06:58.935430 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.02.28 10:06:58.936011 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 906 | ||
| 6451 | 2025.02.28 10:07:00.143980 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6452 | 2025.02.28 10:07:00.144171 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6453 | 2025.02.28 10:07:00.144241 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6454 | 2025.02.28 10:07:00.144982 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2025.02.28 10:07:00.145025 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6456 | 2025.02.28 10:07:00.145457 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6457 | 2025.02.28 10:07:00.145710 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2025.02.28 10:07:00.145916 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001799 sec., 31128.4046692607 rows/sec., 2.38 MiB/sec. | ||
| 6459 | 2025.02.28 10:07:00.145979 [ 261 ] {e4e361b1-60ca-46e3-96af-ff4094486598} <Debug> TCPHandler: Processed in 0.002131698 sec. | ||
| 6460 | 2025.02.28 10:07:00.146315 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6461 | 2025.02.28 10:07:00.146621 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6462 | 2025.02.28 10:07:00.146722 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6463 | 2025.02.28 10:07:00.147504 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6464 | 2025.02.28 10:07:00.147555 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6465 | 2025.02.28 10:07:00.148014 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6466 | 2025.02.28 10:07:00.148280 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6467 | 2025.02.28 10:07:00.148527 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00199 sec., 32160.804020100502 rows/sec., 2.51 MiB/sec. | ||
| 6468 | 2025.02.28 10:07:00.148600 [ 262 ] {0da4f007-a2c9-4350-be87-1ff2b7d57cfc} <Debug> TCPHandler: Processed in 0.002505952 sec. | ||
| 6469 | 2025.02.28 10:07:00.148747 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2025.02.28 10:07:00.148887 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6471 | 2025.02.28 10:07:00.148950 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6472 | 2025.02.28 10:07:00.149619 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6473 | 2025.02.28 10:07:00.149657 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6474 | 2025.02.28 10:07:00.150038 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6475 | 2025.02.28 10:07:00.150283 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2025.02.28 10:07:00.150461 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001606 sec., 59775.840597758404 rows/sec., 4.16 MiB/sec. | ||
| 6477 | 2025.02.28 10:07:00.150511 [ 261 ] {296e4a49-ae7b-4fa4-8645-ac627e63962b} <Debug> TCPHandler: Processed in 0.001830823 sec. | ||
| 6478 | 2025.02.28 10:07:00.150721 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2025.02.28 10:07:00.150952 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6480 | 2025.02.28 10:07:00.151051 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6481 | 2025.02.28 10:07:00.151825 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6482 | 2025.02.28 10:07:00.151866 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6483 | 2025.02.28 10:07:00.152246 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6484 | 2025.02.28 10:07:00.152488 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2025.02.28 10:07:00.152700 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001804 sec., 19955.654101995566 rows/sec., 1.34 MiB/sec. | ||
| 6486 | 2025.02.28 10:07:00.152806 [ 262 ] {104d97b1-a803-4e84-8a86-cf9287e78384} <Debug> TCPHandler: Processed in 0.002188368 sec. | ||
| 6487 | 2025.02.28 10:07:01.364046 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6488 | 2025.02.28 10:07:01.365168 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.02.28 10:07:01.365215 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6490 | 2025.02.28 10:07:01.365767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6491 | 2025.02.28 10:07:01.366073 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2025.02.28 10:07:01.366359 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6493 | 2025.02.28 10:07:02.508796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6494 | 2025.02.28 10:07:02.532602 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2025.02.28 10:07:02.532669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6496 | 2025.02.28 10:07:02.540078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6497 | 2025.02.28 10:07:02.540843 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2025.02.28 10:07:02.544727 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6499 | 2025.02.28 10:07:05.148067 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6500 | 2025.02.28 10:07:05.148370 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6501 | 2025.02.28 10:07:05.148478 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6502 | 2025.02.28 10:07:05.149431 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6503 | 2025.02.28 10:07:05.149492 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6504 | 2025.02.28 10:07:05.149972 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6505 | 2025.02.28 10:07:05.150226 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6506 | 2025.02.28 10:07:05.150433 [ 26 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6507 | 2025.02.28 10:07:05.150503 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002209 sec., 28972.385694884564 rows/sec., 2.28 MiB/sec. | ||
| 6508 | 2025.02.28 10:07:05.150528 [ 26 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6509 | 2025.02.28 10:07:05.150596 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6510 | 2025.02.28 10:07:05.150649 [ 261 ] {c83aaef8-0251-445d-9d73-1c62a345a57d} <Debug> TCPHandler: Processed in 0.002755046 sec. | ||
| 6511 | 2025.02.28 10:07:05.150946 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 6512 | 2025.02.28 10:07:05.151071 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6513 | 2025.02.28 10:07:05.151348 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6514 | 2025.02.28 10:07:05.151481 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1966 rows starting from the beginning of the part | ||
| 6515 | 2025.02.28 10:07:05.151669 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6516 | 2025.02.28 10:07:05.151804 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 128 rows starting from the beginning of the part | ||
| 6517 | 2025.02.28 10:07:05.151851 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6518 | 2025.02.28 10:07:05.152144 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 6519 | 2025.02.28 10:07:05.152459 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1391 rows starting from the beginning of the part | ||
| 6520 | 2025.02.28 10:07:05.152818 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 6521 | 2025.02.28 10:07:05.153108 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 6522 | 2025.02.28 10:07:05.155029 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2025.02.28 10:07:05.155132 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6524 | 2025.02.28 10:07:05.156000 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6525 | 2025.02.28 10:07:05.156288 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2025.02.28 10:07:05.157029 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00556 sec., 719.4244604316547 rows/sec., 54.10 KiB/sec. | ||
| 6527 | 2025.02.28 10:07:05.157057 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 5 columns (5 merged, 0 gathered) in 0.006334893 sec., 579173.1604622209 rows/sec., 50.01 MiB/sec. | ||
| 6528 | 2025.02.28 10:07:05.157308 [ 262 ] {33ee9050-738b-4a6b-932a-e3378fd1d8a1} <Debug> TCPHandler: Processed in 0.006527186 sec. | ||
| 6529 | 2025.02.28 10:07:05.157563 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6530 | 2025.02.28 10:07:05.157690 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6531 | 2025.02.28 10:07:05.158009 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6532 | 2025.02.28 10:07:05.158106 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6533 | 2025.02.28 10:07:05.158359 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2025.02.28 10:07:05.158590 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_56_11} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6535 | 2025.02.28 10:07:05.158779 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6536 | 2025.02.28 10:07:05.159214 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.02.28 10:07:05.159260 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6538 | 2025.02.28 10:07:05.159634 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6539 | 2025.02.28 10:07:05.159874 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.02.28 10:07:05.160068 [ 26 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6541 | 2025.02.28 10:07:05.160129 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002204 sec., 30852.994555353904 rows/sec., 2.41 MiB/sec. | ||
| 6542 | 2025.02.28 10:07:05.160153 [ 26 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.02.28 10:07:05.160246 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6544 | 2025.02.28 10:07:05.160266 [ 261 ] {59c4877b-59e1-4380-9992-ec08c81f03e9} <Debug> TCPHandler: Processed in 0.002760856 sec. | ||
| 6545 | 2025.02.28 10:07:05.160500 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 6546 | 2025.02.28 10:07:05.160593 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6547 | 2025.02.28 10:07:05.160650 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6548 | 2025.02.28 10:07:05.160693 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 950 rows starting from the beginning of the part | ||
| 6549 | 2025.02.28 10:07:05.160926 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 100 rows starting from the beginning of the part | ||
| 6550 | 2025.02.28 10:07:05.161120 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6551 | 2025.02.28 10:07:05.161290 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 68 rows starting from the beginning of the part | ||
| 6552 | 2025.02.28 10:07:05.161310 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6553 | 2025.02.28 10:07:05.161592 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 598 rows starting from the beginning of the part | ||
| 6554 | 2025.02.28 10:07:05.161881 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 6555 | 2025.02.28 10:07:05.162196 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part | ||
| 6556 | 2025.02.28 10:07:05.163962 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.02.28 10:07:05.164032 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6558 | 2025.02.28 10:07:05.164957 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6559 | 2025.02.28 10:07:05.165497 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.02.28 10:07:05.165563 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.005185917 sec., 356349.70632966165 rows/sec., 27.96 MiB/sec. | ||
| 6561 | 2025.02.28 10:07:05.165751 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6562 | 2025.02.28 10:07:05.165848 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2025.02.28 10:07:05.165915 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6564 | 2025.02.28 10:07:05.165931 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6565 | 2025.02.28 10:07:05.166013 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005056 sec., 31645.569620253165 rows/sec., 2.20 MiB/sec. | ||
| 6566 | 2025.02.28 10:07:05.166371 [ 262 ] {889aacd7-5313-47d0-a74d-d68b18bcc1ad} <Debug> TCPHandler: Processed in 0.005949508 sec. | ||
| 6567 | 2025.02.28 10:07:05.166457 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 6568 | 2025.02.28 10:07:05.166642 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2025.02.28 10:07:05.166963 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6570 | 2025.02.28 10:07:05.166990 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6571 | 2025.02.28 10:07:05.167015 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6572 | 2025.02.28 10:07:05.167062 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15487 rows starting from the beginning of the part | ||
| 6573 | 2025.02.28 10:07:05.167316 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_56_11} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6574 | 2025.02.28 10:07:05.167454 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <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 | ||
| 6575 | 2025.02.28 10:07:05.167646 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6576 | 2025.02.28 10:07:05.167861 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 6577 | 2025.02.28 10:07:05.168416 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6578 | 2025.02.28 10:07:05.168835 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 949 rows starting from the beginning of the part | ||
| 6579 | 2025.02.28 10:07:05.169261 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 96 rows starting from the beginning of the part | ||
| 6580 | 2025.02.28 10:07:05.169729 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 6581 | 2025.02.28 10:07:05.171928 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.02.28 10:07:05.171976 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6583 | 2025.02.28 10:07:05.173875 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6584 | 2025.02.28 10:07:05.174305 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.02.28 10:07:05.174569 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007691 sec., 520.0884150305552 rows/sec., 954.34 KiB/sec. | ||
| 6586 | 2025.02.28 10:07:05.175281 [ 261 ] {aa157622-d99a-43df-966f-41aa1eda423e} <Debug> TCPHandler: Processed in 0.008788735 sec. | ||
| 6587 | 2025.02.28 10:07:05.175468 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6588 | 2025.02.28 10:07:05.175612 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6589 | 2025.02.28 10:07:05.175688 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6590 | 2025.02.28 10:07:05.176240 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.02.28 10:07:05.176281 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6592 | 2025.02.28 10:07:05.176971 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6593 | 2025.02.28 10:07:05.177253 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2025.02.28 10:07:05.177490 [ 42 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6595 | 2025.02.28 10:07:05.177619 [ 42 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2025.02.28 10:07:05.177724 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6597 | 2025.02.28 10:07:05.177761 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002158 sec., 27803.52177942539 rows/sec., 1.87 MiB/sec. | ||
| 6598 | 2025.02.28 10:07:05.178493 [ 262 ] {c3a00c6e-070f-4818-99fb-7194ca33ddf7} <Debug> TCPHandler: Processed in 0.003089181 sec. | ||
| 6599 | 2025.02.28 10:07:05.178519 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6600 | 2025.02.28 10:07:05.178635 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17012 rows, containing 5 columns (5 merged, 0 gathered) in 0.012555903 sec., 1354900.5595216847 rows/sec., 92.58 MiB/sec. | ||
| 6601 | 2025.02.28 10:07:05.179115 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6602 | 2025.02.28 10:07:05.179294 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6603 | 2025.02.28 10:07:05.179474 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2626 rows starting from the beginning of the part | ||
| 6604 | 2025.02.28 10:07:05.179843 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 6605 | 2025.02.28 10:07:05.180074 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6606 | 2025.02.28 10:07:05.180198 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6607 | 2025.02.28 10:07:05.180293 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
| 6608 | 2025.02.28 10:07:05.180582 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6609 | 2025.02.28 10:07:05.180610 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 6610 | 2025.02.28 10:07:05.180914 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 6611 | 2025.02.28 10:07:05.180971 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 6612 | 2025.02.28 10:07:05.182517 [ 194 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2866 rows, containing 4 columns (4 merged, 0 gathered) in 0.00460467 sec., 622411.5951848883 rows/sec., 41.71 MiB/sec. | ||
| 6613 | 2025.02.28 10:07:05.182754 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6614 | 2025.02.28 10:07:05.183258 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.02.28 10:07:05.183402 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_56_11} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6616 | 2025.02.28 10:07:05.183547 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6617 | 2025.02.28 10:07:07.973919 [ 37 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6618 | 2025.02.28 10:07:07.974062 [ 37 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6619 | 2025.02.28 10:07:07.974112 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6620 | 2025.02.28 10:07:07.974400 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 6621 | 2025.02.28 10:07:07.974578 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6622 | 2025.02.28 10:07:07.974617 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 6623 | 2025.02.28 10:07:07.974709 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 6624 | 2025.02.28 10:07:07.974952 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 6625 | 2025.02.28 10:07:07.975147 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 6626 | 2025.02.28 10:07:07.975385 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6627 | 2025.02.28 10:07:07.976689 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002439902 sec., 14754.69096709622 rows/sec., 1.23 MiB/sec. | ||
| 6628 | 2025.02.28 10:07:07.976935 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6629 | 2025.02.28 10:07:07.977251 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.02.28 10:07:07.977334 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_13_3} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6631 | 2025.02.28 10:07:07.977431 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6632 | 2025.02.28 10:07:08.723027 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6633 | 2025.02.28 10:07:08.723115 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6634 | 2025.02.28 10:07:08.866522 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6635 | 2025.02.28 10:07:08.867207 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.02.28 10:07:08.867258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6637 | 2025.02.28 10:07:08.867789 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6638 | 2025.02.28 10:07:08.868042 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.02.28 10:07:08.868300 [ 37 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6640 | 2025.02.28 10:07:08.868339 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6641 | 2025.02.28 10:07:08.868408 [ 37 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6642 | 2025.02.28 10:07:08.868457 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6643 | 2025.02.28 10:07:08.868695 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6644 | 2025.02.28 10:07:08.869095 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6645 | 2025.02.28 10:07:08.869188 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6646 | 2025.02.28 10:07:08.869289 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6647 | 2025.02.28 10:07:08.869489 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6648 | 2025.02.28 10:07:08.869724 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6649 | 2025.02.28 10:07:08.869935 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6650 | 2025.02.28 10:07:08.870124 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 6651 | 2025.02.28 10:07:08.872690 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004124274 sec., 4008220.5983404596 rows/sec., 57.34 MiB/sec. | ||
| 6652 | 2025.02.28 10:07:08.872837 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6653 | 2025.02.28 10:07:08.873167 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_36_7} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6654 | 2025.02.28 10:07:08.873255 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_36_7} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6655 | 2025.02.28 10:07:08.873381 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6656 | 2025.02.28 10:07:08.936277 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 926 | ||
| 6657 | 2025.02.28 10:07:08.938996 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2025.02.28 10:07:08.939048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6659 | 2025.02.28 10:07:08.940467 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6660 | 2025.02.28 10:07:08.940781 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.02.28 10:07:08.941418 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 926 | ||
| 6662 | 2025.02.28 10:07:10.044829 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6663 | 2025.02.28 10:07:10.066258 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2025.02.28 10:07:10.066310 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6665 | 2025.02.28 10:07:10.073365 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6666 | 2025.02.28 10:07:10.074136 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6667 | 2025.02.28 10:07:10.074529 [ 46 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6668 | 2025.02.28 10:07:10.074671 [ 46 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6669 | 2025.02.28 10:07:10.074754 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6670 | 2025.02.28 10:07:10.075043 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6671 | 2025.02.28 10:07:10.083194 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6672 | 2025.02.28 10:07:10.084568 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6673 | 2025.02.28 10:07:10.085452 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6674 | 2025.02.28 10:07:10.090112 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6675 | 2025.02.28 10:07:10.094715 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6676 | 2025.02.28 10:07:10.099667 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6677 | 2025.02.28 10:07:10.105200 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6678 | 2025.02.28 10:07:10.109754 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 6679 | 2025.02.28 10:07:10.148487 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6680 | 2025.02.28 10:07:10.148853 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6681 | 2025.02.28 10:07:10.149002 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6682 | 2025.02.28 10:07:10.152262 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6683 | 2025.02.28 10:07:10.152349 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6684 | 2025.02.28 10:07:10.153674 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6685 | 2025.02.28 10:07:10.154333 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2025.02.28 10:07:10.154888 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.006134 sec., 20867.297032931205 rows/sec., 1.79 MiB/sec. | ||
| 6687 | 2025.02.28 10:07:10.155213 [ 261 ] {700e6260-75f9-4fe1-8dc1-be3d48945eed} <Debug> TCPHandler: Processed in 0.00689408 sec. | ||
| 6688 | 2025.02.28 10:07:10.155715 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6689 | 2025.02.28 10:07:10.156200 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6690 | 2025.02.28 10:07:10.156407 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6691 | 2025.02.28 10:07:10.158377 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2025.02.28 10:07:10.158434 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6693 | 2025.02.28 10:07:10.159035 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6694 | 2025.02.28 10:07:10.159422 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2025.02.28 10:07:10.160039 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.003974 sec., 9058.882737795671 rows/sec., 681.19 KiB/sec. | ||
| 6696 | 2025.02.28 10:07:10.160251 [ 262 ] {56308d49-479e-40fb-903d-6a4e5b6a40ea} <Debug> TCPHandler: Processed in 0.004742611 sec. | ||
| 6697 | 2025.02.28 10:07:10.160528 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6698 | 2025.02.28 10:07:10.160980 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6699 | 2025.02.28 10:07:10.161157 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6700 | 2025.02.28 10:07:10.164915 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2025.02.28 10:07:10.164993 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6702 | 2025.02.28 10:07:10.165812 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6703 | 2025.02.28 10:07:10.166147 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2025.02.28 10:07:10.166521 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005712 sec., 17507.00280112045 rows/sec., 1.37 MiB/sec. | ||
| 6705 | 2025.02.28 10:07:10.166848 [ 261 ] {ca2509b1-6b5d-418d-9adb-9960841608fa} <Debug> TCPHandler: Processed in 0.006463915 sec. | ||
| 6706 | 2025.02.28 10:07:10.167226 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6707 | 2025.02.28 10:07:10.167507 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6708 | 2025.02.28 10:07:10.167679 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6709 | 2025.02.28 10:07:10.170826 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6710 | 2025.02.28 10:07:10.170902 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6711 | 2025.02.28 10:07:10.172326 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6712 | 2025.02.28 10:07:10.172727 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2025.02.28 10:07:10.173075 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0057 sec., 28070.17543859649 rows/sec., 1.96 MiB/sec. | ||
| 6714 | 2025.02.28 10:07:10.173186 [ 262 ] {6bc95567-1a32-486d-be97-db5c4f1f0b53} <Debug> TCPHandler: Processed in 0.00619967 sec. | ||
| 6715 | 2025.02.28 10:07:10.173361 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6716 | 2025.02.28 10:07:10.173534 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6717 | 2025.02.28 10:07:10.173655 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <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 | ||
| 6718 | 2025.02.28 10:07:10.180193 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2025.02.28 10:07:10.180245 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6720 | 2025.02.28 10:07:10.181417 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6721 | 2025.02.28 10:07:10.181905 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6722 | 2025.02.28 10:07:10.182999 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.009469 sec., 3801.879818354631 rows/sec., 6.81 MiB/sec. | ||
| 6723 | 2025.02.28 10:07:10.183871 [ 261 ] {c7c7e4f0-eff5-4f5e-9233-2808c2387d8b} <Debug> TCPHandler: Processed in 0.010580838 sec. | ||
| 6724 | 2025.02.28 10:07:10.184450 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6725 | 2025.02.28 10:07:10.184740 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6726 | 2025.02.28 10:07:10.184884 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6727 | 2025.02.28 10:07:10.186489 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2025.02.28 10:07:10.186538 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6729 | 2025.02.28 10:07:10.187087 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6730 | 2025.02.28 10:07:10.187429 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.02.28 10:07:10.187734 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003093 sec., 19398.642095053347 rows/sec., 1.31 MiB/sec. | ||
| 6732 | 2025.02.28 10:07:10.187922 [ 262 ] {fe1d9aa8-f60b-4650-8859-8b9ff20278fe} <Debug> TCPHandler: Processed in 0.003642137 sec. | ||
| 6733 | 2025.02.28 10:07:10.193814 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.118924361 sec., 2287.168059704773 rows/sec., 11.83 MiB/sec. | ||
| 6734 | 2025.02.28 10:07:10.196746 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6735 | 2025.02.28 10:07:10.199693 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_36_7} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2025.02.28 10:07:10.199806 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_36_7} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6737 | 2025.02.28 10:07:10.202363 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 6738 | 2025.02.28 10:07:15.147548 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6739 | 2025.02.28 10:07:15.147744 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6740 | 2025.02.28 10:07:15.147815 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6741 | 2025.02.28 10:07:15.148606 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2025.02.28 10:07:15.148661 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6743 | 2025.02.28 10:07:15.149097 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6744 | 2025.02.28 10:07:15.149359 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2025.02.28 10:07:15.149599 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec. | ||
| 6746 | 2025.02.28 10:07:15.149667 [ 261 ] {e386e149-53c2-4737-ba9a-722ed600e9d9} <Debug> TCPHandler: Processed in 0.002230489 sec. | ||
| 6747 | 2025.02.28 10:07:15.149901 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2025.02.28 10:07:15.150112 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6749 | 2025.02.28 10:07:15.150192 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6750 | 2025.02.28 10:07:15.151061 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2025.02.28 10:07:15.151105 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6752 | 2025.02.28 10:07:15.151549 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6753 | 2025.02.28 10:07:15.151808 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2025.02.28 10:07:15.152021 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001967 sec., 33553.63497712252 rows/sec., 2.64 MiB/sec. | ||
| 6755 | 2025.02.28 10:07:15.152084 [ 262 ] {49187c5e-13ac-419c-9ea0-846ea08d4ea2} <Debug> TCPHandler: Processed in 0.00231491 sec. | ||
| 6756 | 2025.02.28 10:07:15.152227 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6757 | 2025.02.28 10:07:15.152359 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6758 | 2025.02.28 10:07:15.152413 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6759 | 2025.02.28 10:07:15.153006 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6760 | 2025.02.28 10:07:15.153049 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6761 | 2025.02.28 10:07:15.153425 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6762 | 2025.02.28 10:07:15.153659 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6763 | 2025.02.28 10:07:15.153827 [ 65 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6764 | 2025.02.28 10:07:15.153901 [ 65 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.02.28 10:07:15.153912 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.00157 sec., 5095.541401273886 rows/sec., 369.48 KiB/sec. | ||
| 6766 | 2025.02.28 10:07:15.153932 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6767 | 2025.02.28 10:07:15.154086 [ 261 ] {5307eec6-56b3-44e3-8184-711abad76efc} <Debug> TCPHandler: Processed in 0.001908565 sec. | ||
| 6768 | 2025.02.28 10:07:15.154314 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 6769 | 2025.02.28 10:07:15.154343 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6770 | 2025.02.28 10:07:15.154779 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6771 | 2025.02.28 10:07:15.154899 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6772 | 2025.02.28 10:07:15.154975 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6773 | 2025.02.28 10:07:15.155027 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 176 rows starting from the beginning of the part | ||
| 6774 | 2025.02.28 10:07:15.155620 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 6775 | 2025.02.28 10:07:15.155807 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part | ||
| 6776 | 2025.02.28 10:07:15.156061 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 6777 | 2025.02.28 10:07:15.156297 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 6778 | 2025.02.28 10:07:15.156762 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 6779 | 2025.02.28 10:07:15.157825 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2025.02.28 10:07:15.157869 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6781 | 2025.02.28 10:07:15.158465 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6782 | 2025.02.28 10:07:15.158611 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.004545999 sec., 62032.56973879669 rows/sec., 4.44 MiB/sec. | ||
| 6783 | 2025.02.28 10:07:15.158828 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6784 | 2025.02.28 10:07:15.158884 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6785 | 2025.02.28 10:07:15.159188 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.004578 sec., 15727.391874180867 rows/sec., 1.23 MiB/sec. | ||
| 6786 | 2025.02.28 10:07:15.159351 [ 262 ] {d7ee0171-5c7c-4a0c-bbd5-12d2a403868f} <Debug> TCPHandler: Processed in 0.005155367 sec. | ||
| 6787 | 2025.02.28 10:07:15.159474 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.02.28 10:07:15.159549 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.02.28 10:07:15.159611 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_46_9} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6790 | 2025.02.28 10:07:15.159749 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6791 | 2025.02.28 10:07:15.159785 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6792 | 2025.02.28 10:07:15.159848 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6793 | 2025.02.28 10:07:15.160441 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2025.02.28 10:07:15.160482 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6795 | 2025.02.28 10:07:15.160876 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6796 | 2025.02.28 10:07:15.161120 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2025.02.28 10:07:15.161354 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001688 sec., 95971.56398104265 rows/sec., 6.68 MiB/sec. | ||
| 6798 | 2025.02.28 10:07:15.161410 [ 261 ] {75479847-7002-433a-9dc6-10c7dbc503e8} <Debug> TCPHandler: Processed in 0.001931335 sec. | ||
| 6799 | 2025.02.28 10:07:15.161560 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2025.02.28 10:07:15.161704 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6801 | 2025.02.28 10:07:15.161796 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <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 | ||
| 6802 | 2025.02.28 10:07:15.162911 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2025.02.28 10:07:15.162949 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6804 | 2025.02.28 10:07:15.163552 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6805 | 2025.02.28 10:07:15.163805 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.02.28 10:07:15.163944 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6807 | 2025.02.28 10:07:15.163992 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2025.02.28 10:07:15.164022 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6809 | 2025.02.28 10:07:15.164027 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002356 sec., 1697.792869269949 rows/sec., 3.04 MiB/sec. | ||
| 6810 | 2025.02.28 10:07:15.164251 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 6811 | 2025.02.28 10:07:15.164271 [ 262 ] {2facbe7a-2159-4be3-9318-3fbf21733b3c} <Debug> TCPHandler: Processed in 0.002780436 sec. | ||
| 6812 | 2025.02.28 10:07:15.164457 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6813 | 2025.02.28 10:07:15.164741 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6814 | 2025.02.28 10:07:15.164791 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6815 | 2025.02.28 10:07:15.164847 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6816 | 2025.02.28 10:07:15.164990 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 875 rows starting from the beginning of the part | ||
| 6817 | 2025.02.28 10:07:15.165854 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
| 6818 | 2025.02.28 10:07:15.166484 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 6819 | 2025.02.28 10:07:15.167237 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 6820 | 2025.02.28 10:07:15.167252 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2025.02.28 10:07:15.167328 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6822 | 2025.02.28 10:07:15.167804 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 6823 | 2025.02.28 10:07:15.168469 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 6824 | 2025.02.28 10:07:15.168883 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6825 | 2025.02.28 10:07:15.169630 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2025.02.28 10:07:15.170202 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005541 sec., 10828.370330265296 rows/sec., 747.27 KiB/sec. | ||
| 6827 | 2025.02.28 10:07:15.170434 [ 261 ] {6e2bea06-7142-4c8e-b6f8-d1de1ccf5a7d} <Debug> TCPHandler: Processed in 0.006059229 sec. | ||
| 6828 | 2025.02.28 10:07:15.175569 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 19 columns (19 merged, 0 gathered) in 0.01147362 sec., 83583.03656561747 rows/sec., 149.78 MiB/sec. | ||
| 6829 | 2025.02.28 10:07:15.176658 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6830 | 2025.02.28 10:07:15.177153 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2025.02.28 10:07:15.177255 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6832 | 2025.02.28 10:07:15.177449 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.09 MiB. | ||
| 6833 | 2025.02.28 10:07:16.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.74 MiB, peak 221.00 MiB, free memory in arenas 0.00 B, will set to 211.39 MiB (RSS), difference: 1.64 MiB | ||
| 6834 | 2025.02.28 10:07:16.368525 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6835 | 2025.02.28 10:07:16.369288 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2025.02.28 10:07:16.369336 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6837 | 2025.02.28 10:07:16.369867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6838 | 2025.02.28 10:07:16.370121 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6839 | 2025.02.28 10:07:16.370390 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6840 | 2025.02.28 10:07:17.583309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6841 | 2025.02.28 10:07:17.601941 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.02.28 10:07:17.601999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. | ||
| 6843 | 2025.02.28 10:07:17.608877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6844 | 2025.02.28 10:07:17.609636 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6845 | 2025.02.28 10:07:17.612211 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6846 | 2025.02.28 10:07:18.941624 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 952 | ||
| 6847 | 2025.02.28 10:07:18.944592 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2025.02.28 10:07:18.944654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6849 | 2025.02.28 10:07:18.946127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6850 | 2025.02.28 10:07:18.946453 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6851 | 2025.02.28 10:07:18.946692 [ 78 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6852 | 2025.02.28 10:07:18.946815 [ 78 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6853 | 2025.02.28 10:07:18.946874 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6854 | 2025.02.28 10:07:18.947879 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 6855 | 2025.02.28 10:07:18.948472 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 952 | ||
| 6856 | 2025.02.28 10:07:18.948996 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6857 | 2025.02.28 10:07:18.949193 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 816 rows starting from the beginning of the part | ||
| 6858 | 2025.02.28 10:07:18.949893 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 6859 | 2025.02.28 10:07:18.950600 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
| 6860 | 2025.02.28 10:07:18.951245 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 44 rows starting from the beginning of the part | ||
| 6861 | 2025.02.28 10:07:18.951852 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 6862 | 2025.02.28 10:07:18.952470 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 6863 | 2025.02.28 10:07:18.960785 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 72 columns (72 merged, 0 gathered) in 0.013682679 sec., 69577.01777553943 rows/sec., 57.93 MiB/sec. | ||
| 6864 | 2025.02.28 10:07:18.962001 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6865 | 2025.02.28 10:07:18.962724 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.02.28 10:07:18.962813 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_26_5} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6867 | 2025.02.28 10:07:18.963032 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6868 | 2025.02.28 10:07:20.149733 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6869 | 2025.02.28 10:07:20.149929 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6870 | 2025.02.28 10:07:20.150006 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6871 | 2025.02.28 10:07:20.150866 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.02.28 10:07:20.150924 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6873 | 2025.02.28 10:07:20.151389 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6874 | 2025.02.28 10:07:20.151643 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.02.28 10:07:20.151882 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002005 sec., 63840.399002493774 rows/sec., 5.46 MiB/sec. | ||
| 6876 | 2025.02.28 10:07:20.151951 [ 261 ] {a02445ae-74a7-44be-939a-95d7d52173ef} <Debug> TCPHandler: Processed in 0.002350231 sec. | ||
| 6877 | 2025.02.28 10:07:20.152203 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6878 | 2025.02.28 10:07:20.152412 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6879 | 2025.02.28 10:07:20.152492 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6880 | 2025.02.28 10:07:20.153308 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2025.02.28 10:07:20.153352 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6882 | 2025.02.28 10:07:20.153788 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6883 | 2025.02.28 10:07:20.154041 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6884 | 2025.02.28 10:07:20.154247 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001892 sec., 19027.484143763213 rows/sec., 1.40 MiB/sec. | ||
| 6885 | 2025.02.28 10:07:20.154311 [ 262 ] {f1ef406b-462f-411b-aa55-b0a7543046e4} <Debug> TCPHandler: Processed in 0.002241429 sec. | ||
| 6886 | 2025.02.28 10:07:20.154456 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6887 | 2025.02.28 10:07:20.154581 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6888 | 2025.02.28 10:07:20.154635 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6889 | 2025.02.28 10:07:20.155287 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6890 | 2025.02.28 10:07:20.155336 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6891 | 2025.02.28 10:07:20.155704 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6892 | 2025.02.28 10:07:20.155942 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6893 | 2025.02.28 10:07:20.156194 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001635 sec., 61162.07951070336 rows/sec., 4.78 MiB/sec. | ||
| 6894 | 2025.02.28 10:07:20.156262 [ 261 ] {4c06e539-ecd2-4790-b9e9-50db9dd530f1} <Debug> TCPHandler: Processed in 0.001866674 sec. | ||
| 6895 | 2025.02.28 10:07:20.156564 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6896 | 2025.02.28 10:07:20.156813 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6897 | 2025.02.28 10:07:20.156916 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6898 | 2025.02.28 10:07:20.157663 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2025.02.28 10:07:20.157700 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6900 | 2025.02.28 10:07:20.158094 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6901 | 2025.02.28 10:07:20.158346 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2025.02.28 10:07:20.158533 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec. | ||
| 6903 | 2025.02.28 10:07:20.158586 [ 262 ] {83584a62-b769-415a-9e34-c38a20d5f5c5} <Debug> TCPHandler: Processed in 0.002178418 sec. | ||
| 6904 | 2025.02.28 10:07:20.158722 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2025.02.28 10:07:20.158843 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6906 | 2025.02.28 10:07:20.158927 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <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 | ||
| 6907 | 2025.02.28 10:07:20.160152 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2025.02.28 10:07:20.160192 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6909 | 2025.02.28 10:07:20.160864 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6910 | 2025.02.28 10:07:20.161131 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2025.02.28 10:07:20.161376 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00256 sec., 14062.499999999998 rows/sec., 25.20 MiB/sec. | ||
| 6912 | 2025.02.28 10:07:20.161492 [ 261 ] {b9709ecf-a4e3-4012-870b-f6d31e665e2f} <Debug> TCPHandler: Processed in 0.002824437 sec. | ||
| 6913 | 2025.02.28 10:07:20.161655 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2025.02.28 10:07:20.161796 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6915 | 2025.02.28 10:07:20.161856 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6916 | 2025.02.28 10:07:20.162404 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6917 | 2025.02.28 10:07:20.162441 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6918 | 2025.02.28 10:07:20.162808 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6919 | 2025.02.28 10:07:20.163052 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2025.02.28 10:07:20.163239 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 6921 | 2025.02.28 10:07:20.163289 [ 262 ] {ec4666a1-39e9-42b6-9b77-aaf8285f2329} <Debug> TCPHandler: Processed in 0.001697982 sec. | ||
| 6922 | 2025.02.28 10:07:23.723372 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6923 | 2025.02.28 10:07:23.723432 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6924 | 2025.02.28 10:07:23.870548 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 6925 | 2025.02.28 10:07:23.871170 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2025.02.28 10:07:23.871212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6927 | 2025.02.28 10:07:23.871716 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6928 | 2025.02.28 10:07:23.871971 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.02.28 10:07:23.872229 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6930 | 2025.02.28 10:07:25.112321 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6931 | 2025.02.28 10:07:25.132194 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6932 | 2025.02.28 10:07:25.132246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6933 | 2025.02.28 10:07:25.139533 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6934 | 2025.02.28 10:07:25.140273 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6935 | 2025.02.28 10:07:25.142886 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6936 | 2025.02.28 10:07:25.147196 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.02.28 10:07:25.147418 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6938 | 2025.02.28 10:07:25.147494 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6939 | 2025.02.28 10:07:25.148319 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.02.28 10:07:25.148379 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6941 | 2025.02.28 10:07:25.148813 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6942 | 2025.02.28 10:07:25.149066 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.02.28 10:07:25.149374 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001997 sec., 32048.072108162243 rows/sec., 2.52 MiB/sec. | ||
| 6944 | 2025.02.28 10:07:25.149506 [ 261 ] {dd92315c-dacf-4753-8331-430be3504151} <Debug> TCPHandler: Processed in 0.002451282 sec. | ||
| 6945 | 2025.02.28 10:07:25.149890 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6946 | 2025.02.28 10:07:25.150189 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6947 | 2025.02.28 10:07:25.150306 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6948 | 2025.02.28 10:07:25.151084 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2025.02.28 10:07:25.151128 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6950 | 2025.02.28 10:07:25.151563 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6951 | 2025.02.28 10:07:25.151839 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.02.28 10:07:25.152051 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 154.56 KiB/sec. | ||
| 6953 | 2025.02.28 10:07:25.152116 [ 262 ] {9f78f8d9-c850-4fef-bdfb-c3877cc7a7e0} <Debug> TCPHandler: Processed in 0.002460662 sec. | ||
| 6954 | 2025.02.28 10:07:25.152270 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6955 | 2025.02.28 10:07:25.152406 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6956 | 2025.02.28 10:07:25.152458 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6957 | 2025.02.28 10:07:25.153116 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.02.28 10:07:25.153157 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6959 | 2025.02.28 10:07:25.153553 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6960 | 2025.02.28 10:07:25.153787 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2025.02.28 10:07:25.154043 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001651 sec., 41187.15929739552 rows/sec., 3.22 MiB/sec. | ||
| 6962 | 2025.02.28 10:07:25.154153 [ 261 ] {2beb0d25-ae7d-409f-9d47-9c1894726c59} <Debug> TCPHandler: Processed in 0.001935745 sec. | ||
| 6963 | 2025.02.28 10:07:25.154363 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6964 | 2025.02.28 10:07:25.154501 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6965 | 2025.02.28 10:07:25.154559 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6966 | 2025.02.28 10:07:25.155129 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2025.02.28 10:07:25.155167 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6968 | 2025.02.28 10:07:25.155572 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6969 | 2025.02.28 10:07:25.155818 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6970 | 2025.02.28 10:07:25.155996 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 6971 | 2025.02.28 10:07:25.156049 [ 262 ] {c3e73bdb-e865-4eda-967b-1a117d683c21} <Debug> TCPHandler: Processed in 0.001768343 sec. | ||
| 6972 | 2025.02.28 10:07:25.156200 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6973 | 2025.02.28 10:07:25.156322 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6974 | 2025.02.28 10:07:25.156413 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <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 | ||
| 6975 | 2025.02.28 10:07:25.157558 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6976 | 2025.02.28 10:07:25.157600 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6977 | 2025.02.28 10:07:25.158214 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6978 | 2025.02.28 10:07:25.158486 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6979 | 2025.02.28 10:07:25.158768 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002473 sec., 1617.4686615446826 rows/sec., 2.90 MiB/sec. | ||
| 6980 | 2025.02.28 10:07:25.158887 [ 261 ] {70455107-ad8b-4d81-bae6-7d7693bf39e6} <Debug> TCPHandler: Processed in 0.002744406 sec. | ||
| 6981 | 2025.02.28 10:07:25.159099 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6982 | 2025.02.28 10:07:25.159325 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6983 | 2025.02.28 10:07:25.159421 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6984 | 2025.02.28 10:07:25.159906 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2025.02.28 10:07:25.159943 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6986 | 2025.02.28 10:07:25.160322 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6987 | 2025.02.28 10:07:25.160570 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2025.02.28 10:07:25.160753 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 6989 | 2025.02.28 10:07:25.160803 [ 262 ] {83e9cbc5-e945-4863-b529-01da149b1899} <Debug> TCPHandler: Processed in 0.001813424 sec. | ||
| 6990 | 2025.02.28 10:07:26.430628 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6991 | 2025.02.28 10:07:26.430820 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6992 | 2025.02.28 10:07:26.430893 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6993 | 2025.02.28 10:07:26.431669 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2025.02.28 10:07:26.431723 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 6995 | 2025.02.28 10:07:26.432151 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6996 | 2025.02.28 10:07:26.432411 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2025.02.28 10:07:26.432693 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001922 sec., 12486.992715920915 rows/sec., 1.04 MiB/sec. | ||
| 6998 | 2025.02.28 10:07:26.432888 [ 261 ] {c91fd5e4-eb96-4e50-ad47-9db33b5e7012} <Debug> TCPHandler: Processed in 0.002393561 sec. | ||
| 6999 | 2025.02.28 10:07:26.433144 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7000 | 2025.02.28 10:07:26.433340 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7001 | 2025.02.28 10:07:26.433418 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7002 | 2025.02.28 10:07:26.434201 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2025.02.28 10:07:26.434256 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7004 | 2025.02.28 10:07:26.434718 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7005 | 2025.02.28 10:07:26.434975 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7006 | 2025.02.28 10:07:26.435215 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001929 sec., 2073.613271124935 rows/sec., 169.09 KiB/sec. | ||
| 7007 | 2025.02.28 10:07:26.435280 [ 262 ] {8a0d21b0-378f-4afc-b2e7-80d0a2772c72} <Debug> TCPHandler: Processed in 0.002265509 sec. | ||
| 7008 | 2025.02.28 10:07:26.435435 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7009 | 2025.02.28 10:07:26.435563 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7010 | 2025.02.28 10:07:26.435619 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7011 | 2025.02.28 10:07:26.436774 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2025.02.28 10:07:26.436819 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7013 | 2025.02.28 10:07:26.437286 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7014 | 2025.02.28 10:07:26.437541 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.02.28 10:07:26.437741 [ 104 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7016 | 2025.02.28 10:07:26.437810 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002272 sec., 611795.7746478873 rows/sec., 51.11 MiB/sec. | ||
| 7017 | 2025.02.28 10:07:26.437825 [ 104 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7018 | 2025.02.28 10:07:26.437900 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7019 | 2025.02.28 10:07:26.437955 [ 261 ] {69e0fedf-5c49-47f6-918d-ca6acc734168} <Debug> TCPHandler: Processed in 0.002580193 sec. | ||
| 7020 | 2025.02.28 10:07:26.438259 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7021 | 2025.02.28 10:07:26.438289 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2025.02.28 10:07:26.438771 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7023 | 2025.02.28 10:07:26.438787 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7024 | 2025.02.28 10:07:26.438887 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1966 rows starting from the beginning of the part | ||
| 7025 | 2025.02.28 10:07:26.439001 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7026 | 2025.02.28 10:07:26.439250 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7027 | 2025.02.28 10:07:26.439628 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 66 rows starting from the beginning of the part | ||
| 7028 | 2025.02.28 10:07:26.439950 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 128 rows starting from the beginning of the part | ||
| 7029 | 2025.02.28 10:07:26.440361 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7030 | 2025.02.28 10:07:26.440742 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1390 rows starting from the beginning of the part | ||
| 7031 | 2025.02.28 10:07:26.442097 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.02.28 10:07:26.442149 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7033 | 2025.02.28 10:07:26.443029 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7034 | 2025.02.28 10:07:26.443456 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.02.28 10:07:26.443716 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.005132 sec., 10132.501948558067 rows/sec., 769.15 KiB/sec. | ||
| 7036 | 2025.02.28 10:07:26.443813 [ 262 ] {fc4e587f-064e-4143-b631-9afc33625ca8} <Debug> TCPHandler: Processed in 0.005731105 sec. | ||
| 7037 | 2025.02.28 10:07:26.443996 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7038 | 2025.02.28 10:07:26.444301 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7039 | 2025.02.28 10:07:26.444324 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3742 rows, containing 5 columns (5 merged, 0 gathered) in 0.006322062 sec., 591895.4923251306 rows/sec., 51.22 MiB/sec. | ||
| 7040 | 2025.02.28 10:07:26.444397 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7041 | 2025.02.28 10:07:26.444640 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7042 | 2025.02.28 10:07:26.445230 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2025.02.28 10:07:26.445435 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_61_12} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7044 | 2025.02.28 10:07:26.445616 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7045 | 2025.02.28 10:07:26.445780 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.02.28 10:07:26.445826 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7047 | 2025.02.28 10:07:26.446209 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7048 | 2025.02.28 10:07:26.446459 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.02.28 10:07:26.446674 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002473 sec., 101900.525677315 rows/sec., 7.05 MiB/sec. | ||
| 7050 | 2025.02.28 10:07:26.446736 [ 261 ] {3769ab75-f298-4dbb-8fbf-43674c8c5e36} <Debug> TCPHandler: Processed in 0.002814037 sec. | ||
| 7051 | 2025.02.28 10:07:26.446890 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.02.28 10:07:26.447012 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7053 | 2025.02.28 10:07:26.447063 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7054 | 2025.02.28 10:07:26.447667 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2025.02.28 10:07:26.447707 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7056 | 2025.02.28 10:07:26.448089 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7057 | 2025.02.28 10:07:26.448345 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2025.02.28 10:07:26.448658 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001641 sec., 7312.614259597805 rows/sec., 571.30 KiB/sec. | ||
| 7059 | 2025.02.28 10:07:26.448788 [ 262 ] {c1bcb020-d811-4318-8807-3894b23d292c} <Debug> TCPHandler: Processed in 0.001958635 sec. | ||
| 7060 | 2025.02.28 10:07:26.448938 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2025.02.28 10:07:26.449060 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7062 | 2025.02.28 10:07:26.449111 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7063 | 2025.02.28 10:07:26.450011 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2025.02.28 10:07:26.450049 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7065 | 2025.02.28 10:07:26.450458 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7066 | 2025.02.28 10:07:26.450711 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2025.02.28 10:07:26.450892 [ 104 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7068 | 2025.02.28 10:07:26.450958 [ 104 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2025.02.28 10:07:26.450966 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001922 sec., 310093.6524453694 rows/sec., 23.31 MiB/sec. | ||
| 7070 | 2025.02.28 10:07:26.450990 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7071 | 2025.02.28 10:07:26.451155 [ 261 ] {9c3d0afa-b3be-4fba-932e-dbed7a8a6a64} <Debug> TCPHandler: Processed in 0.002267129 sec. | ||
| 7072 | 2025.02.28 10:07:26.451346 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 7073 | 2025.02.28 10:07:26.451421 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7074 | 2025.02.28 10:07:26.451815 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7075 | 2025.02.28 10:07:26.451904 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7076 | 2025.02.28 10:07:26.452011 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7077 | 2025.02.28 10:07:26.452069 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 950 rows starting from the beginning of the part | ||
| 7078 | 2025.02.28 10:07:26.452544 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part | ||
| 7079 | 2025.02.28 10:07:26.453035 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part | ||
| 7080 | 2025.02.28 10:07:26.453402 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 100 rows starting from the beginning of the part | ||
| 7081 | 2025.02.28 10:07:26.453748 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 68 rows starting from the beginning of the part | ||
| 7082 | 2025.02.28 10:07:26.454048 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 596 rows starting from the beginning of the part | ||
| 7083 | 2025.02.28 10:07:26.455720 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7084 | 2025.02.28 10:07:26.455806 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7085 | 2025.02.28 10:07:26.456617 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7086 | 2025.02.28 10:07:26.456918 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1886 rows, containing 5 columns (5 merged, 0 gathered) in 0.005802246 sec., 325046.54232171475 rows/sec., 25.53 MiB/sec. | ||
| 7087 | 2025.02.28 10:07:26.457113 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2025.02.28 10:07:26.457428 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7089 | 2025.02.28 10:07:26.457480 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7090 | 2025.02.28 10:07:26.457525 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7091 | 2025.02.28 10:07:26.457596 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7092 | 2025.02.28 10:07:26.457665 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.005955 sec., 159193.9546599496 rows/sec., 10.75 MiB/sec. | ||
| 7093 | 2025.02.28 10:07:26.457971 [ 262 ] {a423260e-bc47-4761-ac80-86abd75432e1} <Debug> TCPHandler: Processed in 0.006690967 sec. | ||
| 7094 | 2025.02.28 10:07:26.458015 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 7095 | 2025.02.28 10:07:26.458242 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2025.02.28 10:07:26.458423 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2025.02.28 10:07:26.458455 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7098 | 2025.02.28 10:07:26.458600 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7099 | 2025.02.28 10:07:26.458628 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17012 rows starting from the beginning of the part | ||
| 7100 | 2025.02.28 10:07:26.458733 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_61_12} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7101 | 2025.02.28 10:07:26.459019 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <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 | ||
| 7102 | 2025.02.28 10:07:26.459120 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7103 | 2025.02.28 10:07:26.459335 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 7104 | 2025.02.28 10:07:26.459793 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 162 rows starting from the beginning of the part | ||
| 7105 | 2025.02.28 10:07:26.460188 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 7106 | 2025.02.28 10:07:26.460503 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7107 | 2025.02.28 10:07:26.460999 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 948 rows starting from the beginning of the part | ||
| 7108 | 2025.02.28 10:07:26.463447 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2025.02.28 10:07:26.463492 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7110 | 2025.02.28 10:07:26.465276 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7111 | 2025.02.28 10:07:26.465599 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7112 | 2025.02.28 10:07:26.466290 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007778 sec., 4628.439187451787 rows/sec., 8.29 MiB/sec. | ||
| 7113 | 2025.02.28 10:07:26.467013 [ 261 ] {419edb02-b015-4c27-a4f6-b8b272f5ee52} <Debug> TCPHandler: Processed in 0.008905776 sec. | ||
| 7114 | 2025.02.28 10:07:26.467275 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7115 | 2025.02.28 10:07:26.467413 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7116 | 2025.02.28 10:07:26.467465 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7117 | 2025.02.28 10:07:26.468071 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7118 | 2025.02.28 10:07:26.468111 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7119 | 2025.02.28 10:07:26.468731 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7120 | 2025.02.28 10:07:26.469028 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7121 | 2025.02.28 10:07:26.469294 [ 104 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7122 | 2025.02.28 10:07:26.469419 [ 104 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2025.02.28 10:07:26.469537 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002121 sec., 11315.417256011315 rows/sec., 780.88 KiB/sec. | ||
| 7124 | 2025.02.28 10:07:26.469548 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7125 | 2025.02.28 10:07:26.470026 [ 262 ] {a9ffdfbd-fe45-4a82-959d-6f11c334155f} <Debug> TCPHandler: Processed in 0.002881677 sec. | ||
| 7126 | 2025.02.28 10:07:26.470297 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18602 rows, containing 5 columns (5 merged, 0 gathered) in 0.012535964 sec., 1483890.6684799031 rows/sec., 101.40 MiB/sec. | ||
| 7127 | 2025.02.28 10:07:26.470311 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7128 | 2025.02.28 10:07:26.470485 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7129 | 2025.02.28 10:07:26.470532 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2866 rows starting from the beginning of the part | ||
| 7130 | 2025.02.28 10:07:26.470638 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7131 | 2025.02.28 10:07:26.470687 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7132 | 2025.02.28 10:07:26.471053 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7133 | 2025.02.28 10:07:26.471292 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 7134 | 2025.02.28 10:07:26.471691 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7135 | 2025.02.28 10:07:26.471821 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.02.28 10:07:26.471903 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part | ||
| 7137 | 2025.02.28 10:07:26.472216 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7138 | 2025.02.28 10:07:26.472550 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.23 MiB. | ||
| 7139 | 2025.02.28 10:07:26.473917 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 4 columns (4 merged, 0 gathered) in 0.004092773 sec., 764762.6682447329 rows/sec., 51.27 MiB/sec. | ||
| 7140 | 2025.02.28 10:07:26.474194 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7141 | 2025.02.28 10:07:26.474498 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2025.02.28 10:07:26.474581 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_61_12} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7143 | 2025.02.28 10:07:26.474667 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7144 | 2025.02.28 10:07:28.948703 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 996 | ||
| 7145 | 2025.02.28 10:07:28.951987 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7146 | 2025.02.28 10:07:28.952048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7147 | 2025.02.28 10:07:28.953530 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7148 | 2025.02.28 10:07:28.953844 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7149 | 2025.02.28 10:07:28.954461 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 996 | ||
| 7150 | 2025.02.28 10:07:30.144338 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7151 | 2025.02.28 10:07:30.144537 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7152 | 2025.02.28 10:07:30.144612 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7153 | 2025.02.28 10:07:30.145396 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7154 | 2025.02.28 10:07:30.145448 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7155 | 2025.02.28 10:07:30.145895 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7156 | 2025.02.28 10:07:30.146149 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7157 | 2025.02.28 10:07:30.146375 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec. | ||
| 7158 | 2025.02.28 10:07:30.146443 [ 261 ] {02ae52d7-9674-45c3-a8a5-6b7bda5af860} <Debug> TCPHandler: Processed in 0.002240199 sec. | ||
| 7159 | 2025.02.28 10:07:30.146682 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7160 | 2025.02.28 10:07:30.146868 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7161 | 2025.02.28 10:07:30.146940 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7162 | 2025.02.28 10:07:30.147712 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7163 | 2025.02.28 10:07:30.147761 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7164 | 2025.02.28 10:07:30.148205 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7165 | 2025.02.28 10:07:30.148461 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7166 | 2025.02.28 10:07:30.148691 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 7167 | 2025.02.28 10:07:30.148758 [ 262 ] {a50a18e1-21cb-4515-8831-c128ff6961fd} <Debug> TCPHandler: Processed in 0.002207149 sec. | ||
| 7168 | 2025.02.28 10:07:30.148899 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7169 | 2025.02.28 10:07:30.149028 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7170 | 2025.02.28 10:07:30.149085 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7171 | 2025.02.28 10:07:30.149680 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2025.02.28 10:07:30.149717 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7173 | 2025.02.28 10:07:30.150119 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7174 | 2025.02.28 10:07:30.150353 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2025.02.28 10:07:30.150543 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001546 sec., 62095.73091849935 rows/sec., 4.32 MiB/sec. | ||
| 7176 | 2025.02.28 10:07:30.150600 [ 261 ] {e3134bd4-bb40-4c26-a19c-84c4434ea4c4} <Debug> TCPHandler: Processed in 0.001757273 sec. | ||
| 7177 | 2025.02.28 10:07:30.150838 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7178 | 2025.02.28 10:07:30.151067 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7179 | 2025.02.28 10:07:30.151165 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7180 | 2025.02.28 10:07:30.151847 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7181 | 2025.02.28 10:07:30.151889 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7182 | 2025.02.28 10:07:30.152276 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7183 | 2025.02.28 10:07:30.152525 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7184 | 2025.02.28 10:07:30.152739 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001731 sec., 20797.22703639515 rows/sec., 1.40 MiB/sec. | ||
| 7185 | 2025.02.28 10:07:30.152792 [ 262 ] {55b6a84e-b715-4798-a202-af2ff0787696} <Debug> TCPHandler: Processed in 0.002065947 sec. | ||
| 7186 | 2025.02.28 10:07:31.372387 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7187 | 2025.02.28 10:07:31.373468 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7188 | 2025.02.28 10:07:31.373552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7189 | 2025.02.28 10:07:31.374104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7190 | 2025.02.28 10:07:31.374359 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2025.02.28 10:07:31.374643 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7192 | 2025.02.28 10:07:32.642992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7193 | 2025.02.28 10:07:32.665014 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2025.02.28 10:07:32.665067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7195 | 2025.02.28 10:07:32.672543 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7196 | 2025.02.28 10:07:32.673305 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.02.28 10:07:32.676929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7198 | 2025.02.28 10:07:35.147685 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7199 | 2025.02.28 10:07:35.147895 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7200 | 2025.02.28 10:07:35.147972 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7201 | 2025.02.28 10:07:35.148759 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7202 | 2025.02.28 10:07:35.148817 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7203 | 2025.02.28 10:07:35.149273 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7204 | 2025.02.28 10:07:35.149532 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7205 | 2025.02.28 10:07:35.149782 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.60 MiB/sec. | ||
| 7206 | 2025.02.28 10:07:35.149852 [ 261 ] {1f83b488-fc19-4d7b-93db-5834ba3b6241} <Debug> TCPHandler: Processed in 0.00230002 sec. | ||
| 7207 | 2025.02.28 10:07:35.150146 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7208 | 2025.02.28 10:07:35.150446 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7209 | 2025.02.28 10:07:35.150558 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7210 | 2025.02.28 10:07:35.151344 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7211 | 2025.02.28 10:07:35.151390 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7212 | 2025.02.28 10:07:35.151823 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7213 | 2025.02.28 10:07:35.152069 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7214 | 2025.02.28 10:07:35.152306 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001943 sec., 2058.672156459084 rows/sec., 154.80 KiB/sec. | ||
| 7215 | 2025.02.28 10:07:35.152372 [ 262 ] {cdb0dd28-9701-47ee-9433-8cac5b573193} <Debug> TCPHandler: Processed in 0.002406892 sec. | ||
| 7216 | 2025.02.28 10:07:35.152508 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7217 | 2025.02.28 10:07:35.152636 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7218 | 2025.02.28 10:07:35.152690 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7219 | 2025.02.28 10:07:35.153326 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7220 | 2025.02.28 10:07:35.153371 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7221 | 2025.02.28 10:07:35.153793 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7222 | 2025.02.28 10:07:35.154026 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7223 | 2025.02.28 10:07:35.154239 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001631 sec., 41692.21336603311 rows/sec., 3.25 MiB/sec. | ||
| 7224 | 2025.02.28 10:07:35.154297 [ 261 ] {be7d547c-a0a3-488d-9994-de8111c4fed0} <Debug> TCPHandler: Processed in 0.001845154 sec. | ||
| 7225 | 2025.02.28 10:07:35.154439 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7226 | 2025.02.28 10:07:35.154564 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7227 | 2025.02.28 10:07:35.154620 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7228 | 2025.02.28 10:07:35.155620 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7229 | 2025.02.28 10:07:35.155697 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7230 | 2025.02.28 10:07:35.156103 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7231 | 2025.02.28 10:07:35.156339 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7232 | 2025.02.28 10:07:35.156563 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002027 sec., 78934.38579181055 rows/sec., 5.50 MiB/sec. | ||
| 7233 | 2025.02.28 10:07:35.156621 [ 262 ] {4cb73d98-326f-4816-9fde-d14335e4304a} <Debug> TCPHandler: Processed in 0.002236729 sec. | ||
| 7234 | 2025.02.28 10:07:35.156784 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7235 | 2025.02.28 10:07:35.156909 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7236 | 2025.02.28 10:07:35.156993 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <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 | ||
| 7237 | 2025.02.28 10:07:35.158107 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7238 | 2025.02.28 10:07:35.158147 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7239 | 2025.02.28 10:07:35.158767 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7240 | 2025.02.28 10:07:35.159031 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7241 | 2025.02.28 10:07:35.159322 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002429 sec., 1646.7682173734045 rows/sec., 2.95 MiB/sec. | ||
| 7242 | 2025.02.28 10:07:35.159847 [ 261 ] {34449065-70e9-4c88-a190-ee3fdf54a478} <Debug> TCPHandler: Processed in 0.003117531 sec. | ||
| 7243 | 2025.02.28 10:07:35.160140 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7244 | 2025.02.28 10:07:35.160359 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7245 | 2025.02.28 10:07:35.160452 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7246 | 2025.02.28 10:07:35.161048 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7247 | 2025.02.28 10:07:35.161088 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7248 | 2025.02.28 10:07:35.161455 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7249 | 2025.02.28 10:07:35.161698 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7250 | 2025.02.28 10:07:35.161899 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec. | ||
| 7251 | 2025.02.28 10:07:35.161950 [ 262 ] {5d3a0da8-2897-4482-abd8-b8ef3727320c} <Debug> TCPHandler: Processed in 0.001980286 sec. | ||
| 7252 | 2025.02.28 10:07:38.723483 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7253 | 2025.02.28 10:07:38.723576 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7254 | 2025.02.28 10:07:38.874834 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7255 | 2025.02.28 10:07:38.875569 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7256 | 2025.02.28 10:07:38.875625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7257 | 2025.02.28 10:07:38.876156 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7258 | 2025.02.28 10:07:38.876403 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7259 | 2025.02.28 10:07:38.876707 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7260 | 2025.02.28 10:07:38.954747 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1016 | ||
| 7261 | 2025.02.28 10:07:38.957940 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.02.28 10:07:38.957994 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7263 | 2025.02.28 10:07:38.959461 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7264 | 2025.02.28 10:07:38.959767 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.02.28 10:07:38.960987 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1016 | ||
| 7266 | 2025.02.28 10:07:40.149224 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2025.02.28 10:07:40.149416 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7268 | 2025.02.28 10:07:40.149502 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7269 | 2025.02.28 10:07:40.150372 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7270 | 2025.02.28 10:07:40.150436 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7271 | 2025.02.28 10:07:40.150878 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7272 | 2025.02.28 10:07:40.151128 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2025.02.28 10:07:40.151413 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002043 sec., 62652.96133137542 rows/sec., 5.36 MiB/sec. | ||
| 7274 | 2025.02.28 10:07:40.151565 [ 261 ] {d50038c3-2d56-4438-8c6b-98c8cd177dcc} <Debug> TCPHandler: Processed in 0.002474772 sec. | ||
| 7275 | 2025.02.28 10:07:40.151885 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7276 | 2025.02.28 10:07:40.152093 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7277 | 2025.02.28 10:07:40.152175 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7278 | 2025.02.28 10:07:40.152989 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.02.28 10:07:40.153040 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7280 | 2025.02.28 10:07:40.153476 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7281 | 2025.02.28 10:07:40.153723 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7282 | 2025.02.28 10:07:40.153917 [ 114 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7283 | 2025.02.28 10:07:40.153982 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001937 sec., 18585.441404233352 rows/sec., 1.36 MiB/sec. | ||
| 7284 | 2025.02.28 10:07:40.154010 [ 114 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.02.28 10:07:40.154082 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7286 | 2025.02.28 10:07:40.154098 [ 262 ] {3955d840-f423-4d54-82e3-30dd4d7c11e7} <Debug> TCPHandler: Processed in 0.002381631 sec. | ||
| 7287 | 2025.02.28 10:07:40.154321 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.02.28 10:07:40.154353 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 7289 | 2025.02.28 10:07:40.154470 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7290 | 2025.02.28 10:07:40.154521 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7291 | 2025.02.28 10:07:40.154539 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7292 | 2025.02.28 10:07:40.154573 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 176 rows starting from the beginning of the part | ||
| 7293 | 2025.02.28 10:07:40.154790 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 7294 | 2025.02.28 10:07:40.155118 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 7295 | 2025.02.28 10:07:40.155596 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 52 rows starting from the beginning of the part | ||
| 7296 | 2025.02.28 10:07:40.156007 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 7297 | 2025.02.28 10:07:40.156417 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 7298 | 2025.02.28 10:07:40.157211 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2025.02.28 10:07:40.157259 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7300 | 2025.02.28 10:07:40.157831 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7301 | 2025.02.28 10:07:40.158225 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004029213 sec., 76441.72695759693 rows/sec., 5.52 MiB/sec. | ||
| 7302 | 2025.02.28 10:07:40.158232 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.02.28 10:07:40.158580 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7304 | 2025.02.28 10:07:40.158793 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.004321 sec., 23142.791020597084 rows/sec., 1.81 MiB/sec. | ||
| 7305 | 2025.02.28 10:07:40.159155 [ 261 ] {9f79442e-8fec-4fc9-be90-038529ec3d7d} <Debug> TCPHandler: Processed in 0.004933385 sec. | ||
| 7306 | 2025.02.28 10:07:40.159582 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7307 | 2025.02.28 10:07:40.159725 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7308 | 2025.02.28 10:07:40.159891 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7309 | 2025.02.28 10:07:40.159945 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_51_10} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7310 | 2025.02.28 10:07:40.159977 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7311 | 2025.02.28 10:07:40.160157 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7312 | 2025.02.28 10:07:40.160726 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.02.28 10:07:40.160770 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7314 | 2025.02.28 10:07:40.161162 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7315 | 2025.02.28 10:07:40.161399 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.02.28 10:07:40.161657 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001843 sec., 86814.97558328812 rows/sec., 6.05 MiB/sec. | ||
| 7317 | 2025.02.28 10:07:40.161727 [ 262 ] {54580f18-f58c-4ac1-b465-ea2ce2f89124} <Debug> TCPHandler: Processed in 0.002427392 sec. | ||
| 7318 | 2025.02.28 10:07:40.161967 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7319 | 2025.02.28 10:07:40.162151 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7320 | 2025.02.28 10:07:40.162236 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <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 | ||
| 7321 | 2025.02.28 10:07:40.163389 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.02.28 10:07:40.163430 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7323 | 2025.02.28 10:07:40.164098 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7324 | 2025.02.28 10:07:40.164356 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.02.28 10:07:40.164547 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7326 | 2025.02.28 10:07:40.164614 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.02.28 10:07:40.164648 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002524 sec., 14263.074484944531 rows/sec., 25.56 MiB/sec. | ||
| 7328 | 2025.02.28 10:07:40.164653 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7329 | 2025.02.28 10:07:40.165144 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 7330 | 2025.02.28 10:07:40.165367 [ 261 ] {9e925149-a5a9-4cec-bf64-b5104b4715d7} <Debug> TCPHandler: Processed in 0.003525616 sec. | ||
| 7331 | 2025.02.28 10:07:40.165882 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7332 | 2025.02.28 10:07:40.166272 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7333 | 2025.02.28 10:07:40.166422 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7334 | 2025.02.28 10:07:40.166448 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7335 | 2025.02.28 10:07:40.166716 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 959 rows starting from the beginning of the part | ||
| 7336 | 2025.02.28 10:07:40.167736 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 7337 | 2025.02.28 10:07:40.168571 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.02.28 10:07:40.168617 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 7339 | 2025.02.28 10:07:40.168639 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7340 | 2025.02.28 10:07:40.169376 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 7341 | 2025.02.28 10:07:40.170095 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
| 7342 | 2025.02.28 10:07:40.170124 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7343 | 2025.02.28 10:07:40.170607 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 7344 | 2025.02.28 10:07:40.170864 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7345 | 2025.02.28 10:07:40.171626 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005447 sec., 11015.23774554801 rows/sec., 760.17 KiB/sec. | ||
| 7346 | 2025.02.28 10:07:40.171897 [ 262 ] {7b3c0faf-fce7-48ce-8a98-866888cac9aa} <Debug> TCPHandler: Processed in 0.006366613 sec. | ||
| 7347 | 2025.02.28 10:07:40.177021 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7348 | 2025.02.28 10:07:40.178800 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 19 columns (19 merged, 0 gathered) in 0.014003233 sec., 76767.98636429173 rows/sec., 137.56 MiB/sec. | ||
| 7349 | 2025.02.28 10:07:40.180376 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7350 | 2025.02.28 10:07:40.182535 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2025.02.28 10:07:40.182778 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7352 | 2025.02.28 10:07:40.183327 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.38 MiB. | ||
| 7353 | 2025.02.28 10:07:40.203953 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2025.02.28 10:07:40.204010 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. | ||
| 7355 | 2025.02.28 10:07:40.211655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7356 | 2025.02.28 10:07:40.212426 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7357 | 2025.02.28 10:07:40.215324 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7358 | 2025.02.28 10:07:41.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.11 MiB, peak 221.90 MiB, free memory in arenas 0.00 B, will set to 215.42 MiB (RSS), difference: 1.31 MiB | ||
| 7359 | 2025.02.28 10:07:45.146970 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7360 | 2025.02.28 10:07:45.147174 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7361 | 2025.02.28 10:07:45.147248 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7362 | 2025.02.28 10:07:45.148024 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2025.02.28 10:07:45.148072 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7364 | 2025.02.28 10:07:45.148497 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7365 | 2025.02.28 10:07:45.148755 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2025.02.28 10:07:45.149022 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 171.94 KiB/sec. | ||
| 7367 | 2025.02.28 10:07:45.149138 [ 261 ] {cd55c48e-ab7d-4de6-865c-3037e7f0112e} <Debug> TCPHandler: Processed in 0.00229614 sec. | ||
| 7368 | 2025.02.28 10:07:45.149400 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2025.02.28 10:07:45.149618 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7370 | 2025.02.28 10:07:45.149704 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7371 | 2025.02.28 10:07:45.150503 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2025.02.28 10:07:45.150556 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7373 | 2025.02.28 10:07:45.151005 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7374 | 2025.02.28 10:07:45.151268 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2025.02.28 10:07:45.151527 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001967 sec., 33553.63497712252 rows/sec., 2.64 MiB/sec. | ||
| 7376 | 2025.02.28 10:07:45.151596 [ 262 ] {31563828-1295-47ec-bbbb-9218a39cb33f} <Debug> TCPHandler: Processed in 0.002335221 sec. | ||
| 7377 | 2025.02.28 10:07:45.151754 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7378 | 2025.02.28 10:07:45.151882 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7379 | 2025.02.28 10:07:45.151936 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7380 | 2025.02.28 10:07:45.152551 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7381 | 2025.02.28 10:07:45.152592 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7382 | 2025.02.28 10:07:45.152962 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7383 | 2025.02.28 10:07:45.153206 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7384 | 2025.02.28 10:07:45.153419 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001568 sec., 5102.040816326531 rows/sec., 369.95 KiB/sec. | ||
| 7385 | 2025.02.28 10:07:45.153478 [ 261 ] {a0ff9cc1-c322-4bc3-9646-c357ab40cdea} <Debug> TCPHandler: Processed in 0.001784193 sec. | ||
| 7386 | 2025.02.28 10:07:45.153629 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7387 | 2025.02.28 10:07:45.153752 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7388 | 2025.02.28 10:07:45.153805 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7389 | 2025.02.28 10:07:45.154418 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7390 | 2025.02.28 10:07:45.154465 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7391 | 2025.02.28 10:07:45.154837 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7392 | 2025.02.28 10:07:45.155070 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7393 | 2025.02.28 10:07:45.155295 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001571 sec., 45830.681094844054 rows/sec., 3.58 MiB/sec. | ||
| 7394 | 2025.02.28 10:07:45.155352 [ 262 ] {59da3e1d-aed9-425a-84af-ff1b33915c91} <Debug> TCPHandler: Processed in 0.001781133 sec. | ||
| 7395 | 2025.02.28 10:07:45.155495 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7396 | 2025.02.28 10:07:45.155613 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7397 | 2025.02.28 10:07:45.155667 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7398 | 2025.02.28 10:07:45.156259 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7399 | 2025.02.28 10:07:45.156300 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7400 | 2025.02.28 10:07:45.156704 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7401 | 2025.02.28 10:07:45.156957 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7402 | 2025.02.28 10:07:45.157189 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001601 sec., 101186.75827607745 rows/sec., 7.05 MiB/sec. | ||
| 7403 | 2025.02.28 10:07:45.157244 [ 261 ] {dbe1554b-1f08-4a06-a9d6-c39f166d5b45} <Debug> TCPHandler: Processed in 0.001807124 sec. | ||
| 7404 | 2025.02.28 10:07:45.157373 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7405 | 2025.02.28 10:07:45.157493 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7406 | 2025.02.28 10:07:45.157576 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <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 | ||
| 7407 | 2025.02.28 10:07:45.158685 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7408 | 2025.02.28 10:07:45.158725 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7409 | 2025.02.28 10:07:45.159337 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7410 | 2025.02.28 10:07:45.159589 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7411 | 2025.02.28 10:07:45.159831 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002363 sec., 1692.7634363097757 rows/sec., 3.03 MiB/sec. | ||
| 7412 | 2025.02.28 10:07:45.159941 [ 262 ] {1517d601-7164-45a3-ae88-1ff3ae93f132} <Debug> TCPHandler: Processed in 0.002623685 sec. | ||
| 7413 | 2025.02.28 10:07:45.160104 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7414 | 2025.02.28 10:07:45.160222 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7415 | 2025.02.28 10:07:45.160275 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7416 | 2025.02.28 10:07:45.160793 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7417 | 2025.02.28 10:07:45.160832 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7418 | 2025.02.28 10:07:45.161199 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7419 | 2025.02.28 10:07:45.161428 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7420 | 2025.02.28 10:07:45.161664 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 7421 | 2025.02.28 10:07:45.161728 [ 261 ] {32a33846-1806-4756-b4c1-9919618b0279} <Debug> TCPHandler: Processed in 0.001679372 sec. | ||
| 7422 | 2025.02.28 10:07:46.377074 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7423 | 2025.02.28 10:07:46.377840 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2025.02.28 10:07:46.377889 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7425 | 2025.02.28 10:07:46.378411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7426 | 2025.02.28 10:07:46.378660 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2025.02.28 10:07:46.378858 [ 107 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7428 | 2025.02.28 10:07:46.378890 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7429 | 2025.02.28 10:07:46.378939 [ 107 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.02.28 10:07:46.378967 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7431 | 2025.02.28 10:07:46.379140 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7432 | 2025.02.28 10:07:46.379369 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7433 | 2025.02.28 10:07:46.379411 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7434 | 2025.02.28 10:07:46.379489 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7435 | 2025.02.28 10:07:46.379676 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7436 | 2025.02.28 10:07:46.379884 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7437 | 2025.02.28 10:07:46.380028 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7438 | 2025.02.28 10:07:46.380216 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 7439 | 2025.02.28 10:07:46.382934 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003900461 sec., 4832505.696121561 rows/sec., 69.13 MiB/sec. | ||
| 7440 | 2025.02.28 10:07:46.383337 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7441 | 2025.02.28 10:07:46.383695 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_41_8} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.02.28 10:07:46.383792 [ 197 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_41_8} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7443 | 2025.02.28 10:07:46.383912 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7444 | 2025.02.28 10:07:47.715433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7445 | 2025.02.28 10:07:47.737827 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2025.02.28 10:07:47.737889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7447 | 2025.02.28 10:07:47.745191 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7448 | 2025.02.28 10:07:47.745962 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2025.02.28 10:07:47.746371 [ 105 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7450 | 2025.02.28 10:07:47.746503 [ 105 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2025.02.28 10:07:47.746579 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7452 | 2025.02.28 10:07:47.748286 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7453 | 2025.02.28 10:07:47.763527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7454 | 2025.02.28 10:07:47.765236 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7455 | 2025.02.28 10:07:47.766920 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7456 | 2025.02.28 10:07:47.772275 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7457 | 2025.02.28 10:07:47.777753 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7458 | 2025.02.28 10:07:47.783205 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7459 | 2025.02.28 10:07:47.788839 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7460 | 2025.02.28 10:07:47.794451 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 7461 | 2025.02.28 10:07:47.854907 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.108186091 sec., 2856.189711115452 rows/sec., 14.77 MiB/sec. | ||
| 7462 | 2025.02.28 10:07:47.858259 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7463 | 2025.02.28 10:07:47.861313 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_41_8} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.02.28 10:07:47.861411 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_41_8} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7465 | 2025.02.28 10:07:47.863937 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7466 | 2025.02.28 10:07:48.961206 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1042 | ||
| 7467 | 2025.02.28 10:07:48.964561 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7468 | 2025.02.28 10:07:48.964613 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7469 | 2025.02.28 10:07:48.966068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7470 | 2025.02.28 10:07:48.966371 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7471 | 2025.02.28 10:07:48.967622 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1042 | ||
| 7472 | 2025.02.28 10:07:50.149594 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7473 | 2025.02.28 10:07:50.149787 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7474 | 2025.02.28 10:07:50.149862 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7475 | 2025.02.28 10:07:50.150700 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2025.02.28 10:07:50.150752 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7477 | 2025.02.28 10:07:50.151198 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7478 | 2025.02.28 10:07:50.151448 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7479 | 2025.02.28 10:07:50.151673 [ 100 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7480 | 2025.02.28 10:07:50.151704 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001968 sec., 65040.65040650406 rows/sec., 5.57 MiB/sec. | ||
| 7481 | 2025.02.28 10:07:50.151766 [ 100 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7482 | 2025.02.28 10:07:50.151836 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7483 | 2025.02.28 10:07:50.151849 [ 261 ] {67579287-b71e-4227-baad-098ffb8451b8} <Debug> TCPHandler: Processed in 0.002388761 sec. | ||
| 7484 | 2025.02.28 10:07:50.152185 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7485 | 2025.02.28 10:07:50.152411 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7486 | 2025.02.28 10:07:50.152585 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7487 | 2025.02.28 10:07:50.152644 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1966 rows starting from the beginning of the part | ||
| 7488 | 2025.02.28 10:07:50.152889 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7489 | 2025.02.28 10:07:50.153224 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7490 | 2025.02.28 10:07:50.153258 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7491 | 2025.02.28 10:07:50.153476 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7492 | 2025.02.28 10:07:50.153532 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 7493 | 2025.02.28 10:07:50.153880 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part | ||
| 7494 | 2025.02.28 10:07:50.154141 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 128 rows starting from the beginning of the part | ||
| 7495 | 2025.02.28 10:07:50.156080 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7496 | 2025.02.28 10:07:50.156176 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7497 | 2025.02.28 10:07:50.157077 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7498 | 2025.02.28 10:07:50.157633 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681174 sec., 423856.0551041035 rows/sec., 36.42 MiB/sec. | ||
| 7499 | 2025.02.28 10:07:50.157662 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.02.28 10:07:50.157964 [ 196 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7501 | 2025.02.28 10:07:50.158073 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005273 sec., 6827.233074151337 rows/sec., 513.38 KiB/sec. | ||
| 7502 | 2025.02.28 10:07:50.158254 [ 262 ] {b0e105a9-b053-4f40-beb6-89b637db9a72} <Debug> TCPHandler: Processed in 0.00618369 sec. | ||
| 7503 | 2025.02.28 10:07:50.158456 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7504 | 2025.02.28 10:07:50.158519 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.02.28 10:07:50.158660 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7506 | 2025.02.28 10:07:50.158731 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7507 | 2025.02.28 10:07:50.158751 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_66_13} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7508 | 2025.02.28 10:07:50.158983 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7509 | 2025.02.28 10:07:50.159521 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.02.28 10:07:50.159568 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7511 | 2025.02.28 10:07:50.159938 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7512 | 2025.02.28 10:07:50.160189 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.02.28 10:07:50.160360 [ 100 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7514 | 2025.02.28 10:07:50.160420 [ 100 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2025.02.28 10:07:50.160441 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00184 sec., 54347.82608695652 rows/sec., 4.24 MiB/sec. | ||
| 7516 | 2025.02.28 10:07:50.160460 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7517 | 2025.02.28 10:07:50.160576 [ 261 ] {759b539c-ed52-47d1-8f36-978e31e3074a} <Debug> TCPHandler: Processed in 0.002184868 sec. | ||
| 7518 | 2025.02.28 10:07:50.160870 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7519 | 2025.02.28 10:07:50.160946 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 7520 | 2025.02.28 10:07:50.161282 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7521 | 2025.02.28 10:07:50.161505 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7522 | 2025.02.28 10:07:50.161522 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7523 | 2025.02.28 10:07:50.161669 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 950 rows starting from the beginning of the part | ||
| 7524 | 2025.02.28 10:07:50.162228 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 7525 | 2025.02.28 10:07:50.162781 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 7526 | 2025.02.28 10:07:50.163150 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 100 rows starting from the beginning of the part | ||
| 7527 | 2025.02.28 10:07:50.163537 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part | ||
| 7528 | 2025.02.28 10:07:50.163849 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 100 rows starting from the beginning of the part | ||
| 7529 | 2025.02.28 10:07:50.164658 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2025.02.28 10:07:50.164708 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7531 | 2025.02.28 10:07:50.165295 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7532 | 2025.02.28 10:07:50.165591 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2025.02.28 10:07:50.165888 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7534 | 2025.02.28 10:07:50.166017 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2025.02.28 10:07:50.166063 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1354 rows, containing 5 columns (5 merged, 0 gathered) in 0.005433561 sec., 249192.01238377558 rows/sec., 19.56 MiB/sec. | ||
| 7536 | 2025.02.28 10:07:50.166088 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7537 | 2025.02.28 10:07:50.166149 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005005 sec., 31968.03196803197 rows/sec., 2.23 MiB/sec. | ||
| 7538 | 2025.02.28 10:07:50.166487 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7539 | 2025.02.28 10:07:50.166719 [ 262 ] {534e5a19-d9b7-486f-b158-8347213d78ee} <Debug> TCPHandler: Processed in 0.006009489 sec. | ||
| 7540 | 2025.02.28 10:07:50.166784 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 7541 | 2025.02.28 10:07:50.167073 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2025.02.28 10:07:50.167505 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7543 | 2025.02.28 10:07:50.167525 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7544 | 2025.02.28 10:07:50.167645 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18602 rows starting from the beginning of the part | ||
| 7545 | 2025.02.28 10:07:50.168004 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <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 | ||
| 7546 | 2025.02.28 10:07:50.168137 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 96 rows starting from the beginning of the part | ||
| 7547 | 2025.02.28 10:07:50.168659 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7548 | 2025.02.28 10:07:50.169182 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 7549 | 2025.02.28 10:07:50.169525 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 162 rows starting from the beginning of the part | ||
| 7550 | 2025.02.28 10:07:50.169634 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7551 | 2025.02.28 10:07:50.169988 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7552 | 2025.02.28 10:07:50.170192 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_66_13} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7553 | 2025.02.28 10:07:50.170680 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 7554 | 2025.02.28 10:07:50.174532 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7555 | 2025.02.28 10:07:50.174604 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7556 | 2025.02.28 10:07:50.175974 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7557 | 2025.02.28 10:07:50.176374 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7558 | 2025.02.28 10:07:50.176706 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.009357 sec., 3847.386983007374 rows/sec., 6.89 MiB/sec. | ||
| 7559 | 2025.02.28 10:07:50.177022 [ 261 ] {33fe6b18-4e60-4285-b0c4-ded384dc59f8} <Debug> TCPHandler: Processed in 0.010113372 sec. | ||
| 7560 | 2025.02.28 10:07:50.177288 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7561 | 2025.02.28 10:07:50.177526 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7562 | 2025.02.28 10:07:50.177626 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7563 | 2025.02.28 10:07:50.178626 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7564 | 2025.02.28 10:07:50.178668 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7565 | 2025.02.28 10:07:50.179249 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7566 | 2025.02.28 10:07:50.179497 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19340 rows, containing 5 columns (5 merged, 0 gathered) in 0.013265053 sec., 1457966.2817781428 rows/sec., 99.70 MiB/sec. | ||
| 7567 | 2025.02.28 10:07:50.179689 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2025.02.28 10:07:50.179930 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7569 | 2025.02.28 10:07:50.179930 [ 100 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7570 | 2025.02.28 10:07:50.180034 [ 100 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2025.02.28 10:07:50.180103 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7572 | 2025.02.28 10:07:50.180176 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00268 sec., 22388.059701492537 rows/sec., 1.51 MiB/sec. | ||
| 7573 | 2025.02.28 10:07:50.180541 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7574 | 2025.02.28 10:07:50.180576 [ 262 ] {d5384f78-9765-46bd-8c84-ca40d33b7dba} <Debug> TCPHandler: Processed in 0.003422345 sec. | ||
| 7575 | 2025.02.28 10:07:50.180877 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.02.28 10:07:50.180897 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7577 | 2025.02.28 10:07:50.180973 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3130 rows starting from the beginning of the part | ||
| 7578 | 2025.02.28 10:07:50.181039 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7579 | 2025.02.28 10:07:50.181186 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 7580 | 2025.02.28 10:07:50.181362 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 7581 | 2025.02.28 10:07:50.181492 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7582 | 2025.02.28 10:07:50.181711 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7583 | 2025.02.28 10:07:50.181887 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 7584 | 2025.02.28 10:07:50.182111 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7585 | 2025.02.28 10:07:50.183805 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003548057 sec., 959962.0299222927 rows/sec., 64.39 MiB/sec. | ||
| 7586 | 2025.02.28 10:07:50.184129 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7587 | 2025.02.28 10:07:50.184415 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2025.02.28 10:07:50.184497 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_66_13} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7589 | 2025.02.28 10:07:50.184583 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7590 | 2025.02.28 10:07:53.723642 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7591 | 2025.02.28 10:07:53.723704 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7592 | 2025.02.28 10:07:53.879201 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7593 | 2025.02.28 10:07:53.879851 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7594 | 2025.02.28 10:07:53.879903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7595 | 2025.02.28 10:07:53.880435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7596 | 2025.02.28 10:07:53.880695 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7597 | 2025.02.28 10:07:53.880986 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7598 | 2025.02.28 10:07:55.147991 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.02.28 10:07:55.148190 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7600 | 2025.02.28 10:07:55.148265 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7601 | 2025.02.28 10:07:55.149063 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2025.02.28 10:07:55.149111 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7603 | 2025.02.28 10:07:55.149541 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7604 | 2025.02.28 10:07:55.149791 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2025.02.28 10:07:55.150052 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001918 sec., 33368.09176225235 rows/sec., 2.63 MiB/sec. | ||
| 7606 | 2025.02.28 10:07:55.150141 [ 261 ] {e1d3c384-27e5-44b0-85c7-285d3e5af472} <Debug> TCPHandler: Processed in 0.00228022 sec. | ||
| 7607 | 2025.02.28 10:07:55.150513 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.02.28 10:07:55.150823 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7609 | 2025.02.28 10:07:55.150943 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7610 | 2025.02.28 10:07:55.151841 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2025.02.28 10:07:55.151893 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7612 | 2025.02.28 10:07:55.152338 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7613 | 2025.02.28 10:07:55.152603 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.02.28 10:07:55.152899 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002147 sec., 1863.064741499767 rows/sec., 140.09 KiB/sec. | ||
| 7615 | 2025.02.28 10:07:55.153070 [ 262 ] {74f515e8-7e8e-4e4f-9001-e44443889fac} <Debug> TCPHandler: Processed in 0.002805916 sec. | ||
| 7616 | 2025.02.28 10:07:55.153304 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2025.02.28 10:07:55.153457 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7618 | 2025.02.28 10:07:55.153511 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7619 | 2025.02.28 10:07:55.154162 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.02.28 10:07:55.154203 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7621 | 2025.02.28 10:07:55.154572 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7622 | 2025.02.28 10:07:55.154830 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.02.28 10:07:55.155046 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001617 sec., 42053.18491032777 rows/sec., 3.28 MiB/sec. | ||
| 7624 | 2025.02.28 10:07:55.155102 [ 261 ] {ad366b9d-a8cb-4361-8e64-3bd13c9239e4} <Debug> TCPHandler: Processed in 0.001913055 sec. | ||
| 7625 | 2025.02.28 10:07:55.155260 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7626 | 2025.02.28 10:07:55.155410 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7627 | 2025.02.28 10:07:55.155479 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7628 | 2025.02.28 10:07:55.156170 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2025.02.28 10:07:55.156221 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7630 | 2025.02.28 10:07:55.156638 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7631 | 2025.02.28 10:07:55.156879 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2025.02.28 10:07:55.157101 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec. | ||
| 7633 | 2025.02.28 10:07:55.157159 [ 262 ] {39246ec7-af68-42c7-b97e-175c65d0b4ad} <Debug> TCPHandler: Processed in 0.001962006 sec. | ||
| 7634 | 2025.02.28 10:07:55.157305 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7635 | 2025.02.28 10:07:55.157423 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7636 | 2025.02.28 10:07:55.157504 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <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 | ||
| 7637 | 2025.02.28 10:07:55.158619 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7638 | 2025.02.28 10:07:55.158659 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7639 | 2025.02.28 10:07:55.159269 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7640 | 2025.02.28 10:07:55.159525 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7641 | 2025.02.28 10:07:55.159809 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002411 sec., 1659.062629614268 rows/sec., 2.97 MiB/sec. | ||
| 7642 | 2025.02.28 10:07:55.160339 [ 261 ] {31c8dece-2f94-4d2d-8a3a-381e5f4655b0} <Debug> TCPHandler: Processed in 0.00308549 sec. | ||
| 7643 | 2025.02.28 10:07:55.160607 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7644 | 2025.02.28 10:07:55.160829 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7645 | 2025.02.28 10:07:55.160923 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7646 | 2025.02.28 10:07:55.161580 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2025.02.28 10:07:55.161621 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7648 | 2025.02.28 10:07:55.161997 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7649 | 2025.02.28 10:07:55.162244 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2025.02.28 10:07:55.162492 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001715 sec., 34985.42274052478 rows/sec., 2.36 MiB/sec. | ||
| 7651 | 2025.02.28 10:07:55.162559 [ 262 ] {58fc9c49-0f68-41f9-b2f1-62a2e2047324} <Debug> TCPHandler: Processed in 0.002080817 sec. | ||
| 7652 | 2025.02.28 10:07:55.263655 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7653 | 2025.02.28 10:07:55.282488 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7654 | 2025.02.28 10:07:55.282541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7655 | 2025.02.28 10:07:55.289551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7656 | 2025.02.28 10:07:55.290420 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7657 | 2025.02.28 10:07:55.293312 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7658 | 2025.02.28 10:07:57.429926 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.02.28 10:07:57.430180 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7660 | 2025.02.28 10:07:57.430274 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7661 | 2025.02.28 10:07:57.431096 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.02.28 10:07:57.431152 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7663 | 2025.02.28 10:07:57.431602 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7664 | 2025.02.28 10:07:57.431858 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.02.28 10:07:57.432112 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002001 sec., 2998.500749625187 rows/sec., 244.51 KiB/sec. | ||
| 7666 | 2025.02.28 10:07:57.432179 [ 261 ] {e2bcea64-74a7-4b7c-8848-bb078527baa2} <Debug> TCPHandler: Processed in 0.002419581 sec. | ||
| 7667 | 2025.02.28 10:07:57.432464 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2025.02.28 10:07:57.432663 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7669 | 2025.02.28 10:07:57.432738 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7670 | 2025.02.28 10:07:57.434017 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2025.02.28 10:07:57.434071 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7672 | 2025.02.28 10:07:57.434601 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7673 | 2025.02.28 10:07:57.434860 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2025.02.28 10:07:57.435122 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Debug> executeQuery: Read 1271 rows, 107.55 KiB in 0.002514 sec., 505568.814638027 rows/sec., 41.78 MiB/sec. | ||
| 7675 | 2025.02.28 10:07:57.435190 [ 262 ] {2272a9b8-0f14-40c2-962f-7a56ab82808f} <Debug> TCPHandler: Processed in 0.002874948 sec. | ||
| 7676 | 2025.02.28 10:07:57.435345 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2025.02.28 10:07:57.435475 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7678 | 2025.02.28 10:07:57.435531 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7679 | 2025.02.28 10:07:57.436184 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.02.28 10:07:57.436226 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7681 | 2025.02.28 10:07:57.436593 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7682 | 2025.02.28 10:07:57.436833 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.02.28 10:07:57.437098 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001644 sec., 25547.445255474453 rows/sec., 1.86 MiB/sec. | ||
| 7684 | 2025.02.28 10:07:57.437167 [ 261 ] {50257009-ae50-444e-a92a-6c45563b7793} <Debug> TCPHandler: Processed in 0.001872074 sec. | ||
| 7685 | 2025.02.28 10:07:57.437420 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7686 | 2025.02.28 10:07:57.437580 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7687 | 2025.02.28 10:07:57.437633 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7688 | 2025.02.28 10:07:57.438324 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.02.28 10:07:57.438366 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7690 | 2025.02.28 10:07:57.438740 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7691 | 2025.02.28 10:07:57.438986 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2025.02.28 10:07:57.439252 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001701 sec., 134038.80070546738 rows/sec., 9.08 MiB/sec. | ||
| 7693 | 2025.02.28 10:07:57.439439 [ 262 ] {e767d2cb-971a-4707-a6f5-666c2b836ce5} <Debug> TCPHandler: Processed in 0.002150568 sec. | ||
| 7694 | 2025.02.28 10:07:57.439620 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7695 | 2025.02.28 10:07:57.439769 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7696 | 2025.02.28 10:07:57.439830 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7697 | 2025.02.28 10:07:57.440769 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2025.02.28 10:07:57.440810 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7699 | 2025.02.28 10:07:57.441215 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7700 | 2025.02.28 10:07:57.441461 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7701 | 2025.02.28 10:07:57.441704 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Debug> executeQuery: Read 562 rows, 42.78 KiB in 0.001967 sec., 285714.28571428574 rows/sec., 21.24 MiB/sec. | ||
| 7702 | 2025.02.28 10:07:57.441761 [ 261 ] {83290ebe-29b2-4b03-836b-44147f5c7a5c} <Debug> TCPHandler: Processed in 0.002211549 sec. | ||
| 7703 | 2025.02.28 10:07:57.441971 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7704 | 2025.02.28 10:07:57.442195 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7705 | 2025.02.28 10:07:57.442294 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7706 | 2025.02.28 10:07:57.443148 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7707 | 2025.02.28 10:07:57.443188 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7708 | 2025.02.28 10:07:57.443640 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7709 | 2025.02.28 10:07:57.443875 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2025.02.28 10:07:57.444089 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Debug> executeQuery: Read 945 rows, 64.89 KiB in 0.00195 sec., 484615.3846153846 rows/sec., 32.50 MiB/sec. | ||
| 7711 | 2025.02.28 10:07:57.444143 [ 262 ] {361243b7-6e21-45d5-a145-bf83c17ccc2c} <Debug> TCPHandler: Processed in 0.00228231 sec. | ||
| 7712 | 2025.02.28 10:07:57.444288 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7713 | 2025.02.28 10:07:57.444427 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7714 | 2025.02.28 10:07:57.444521 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <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 | ||
| 7715 | 2025.02.28 10:07:57.445835 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7716 | 2025.02.28 10:07:57.445874 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7717 | 2025.02.28 10:07:57.446586 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7718 | 2025.02.28 10:07:57.446867 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7719 | 2025.02.28 10:07:57.447124 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002729 sec., 13191.645291315499 rows/sec., 23.64 MiB/sec. | ||
| 7720 | 2025.02.28 10:07:57.447238 [ 261 ] {687d8e4b-fd6f-484c-986c-480aeee1918f} <Debug> TCPHandler: Processed in 0.00300512 sec. | ||
| 7721 | 2025.02.28 10:07:57.447395 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7722 | 2025.02.28 10:07:57.447532 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7723 | 2025.02.28 10:07:57.447592 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7724 | 2025.02.28 10:07:57.448161 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7725 | 2025.02.28 10:07:57.448207 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7726 | 2025.02.28 10:07:57.448583 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7727 | 2025.02.28 10:07:57.448818 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2025.02.28 10:07:57.449022 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001522 sec., 23653.088042049934 rows/sec., 1.59 MiB/sec. | ||
| 7729 | 2025.02.28 10:07:57.449074 [ 262 ] {39c3fed6-ea99-40f5-b844-ab6fd9288c08} <Debug> TCPHandler: Processed in 0.001748343 sec. | ||
| 7730 | 2025.02.28 10:07:58.967840 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1082 | ||
| 7731 | 2025.02.28 10:07:58.971017 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2025.02.28 10:07:58.971066 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7733 | 2025.02.28 10:07:58.972599 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7734 | 2025.02.28 10:07:58.972943 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2025.02.28 10:07:58.974201 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7736 | 2025.02.28 10:08:00.142755 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7737 | 2025.02.28 10:08:00.142953 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7738 | 2025.02.28 10:08:00.143027 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7739 | 2025.02.28 10:08:00.143839 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2025.02.28 10:08:00.143891 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7741 | 2025.02.28 10:08:00.144331 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7742 | 2025.02.28 10:08:00.144603 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2025.02.28 10:08:00.144847 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. | ||
| 7744 | 2025.02.28 10:08:00.144916 [ 261 ] {ce50e116-722a-41bf-8683-23de942add64} <Debug> TCPHandler: Processed in 0.00229465 sec. | ||
| 7745 | 2025.02.28 10:08:00.145186 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7746 | 2025.02.28 10:08:00.145390 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7747 | 2025.02.28 10:08:00.145465 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7748 | 2025.02.28 10:08:00.146218 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.02.28 10:08:00.146266 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7750 | 2025.02.28 10:08:00.146714 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7751 | 2025.02.28 10:08:00.146978 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.02.28 10:08:00.147215 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.65 MiB/sec. | ||
| 7753 | 2025.02.28 10:08:00.147273 [ 262 ] {0fb87348-8edf-4314-b5ea-25408972f83b} <Debug> TCPHandler: Processed in 0.002222729 sec. | ||
| 7754 | 2025.02.28 10:08:00.147433 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7755 | 2025.02.28 10:08:00.147564 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7756 | 2025.02.28 10:08:00.147623 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7757 | 2025.02.28 10:08:00.148219 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7758 | 2025.02.28 10:08:00.148262 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7759 | 2025.02.28 10:08:00.148652 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7760 | 2025.02.28 10:08:00.148885 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7761 | 2025.02.28 10:08:00.149106 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001575 sec., 40634.920634920636 rows/sec., 2.83 MiB/sec. | ||
| 7762 | 2025.02.28 10:08:00.149172 [ 261 ] {75c978e2-c6c0-4c50-8441-c24073705404} <Debug> TCPHandler: Processed in 0.001795994 sec. | ||
| 7763 | 2025.02.28 10:08:00.149397 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2025.02.28 10:08:00.149549 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7765 | 2025.02.28 10:08:00.149605 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7766 | 2025.02.28 10:08:00.150128 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2025.02.28 10:08:00.150169 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7768 | 2025.02.28 10:08:00.150563 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7769 | 2025.02.28 10:08:00.150810 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2025.02.28 10:08:00.151018 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001495 sec., 16053.511705685618 rows/sec., 1.08 MiB/sec. | ||
| 7771 | 2025.02.28 10:08:00.151071 [ 262 ] {fb6594c9-571e-47a3-9041-c084c08a8711} <Debug> TCPHandler: Processed in 0.001799284 sec. | ||
| 7772 | 2025.02.28 10:08:01.381146 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7773 | 2025.02.28 10:08:01.381857 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7774 | 2025.02.28 10:08:01.381914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7775 | 2025.02.28 10:08:01.382455 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7776 | 2025.02.28 10:08:01.382713 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7777 | 2025.02.28 10:08:01.382973 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7778 | 2025.02.28 10:08:02.793410 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 7779 | 2025.02.28 10:08:02.813412 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7780 | 2025.02.28 10:08:02.813469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7781 | 2025.02.28 10:08:02.820905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7782 | 2025.02.28 10:08:02.821654 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2025.02.28 10:08:02.824816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 7784 | 2025.02.28 10:08:05.148163 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7785 | 2025.02.28 10:08:05.148354 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7786 | 2025.02.28 10:08:05.148427 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7787 | 2025.02.28 10:08:05.149225 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7788 | 2025.02.28 10:08:05.149274 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7789 | 2025.02.28 10:08:05.149730 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7790 | 2025.02.28 10:08:05.149997 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7791 | 2025.02.28 10:08:05.150256 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001953 sec., 32770.097286226315 rows/sec., 2.58 MiB/sec. | ||
| 7792 | 2025.02.28 10:08:05.150324 [ 261 ] {e07576e5-1f8d-4d40-9650-5e31ae35abf8} <Debug> TCPHandler: Processed in 0.00229277 sec. | ||
| 7793 | 2025.02.28 10:08:05.150594 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7794 | 2025.02.28 10:08:05.150889 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7795 | 2025.02.28 10:08:05.151006 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7796 | 2025.02.28 10:08:05.151966 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2025.02.28 10:08:05.152017 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7798 | 2025.02.28 10:08:05.152460 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7799 | 2025.02.28 10:08:05.152715 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7800 | 2025.02.28 10:08:05.152914 [ 80 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7801 | 2025.02.28 10:08:05.152984 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002177 sec., 1837.3909049150207 rows/sec., 138.16 KiB/sec. | ||
| 7802 | 2025.02.28 10:08:05.153010 [ 80 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.02.28 10:08:05.153082 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7804 | 2025.02.28 10:08:05.153121 [ 262 ] {85793d06-b4b5-4675-8093-4c3eb066a5a6} <Debug> TCPHandler: Processed in 0.002669505 sec. | ||
| 7805 | 2025.02.28 10:08:05.153330 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7806 | 2025.02.28 10:08:05.153379 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 7807 | 2025.02.28 10:08:05.153486 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7808 | 2025.02.28 10:08:05.153555 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7809 | 2025.02.28 10:08:05.153555 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7810 | 2025.02.28 10:08:05.153620 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 176 rows starting from the beginning of the part | ||
| 7811 | 2025.02.28 10:08:05.153758 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 7812 | 2025.02.28 10:08:05.154184 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 7813 | 2025.02.28 10:08:05.154623 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 7814 | 2025.02.28 10:08:05.154946 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 42 rows starting from the beginning of the part | ||
| 7815 | 2025.02.28 10:08:05.155318 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 7816 | 2025.02.28 10:08:05.156398 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7817 | 2025.02.28 10:08:05.156444 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7818 | 2025.02.28 10:08:05.157029 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7819 | 2025.02.28 10:08:05.157411 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7820 | 2025.02.28 10:08:05.157410 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.004187055 sec., 64484.464617732505 rows/sec., 4.59 MiB/sec. | ||
| 7821 | 2025.02.28 10:08:05.157749 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7822 | 2025.02.28 10:08:05.157824 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004355 sec., 15614.236509758897 rows/sec., 1.22 MiB/sec. | ||
| 7823 | 2025.02.28 10:08:05.158084 [ 261 ] {0f53dd60-5df9-4f4c-8c76-73f56a9f754a} <Debug> TCPHandler: Processed in 0.004865014 sec. | ||
| 7824 | 2025.02.28 10:08:05.158488 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7825 | 2025.02.28 10:08:05.158736 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2025.02.28 10:08:05.159053 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7827 | 2025.02.28 10:08:05.159058 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_56_11} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7828 | 2025.02.28 10:08:05.159149 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7829 | 2025.02.28 10:08:05.159272 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7830 | 2025.02.28 10:08:05.159890 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7831 | 2025.02.28 10:08:05.159936 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7832 | 2025.02.28 10:08:05.160359 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7833 | 2025.02.28 10:08:05.160611 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7834 | 2025.02.28 10:08:05.160882 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002044 sec., 78277.88649706458 rows/sec., 5.45 MiB/sec. | ||
| 7835 | 2025.02.28 10:08:05.160949 [ 262 ] {e8177722-feb5-460f-9267-ddc3ebb47ecc} <Debug> TCPHandler: Processed in 0.002700765 sec. | ||
| 7836 | 2025.02.28 10:08:05.161155 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7837 | 2025.02.28 10:08:05.161308 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7838 | 2025.02.28 10:08:05.161388 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <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 | ||
| 7839 | 2025.02.28 10:08:05.162479 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7840 | 2025.02.28 10:08:05.162519 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7841 | 2025.02.28 10:08:05.163123 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7842 | 2025.02.28 10:08:05.163381 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7843 | 2025.02.28 10:08:05.163544 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7844 | 2025.02.28 10:08:05.163596 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2025.02.28 10:08:05.163601 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002324 sec., 1721.170395869191 rows/sec., 3.08 MiB/sec. | ||
| 7846 | 2025.02.28 10:08:05.163623 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7847 | 2025.02.28 10:08:05.163949 [ 261 ] {6c7d69b3-901e-4b15-a401-8849e86c7300} <Debug> TCPHandler: Processed in 0.002881207 sec. | ||
| 7848 | 2025.02.28 10:08:05.163950 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 7849 | 2025.02.28 10:08:05.164248 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2025.02.28 10:08:05.164393 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7851 | 2025.02.28 10:08:05.164588 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1075 rows starting from the beginning of the part | ||
| 7852 | 2025.02.28 10:08:05.164629 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7853 | 2025.02.28 10:08:05.164752 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7854 | 2025.02.28 10:08:05.165482 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 7855 | 2025.02.28 10:08:05.166258 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part | ||
| 7856 | 2025.02.28 10:08:05.167141 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 7857 | 2025.02.28 10:08:05.167199 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7858 | 2025.02.28 10:08:05.167278 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7859 | 2025.02.28 10:08:05.167793 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 7860 | 2025.02.28 10:08:05.168485 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
| 7861 | 2025.02.28 10:08:05.168811 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7862 | 2025.02.28 10:08:05.169497 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.02.28 10:08:05.169973 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005427 sec., 11055.83195135434 rows/sec., 762.97 KiB/sec. | ||
| 7864 | 2025.02.28 10:08:05.170154 [ 262 ] {1c096ee8-daf4-48a3-acb4-a3f8bc98b571} <Debug> TCPHandler: Processed in 0.006069959 sec. | ||
| 7865 | 2025.02.28 10:08:05.176806 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1159 rows, containing 19 columns (19 merged, 0 gathered) in 0.013072671 sec., 88658.23977364687 rows/sec., 158.87 MiB/sec. | ||
| 7866 | 2025.02.28 10:08:05.178063 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7867 | 2025.02.28 10:08:05.178481 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.02.28 10:08:05.178560 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7869 | 2025.02.28 10:08:05.178723 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
| 7870 | 2025.02.28 10:08:06.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.54 MiB, peak 230.16 MiB, free memory in arenas 0.00 B, will set to 221.79 MiB (RSS), difference: 3.25 MiB | ||
| 7871 | 2025.02.28 10:08:08.723766 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7872 | 2025.02.28 10:08:08.723842 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7873 | 2025.02.28 10:08:08.883158 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 7874 | 2025.02.28 10:08:08.884172 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7875 | 2025.02.28 10:08:08.884217 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7876 | 2025.02.28 10:08:08.884736 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7877 | 2025.02.28 10:08:08.884993 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7878 | 2025.02.28 10:08:08.885251 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 7879 | 2025.02.28 10:08:08.974455 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1102 | ||
| 7880 | 2025.02.28 10:08:08.977247 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.02.28 10:08:08.977297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7882 | 2025.02.28 10:08:08.978747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7883 | 2025.02.28 10:08:08.979053 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.02.28 10:08:08.979217 [ 75 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7885 | 2025.02.28 10:08:08.979275 [ 75 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7886 | 2025.02.28 10:08:08.979307 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7887 | 2025.02.28 10:08:08.979762 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 7888 | 2025.02.28 10:08:08.980522 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1102 | ||
| 7889 | 2025.02.28 10:08:08.981007 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7890 | 2025.02.28 10:08:08.981190 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 952 rows starting from the beginning of the part | ||
| 7891 | 2025.02.28 10:08:08.981875 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 44 rows starting from the beginning of the part | ||
| 7892 | 2025.02.28 10:08:08.982585 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 7893 | 2025.02.28 10:08:08.983296 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 7894 | 2025.02.28 10:08:08.983903 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 7895 | 2025.02.28 10:08:08.984529 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 7896 | 2025.02.28 10:08:08.992703 [ 199 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 72 columns (72 merged, 0 gathered) in 0.013277323 sec., 82998.65869046042 rows/sec., 67.69 MiB/sec. | ||
| 7897 | 2025.02.28 10:08:08.994625 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7898 | 2025.02.28 10:08:08.995515 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2025.02.28 10:08:08.995628 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_31_6} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7900 | 2025.02.28 10:08:08.995991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
| 7901 | 2025.02.28 10:08:09.040832 [ 75 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7902 | 2025.02.28 10:08:09.040882 [ 75 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2025.02.28 10:08:09.040907 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7904 | 2025.02.28 10:08:09.041046 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 7905 | 2025.02.28 10:08:09.041202 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7906 | 2025.02.28 10:08:09.041239 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 7907 | 2025.02.28 10:08:09.041349 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 7908 | 2025.02.28 10:08:09.041548 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 7909 | 2025.02.28 10:08:09.041764 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 7910 | 2025.02.28 10:08:09.041915 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7911 | 2025.02.28 10:08:09.042986 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002017257 sec., 17846.015653930062 rows/sec., 1.49 MiB/sec. | ||
| 7912 | 2025.02.28 10:08:09.043138 [ 199 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7913 | 2025.02.28 10:08:09.043432 [ 199 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7914 | 2025.02.28 10:08:09.043526 [ 199 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_17_4} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7915 | 2025.02.28 10:08:09.043609 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7916 | 2025.02.28 10:08:09.481051 [ 75 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 7917 | 2025.02.28 10:08:09.481137 [ 75 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2025.02.28 10:08:09.481172 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7919 | 2025.02.28 10:08:09.481370 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 7920 | 2025.02.28 10:08:09.481541 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7921 | 2025.02.28 10:08:09.481579 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 365 rows starting from the beginning of the part | ||
| 7922 | 2025.02.28 10:08:09.481687 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 7923 | 2025.02.28 10:08:09.481934 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 7924 | 2025.02.28 10:08:09.482158 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part | ||
| 7925 | 2025.02.28 10:08:09.482305 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 7926 | 2025.02.28 10:08:09.483849 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1349 rows, containing 5 columns (5 merged, 0 gathered) in 0.002564393 sec., 526050.4142695757 rows/sec., 38.07 MiB/sec. | ||
| 7927 | 2025.02.28 10:08:09.484073 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 7928 | 2025.02.28 10:08:09.484414 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.02.28 10:08:09.484509 [ 188 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_14_3} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 7930 | 2025.02.28 10:08:09.484613 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7931 | 2025.02.28 10:08:10.155532 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2025.02.28 10:08:10.155725 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7933 | 2025.02.28 10:08:10.155800 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7934 | 2025.02.28 10:08:10.156669 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.02.28 10:08:10.156722 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7936 | 2025.02.28 10:08:10.157157 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7937 | 2025.02.28 10:08:10.157424 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.02.28 10:08:10.157671 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001999 sec., 106053.02651325663 rows/sec., 6.74 MiB/sec. | ||
| 7939 | 2025.02.28 10:08:10.157739 [ 261 ] {17d07d62-ccf1-4386-8fc7-6518e656bf47} <Debug> TCPHandler: Processed in 0.00234094 sec. | ||
| 7940 | 2025.02.28 10:08:10.157988 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2025.02.28 10:08:10.158178 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7942 | 2025.02.28 10:08:10.158251 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7943 | 2025.02.28 10:08:10.159361 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.02.28 10:08:10.159410 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7945 | 2025.02.28 10:08:10.159896 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7946 | 2025.02.28 10:08:10.160154 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.02.28 10:08:10.160354 [ 74 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7948 | 2025.02.28 10:08:10.160426 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002294 sec., 300348.7358326068 rows/sec., 23.92 MiB/sec. | ||
| 7949 | 2025.02.28 10:08:10.160438 [ 74 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7950 | 2025.02.28 10:08:10.160520 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7951 | 2025.02.28 10:08:10.160571 [ 262 ] {ad172be4-1ce9-4aff-9cb5-de9048d10640} <Debug> TCPHandler: Processed in 0.002704505 sec. | ||
| 7952 | 2025.02.28 10:08:10.160798 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7953 | 2025.02.28 10:08:10.160797 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7954 | 2025.02.28 10:08:10.161000 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7955 | 2025.02.28 10:08:10.161081 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7956 | 2025.02.28 10:08:10.161102 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7957 | 2025.02.28 10:08:10.161160 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1966 rows starting from the beginning of the part | ||
| 7958 | 2025.02.28 10:08:10.161497 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7959 | 2025.02.28 10:08:10.161883 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1271 rows starting from the beginning of the part | ||
| 7960 | 2025.02.28 10:08:10.162229 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 7961 | 2025.02.28 10:08:10.162887 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
| 7962 | 2025.02.28 10:08:10.163344 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 689 rows starting from the beginning of the part | ||
| 7963 | 2025.02.28 10:08:10.164600 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7964 | 2025.02.28 10:08:10.164678 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 7965 | 2025.02.28 10:08:10.165413 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7966 | 2025.02.28 10:08:10.165936 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7967 | 2025.02.28 10:08:10.166581 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005608 sec., 25320.970042796005 rows/sec., 1.58 MiB/sec. | ||
| 7968 | 2025.02.28 10:08:10.166888 [ 261 ] {c551d84c-4965-48b0-a044-d68a81b83b4d} <Debug> TCPHandler: Processed in 0.006188091 sec. | ||
| 7969 | 2025.02.28 10:08:10.167158 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7970 | 2025.02.28 10:08:10.167388 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7971 | 2025.02.28 10:08:10.167572 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7972 | 2025.02.28 10:08:10.167707 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4110 rows, containing 5 columns (5 merged, 0 gathered) in 0.007050522 sec., 582935.5613669456 rows/sec., 49.82 MiB/sec. | ||
| 7973 | 2025.02.28 10:08:10.168028 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7974 | 2025.02.28 10:08:10.168413 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7975 | 2025.02.28 10:08:10.168445 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.02.28 10:08:10.168487 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 7977 | 2025.02.28 10:08:10.168519 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_71_14} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7978 | 2025.02.28 10:08:10.168622 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 7979 | 2025.02.28 10:08:10.168888 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7980 | 2025.02.28 10:08:10.169124 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.02.28 10:08:10.169342 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002042 sec., 55337.90401567091 rows/sec., 3.58 MiB/sec. | ||
| 7982 | 2025.02.28 10:08:10.169398 [ 262 ] {2c53074d-cf06-4606-8ea8-4d4b6fb4f441} <Debug> TCPHandler: Processed in 0.002383931 sec. | ||
| 7983 | 2025.02.28 10:08:10.169550 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2025.02.28 10:08:10.169672 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7985 | 2025.02.28 10:08:10.169722 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7986 | 2025.02.28 10:08:10.170348 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7987 | 2025.02.28 10:08:10.170387 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7988 | 2025.02.28 10:08:10.170752 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7989 | 2025.02.28 10:08:10.170985 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7990 | 2025.02.28 10:08:10.171248 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001596 sec., 70175.43859649124 rows/sec., 4.00 MiB/sec. | ||
| 7991 | 2025.02.28 10:08:10.171427 [ 261 ] {4cabae08-190f-422e-90f0-b582a3aa8724} <Debug> TCPHandler: Processed in 0.001927354 sec. | ||
| 7992 | 2025.02.28 10:08:10.171578 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7993 | 2025.02.28 10:08:10.171700 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7994 | 2025.02.28 10:08:10.171757 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7995 | 2025.02.28 10:08:10.172601 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.02.28 10:08:10.172648 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 7997 | 2025.02.28 10:08:10.173037 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7998 | 2025.02.28 10:08:10.173281 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7999 | 2025.02.28 10:08:10.173453 [ 74 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8000 | 2025.02.28 10:08:10.173517 [ 74 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8001 | 2025.02.28 10:08:10.173527 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001847 sec., 226312.9399025447 rows/sec., 16.11 MiB/sec. | ||
| 8002 | 2025.02.28 10:08:10.173551 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8003 | 2025.02.28 10:08:10.173699 [ 262 ] {77c1c872-43bf-4b32-a6ff-b479c1a61923} <Debug> TCPHandler: Processed in 0.002176728 sec. | ||
| 8004 | 2025.02.28 10:08:10.173882 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 8005 | 2025.02.28 10:08:10.173964 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8006 | 2025.02.28 10:08:10.174296 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8007 | 2025.02.28 10:08:10.174481 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8008 | 2025.02.28 10:08:10.174500 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8009 | 2025.02.28 10:08:10.174676 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 950 rows starting from the beginning of the part | ||
| 8010 | 2025.02.28 10:08:10.175225 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 68 rows starting from the beginning of the part | ||
| 8011 | 2025.02.28 10:08:10.175737 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 562 rows starting from the beginning of the part | ||
| 8012 | 2025.02.28 10:08:10.176098 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 8013 | 2025.02.28 10:08:10.176506 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part | ||
| 8014 | 2025.02.28 10:08:10.176918 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 418 rows starting from the beginning of the part | ||
| 8015 | 2025.02.28 10:08:10.177700 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2025.02.28 10:08:10.177764 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8017 | 2025.02.28 10:08:10.178556 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 8018 | 2025.02.28 10:08:10.179070 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2025.02.28 10:08:10.179514 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005312 sec., 1129.5180722891566 rows/sec., 59.01 KiB/sec. | ||
| 8020 | 2025.02.28 10:08:10.179747 [ 261 ] {4f7b63a3-8e28-4aaf-bb81-10fd53c023dd} <Debug> TCPHandler: Processed in 0.005903987 sec. | ||
| 8021 | 2025.02.28 10:08:10.180051 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2025.02.28 10:08:10.180208 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2130 rows, containing 5 columns (5 merged, 0 gathered) in 0.006521865 sec., 326593.6967416529 rows/sec., 25.28 MiB/sec. | ||
| 8023 | 2025.02.28 10:08:10.180286 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8024 | 2025.02.28 10:08:10.180357 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8025 | 2025.02.28 10:08:10.180524 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8026 | 2025.02.28 10:08:10.181122 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.02.28 10:08:10.181352 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_71_14} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8028 | 2025.02.28 10:08:10.181522 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 8029 | 2025.02.28 10:08:10.181656 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.02.28 10:08:10.181699 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8031 | 2025.02.28 10:08:10.182095 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8032 | 2025.02.28 10:08:10.182338 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.02.28 10:08:10.182521 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8034 | 2025.02.28 10:08:10.182585 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8035 | 2025.02.28 10:08:10.182592 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002345 sec., 101066.09808102346 rows/sec., 6.77 MiB/sec. | ||
| 8036 | 2025.02.28 10:08:10.182623 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8037 | 2025.02.28 10:08:10.182783 [ 262 ] {ec784a0f-06e9-463a-ad58-7800fce59188} <Debug> TCPHandler: Processed in 0.002916288 sec. | ||
| 8038 | 2025.02.28 10:08:10.183017 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 8039 | 2025.02.28 10:08:10.183070 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8040 | 2025.02.28 10:08:10.183445 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8041 | 2025.02.28 10:08:10.183633 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8042 | 2025.02.28 10:08:10.183637 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8043 | 2025.02.28 10:08:10.183796 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19340 rows starting from the beginning of the part | ||
| 8044 | 2025.02.28 10:08:10.184328 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8045 | 2025.02.28 10:08:10.184747 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 945 rows starting from the beginning of the part | ||
| 8046 | 2025.02.28 10:08:10.185188 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 8047 | 2025.02.28 10:08:10.185624 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 8048 | 2025.02.28 10:08:10.186041 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 8049 | 2025.02.28 10:08:10.187068 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.02.28 10:08:10.187138 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8051 | 2025.02.28 10:08:10.187834 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 8052 | 2025.02.28 10:08:10.188161 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.02.28 10:08:10.188339 [ 72 ] {} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 8054 | 2025.02.28 10:08:10.188424 [ 72 ] {} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2025.02.28 10:08:10.188498 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8056 | 2025.02.28 10:08:10.188839 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005501 sec., 181.78512997636793 rows/sec., 12.25 KiB/sec. | ||
| 8057 | 2025.02.28 10:08:10.189136 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8058 | 2025.02.28 10:08:10.189383 [ 261 ] {05151a22-4e53-41fb-99a8-eb67bc44be00} <Debug> TCPHandler: Processed in 0.006475605 sec. | ||
| 8059 | 2025.02.28 10:08:10.189630 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8060 | 2025.02.28 10:08:10.189741 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8061 | 2025.02.28 10:08:10.189773 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8062 | 2025.02.28 10:08:10.190154 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8063 | 2025.02.28 10:08:10.190568 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8064 | 2025.02.28 10:08:10.190936 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8065 | 2025.02.28 10:08:10.191154 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8066 | 2025.02.28 10:08:10.191284 [ 191 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 8067 | 2025.02.28 10:08:10.191812 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <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 | ||
| 8068 | 2025.02.28 10:08:10.195483 [ 198 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006811538 sec., 734.0486098734236 rows/sec., 49.46 KiB/sec. | ||
| 8069 | 2025.02.28 10:08:10.195822 [ 198 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 8070 | 2025.02.28 10:08:10.196751 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20906 rows, containing 5 columns (5 merged, 0 gathered) in 0.014007873 sec., 1492446.4263775093 rows/sec., 101.98 MiB/sec. | ||
| 8071 | 2025.02.28 10:08:10.197090 [ 198 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_5_1} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8072 | 2025.02.28 10:08:10.197280 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8073 | 2025.02.28 10:08:10.197471 [ 198 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_5_1} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 8074 | 2025.02.28 10:08:10.197845 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8075 | 2025.02.28 10:08:10.198064 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2025.02.28 10:08:10.198099 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2025.02.28 10:08:10.198116 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8078 | 2025.02.28 10:08:10.198206 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8079 | 2025.02.28 10:08:10.198333 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 8080 | 2025.02.28 10:08:10.198888 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8081 | 2025.02.28 10:08:10.199149 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8082 | 2025.02.28 10:08:10.199394 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00903 sec., 3986.71096345515 rows/sec., 7.14 MiB/sec. | ||
| 8083 | 2025.02.28 10:08:10.199531 [ 262 ] {d6032aef-f836-4e8b-9311-debb02b36862} <Debug> TCPHandler: Processed in 0.010024651 sec. | ||
| 8084 | 2025.02.28 10:08:10.199699 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8085 | 2025.02.28 10:08:10.199839 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8086 | 2025.02.28 10:08:10.199899 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8087 | 2025.02.28 10:08:10.200482 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.02.28 10:08:10.200528 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8089 | 2025.02.28 10:08:10.200943 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8090 | 2025.02.28 10:08:10.201185 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8091 | 2025.02.28 10:08:10.201363 [ 72 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8092 | 2025.02.28 10:08:10.201415 [ 72 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8093 | 2025.02.28 10:08:10.201437 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001622 sec., 50554.87053020962 rows/sec., 3.21 MiB/sec. | ||
| 8094 | 2025.02.28 10:08:10.201452 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8095 | 2025.02.28 10:08:10.201621 [ 261 ] {a14498e5-5136-4afa-abc5-f9d2804d39cc} <Debug> TCPHandler: Processed in 0.001981135 sec. | ||
| 8096 | 2025.02.28 10:08:10.201794 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 8097 | 2025.02.28 10:08:10.202157 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8098 | 2025.02.28 10:08:10.202234 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3406 rows starting from the beginning of the part | ||
| 8099 | 2025.02.28 10:08:10.202523 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8100 | 2025.02.28 10:08:10.202898 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part | ||
| 8101 | 2025.02.28 10:08:10.203214 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 24 rows starting from the beginning of the part | ||
| 8102 | 2025.02.28 10:08:10.203488 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 8103 | 2025.02.28 10:08:10.203577 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 8104 | 2025.02.28 10:08:10.205158 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 4 columns (4 merged, 0 gathered) in 0.003592957 sec., 1020886.1391884178 rows/sec., 68.41 MiB/sec. | ||
| 8105 | 2025.02.28 10:08:10.205496 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8106 | 2025.02.28 10:08:10.205789 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8107 | 2025.02.28 10:08:10.205869 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_71_14} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8108 | 2025.02.28 10:08:10.205936 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8109 | 2025.02.28 10:08:10.324913 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8110 | 2025.02.28 10:08:10.345831 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8111 | 2025.02.28 10:08:10.345873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
| 8112 | 2025.02.28 10:08:10.353139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8113 | 2025.02.28 10:08:10.353909 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8114 | 2025.02.28 10:08:10.357581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8115 | 2025.02.28 10:08:11.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.22 MiB, peak 233.01 MiB, free memory in arenas 0.00 B, will set to 221.97 MiB (RSS), difference: -1.25 MiB | ||
| 8116 | 2025.02.28 10:08:15.147515 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8117 | 2025.02.28 10:08:15.147718 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8118 | 2025.02.28 10:08:15.147789 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8119 | 2025.02.28 10:08:15.148503 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8120 | 2025.02.28 10:08:15.148551 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8121 | 2025.02.28 10:08:15.148969 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8122 | 2025.02.28 10:08:15.149214 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2025.02.28 10:08:15.149453 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001787 sec., 2238.388360380526 rows/sec., 182.52 KiB/sec. | ||
| 8124 | 2025.02.28 10:08:15.149511 [ 261 ] {097e4e50-dd9b-41b1-885b-e63c13ba3e89} <Debug> TCPHandler: Processed in 0.002133028 sec. | ||
| 8125 | 2025.02.28 10:08:15.149761 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8126 | 2025.02.28 10:08:15.149959 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8127 | 2025.02.28 10:08:15.150035 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8128 | 2025.02.28 10:08:15.150817 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8129 | 2025.02.28 10:08:15.150872 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8130 | 2025.02.28 10:08:15.151316 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8131 | 2025.02.28 10:08:15.151576 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8132 | 2025.02.28 10:08:15.151831 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001923 sec., 34321.372854914196 rows/sec., 2.70 MiB/sec. | ||
| 8133 | 2025.02.28 10:08:15.151943 [ 262 ] {7847efa4-56fa-4a44-812d-5632c4039039} <Debug> TCPHandler: Processed in 0.002318 sec. | ||
| 8134 | 2025.02.28 10:08:15.152144 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8135 | 2025.02.28 10:08:15.152408 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8136 | 2025.02.28 10:08:15.152466 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8137 | 2025.02.28 10:08:15.153095 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8138 | 2025.02.28 10:08:15.153134 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8139 | 2025.02.28 10:08:15.153497 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8140 | 2025.02.28 10:08:15.153732 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8141 | 2025.02.28 10:08:15.153957 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001624 sec., 4926.108374384236 rows/sec., 357.19 KiB/sec. | ||
| 8142 | 2025.02.28 10:08:15.154010 [ 261 ] {1d34f9fc-1ccd-4a7c-8627-867c6b6b8403} <Debug> TCPHandler: Processed in 0.001990166 sec. | ||
| 8143 | 2025.02.28 10:08:15.154161 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8144 | 2025.02.28 10:08:15.154306 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8145 | 2025.02.28 10:08:15.154367 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8146 | 2025.02.28 10:08:15.155045 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8147 | 2025.02.28 10:08:15.155085 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8148 | 2025.02.28 10:08:15.155448 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8149 | 2025.02.28 10:08:15.155700 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8150 | 2025.02.28 10:08:15.155907 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.44 MiB/sec. | ||
| 8151 | 2025.02.28 10:08:15.155959 [ 262 ] {06853f21-8d0d-4a62-a001-af2fea2e9f47} <Debug> TCPHandler: Processed in 0.001865264 sec. | ||
| 8152 | 2025.02.28 10:08:15.156103 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8153 | 2025.02.28 10:08:15.156240 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8154 | 2025.02.28 10:08:15.156302 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8155 | 2025.02.28 10:08:15.156959 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2025.02.28 10:08:15.156998 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8157 | 2025.02.28 10:08:15.157392 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8158 | 2025.02.28 10:08:15.157654 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.02.28 10:08:15.157864 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001655 sec., 97885.19637462236 rows/sec., 6.82 MiB/sec. | ||
| 8160 | 2025.02.28 10:08:15.157915 [ 261 ] {be304860-0e6a-43d0-8f4a-1835cb96e275} <Debug> TCPHandler: Processed in 0.001879465 sec. | ||
| 8161 | 2025.02.28 10:08:15.158062 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2025.02.28 10:08:15.158200 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8163 | 2025.02.28 10:08:15.158293 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <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 | ||
| 8164 | 2025.02.28 10:08:15.159465 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8165 | 2025.02.28 10:08:15.159504 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8166 | 2025.02.28 10:08:15.160117 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8167 | 2025.02.28 10:08:15.160369 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2025.02.28 10:08:15.160620 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002451 sec., 1631.986944104447 rows/sec., 2.92 MiB/sec. | ||
| 8169 | 2025.02.28 10:08:15.160870 [ 262 ] {9235cb99-d5f4-4e83-835a-79ad82611b89} <Debug> TCPHandler: Processed in 0.002872617 sec. | ||
| 8170 | 2025.02.28 10:08:15.161123 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8171 | 2025.02.28 10:08:15.161277 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8172 | 2025.02.28 10:08:15.161334 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8173 | 2025.02.28 10:08:15.161878 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8174 | 2025.02.28 10:08:15.161916 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8175 | 2025.02.28 10:08:15.162274 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8176 | 2025.02.28 10:08:15.162510 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8177 | 2025.02.28 10:08:15.162760 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 8178 | 2025.02.28 10:08:15.162815 [ 261 ] {c6e9de4a-f624-42e0-90df-b51adeb2af65} <Debug> TCPHandler: Processed in 0.001839474 sec. | ||
| 8179 | 2025.02.28 10:08:16.385402 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8180 | 2025.02.28 10:08:16.386118 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8181 | 2025.02.28 10:08:16.386160 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8182 | 2025.02.28 10:08:16.386708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8183 | 2025.02.28 10:08:16.386956 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8184 | 2025.02.28 10:08:16.387206 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8185 | 2025.02.28 10:08:17.857685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8186 | 2025.02.28 10:08:17.881015 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.02.28 10:08:17.881077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8188 | 2025.02.28 10:08:17.888543 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8189 | 2025.02.28 10:08:17.889323 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.02.28 10:08:17.892210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8191 | 2025.02.28 10:08:18.980752 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1138 | ||
| 8192 | 2025.02.28 10:08:18.984207 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2025.02.28 10:08:18.984296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8194 | 2025.02.28 10:08:18.985803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8195 | 2025.02.28 10:08:18.986125 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.02.28 10:08:18.987532 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1138 | ||
| 8197 | 2025.02.28 10:08:20.155418 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8198 | 2025.02.28 10:08:20.155708 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8199 | 2025.02.28 10:08:20.155818 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8200 | 2025.02.28 10:08:20.156758 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.02.28 10:08:20.156816 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8202 | 2025.02.28 10:08:20.157265 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8203 | 2025.02.28 10:08:20.157515 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.02.28 10:08:20.157779 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002149 sec., 98650.53513261983 rows/sec., 6.27 MiB/sec. | ||
| 8205 | 2025.02.28 10:08:20.157909 [ 261 ] {d44b8384-5738-40a5-9f7d-4b61224e801f} <Debug> TCPHandler: Processed in 0.002666365 sec. | ||
| 8206 | 2025.02.28 10:08:20.158259 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8207 | 2025.02.28 10:08:20.158566 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8208 | 2025.02.28 10:08:20.158685 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8209 | 2025.02.28 10:08:20.159830 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8210 | 2025.02.28 10:08:20.159881 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8211 | 2025.02.28 10:08:20.160373 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8212 | 2025.02.28 10:08:20.160629 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8213 | 2025.02.28 10:08:20.160871 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002389 sec., 288405.19045625784 rows/sec., 22.97 MiB/sec. | ||
| 8214 | 2025.02.28 10:08:20.160937 [ 262 ] {1a9267af-7e25-4a09-ac07-3065cf0047c7} <Debug> TCPHandler: Processed in 0.002861607 sec. | ||
| 8215 | 2025.02.28 10:08:20.161180 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8216 | 2025.02.28 10:08:20.161391 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8217 | 2025.02.28 10:08:20.161478 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8218 | 2025.02.28 10:08:20.162401 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2025.02.28 10:08:20.162442 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8220 | 2025.02.28 10:08:20.162812 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8221 | 2025.02.28 10:08:20.163059 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2025.02.28 10:08:20.163289 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001951 sec., 72783.18810866222 rows/sec., 4.55 MiB/sec. | ||
| 8223 | 2025.02.28 10:08:20.163346 [ 261 ] {c8a1b729-0c75-4296-bb75-04f74a1b16ac} <Debug> TCPHandler: Processed in 0.002268069 sec. | ||
| 8224 | 2025.02.28 10:08:20.163499 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8225 | 2025.02.28 10:08:20.163650 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8226 | 2025.02.28 10:08:20.163717 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8227 | 2025.02.28 10:08:20.164415 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8228 | 2025.02.28 10:08:20.164457 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8229 | 2025.02.28 10:08:20.164824 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8230 | 2025.02.28 10:08:20.165073 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8231 | 2025.02.28 10:08:20.165346 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001726 sec., 65469.29316338354 rows/sec., 4.24 MiB/sec. | ||
| 8232 | 2025.02.28 10:08:20.165530 [ 262 ] {3c1d4470-6050-48ee-918a-73249bafb08a} <Debug> TCPHandler: Processed in 0.002094208 sec. | ||
| 8233 | 2025.02.28 10:08:20.165778 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8234 | 2025.02.28 10:08:20.165918 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8235 | 2025.02.28 10:08:20.165976 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8236 | 2025.02.28 10:08:20.166597 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8237 | 2025.02.28 10:08:20.166637 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8238 | 2025.02.28 10:08:20.166999 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8239 | 2025.02.28 10:08:20.167228 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8240 | 2025.02.28 10:08:20.167476 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001582 sec., 70796.46017699115 rows/sec., 4.03 MiB/sec. | ||
| 8241 | 2025.02.28 10:08:20.167554 [ 261 ] {398e9bdd-16f6-4351-b7a9-e5a18689c349} <Debug> TCPHandler: Processed in 0.001901135 sec. | ||
| 8242 | 2025.02.28 10:08:20.167706 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8243 | 2025.02.28 10:08:20.167825 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8244 | 2025.02.28 10:08:20.167874 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8245 | 2025.02.28 10:08:20.168610 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8246 | 2025.02.28 10:08:20.168651 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8247 | 2025.02.28 10:08:20.169028 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8248 | 2025.02.28 10:08:20.169277 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2025.02.28 10:08:20.169487 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001688 sec., 247630.3317535545 rows/sec., 17.63 MiB/sec. | ||
| 8250 | 2025.02.28 10:08:20.169539 [ 262 ] {5845e760-4c2f-4b76-9404-e758463d7bfc} <Debug> TCPHandler: Processed in 0.001889785 sec. | ||
| 8251 | 2025.02.28 10:08:20.169680 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2025.02.28 10:08:20.169797 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8253 | 2025.02.28 10:08:20.169849 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8254 | 2025.02.28 10:08:20.170344 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2025.02.28 10:08:20.170382 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8256 | 2025.02.28 10:08:20.170741 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 8257 | 2025.02.28 10:08:20.170970 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.02.28 10:08:20.171158 [ 58 ] {} <Debug> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 8259 | 2025.02.28 10:08:20.171224 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 8260 | 2025.02.28 10:08:20.171276 [ 58 ] {} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.02.28 10:08:20.171327 [ 261 ] {d9f6073d-4fa4-495c-a53e-e06f44a69877} <Debug> TCPHandler: Processed in 0.001702622 sec. | ||
| 8262 | 2025.02.28 10:08:20.171353 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8263 | 2025.02.28 10:08:20.171650 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8264 | 2025.02.28 10:08:20.171664 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::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 | ||
| 8265 | 2025.02.28 10:08:20.172025 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8266 | 2025.02.28 10:08:20.172073 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8267 | 2025.02.28 10:08:20.172141 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8268 | 2025.02.28 10:08:20.172148 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 8269 | 2025.02.28 10:08:20.172510 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 8270 | 2025.02.28 10:08:20.172897 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 8271 | 2025.02.28 10:08:20.173294 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 8272 | 2025.02.28 10:08:20.173628 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 8273 | 2025.02.28 10:08:20.173880 [ 190 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 8274 | 2025.02.28 10:08:20.174872 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2025.02.28 10:08:20.174938 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8276 | 2025.02.28 10:08:20.175933 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8277 | 2025.02.28 10:08:20.176508 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2025.02.28 10:08:20.176522 [ 201 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004971095 sec., 7241.865222853315 rows/sec., 378.36 KiB/sec. | ||
| 8279 | 2025.02.28 10:08:20.176749 [ 197 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 8280 | 2025.02.28 10:08:20.176822 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004931 sec., 48063.273169742446 rows/sec., 3.22 MiB/sec. | ||
| 8281 | 2025.02.28 10:08:20.176891 [ 262 ] {3fa288ed-aff4-4bc8-9af5-ec43d8afd148} <Debug> TCPHandler: Processed in 0.005453911 sec. | ||
| 8282 | 2025.02.28 10:08:20.177086 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8283 | 2025.02.28 10:08:20.177153 [ 197 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.02.28 10:08:20.177317 [ 197 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_6_1} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 8285 | 2025.02.28 10:08:20.177326 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8286 | 2025.02.28 10:08:20.177459 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8287 | 2025.02.28 10:08:20.177464 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8288 | 2025.02.28 10:08:20.178039 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8289 | 2025.02.28 10:08:20.178077 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8290 | 2025.02.28 10:08:20.178426 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 8291 | 2025.02.28 10:08:20.178661 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8292 | 2025.02.28 10:08:20.178934 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00167 sec., 598.8023952095808 rows/sec., 40.35 KiB/sec. | ||
| 8293 | 2025.02.28 10:08:20.179006 [ 261 ] {6b71b273-694d-4f13-bec7-f5f56cf515c7} <Debug> TCPHandler: Processed in 0.001993717 sec. | ||
| 8294 | 2025.02.28 10:08:20.179163 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8295 | 2025.02.28 10:08:20.179302 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8296 | 2025.02.28 10:08:20.179394 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <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 | ||
| 8297 | 2025.02.28 10:08:20.180671 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2025.02.28 10:08:20.180711 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8299 | 2025.02.28 10:08:20.181360 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8300 | 2025.02.28 10:08:20.181623 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2025.02.28 10:08:20.181885 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002613 sec., 13777.267508610792 rows/sec., 24.69 MiB/sec. | ||
| 8302 | 2025.02.28 10:08:20.181979 [ 262 ] {784768fb-6f05-4b06-b9f1-d05d299ab785} <Debug> TCPHandler: Processed in 0.002882907 sec. | ||
| 8303 | 2025.02.28 10:08:20.182133 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8304 | 2025.02.28 10:08:20.182271 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8305 | 2025.02.28 10:08:20.182330 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8306 | 2025.02.28 10:08:20.182900 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2025.02.28 10:08:20.182946 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8308 | 2025.02.28 10:08:20.183311 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8309 | 2025.02.28 10:08:20.183539 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8310 | 2025.02.28 10:08:20.183747 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001506 sec., 54448.871181938914 rows/sec., 3.46 MiB/sec. | ||
| 8311 | 2025.02.28 10:08:20.183799 [ 261 ] {7e93c207-e3bb-4c5a-95c8-24bc2ea91ef6} <Debug> TCPHandler: Processed in 0.001735413 sec. | ||
| 8312 | 2025.02.28 10:08:23.723883 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8313 | 2025.02.28 10:08:23.723944 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8314 | 2025.02.28 10:08:23.887356 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8315 | 2025.02.28 10:08:23.887978 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2025.02.28 10:08:23.888018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8317 | 2025.02.28 10:08:23.888529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8318 | 2025.02.28 10:08:23.888798 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.02.28 10:08:23.888953 [ 50 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8320 | 2025.02.28 10:08:23.889008 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8321 | 2025.02.28 10:08:23.889012 [ 50 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.02.28 10:08:23.889044 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8323 | 2025.02.28 10:08:23.889137 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8324 | 2025.02.28 10:08:23.889221 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8325 | 2025.02.28 10:08:23.889252 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8326 | 2025.02.28 10:08:23.889313 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8327 | 2025.02.28 10:08:23.889504 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8328 | 2025.02.28 10:08:23.889758 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8329 | 2025.02.28 10:08:23.889899 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8330 | 2025.02.28 10:08:23.890085 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 8331 | 2025.02.28 10:08:23.892521 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003422225 sec., 6167332.656385831 rows/sec., 88.22 MiB/sec. | ||
| 8332 | 2025.02.28 10:08:23.893007 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8333 | 2025.02.28 10:08:23.893369 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_46_9} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8334 | 2025.02.28 10:08:23.893466 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_46_9} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8335 | 2025.02.28 10:08:23.893588 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8336 | 2025.02.28 10:08:25.147147 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8337 | 2025.02.28 10:08:25.147368 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8338 | 2025.02.28 10:08:25.147453 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8339 | 2025.02.28 10:08:25.148332 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.02.28 10:08:25.148389 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8341 | 2025.02.28 10:08:25.148841 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8342 | 2025.02.28 10:08:25.149087 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2025.02.28 10:08:25.149347 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002032 sec., 31496.062992125986 rows/sec., 2.48 MiB/sec. | ||
| 8344 | 2025.02.28 10:08:25.149461 [ 261 ] {8e46973b-1f2c-437e-bd99-9fea3c64db72} <Debug> TCPHandler: Processed in 0.002453412 sec. | ||
| 8345 | 2025.02.28 10:08:25.149778 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8346 | 2025.02.28 10:08:25.150014 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8347 | 2025.02.28 10:08:25.150094 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8348 | 2025.02.28 10:08:25.150829 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8349 | 2025.02.28 10:08:25.150874 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8350 | 2025.02.28 10:08:25.151309 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8351 | 2025.02.28 10:08:25.151561 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2025.02.28 10:08:25.151768 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00181 sec., 2209.9447513812156 rows/sec., 166.18 KiB/sec. | ||
| 8353 | 2025.02.28 10:08:25.151855 [ 262 ] {ccc54d8a-168d-4ee3-bfed-9ba61c22f540} <Debug> TCPHandler: Processed in 0.0022695 sec. | ||
| 8354 | 2025.02.28 10:08:25.152110 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8355 | 2025.02.28 10:08:25.152268 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8356 | 2025.02.28 10:08:25.152321 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8357 | 2025.02.28 10:08:25.152953 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8358 | 2025.02.28 10:08:25.152994 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8359 | 2025.02.28 10:08:25.153359 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8360 | 2025.02.28 10:08:25.153595 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8361 | 2025.02.28 10:08:25.153807 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001569 sec., 43339.70681963034 rows/sec., 3.38 MiB/sec. | ||
| 8362 | 2025.02.28 10:08:25.153863 [ 261 ] {a8d28dce-0b8a-491c-b154-4805e1741a19} <Debug> TCPHandler: Processed in 0.001891955 sec. | ||
| 8363 | 2025.02.28 10:08:25.154012 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8364 | 2025.02.28 10:08:25.154143 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8365 | 2025.02.28 10:08:25.154207 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8366 | 2025.02.28 10:08:25.154886 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8367 | 2025.02.28 10:08:25.154931 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8368 | 2025.02.28 10:08:25.155350 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8369 | 2025.02.28 10:08:25.155586 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8370 | 2025.02.28 10:08:25.155764 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 8371 | 2025.02.28 10:08:25.155814 [ 262 ] {edec5582-0f6c-4ba0-892e-b79f08e95719} <Debug> TCPHandler: Processed in 0.001859635 sec. | ||
| 8372 | 2025.02.28 10:08:25.155952 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8373 | 2025.02.28 10:08:25.156071 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8374 | 2025.02.28 10:08:25.156158 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <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 | ||
| 8375 | 2025.02.28 10:08:25.157386 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2025.02.28 10:08:25.157426 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8377 | 2025.02.28 10:08:25.158036 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8378 | 2025.02.28 10:08:25.158290 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8379 | 2025.02.28 10:08:25.158535 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00249 sec., 1606.425702811245 rows/sec., 2.88 MiB/sec. | ||
| 8380 | 2025.02.28 10:08:25.158648 [ 261 ] {d5d8ba3c-8fa9-431e-a388-8957fd360a46} <Debug> TCPHandler: Processed in 0.002748956 sec. | ||
| 8381 | 2025.02.28 10:08:25.158790 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8382 | 2025.02.28 10:08:25.158929 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8383 | 2025.02.28 10:08:25.158988 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8384 | 2025.02.28 10:08:25.159500 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2025.02.28 10:08:25.159536 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8386 | 2025.02.28 10:08:25.159900 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8387 | 2025.02.28 10:08:25.160149 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8388 | 2025.02.28 10:08:25.160327 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 8389 | 2025.02.28 10:08:25.160374 [ 262 ] {63bf5546-6e42-4b8a-a9f3-632fc45d34df} <Debug> TCPHandler: Processed in 0.001648352 sec. | ||
| 8390 | 2025.02.28 10:08:25.392309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8391 | 2025.02.28 10:08:25.415041 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2025.02.28 10:08:25.415115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8393 | 2025.02.28 10:08:25.422392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8394 | 2025.02.28 10:08:25.423155 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.02.28 10:08:25.423654 [ 49 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8396 | 2025.02.28 10:08:25.423812 [ 49 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8397 | 2025.02.28 10:08:25.423916 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8398 | 2025.02.28 10:08:25.424492 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8399 | 2025.02.28 10:08:25.440494 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8400 | 2025.02.28 10:08:25.442501 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8401 | 2025.02.28 10:08:25.444321 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8402 | 2025.02.28 10:08:25.450291 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8403 | 2025.02.28 10:08:25.456107 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8404 | 2025.02.28 10:08:25.461950 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8405 | 2025.02.28 10:08:25.467984 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8406 | 2025.02.28 10:08:25.472826 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 8407 | 2025.02.28 10:08:25.533072 [ 201 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.108973131 sec., 3184.2711759837384 rows/sec., 16.47 MiB/sec. | ||
| 8408 | 2025.02.28 10:08:25.536099 [ 201 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8409 | 2025.02.28 10:08:25.538979 [ 201 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_46_9} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2025.02.28 10:08:25.539102 [ 201 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_46_9} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8411 | 2025.02.28 10:08:25.541521 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8412 | 2025.02.28 10:08:27.430259 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8413 | 2025.02.28 10:08:27.430468 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8414 | 2025.02.28 10:08:27.430551 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8415 | 2025.02.28 10:08:27.431374 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2025.02.28 10:08:27.431424 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8417 | 2025.02.28 10:08:27.431844 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8418 | 2025.02.28 10:08:27.432093 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8419 | 2025.02.28 10:08:27.432338 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001927 sec., 2075.765438505449 rows/sec., 169.26 KiB/sec. | ||
| 8420 | 2025.02.28 10:08:27.432404 [ 261 ] {c863961e-2d40-4f31-a8e1-0d216841a944} <Debug> TCPHandler: Processed in 0.00228277 sec. | ||
| 8421 | 2025.02.28 10:08:27.432642 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8422 | 2025.02.28 10:08:27.432831 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8423 | 2025.02.28 10:08:27.432904 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8424 | 2025.02.28 10:08:27.434174 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8425 | 2025.02.28 10:08:27.434218 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8426 | 2025.02.28 10:08:27.434760 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8427 | 2025.02.28 10:08:27.435025 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2025.02.28 10:08:27.435262 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Debug> executeQuery: Read 1270 rows, 107.48 KiB in 0.002483 sec., 511478.0507450665 rows/sec., 42.27 MiB/sec. | ||
| 8429 | 2025.02.28 10:08:27.435383 [ 262 ] {d91f8bb7-d10b-410f-be46-6350da368290} <Debug> TCPHandler: Processed in 0.002863178 sec. | ||
| 8430 | 2025.02.28 10:08:27.435609 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8431 | 2025.02.28 10:08:27.435839 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8432 | 2025.02.28 10:08:27.435903 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8433 | 2025.02.28 10:08:27.436591 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.02.28 10:08:27.436632 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8435 | 2025.02.28 10:08:27.437004 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8436 | 2025.02.28 10:08:27.437243 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.02.28 10:08:27.437421 [ 45 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8438 | 2025.02.28 10:08:27.437496 [ 45 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8439 | 2025.02.28 10:08:27.437496 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Debug> executeQuery: Read 40 rows, 2.99 KiB in 0.001695 sec., 23598.82005899705 rows/sec., 1.72 MiB/sec. | ||
| 8440 | 2025.02.28 10:08:27.437542 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8441 | 2025.02.28 10:08:27.437666 [ 261 ] {f2667df1-d93c-44e9-9fd8-5313e585b9e8} <Debug> TCPHandler: Processed in 0.002186998 sec. | ||
| 8442 | 2025.02.28 10:08:27.437769 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 8443 | 2025.02.28 10:08:27.437887 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8444 | 2025.02.28 10:08:27.437912 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8445 | 2025.02.28 10:08:27.437948 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 178 rows starting from the beginning of the part | ||
| 8446 | 2025.02.28 10:08:27.438053 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 142 rows starting from the beginning of the part | ||
| 8447 | 2025.02.28 10:08:27.438058 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8448 | 2025.02.28 10:08:27.438285 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8449 | 2025.02.28 10:08:27.438431 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 8450 | 2025.02.28 10:08:27.438891 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 142 rows starting from the beginning of the part | ||
| 8451 | 2025.02.28 10:08:27.439173 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 8452 | 2025.02.28 10:08:27.439522 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 8453 | 2025.02.28 10:08:27.440807 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.02.28 10:08:27.440852 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8455 | 2025.02.28 10:08:27.441440 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.003766109 sec., 136480.38333463 rows/sec., 9.29 MiB/sec. | ||
| 8456 | 2025.02.28 10:08:27.441446 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8457 | 2025.02.28 10:08:27.441684 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8458 | 2025.02.28 10:08:27.441903 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2025.02.28 10:08:27.442284 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004271 sec., 53383.282603605716 rows/sec., 3.61 MiB/sec. | ||
| 8460 | 2025.02.28 10:08:27.442312 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.02.28 10:08:27.442446 [ 262 ] {cc0a0aec-93ec-4683-873e-d603e499ad9a} <Debug> TCPHandler: Processed in 0.004629551 sec. | ||
| 8462 | 2025.02.28 10:08:27.442548 [ 188 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_61_12} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8463 | 2025.02.28 10:08:27.442679 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2025.02.28 10:08:27.442700 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8465 | 2025.02.28 10:08:27.442833 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8466 | 2025.02.28 10:08:27.442896 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8467 | 2025.02.28 10:08:27.443755 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2025.02.28 10:08:27.443794 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8469 | 2025.02.28 10:08:27.444206 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8470 | 2025.02.28 10:08:27.444451 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8471 | 2025.02.28 10:08:27.444673 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Debug> executeQuery: Read 560 rows, 42.61 KiB in 0.00187 sec., 299465.2406417112 rows/sec., 22.25 MiB/sec. | ||
| 8472 | 2025.02.28 10:08:27.444732 [ 261 ] {a1a96409-29c2-43e7-b296-7d45ef090f9c} <Debug> TCPHandler: Processed in 0.002162658 sec. | ||
| 8473 | 2025.02.28 10:08:27.444914 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2025.02.28 10:08:27.445059 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8475 | 2025.02.28 10:08:27.445125 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8476 | 2025.02.28 10:08:27.445900 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2025.02.28 10:08:27.445940 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8478 | 2025.02.28 10:08:27.446401 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8479 | 2025.02.28 10:08:27.446659 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2025.02.28 10:08:27.446852 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Debug> executeQuery: Read 944 rows, 64.82 KiB in 0.00183 sec., 515846.9945355191 rows/sec., 34.59 MiB/sec. | ||
| 8481 | 2025.02.28 10:08:27.446906 [ 262 ] {85d8d129-4e51-4c2f-92a7-2d72f1fdb2d3} <Debug> TCPHandler: Processed in 0.002063247 sec. | ||
| 8482 | 2025.02.28 10:08:27.447049 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8483 | 2025.02.28 10:08:27.447166 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8484 | 2025.02.28 10:08:27.447249 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <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 | ||
| 8485 | 2025.02.28 10:08:27.448460 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8486 | 2025.02.28 10:08:27.448499 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8487 | 2025.02.28 10:08:27.449162 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8488 | 2025.02.28 10:08:27.449425 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8489 | 2025.02.28 10:08:27.449609 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8490 | 2025.02.28 10:08:27.449680 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8491 | 2025.02.28 10:08:27.449707 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002556 sec., 14084.507042253521 rows/sec., 25.24 MiB/sec. | ||
| 8492 | 2025.02.28 10:08:27.449724 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8493 | 2025.02.28 10:08:27.450291 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 8494 | 2025.02.28 10:08:27.450515 [ 261 ] {9bbb1771-2528-4971-8be9-aa4b52791c83} <Debug> TCPHandler: Processed in 0.003516666 sec. | ||
| 8495 | 2025.02.28 10:08:27.450843 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8496 | 2025.02.28 10:08:27.451340 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8497 | 2025.02.28 10:08:27.451532 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8498 | 2025.02.28 10:08:27.452018 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8499 | 2025.02.28 10:08:27.452143 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1159 rows starting from the beginning of the part | ||
| 8500 | 2025.02.28 10:08:27.452776 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 8501 | 2025.02.28 10:08:27.453375 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2025.02.28 10:08:27.453391 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
| 8503 | 2025.02.28 10:08:27.453420 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8504 | 2025.02.28 10:08:27.453900 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part | ||
| 8505 | 2025.02.28 10:08:27.454421 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
| 8506 | 2025.02.28 10:08:27.454542 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8507 | 2025.02.28 10:08:27.454862 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part | ||
| 8508 | 2025.02.28 10:08:27.455287 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8509 | 2025.02.28 10:08:27.455647 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004433 sec., 8120.911346717798 rows/sec., 560.43 KiB/sec. | ||
| 8510 | 2025.02.28 10:08:27.455734 [ 262 ] {3578c3ec-c636-46c7-8efa-c501a4e1f8f3} <Debug> TCPHandler: Processed in 0.005099637 sec. | ||
| 8511 | 2025.02.28 10:08:27.461806 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1275 rows, containing 19 columns (19 merged, 0 gathered) in 0.011948456 sec., 106708.34792378196 rows/sec., 191.22 MiB/sec. | ||
| 8512 | 2025.02.28 10:08:27.463255 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8513 | 2025.02.28 10:08:27.463753 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8514 | 2025.02.28 10:08:27.463849 [ 198 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8515 | 2025.02.28 10:08:27.464031 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
| 8516 | 2025.02.28 10:08:28.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.19 MiB, peak 237.07 MiB, free memory in arenas 0.00 B, will set to 226.61 MiB (RSS), difference: 1.42 MiB | ||
| 8517 | 2025.02.28 10:08:28.987786 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1188 | ||
| 8518 | 2025.02.28 10:08:28.991141 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2025.02.28 10:08:28.991194 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8520 | 2025.02.28 10:08:28.992677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8521 | 2025.02.28 10:08:28.992989 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.02.28 10:08:28.994249 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1188 | ||
| 8523 | 2025.02.28 10:08:30.143333 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8524 | 2025.02.28 10:08:30.143542 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8525 | 2025.02.28 10:08:30.143620 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8526 | 2025.02.28 10:08:30.144478 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.02.28 10:08:30.144519 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8528 | 2025.02.28 10:08:30.145058 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8529 | 2025.02.28 10:08:30.145306 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.02.28 10:08:30.145460 [ 39 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8531 | 2025.02.28 10:08:30.145503 [ 39 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2025.02.28 10:08:30.145508 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. | ||
| 8533 | 2025.02.28 10:08:30.145530 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8534 | 2025.02.28 10:08:30.145607 [ 261 ] {191fdc0f-6d9f-44f6-9fc5-800fe46fec00} <Debug> TCPHandler: Processed in 0.002420501 sec. | ||
| 8535 | 2025.02.28 10:08:30.145941 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 8536 | 2025.02.28 10:08:30.145945 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8537 | 2025.02.28 10:08:30.146419 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8538 | 2025.02.28 10:08:30.146532 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8539 | 2025.02.28 10:08:30.146600 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8540 | 2025.02.28 10:08:30.146668 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1967 rows starting from the beginning of the part | ||
| 8541 | 2025.02.28 10:08:30.147254 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 66 rows starting from the beginning of the part | ||
| 8542 | 2025.02.28 10:08:30.147821 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 689 rows starting from the beginning of the part | ||
| 8543 | 2025.02.28 10:08:30.148063 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 8544 | 2025.02.28 10:08:30.148420 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1270 rows starting from the beginning of the part | ||
| 8545 | 2025.02.28 10:08:30.148801 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 8546 | 2025.02.28 10:08:30.149874 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.02.28 10:08:30.149929 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8548 | 2025.02.28 10:08:30.150556 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8549 | 2025.02.28 10:08:30.150835 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.02.28 10:08:30.151075 [ 39 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8551 | 2025.02.28 10:08:30.151152 [ 39 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2025.02.28 10:08:30.151175 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8553 | 2025.02.28 10:08:30.151232 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004954 sec., 12918.853451756157 rows/sec., 1.01 MiB/sec. | ||
| 8554 | 2025.02.28 10:08:30.151776 [ 262 ] {c4610f85-69fc-4c5d-9430-9a0377c92b10} <Debug> TCPHandler: Processed in 0.006026478 sec. | ||
| 8555 | 2025.02.28 10:08:30.152033 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 8556 | 2025.02.28 10:08:30.152132 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8557 | 2025.02.28 10:08:30.152234 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4112 rows, containing 5 columns (5 merged, 0 gathered) in 0.006609117 sec., 622170.8588303097 rows/sec., 53.17 MiB/sec. | ||
| 8558 | 2025.02.28 10:08:30.152436 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8559 | 2025.02.28 10:08:30.152505 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8560 | 2025.02.28 10:08:30.152604 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8561 | 2025.02.28 10:08:30.152617 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 952 rows starting from the beginning of the part | ||
| 8562 | 2025.02.28 10:08:30.152673 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8563 | 2025.02.28 10:08:30.153024 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part | ||
| 8564 | 2025.02.28 10:08:30.153408 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 418 rows starting from the beginning of the part | ||
| 8565 | 2025.02.28 10:08:30.153786 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 68 rows starting from the beginning of the part | ||
| 8566 | 2025.02.28 10:08:30.154144 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 560 rows starting from the beginning of the part | ||
| 8567 | 2025.02.28 10:08:30.154587 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 8568 | 2025.02.28 10:08:30.155452 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2025.02.28 10:08:30.155870 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_76_15} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8570 | 2025.02.28 10:08:30.156278 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8571 | 2025.02.28 10:08:30.156394 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8572 | 2025.02.28 10:08:30.156465 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8573 | 2025.02.28 10:08:30.157511 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8574 | 2025.02.28 10:08:30.157846 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8575 | 2025.02.28 10:08:30.158047 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8576 | 2025.02.28 10:08:30.158135 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2025.02.28 10:08:30.158198 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8578 | 2025.02.28 10:08:30.158400 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006074 sec., 10536.713862364175 rows/sec., 751.47 KiB/sec. | ||
| 8579 | 2025.02.28 10:08:30.158800 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.007407927 sec., 288069.7933443459 rows/sec., 22.30 MiB/sec. | ||
| 8580 | 2025.02.28 10:08:30.158845 [ 261 ] {5c16593b-f49d-4d2c-b7db-52f7625eed0a} <Debug> TCPHandler: Processed in 0.006906 sec. | ||
| 8581 | 2025.02.28 10:08:30.159137 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 8582 | 2025.02.28 10:08:30.159182 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8583 | 2025.02.28 10:08:30.159325 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8584 | 2025.02.28 10:08:30.159704 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8585 | 2025.02.28 10:08:30.159822 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8586 | 2025.02.28 10:08:30.159826 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20906 rows starting from the beginning of the part | ||
| 8587 | 2025.02.28 10:08:30.160087 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2025.02.28 10:08:30.160266 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 162 rows starting from the beginning of the part | ||
| 8589 | 2025.02.28 10:08:30.160365 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8590 | 2025.02.28 10:08:30.160389 [ 191 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_76_15} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8591 | 2025.02.28 10:08:30.160660 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8592 | 2025.02.28 10:08:30.160721 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8593 | 2025.02.28 10:08:30.161051 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8594 | 2025.02.28 10:08:30.161364 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 944 rows starting from the beginning of the part | ||
| 8595 | 2025.02.28 10:08:30.161702 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 8596 | 2025.02.28 10:08:30.163133 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8597 | 2025.02.28 10:08:30.163181 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8598 | 2025.02.28 10:08:30.163693 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8599 | 2025.02.28 10:08:30.164066 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2025.02.28 10:08:30.164368 [ 39 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8601 | 2025.02.28 10:08:30.164458 [ 39 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.02.28 10:08:30.164532 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8603 | 2025.02.28 10:08:30.164790 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005108 sec., 4698.512137823023 rows/sec., 324.25 KiB/sec. | ||
| 8604 | 2025.02.28 10:08:30.165032 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 8605 | 2025.02.28 10:08:30.165123 [ 262 ] {87639a15-5930-40d7-b4ff-f7996ae137f1} <Debug> TCPHandler: Processed in 0.006076919 sec. | ||
| 8606 | 2025.02.28 10:08:30.165455 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8607 | 2025.02.28 10:08:30.165503 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3668 rows starting from the beginning of the part | ||
| 8608 | 2025.02.28 10:08:30.165608 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8609 | 2025.02.28 10:08:30.165782 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8610 | 2025.02.28 10:08:30.165980 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8611 | 2025.02.28 10:08:30.166094 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part | ||
| 8612 | 2025.02.28 10:08:30.166168 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 24 rows starting from the beginning of the part | ||
| 8613 | 2025.02.28 10:08:30.169120 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3930 rows, containing 4 columns (4 merged, 0 gathered) in 0.004425388 sec., 888057.7251079454 rows/sec., 59.46 MiB/sec. | ||
| 8614 | 2025.02.28 10:08:30.169441 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8615 | 2025.02.28 10:08:30.169885 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2025.02.28 10:08:30.169981 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_76_15} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8617 | 2025.02.28 10:08:30.170106 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8618 | 2025.02.28 10:08:30.171777 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22473 rows, containing 5 columns (5 merged, 0 gathered) in 0.013296254 sec., 1690175.2929810155 rows/sec., 115.41 MiB/sec. | ||
| 8619 | 2025.02.28 10:08:30.172301 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8620 | 2025.02.28 10:08:30.172611 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8621 | 2025.02.28 10:08:30.172704 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8622 | 2025.02.28 10:08:30.172810 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 8623 | 2025.02.28 10:08:31.389169 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 8624 | 2025.02.28 10:08:31.389956 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8625 | 2025.02.28 10:08:31.390014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8626 | 2025.02.28 10:08:31.390581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8627 | 2025.02.28 10:08:31.390851 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8628 | 2025.02.28 10:08:31.391105 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 8629 | 2025.02.28 10:08:31.543146 [ 36 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8630 | 2025.02.28 10:08:31.543245 [ 36 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2025.02.28 10:08:31.543289 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8632 | 2025.02.28 10:08:31.543519 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 8633 | 2025.02.28 10:08:31.543756 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8634 | 2025.02.28 10:08:31.543815 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 8635 | 2025.02.28 10:08:31.543994 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 8636 | 2025.02.28 10:08:31.544214 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 8637 | 2025.02.28 10:08:31.544461 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 8638 | 2025.02.28 10:08:31.544573 [ 190 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 8639 | 2025.02.28 10:08:31.545684 [ 187 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.0022872 sec., 162644.2812172088 rows/sec., 10.19 MiB/sec. | ||
| 8640 | 2025.02.28 10:08:31.545895 [ 187 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8641 | 2025.02.28 10:08:31.546210 [ 187 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2025.02.28 10:08:31.546301 [ 187 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_13_3} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8643 | 2025.02.28 10:08:31.546409 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8644 | 2025.02.28 10:08:32.780803 [ 33 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8645 | 2025.02.28 10:08:32.780886 [ 33 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8646 | 2025.02.28 10:08:32.780914 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8647 | 2025.02.28 10:08:32.781113 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 8648 | 2025.02.28 10:08:32.781301 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8649 | 2025.02.28 10:08:32.781340 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 8650 | 2025.02.28 10:08:32.781425 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 8651 | 2025.02.28 10:08:32.781676 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 8652 | 2025.02.28 10:08:32.781811 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 8653 | 2025.02.28 10:08:32.782082 [ 194 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 8654 | 2025.02.28 10:08:32.783260 [ 187 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263119 sec., 312842.58582955645 rows/sec., 21.71 MiB/sec. | ||
| 8655 | 2025.02.28 10:08:32.783440 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8656 | 2025.02.28 10:08:32.783777 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.02.28 10:08:32.783875 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_13_3} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8658 | 2025.02.28 10:08:32.783964 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8659 | 2025.02.28 10:08:32.940626 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8660 | 2025.02.28 10:08:32.963451 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2025.02.28 10:08:32.963527 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8662 | 2025.02.28 10:08:32.972041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8663 | 2025.02.28 10:08:32.973386 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2025.02.28 10:08:32.977528 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8665 | 2025.02.28 10:08:35.148045 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8666 | 2025.02.28 10:08:35.148243 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8667 | 2025.02.28 10:08:35.148320 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8668 | 2025.02.28 10:08:35.149128 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.02.28 10:08:35.149183 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8670 | 2025.02.28 10:08:35.149634 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8671 | 2025.02.28 10:08:35.149898 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2025.02.28 10:08:35.150166 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001972 sec., 32454.361054766738 rows/sec., 2.56 MiB/sec. | ||
| 8673 | 2025.02.28 10:08:35.150275 [ 261 ] {3b02edfd-6722-43a3-aa08-ac0ab150c5ae} <Debug> TCPHandler: Processed in 0.002365761 sec. | ||
| 8674 | 2025.02.28 10:08:35.150585 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8675 | 2025.02.28 10:08:35.150783 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8676 | 2025.02.28 10:08:35.150857 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8677 | 2025.02.28 10:08:35.151606 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8678 | 2025.02.28 10:08:35.151652 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8679 | 2025.02.28 10:08:35.152096 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8680 | 2025.02.28 10:08:35.152356 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8681 | 2025.02.28 10:08:35.152638 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 158.31 KiB/sec. | ||
| 8682 | 2025.02.28 10:08:35.152731 [ 262 ] {57e484ec-25ef-47d7-9769-3e15431ad05a} <Debug> TCPHandler: Processed in 0.002325061 sec. | ||
| 8683 | 2025.02.28 10:08:35.152997 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8684 | 2025.02.28 10:08:35.153177 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8685 | 2025.02.28 10:08:35.153239 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8686 | 2025.02.28 10:08:35.153891 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8687 | 2025.02.28 10:08:35.153932 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8688 | 2025.02.28 10:08:35.154308 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8689 | 2025.02.28 10:08:35.154545 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2025.02.28 10:08:35.154781 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001637 sec., 41539.40134392181 rows/sec., 3.24 MiB/sec. | ||
| 8691 | 2025.02.28 10:08:35.154863 [ 261 ] {947d38f8-9dd0-44a8-9043-49ab99c1541a} <Debug> TCPHandler: Processed in 0.001992117 sec. | ||
| 8692 | 2025.02.28 10:08:35.155131 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8693 | 2025.02.28 10:08:35.155313 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8694 | 2025.02.28 10:08:35.155381 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8695 | 2025.02.28 10:08:35.155986 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2025.02.28 10:08:35.156028 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8697 | 2025.02.28 10:08:35.156441 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8698 | 2025.02.28 10:08:35.156691 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8699 | 2025.02.28 10:08:35.156917 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 8700 | 2025.02.28 10:08:35.156974 [ 262 ] {e744d98e-7957-4e69-bae8-e7712c21ad4d} <Debug> TCPHandler: Processed in 0.002011556 sec. | ||
| 8701 | 2025.02.28 10:08:35.157125 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8702 | 2025.02.28 10:08:35.157247 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8703 | 2025.02.28 10:08:35.157330 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <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 | ||
| 8704 | 2025.02.28 10:08:35.158396 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8705 | 2025.02.28 10:08:35.158434 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8706 | 2025.02.28 10:08:35.159089 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8707 | 2025.02.28 10:08:35.159356 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8708 | 2025.02.28 10:08:35.159599 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002378 sec., 1682.0857863751053 rows/sec., 3.01 MiB/sec. | ||
| 8709 | 2025.02.28 10:08:35.159714 [ 261 ] {9d3051d8-c918-4a57-9a00-47f83ae29c19} <Debug> TCPHandler: Processed in 0.002644315 sec. | ||
| 8710 | 2025.02.28 10:08:35.159859 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8711 | 2025.02.28 10:08:35.160002 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8712 | 2025.02.28 10:08:35.160065 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8713 | 2025.02.28 10:08:35.160625 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8714 | 2025.02.28 10:08:35.160664 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 8715 | 2025.02.28 10:08:35.161042 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8716 | 2025.02.28 10:08:35.161288 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8717 | 2025.02.28 10:08:35.161510 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 8718 | 2025.02.28 10:08:35.161564 [ 262 ] {97f9628d-24e5-4d3e-97d7-fac2666fb423} <Debug> TCPHandler: Processed in 0.001771923 sec. | ||
| 8719 | 2025.02.28 10:08:38.723997 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8720 | 2025.02.28 10:08:38.724070 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8721 | 2025.02.28 10:08:38.891264 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 8722 | 2025.02.28 10:08:38.891914 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8723 | 2025.02.28 10:08:38.891965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8724 | 2025.02.28 10:08:38.892485 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8725 | 2025.02.28 10:08:38.892740 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8726 | 2025.02.28 10:08:38.893022 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 8727 | 2025.02.28 10:08:38.994550 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1208 | ||
| 8728 | 2025.02.28 10:08:38.997520 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2025.02.28 10:08:38.997575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8730 | 2025.02.28 10:08:38.999054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8731 | 2025.02.28 10:08:38.999364 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2025.02.28 10:08:39.001498 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1208 | ||
| 8733 | 2025.02.28 10:08:39.002432 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001036934 sec. | ||
| 8734 | 2025.02.28 10:08:40.148811 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8735 | 2025.02.28 10:08:40.149008 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8736 | 2025.02.28 10:08:40.149085 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8737 | 2025.02.28 10:08:40.149949 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2025.02.28 10:08:40.150003 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8739 | 2025.02.28 10:08:40.150452 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8740 | 2025.02.28 10:08:40.150709 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2025.02.28 10:08:40.151014 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002051 sec., 62408.58117991224 rows/sec., 5.34 MiB/sec. | ||
| 8742 | 2025.02.28 10:08:40.151098 [ 261 ] {0b36afe4-a61a-4b76-bf65-e5eb6a4426a1} <Debug> TCPHandler: Processed in 0.002419142 sec. | ||
| 8743 | 2025.02.28 10:08:40.151428 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8744 | 2025.02.28 10:08:40.151619 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8745 | 2025.02.28 10:08:40.151690 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8746 | 2025.02.28 10:08:40.152441 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2025.02.28 10:08:40.152488 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8748 | 2025.02.28 10:08:40.152914 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8749 | 2025.02.28 10:08:40.153155 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8750 | 2025.02.28 10:08:40.153393 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001826 sec., 19715.224534501645 rows/sec., 1.45 MiB/sec. | ||
| 8751 | 2025.02.28 10:08:40.153450 [ 262 ] {437fc281-14f6-426d-a422-ad3cfb983b8b} <Debug> TCPHandler: Processed in 0.002219249 sec. | ||
| 8752 | 2025.02.28 10:08:40.153632 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8753 | 2025.02.28 10:08:40.153780 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8754 | 2025.02.28 10:08:40.153842 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8755 | 2025.02.28 10:08:40.154596 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8756 | 2025.02.28 10:08:40.154637 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8757 | 2025.02.28 10:08:40.155013 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8758 | 2025.02.28 10:08:40.155265 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8759 | 2025.02.28 10:08:40.155521 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001766 sec., 56625.14156285391 rows/sec., 4.42 MiB/sec. | ||
| 8760 | 2025.02.28 10:08:40.155580 [ 261 ] {c711fa47-71bc-46e4-b407-ede746df6156} <Debug> TCPHandler: Processed in 0.002020847 sec. | ||
| 8761 | 2025.02.28 10:08:40.155842 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8762 | 2025.02.28 10:08:40.156012 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8763 | 2025.02.28 10:08:40.156075 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8764 | 2025.02.28 10:08:40.156713 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8765 | 2025.02.28 10:08:40.156753 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8766 | 2025.02.28 10:08:40.157143 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8767 | 2025.02.28 10:08:40.157378 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8768 | 2025.02.28 10:08:40.157600 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 8769 | 2025.02.28 10:08:40.157651 [ 262 ] {78a00fc7-ee38-40de-9dc1-60450ab6648a} <Debug> TCPHandler: Processed in 0.001961976 sec. | ||
| 8770 | 2025.02.28 10:08:40.157806 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8771 | 2025.02.28 10:08:40.157945 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8772 | 2025.02.28 10:08:40.158039 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <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 | ||
| 8773 | 2025.02.28 10:08:40.159315 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8774 | 2025.02.28 10:08:40.159353 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8775 | 2025.02.28 10:08:40.160055 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8776 | 2025.02.28 10:08:40.160320 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.02.28 10:08:40.160565 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00265 sec., 13584.905660377359 rows/sec., 24.34 MiB/sec. | ||
| 8778 | 2025.02.28 10:08:40.160683 [ 261 ] {a8c156af-9f37-4237-aae9-6cccfeedb253} <Debug> TCPHandler: Processed in 0.002940378 sec. | ||
| 8779 | 2025.02.28 10:08:40.160841 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8780 | 2025.02.28 10:08:40.160977 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8781 | 2025.02.28 10:08:40.161038 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8782 | 2025.02.28 10:08:40.161605 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8783 | 2025.02.28 10:08:40.161644 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8784 | 2025.02.28 10:08:40.162013 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8785 | 2025.02.28 10:08:40.162249 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2025.02.28 10:08:40.162464 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 8787 | 2025.02.28 10:08:40.162513 [ 262 ] {201a7b01-fb8f-49a0-86ae-af14b5a469c3} <Debug> TCPHandler: Processed in 0.001737953 sec. | ||
| 8788 | 2025.02.28 10:08:40.477648 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8789 | 2025.02.28 10:08:40.509146 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2025.02.28 10:08:40.509254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8791 | 2025.02.28 10:08:40.518991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8792 | 2025.02.28 10:08:40.520028 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8793 | 2025.02.28 10:08:40.525002 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8794 | 2025.02.28 10:08:45.148248 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8795 | 2025.02.28 10:08:45.148452 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8796 | 2025.02.28 10:08:45.148528 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8797 | 2025.02.28 10:08:45.149282 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8798 | 2025.02.28 10:08:45.149334 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8799 | 2025.02.28 10:08:45.149753 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8800 | 2025.02.28 10:08:45.150009 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8801 | 2025.02.28 10:08:45.150290 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00187 sec., 2139.03743315508 rows/sec., 174.42 KiB/sec. | ||
| 8802 | 2025.02.28 10:08:45.150437 [ 261 ] {51fffe11-665a-4bc3-91ca-fdb5f01bb752} <Debug> TCPHandler: Processed in 0.00231783 sec. | ||
| 8803 | 2025.02.28 10:08:45.150807 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8804 | 2025.02.28 10:08:45.151009 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8805 | 2025.02.28 10:08:45.151089 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8806 | 2025.02.28 10:08:45.151943 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8807 | 2025.02.28 10:08:45.151987 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8808 | 2025.02.28 10:08:45.152428 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8809 | 2025.02.28 10:08:45.152683 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8810 | 2025.02.28 10:08:45.152910 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001953 sec., 33794.16282642089 rows/sec., 2.65 MiB/sec. | ||
| 8811 | 2025.02.28 10:08:45.152994 [ 262 ] {0baebdcd-de7c-4bd7-9bf7-7b5e2e960661} <Debug> TCPHandler: Processed in 0.002383441 sec. | ||
| 8812 | 2025.02.28 10:08:45.153220 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8813 | 2025.02.28 10:08:45.153519 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8814 | 2025.02.28 10:08:45.153583 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8815 | 2025.02.28 10:08:45.154185 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8816 | 2025.02.28 10:08:45.154227 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8817 | 2025.02.28 10:08:45.154601 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8818 | 2025.02.28 10:08:45.154838 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8819 | 2025.02.28 10:08:45.155073 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001655 sec., 4833.836858006042 rows/sec., 350.50 KiB/sec. | ||
| 8820 | 2025.02.28 10:08:45.155168 [ 261 ] {1a74fdfe-4a8a-4f29-8bae-2021fc8324fc} <Debug> TCPHandler: Processed in 0.002073187 sec. | ||
| 8821 | 2025.02.28 10:08:45.155383 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8822 | 2025.02.28 10:08:45.155566 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8823 | 2025.02.28 10:08:45.155628 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8824 | 2025.02.28 10:08:45.156262 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8825 | 2025.02.28 10:08:45.156301 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8826 | 2025.02.28 10:08:45.156671 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8827 | 2025.02.28 10:08:45.156911 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8828 | 2025.02.28 10:08:45.157104 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00157 sec., 45859.87261146497 rows/sec., 3.58 MiB/sec. | ||
| 8829 | 2025.02.28 10:08:45.157198 [ 262 ] {f8e7d541-7dc6-4210-8dad-7fc4d091d833} <Debug> TCPHandler: Processed in 0.001937065 sec. | ||
| 8830 | 2025.02.28 10:08:45.157426 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8831 | 2025.02.28 10:08:45.157609 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8832 | 2025.02.28 10:08:45.157673 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8833 | 2025.02.28 10:08:45.158258 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2025.02.28 10:08:45.158298 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8835 | 2025.02.28 10:08:45.158691 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8836 | 2025.02.28 10:08:45.158936 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.02.28 10:08:45.159148 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001572 sec., 103053.43511450381 rows/sec., 7.18 MiB/sec. | ||
| 8838 | 2025.02.28 10:08:45.159203 [ 261 ] {bee7da8e-6d46-45f2-8cf3-13b96e838f70} <Debug> TCPHandler: Processed in 0.001913625 sec. | ||
| 8839 | 2025.02.28 10:08:45.159355 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8840 | 2025.02.28 10:08:45.159497 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8841 | 2025.02.28 10:08:45.159591 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <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 | ||
| 8842 | 2025.02.28 10:08:45.160704 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8843 | 2025.02.28 10:08:45.160741 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8844 | 2025.02.28 10:08:45.161354 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8845 | 2025.02.28 10:08:45.161625 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2025.02.28 10:08:45.161842 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002377 sec., 1682.793437105595 rows/sec., 3.02 MiB/sec. | ||
| 8847 | 2025.02.28 10:08:45.161950 [ 262 ] {7519036f-f8a3-42ef-a52f-1df47b830751} <Debug> TCPHandler: Processed in 0.002662405 sec. | ||
| 8848 | 2025.02.28 10:08:45.162108 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2025.02.28 10:08:45.162246 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8850 | 2025.02.28 10:08:45.162305 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8851 | 2025.02.28 10:08:45.162859 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.02.28 10:08:45.162898 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8853 | 2025.02.28 10:08:45.163286 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8854 | 2025.02.28 10:08:45.163520 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2025.02.28 10:08:45.163736 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 8856 | 2025.02.28 10:08:45.163790 [ 261 ] {a25da61e-2e32-4ce7-9024-723432ae3b06} <Debug> TCPHandler: Processed in 0.001748203 sec. | ||
| 8857 | 2025.02.28 10:08:46.393178 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 8858 | 2025.02.28 10:08:46.393922 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8859 | 2025.02.28 10:08:46.393969 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8860 | 2025.02.28 10:08:46.394486 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8861 | 2025.02.28 10:08:46.394749 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8862 | 2025.02.28 10:08:46.395109 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 8863 | 2025.02.28 10:08:48.025122 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 8864 | 2025.02.28 10:08:48.045574 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8865 | 2025.02.28 10:08:48.045620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8866 | 2025.02.28 10:08:48.053084 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8867 | 2025.02.28 10:08:48.053916 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8868 | 2025.02.28 10:08:48.058273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 8869 | 2025.02.28 10:08:49.001707 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1234 | ||
| 8870 | 2025.02.28 10:08:49.005010 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8871 | 2025.02.28 10:08:49.005075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8872 | 2025.02.28 10:08:49.006767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8873 | 2025.02.28 10:08:49.007141 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8874 | 2025.02.28 10:08:49.009339 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1234 | ||
| 8875 | 2025.02.28 10:08:50.149719 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.02.28 10:08:50.149914 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8877 | 2025.02.28 10:08:50.149989 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8878 | 2025.02.28 10:08:50.150828 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.02.28 10:08:50.150884 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8880 | 2025.02.28 10:08:50.151332 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8881 | 2025.02.28 10:08:50.151581 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.02.28 10:08:50.151813 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001951 sec., 65607.3808303434 rows/sec., 5.61 MiB/sec. | ||
| 8883 | 2025.02.28 10:08:50.151883 [ 261 ] {3d4d599b-7f2f-4878-8b70-2ef29f2eda3d} <Debug> TCPHandler: Processed in 0.00229745 sec. | ||
| 8884 | 2025.02.28 10:08:50.152155 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.02.28 10:08:50.152349 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8886 | 2025.02.28 10:08:50.152422 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8887 | 2025.02.28 10:08:50.153203 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2025.02.28 10:08:50.153250 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8889 | 2025.02.28 10:08:50.153691 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8890 | 2025.02.28 10:08:50.153945 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.02.28 10:08:50.154197 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001899 sec., 18957.34597156398 rows/sec., 1.39 MiB/sec. | ||
| 8892 | 2025.02.28 10:08:50.154255 [ 262 ] {ffc1c2ad-7709-425f-ba43-a5c39a7b5072} <Debug> TCPHandler: Processed in 0.002227839 sec. | ||
| 8893 | 2025.02.28 10:08:50.154440 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.02.28 10:08:50.154587 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8895 | 2025.02.28 10:08:50.154649 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8896 | 2025.02.28 10:08:50.155324 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2025.02.28 10:08:50.155366 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8898 | 2025.02.28 10:08:50.155741 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8899 | 2025.02.28 10:08:50.155995 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2025.02.28 10:08:50.156241 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001681 sec., 59488.3997620464 rows/sec., 4.65 MiB/sec. | ||
| 8901 | 2025.02.28 10:08:50.156360 [ 261 ] {1e4e9fe6-e3bc-49be-b335-a4e7704a5732} <Debug> TCPHandler: Processed in 0.001988876 sec. | ||
| 8902 | 2025.02.28 10:08:50.156524 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2025.02.28 10:08:50.156663 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8904 | 2025.02.28 10:08:50.156716 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8905 | 2025.02.28 10:08:50.157281 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.02.28 10:08:50.157320 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8907 | 2025.02.28 10:08:50.157725 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8908 | 2025.02.28 10:08:50.157971 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8909 | 2025.02.28 10:08:50.158201 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 8910 | 2025.02.28 10:08:50.158253 [ 262 ] {e2fb400b-5f32-4832-947a-e816c147ce3a} <Debug> TCPHandler: Processed in 0.001801944 sec. | ||
| 8911 | 2025.02.28 10:08:50.158386 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8912 | 2025.02.28 10:08:50.158508 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8913 | 2025.02.28 10:08:50.158591 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <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 | ||
| 8914 | 2025.02.28 10:08:50.159820 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8915 | 2025.02.28 10:08:50.159862 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8916 | 2025.02.28 10:08:50.160541 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8917 | 2025.02.28 10:08:50.160804 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8918 | 2025.02.28 10:08:50.161107 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002619 sec., 13745.704467353953 rows/sec., 24.63 MiB/sec. | ||
| 8919 | 2025.02.28 10:08:50.161423 [ 261 ] {237404b7-6ad6-4d5a-a2eb-9ef6ec7a1296} <Debug> TCPHandler: Processed in 0.003087441 sec. | ||
| 8920 | 2025.02.28 10:08:50.161719 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8921 | 2025.02.28 10:08:50.161901 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8922 | 2025.02.28 10:08:50.161962 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8923 | 2025.02.28 10:08:50.162557 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8924 | 2025.02.28 10:08:50.162604 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8925 | 2025.02.28 10:08:50.163030 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8926 | 2025.02.28 10:08:50.163280 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8927 | 2025.02.28 10:08:50.163514 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001644 sec., 36496.3503649635 rows/sec., 2.46 MiB/sec. | ||
| 8928 | 2025.02.28 10:08:50.163574 [ 262 ] {2697ed42-4278-4e53-aa67-bf6e2937cab7} <Debug> TCPHandler: Processed in 0.002011916 sec. | ||
| 8929 | 2025.02.28 10:08:53.724124 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8930 | 2025.02.28 10:08:53.724196 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8931 | 2025.02.28 10:08:53.895274 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 8932 | 2025.02.28 10:08:53.896018 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8933 | 2025.02.28 10:08:53.896064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8934 | 2025.02.28 10:08:53.896607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8935 | 2025.02.28 10:08:53.896858 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8936 | 2025.02.28 10:08:53.897093 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 8937 | 2025.02.28 10:08:55.148799 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8938 | 2025.02.28 10:08:55.149004 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8939 | 2025.02.28 10:08:55.149077 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8940 | 2025.02.28 10:08:55.149874 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2025.02.28 10:08:55.149918 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8942 | 2025.02.28 10:08:55.150353 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8943 | 2025.02.28 10:08:55.150612 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2025.02.28 10:08:55.150784 [ 151 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8945 | 2025.02.28 10:08:55.150834 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.67 MiB/sec. | ||
| 8946 | 2025.02.28 10:08:55.150834 [ 151 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.02.28 10:08:55.150884 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8948 | 2025.02.28 10:08:55.150921 [ 261 ] {47be6ec6-337d-4e1e-917d-fa05cf9ae42e} <Debug> TCPHandler: Processed in 0.002259629 sec. | ||
| 8949 | 2025.02.28 10:08:55.151042 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 8950 | 2025.02.28 10:08:55.151167 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8951 | 2025.02.28 10:08:55.151213 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8952 | 2025.02.28 10:08:55.151228 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1967 rows starting from the beginning of the part | ||
| 8953 | 2025.02.28 10:08:55.151499 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 8954 | 2025.02.28 10:08:55.151674 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8955 | 2025.02.28 10:08:55.151852 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 8956 | 2025.02.28 10:08:55.151921 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8957 | 2025.02.28 10:08:55.152234 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 66 rows starting from the beginning of the part | ||
| 8958 | 2025.02.28 10:08:55.152568 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 128 rows starting from the beginning of the part | ||
| 8959 | 2025.02.28 10:08:55.152852 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 8960 | 2025.02.28 10:08:55.154644 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8961 | 2025.02.28 10:08:55.154726 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8962 | 2025.02.28 10:08:55.155639 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8963 | 2025.02.28 10:08:55.156186 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2025.02.28 10:08:55.156295 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.005336919 sec., 452883.02108388755 rows/sec., 38.93 MiB/sec. | ||
| 8965 | 2025.02.28 10:08:55.156496 [ 151 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8966 | 2025.02.28 10:08:55.156589 [ 151 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8967 | 2025.02.28 10:08:55.156652 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8968 | 2025.02.28 10:08:55.156653 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8969 | 2025.02.28 10:08:55.156661 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005132 sec., 779.423226812159 rows/sec., 58.61 KiB/sec. | ||
| 8970 | 2025.02.28 10:08:55.157029 [ 262 ] {c9d887d2-9a56-4521-bfaf-bbdda9982aa0} <Debug> TCPHandler: Processed in 0.005967988 sec. | ||
| 8971 | 2025.02.28 10:08:55.157279 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 8972 | 2025.02.28 10:08:55.157311 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2025.02.28 10:08:55.157500 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8974 | 2025.02.28 10:08:55.157677 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8975 | 2025.02.28 10:08:55.157748 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8976 | 2025.02.28 10:08:55.157841 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8977 | 2025.02.28 10:08:55.157874 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part | ||
| 8978 | 2025.02.28 10:08:55.157983 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_81_16} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8979 | 2025.02.28 10:08:55.158287 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 8980 | 2025.02.28 10:08:55.158666 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 8981 | 2025.02.28 10:08:55.159039 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 8982 | 2025.02.28 10:08:55.159455 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 8983 | 2025.02.28 10:08:55.159503 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 8984 | 2025.02.28 10:08:55.160013 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 8985 | 2025.02.28 10:08:55.161269 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8986 | 2025.02.28 10:08:55.161343 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8987 | 2025.02.28 10:08:55.162362 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8988 | 2025.02.28 10:08:55.162662 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005770496 sec., 46096.5573843219 rows/sec., 3.28 MiB/sec. | ||
| 8989 | 2025.02.28 10:08:55.162849 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.02.28 10:08:55.162875 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8991 | 2025.02.28 10:08:55.163101 [ 151 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8992 | 2025.02.28 10:08:55.163176 [ 151 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8993 | 2025.02.28 10:08:55.163243 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 8994 | 2025.02.28 10:08:55.163297 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005735 sec., 11857.018308631212 rows/sec., 947.78 KiB/sec. | ||
| 8995 | 2025.02.28 10:08:55.163728 [ 261 ] {6ada0ac8-3611-4e4d-8d01-a815ff412d04} <Debug> TCPHandler: Processed in 0.006514885 sec. | ||
| 8996 | 2025.02.28 10:08:55.163835 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8997 | 2025.02.28 10:08:55.164248 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8998 | 2025.02.28 10:08:55.164298 [ 186 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_66_13} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8999 | 2025.02.28 10:08:55.164431 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 9000 | 2025.02.28 10:08:55.164600 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9001 | 2025.02.28 10:08:55.165077 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9002 | 2025.02.28 10:08:55.165247 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 952 rows starting from the beginning of the part | ||
| 9003 | 2025.02.28 10:08:55.165265 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9004 | 2025.02.28 10:08:55.165535 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 68 rows starting from the beginning of the part | ||
| 9005 | 2025.02.28 10:08:55.165530 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9006 | 2025.02.28 10:08:55.165919 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 100 rows starting from the beginning of the part | ||
| 9007 | 2025.02.28 10:08:55.166240 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part | ||
| 9008 | 2025.02.28 10:08:55.166558 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 100 rows starting from the beginning of the part | ||
| 9009 | 2025.02.28 10:08:55.166943 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 68 rows starting from the beginning of the part | ||
| 9010 | 2025.02.28 10:08:55.168302 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9011 | 2025.02.28 10:08:55.168373 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9012 | 2025.02.28 10:08:55.169504 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9013 | 2025.02.28 10:08:55.170012 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2025.02.28 10:08:55.170178 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771249 sec., 200849.20817414927 rows/sec., 15.77 MiB/sec. | ||
| 9015 | 2025.02.28 10:08:55.170329 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9016 | 2025.02.28 10:08:55.170416 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9017 | 2025.02.28 10:08:55.170451 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005367 sec., 29811.812930873857 rows/sec., 2.08 MiB/sec. | ||
| 9018 | 2025.02.28 10:08:55.170484 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9019 | 2025.02.28 10:08:55.170548 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9020 | 2025.02.28 10:08:55.170747 [ 262 ] {b6bf3c59-caca-479d-9e88-9ba18fce20c7} <Debug> TCPHandler: Processed in 0.006867929 sec. | ||
| 9021 | 2025.02.28 10:08:55.171125 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2025.02.28 10:08:55.171282 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 9023 | 2025.02.28 10:08:55.171616 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9024 | 2025.02.28 10:08:55.172168 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <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 | ||
| 9025 | 2025.02.28 10:08:55.172165 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9026 | 2025.02.28 10:08:55.172412 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22473 rows starting from the beginning of the part | ||
| 9027 | 2025.02.28 10:08:55.172983 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 9028 | 2025.02.28 10:08:55.173576 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 9029 | 2025.02.28 10:08:55.173989 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part | ||
| 9030 | 2025.02.28 10:08:55.174453 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 9031 | 2025.02.28 10:08:55.175008 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9032 | 2025.02.28 10:08:55.175537 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2025.02.28 10:08:55.176123 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_81_16} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9034 | 2025.02.28 10:08:55.176715 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 9035 | 2025.02.28 10:08:55.178072 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2025.02.28 10:08:55.178153 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9037 | 2025.02.28 10:08:55.179721 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9038 | 2025.02.28 10:08:55.180300 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2025.02.28 10:08:55.180543 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9040 | 2025.02.28 10:08:55.180593 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.02.28 10:08:55.180617 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9042 | 2025.02.28 10:08:55.180637 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.009181 sec., 435.6823875394837 rows/sec., 799.46 KiB/sec. | ||
| 9043 | 2025.02.28 10:08:55.180795 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 9044 | 2025.02.28 10:08:55.181001 [ 261 ] {c99ba840-c330-438b-b885-7db15b620b6a} <Debug> TCPHandler: Processed in 0.010061642 sec. | ||
| 9045 | 2025.02.28 10:08:55.181503 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2025.02.28 10:08:55.181596 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9047 | 2025.02.28 10:08:55.181748 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1275 rows starting from the beginning of the part | ||
| 9048 | 2025.02.28 10:08:55.181864 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9049 | 2025.02.28 10:08:55.182047 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9050 | 2025.02.28 10:08:55.182782 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
| 9051 | 2025.02.28 10:08:55.183952 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 9052 | 2025.02.28 10:08:55.184528 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23275 rows, containing 5 columns (5 merged, 0 gathered) in 0.013704739 sec., 1698317.6403432419 rows/sec., 116.05 MiB/sec. | ||
| 9053 | 2025.02.28 10:08:55.185007 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
| 9054 | 2025.02.28 10:08:55.185297 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9055 | 2025.02.28 10:08:55.185981 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 36 rows starting from the beginning of the part | ||
| 9056 | 2025.02.28 10:08:55.186238 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9057 | 2025.02.28 10:08:55.186360 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9058 | 2025.02.28 10:08:55.187013 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 9059 | 2025.02.28 10:08:55.187054 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9060 | 2025.02.28 10:08:55.187506 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9061 | 2025.02.28 10:08:55.188136 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9062 | 2025.02.28 10:08:55.188691 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9063 | 2025.02.28 10:08:55.189226 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.02.28 10:08:55.189547 [ 151 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9065 | 2025.02.28 10:08:55.189642 [ 151 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9066 | 2025.02.28 10:08:55.189720 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9067 | 2025.02.28 10:08:55.189845 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008125 sec., 7384.615384615385 rows/sec., 509.62 KiB/sec. | ||
| 9068 | 2025.02.28 10:08:55.189962 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9069 | 2025.02.28 10:08:55.190003 [ 262 ] {d44d19fb-c4f8-4782-9aa9-ba87a7aca2d4} <Debug> TCPHandler: Processed in 0.008861785 sec. | ||
| 9070 | 2025.02.28 10:08:55.190185 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9071 | 2025.02.28 10:08:55.190220 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3930 rows starting from the beginning of the part | ||
| 9072 | 2025.02.28 10:08:55.190312 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9073 | 2025.02.28 10:08:55.190582 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9074 | 2025.02.28 10:08:55.190757 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9075 | 2025.02.28 10:08:55.191036 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 9076 | 2025.02.28 10:08:55.191358 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9077 | 2025.02.28 10:08:55.195175 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4230 rows, containing 4 columns (4 merged, 0 gathered) in 0.00534394 sec., 791550.8033398578 rows/sec., 53.02 MiB/sec. | ||
| 9078 | 2025.02.28 10:08:55.195715 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9079 | 2025.02.28 10:08:55.195998 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9080 | 2025.02.28 10:08:55.196074 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_81_16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9081 | 2025.02.28 10:08:55.196148 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9082 | 2025.02.28 10:08:55.199968 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1359 rows, containing 19 columns (19 merged, 0 gathered) in 0.019293341 sec., 70438.81098665079 rows/sec., 126.22 MiB/sec. | ||
| 9083 | 2025.02.28 10:08:55.201775 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9084 | 2025.02.28 10:08:55.202218 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.02.28 10:08:55.202304 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9086 | 2025.02.28 10:08:55.202457 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. | ||
| 9087 | 2025.02.28 10:08:55.475086 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2025.02.28 10:08:55.475351 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9089 | 2025.02.28 10:08:55.475453 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9090 | 2025.02.28 10:08:55.476470 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.02.28 10:08:55.476512 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9092 | 2025.02.28 10:08:55.476931 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9093 | 2025.02.28 10:08:55.477182 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9094 | 2025.02.28 10:08:55.477387 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002109 sec., 11379.800853485063 rows/sec., 966.84 KiB/sec. | ||
| 9095 | 2025.02.28 10:08:55.477443 [ 261 ] {49541d4e-da2d-47b5-a68f-30504504d611} <Debug> TCPHandler: Processed in 0.002527373 sec. | ||
| 9096 | 2025.02.28 10:08:55.477821 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9097 | 2025.02.28 10:08:55.478095 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9098 | 2025.02.28 10:08:55.478171 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9099 | 2025.02.28 10:08:55.478898 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2025.02.28 10:08:55.478950 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9101 | 2025.02.28 10:08:55.479370 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9102 | 2025.02.28 10:08:55.479626 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2025.02.28 10:08:55.479917 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001875 sec., 3200 rows/sec., 260.94 KiB/sec. | ||
| 9104 | 2025.02.28 10:08:55.480060 [ 262 ] {01eff4ea-c237-4d13-83a3-10c3f4223e8a} <Debug> TCPHandler: Processed in 0.002418281 sec. | ||
| 9105 | 2025.02.28 10:08:55.480320 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2025.02.28 10:08:55.480478 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9107 | 2025.02.28 10:08:55.480536 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9108 | 2025.02.28 10:08:55.481949 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9109 | 2025.02.28 10:08:55.481987 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9110 | 2025.02.28 10:08:55.482442 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9111 | 2025.02.28 10:08:55.482684 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9112 | 2025.02.28 10:08:55.482918 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002464 sec., 564529.2207792208 rows/sec., 47.16 MiB/sec. | ||
| 9113 | 2025.02.28 10:08:55.482976 [ 261 ] {7f0e47b9-844b-4c8d-b27e-95cac8fb7902} <Debug> TCPHandler: Processed in 0.002797516 sec. | ||
| 9114 | 2025.02.28 10:08:55.483231 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9115 | 2025.02.28 10:08:55.483457 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9116 | 2025.02.28 10:08:55.483551 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9117 | 2025.02.28 10:08:55.484429 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9118 | 2025.02.28 10:08:55.484467 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9119 | 2025.02.28 10:08:55.484835 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9120 | 2025.02.28 10:08:55.485079 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2025.02.28 10:08:55.485259 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.00186 sec., 29032.25806451613 rows/sec., 2.15 MiB/sec. | ||
| 9122 | 2025.02.28 10:08:55.485314 [ 262 ] {38189521-e53f-4679-8284-8be66c56b8bb} <Debug> TCPHandler: Processed in 0.002192729 sec. | ||
| 9123 | 2025.02.28 10:08:55.485483 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9124 | 2025.02.28 10:08:55.485621 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9125 | 2025.02.28 10:08:55.485678 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9126 | 2025.02.28 10:08:55.486406 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9127 | 2025.02.28 10:08:55.486445 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9128 | 2025.02.28 10:08:55.486820 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9129 | 2025.02.28 10:08:55.487069 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9130 | 2025.02.28 10:08:55.487350 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001749 sec., 144082.33276157806 rows/sec., 9.97 MiB/sec. | ||
| 9131 | 2025.02.28 10:08:55.487436 [ 261 ] {a3733f56-ed51-4266-9a25-9a70b265e748} <Debug> TCPHandler: Processed in 0.002020576 sec. | ||
| 9132 | 2025.02.28 10:08:55.487734 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9133 | 2025.02.28 10:08:55.487959 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9134 | 2025.02.28 10:08:55.488048 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9135 | 2025.02.28 10:08:55.488630 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2025.02.28 10:08:55.488668 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9137 | 2025.02.28 10:08:55.489039 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9138 | 2025.02.28 10:08:55.489273 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9139 | 2025.02.28 10:08:55.489513 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001595 sec., 7523.510971786834 rows/sec., 587.77 KiB/sec. | ||
| 9140 | 2025.02.28 10:08:55.489704 [ 262 ] {391eb0a3-1ea0-478b-b9a5-0574d838b885} <Debug> TCPHandler: Processed in 0.002145358 sec. | ||
| 9141 | 2025.02.28 10:08:55.489866 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9142 | 2025.02.28 10:08:55.490010 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9143 | 2025.02.28 10:08:55.490068 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9144 | 2025.02.28 10:08:55.491015 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.02.28 10:08:55.491054 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9146 | 2025.02.28 10:08:55.491439 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9147 | 2025.02.28 10:08:55.491678 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2025.02.28 10:08:55.491879 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001901 sec., 314571.27827459236 rows/sec., 23.65 MiB/sec. | ||
| 9149 | 2025.02.28 10:08:55.491933 [ 261 ] {33adcb8e-5f0e-4c99-a305-ca47c6b1e1c5} <Debug> TCPHandler: Processed in 0.002135518 sec. | ||
| 9150 | 2025.02.28 10:08:55.492147 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9151 | 2025.02.28 10:08:55.492368 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9152 | 2025.02.28 10:08:55.492466 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9153 | 2025.02.28 10:08:55.493492 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2025.02.28 10:08:55.493529 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9155 | 2025.02.28 10:08:55.493981 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9156 | 2025.02.28 10:08:55.494217 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2025.02.28 10:08:55.494393 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Debug> executeQuery: Read 989 rows, 69.29 KiB in 0.002081 sec., 475252.28255646327 rows/sec., 32.52 MiB/sec. | ||
| 9158 | 2025.02.28 10:08:55.494448 [ 262 ] {7108f3e9-c14f-4b7b-abea-761097fe22bd} <Debug> TCPHandler: Processed in 0.002411731 sec. | ||
| 9159 | 2025.02.28 10:08:55.494609 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2025.02.28 10:08:55.494745 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9161 | 2025.02.28 10:08:55.494840 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <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 | ||
| 9162 | 2025.02.28 10:08:55.496043 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2025.02.28 10:08:55.496082 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9164 | 2025.02.28 10:08:55.496743 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9165 | 2025.02.28 10:08:55.496991 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2025.02.28 10:08:55.497238 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002524 sec., 14263.074484944531 rows/sec., 25.56 MiB/sec. | ||
| 9167 | 2025.02.28 10:08:55.497347 [ 261 ] {a8f128ab-29b6-4d20-aac2-d577f232f550} <Debug> TCPHandler: Processed in 0.002808157 sec. | ||
| 9168 | 2025.02.28 10:08:55.497499 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.02.28 10:08:55.497637 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9170 | 2025.02.28 10:08:55.497696 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9171 | 2025.02.28 10:08:55.498213 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.02.28 10:08:55.498249 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9173 | 2025.02.28 10:08:55.498611 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9174 | 2025.02.28 10:08:55.498841 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.02.28 10:08:55.499017 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001412 sec., 8498.583569405098 rows/sec., 586.49 KiB/sec. | ||
| 9176 | 2025.02.28 10:08:55.499068 [ 262 ] {ad34b488-4776-46fe-9b90-cba8f0aa51e2} <Debug> TCPHandler: Processed in 0.001634751 sec. | ||
| 9177 | 2025.02.28 10:08:55.558390 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9178 | 2025.02.28 10:08:55.580456 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.02.28 10:08:55.580520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9180 | 2025.02.28 10:08:55.587973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9181 | 2025.02.28 10:08:55.588766 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.02.28 10:08:55.592105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9183 | 2025.02.28 10:08:59.009578 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1278 | ||
| 9184 | 2025.02.28 10:08:59.013255 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9185 | 2025.02.28 10:08:59.013319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9186 | 2025.02.28 10:08:59.014959 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9187 | 2025.02.28 10:08:59.015310 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9188 | 2025.02.28 10:08:59.015562 [ 148 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9189 | 2025.02.28 10:08:59.015737 [ 148 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2025.02.28 10:08:59.015827 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9191 | 2025.02.28 10:08:59.016419 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 9192 | 2025.02.28 10:08:59.017189 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1278 | ||
| 9193 | 2025.02.28 10:08:59.017651 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9194 | 2025.02.28 10:08:59.017845 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1102 rows starting from the beginning of the part | ||
| 9195 | 2025.02.28 10:08:59.018584 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 9196 | 2025.02.28 10:08:59.019410 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 50 rows starting from the beginning of the part | ||
| 9197 | 2025.02.28 10:08:59.020168 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 9198 | 2025.02.28 10:08:59.020821 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
| 9199 | 2025.02.28 10:08:59.021475 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 44 rows starting from the beginning of the part | ||
| 9200 | 2025.02.28 10:08:59.031541 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 72 columns (72 merged, 0 gathered) in 0.015399861 sec., 82987.76203239756 rows/sec., 66.45 MiB/sec. | ||
| 9201 | 2025.02.28 10:08:59.033186 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9202 | 2025.02.28 10:08:59.034026 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2025.02.28 10:08:59.034128 [ 190 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_36_7} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9204 | 2025.02.28 10:08:59.034512 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9205 | 2025.02.28 10:09:00.146404 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9206 | 2025.02.28 10:09:00.146614 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9207 | 2025.02.28 10:09:00.146697 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9208 | 2025.02.28 10:09:00.147551 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9209 | 2025.02.28 10:09:00.147605 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9210 | 2025.02.28 10:09:00.148052 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9211 | 2025.02.28 10:09:00.148317 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9212 | 2025.02.28 10:09:00.148565 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 9213 | 2025.02.28 10:09:00.148632 [ 261 ] {98445c2f-6b0b-45f2-92f5-503cc663afaa} <Debug> TCPHandler: Processed in 0.002369621 sec. | ||
| 9214 | 2025.02.28 10:09:00.148876 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9215 | 2025.02.28 10:09:00.149063 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9216 | 2025.02.28 10:09:00.149138 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9217 | 2025.02.28 10:09:00.149909 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9218 | 2025.02.28 10:09:00.149957 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9219 | 2025.02.28 10:09:00.150406 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9220 | 2025.02.28 10:09:00.150678 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9221 | 2025.02.28 10:09:00.150916 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec. | ||
| 9222 | 2025.02.28 10:09:00.150983 [ 262 ] {75e52732-5f04-4ae6-a21d-ab692e0b506d} <Debug> TCPHandler: Processed in 0.00223713 sec. | ||
| 9223 | 2025.02.28 10:09:00.151147 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9224 | 2025.02.28 10:09:00.151292 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9225 | 2025.02.28 10:09:00.151359 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9226 | 2025.02.28 10:09:00.152030 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2025.02.28 10:09:00.152078 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9228 | 2025.02.28 10:09:00.152491 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9229 | 2025.02.28 10:09:00.152730 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.02.28 10:09:00.152974 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001712 sec., 74766.35514018692 rows/sec., 5.21 MiB/sec. | ||
| 9231 | 2025.02.28 10:09:00.153041 [ 261 ] {cef3cc96-5d6c-49b6-9763-cf70444a3403} <Debug> TCPHandler: Processed in 0.001962116 sec. | ||
| 9232 | 2025.02.28 10:09:00.153299 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9233 | 2025.02.28 10:09:00.153499 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9234 | 2025.02.28 10:09:00.153564 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9235 | 2025.02.28 10:09:00.154171 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9236 | 2025.02.28 10:09:00.154211 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9237 | 2025.02.28 10:09:00.154601 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9238 | 2025.02.28 10:09:00.154844 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2025.02.28 10:09:00.155066 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001603 sec., 29943.85527136619 rows/sec., 2.02 MiB/sec. | ||
| 9240 | 2025.02.28 10:09:00.155129 [ 262 ] {9ebc697d-4027-4f20-b753-d86c08857bed} <Debug> TCPHandler: Processed in 0.002003816 sec. | ||
| 9241 | 2025.02.28 10:09:01.397252 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9242 | 2025.02.28 10:09:01.397936 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9243 | 2025.02.28 10:09:01.397988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9244 | 2025.02.28 10:09:01.398519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9245 | 2025.02.28 10:09:01.398779 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2025.02.28 10:09:01.398994 [ 143 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9247 | 2025.02.28 10:09:01.399035 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9248 | 2025.02.28 10:09:01.399082 [ 143 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9249 | 2025.02.28 10:09:01.399111 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9250 | 2025.02.28 10:09:01.399229 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9251 | 2025.02.28 10:09:01.399336 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9252 | 2025.02.28 10:09:01.399372 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9253 | 2025.02.28 10:09:01.399443 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9254 | 2025.02.28 10:09:01.399533 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9255 | 2025.02.28 10:09:01.399812 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9256 | 2025.02.28 10:09:01.399966 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9257 | 2025.02.28 10:09:01.400146 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 9258 | 2025.02.28 10:09:01.403042 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386644 sec., 6058286.175396489 rows/sec., 86.66 MiB/sec. | ||
| 9259 | 2025.02.28 10:09:01.403345 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9260 | 2025.02.28 10:09:01.403626 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_51_10} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9261 | 2025.02.28 10:09:01.403712 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_51_10} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9262 | 2025.02.28 10:09:01.403802 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9263 | 2025.02.28 10:09:03.092221 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9264 | 2025.02.28 10:09:03.114519 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9265 | 2025.02.28 10:09:03.114585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9266 | 2025.02.28 10:09:03.121917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9267 | 2025.02.28 10:09:03.122728 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9268 | 2025.02.28 10:09:03.123131 [ 142 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9269 | 2025.02.28 10:09:03.123266 [ 142 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9270 | 2025.02.28 10:09:03.123341 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9271 | 2025.02.28 10:09:03.123766 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9272 | 2025.02.28 10:09:03.138097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9273 | 2025.02.28 10:09:03.140066 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9274 | 2025.02.28 10:09:03.141758 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9275 | 2025.02.28 10:09:03.148259 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9276 | 2025.02.28 10:09:03.154504 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9277 | 2025.02.28 10:09:03.160690 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9278 | 2025.02.28 10:09:03.166892 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9279 | 2025.02.28 10:09:03.171544 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 9280 | 2025.02.28 10:09:03.237034 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.113549312 sec., 3390.5973820431427 rows/sec., 17.53 MiB/sec. | ||
| 9281 | 2025.02.28 10:09:03.240366 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9282 | 2025.02.28 10:09:03.244132 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_51_10} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9283 | 2025.02.28 10:09:03.244276 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_51_10} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9284 | 2025.02.28 10:09:03.246726 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9285 | 2025.02.28 10:09:04.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.29 MiB, peak 244.69 MiB, free memory in arenas 0.00 B, will set to 232.36 MiB (RSS), difference: 1.07 MiB | ||
| 9286 | 2025.02.28 10:09:05.147977 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9287 | 2025.02.28 10:09:05.148187 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9288 | 2025.02.28 10:09:05.148272 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9289 | 2025.02.28 10:09:05.149079 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2025.02.28 10:09:05.149128 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9291 | 2025.02.28 10:09:05.149566 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9292 | 2025.02.28 10:09:05.149821 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2025.02.28 10:09:05.150087 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.58 MiB/sec. | ||
| 9294 | 2025.02.28 10:09:05.150164 [ 261 ] {cb49caed-588f-4e86-8957-898ffb161b9c} <Debug> TCPHandler: Processed in 0.002327881 sec. | ||
| 9295 | 2025.02.28 10:09:05.150536 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9296 | 2025.02.28 10:09:05.150839 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9297 | 2025.02.28 10:09:05.150959 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9298 | 2025.02.28 10:09:05.151863 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2025.02.28 10:09:05.151909 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9300 | 2025.02.28 10:09:05.152359 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9301 | 2025.02.28 10:09:05.152615 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2025.02.28 10:09:05.152872 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002117 sec., 1889.4662257912141 rows/sec., 142.08 KiB/sec. | ||
| 9303 | 2025.02.28 10:09:05.152940 [ 262 ] {dc806b80-5c3a-49d6-926a-6ee97d69cc53} <Debug> TCPHandler: Processed in 0.002631755 sec. | ||
| 9304 | 2025.02.28 10:09:05.153103 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2025.02.28 10:09:05.153248 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9306 | 2025.02.28 10:09:05.153310 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9307 | 2025.02.28 10:09:05.154044 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2025.02.28 10:09:05.154093 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9309 | 2025.02.28 10:09:05.154493 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9310 | 2025.02.28 10:09:05.154730 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2025.02.28 10:09:05.154944 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001731 sec., 39283.65106874639 rows/sec., 3.07 MiB/sec. | ||
| 9312 | 2025.02.28 10:09:05.155001 [ 261 ] {bccd019e-93e5-421b-b757-6a07861df435} <Debug> TCPHandler: Processed in 0.001967666 sec. | ||
| 9313 | 2025.02.28 10:09:05.155152 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9314 | 2025.02.28 10:09:05.155280 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9315 | 2025.02.28 10:09:05.155349 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9316 | 2025.02.28 10:09:05.156052 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2025.02.28 10:09:05.156101 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9318 | 2025.02.28 10:09:05.156537 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9319 | 2025.02.28 10:09:05.156797 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2025.02.28 10:09:05.157033 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001781 sec., 89837.17012914093 rows/sec., 6.26 MiB/sec. | ||
| 9321 | 2025.02.28 10:09:05.157092 [ 262 ] {36e278d7-22f7-4712-894c-3dcbdf45be28} <Debug> TCPHandler: Processed in 0.002000906 sec. | ||
| 9322 | 2025.02.28 10:09:05.157250 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2025.02.28 10:09:05.157372 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9324 | 2025.02.28 10:09:05.157455 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <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 | ||
| 9325 | 2025.02.28 10:09:05.158560 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2025.02.28 10:09:05.158599 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9327 | 2025.02.28 10:09:05.159210 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9328 | 2025.02.28 10:09:05.159468 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2025.02.28 10:09:05.159717 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00237 sec., 1687.7637130801686 rows/sec., 3.02 MiB/sec. | ||
| 9330 | 2025.02.28 10:09:05.159830 [ 261 ] {0caede04-adc8-44f0-8c90-52066dcea546} <Debug> TCPHandler: Processed in 0.002636805 sec. | ||
| 9331 | 2025.02.28 10:09:05.159993 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9332 | 2025.02.28 10:09:05.160132 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9333 | 2025.02.28 10:09:05.160195 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9334 | 2025.02.28 10:09:05.160706 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9335 | 2025.02.28 10:09:05.160746 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9336 | 2025.02.28 10:09:05.161124 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9337 | 2025.02.28 10:09:05.161367 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9338 | 2025.02.28 10:09:05.161587 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 9339 | 2025.02.28 10:09:05.161639 [ 262 ] {31c91985-3d6b-4361-a6cd-72b35d238de9} <Debug> TCPHandler: Processed in 0.001715402 sec. | ||
| 9340 | 2025.02.28 10:09:07.619160 [ 135 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 9341 | 2025.02.28 10:09:07.619240 [ 135 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9342 | 2025.02.28 10:09:07.619278 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 9343 | 2025.02.28 10:09:07.619599 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 9344 | 2025.02.28 10:09:07.619925 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9345 | 2025.02.28 10:09:07.619999 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 365 rows starting from the beginning of the part | ||
| 9346 | 2025.02.28 10:09:07.620136 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 9347 | 2025.02.28 10:09:07.620614 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 9348 | 2025.02.28 10:09:07.620881 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 9349 | 2025.02.28 10:09:07.621106 [ 193 ] {5da27670-fc11-4033-8b48-aeed7e791b21::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 | ||
| 9350 | 2025.02.28 10:09:07.622495 [ 191 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.00311497 sec., 343823.5360212137 rows/sec., 24.50 MiB/sec. | ||
| 9351 | 2025.02.28 10:09:07.622681 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 9352 | 2025.02.28 10:09:07.623046 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9353 | 2025.02.28 10:09:07.623147 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_18_4} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 9354 | 2025.02.28 10:09:07.623246 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 9355 | 2025.02.28 10:09:08.067132 [ 135 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9356 | 2025.02.28 10:09:08.067239 [ 135 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9357 | 2025.02.28 10:09:08.067278 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9358 | 2025.02.28 10:09:08.067664 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 9359 | 2025.02.28 10:09:08.068004 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9360 | 2025.02.28 10:09:08.068071 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 9361 | 2025.02.28 10:09:08.068257 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 9362 | 2025.02.28 10:09:08.068462 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 9363 | 2025.02.28 10:09:08.068617 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 9364 | 2025.02.28 10:09:08.068827 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9365 | 2025.02.28 10:09:08.069898 [ 191 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002506512 sec., 15160.509903802576 rows/sec., 1.27 MiB/sec. | ||
| 9366 | 2025.02.28 10:09:08.070060 [ 200 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9367 | 2025.02.28 10:09:08.070420 [ 200 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2025.02.28 10:09:08.070506 [ 200 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_21_5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9369 | 2025.02.28 10:09:08.070590 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9370 | 2025.02.28 10:09:08.724248 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9371 | 2025.02.28 10:09:08.724303 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9372 | 2025.02.28 10:09:08.899240 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 9373 | 2025.02.28 10:09:08.900357 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9374 | 2025.02.28 10:09:08.900453 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9375 | 2025.02.28 10:09:08.901137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9376 | 2025.02.28 10:09:08.901397 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9377 | 2025.02.28 10:09:08.901634 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9378 | 2025.02.28 10:09:09.017489 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1298 | ||
| 9379 | 2025.02.28 10:09:09.020311 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2025.02.28 10:09:09.020367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9381 | 2025.02.28 10:09:09.021846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9382 | 2025.02.28 10:09:09.022163 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9383 | 2025.02.28 10:09:09.022853 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9384 | 2025.02.28 10:09:10.149159 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9385 | 2025.02.28 10:09:10.149362 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9386 | 2025.02.28 10:09:10.149438 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9387 | 2025.02.28 10:09:10.150263 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9388 | 2025.02.28 10:09:10.150318 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9389 | 2025.02.28 10:09:10.150770 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9390 | 2025.02.28 10:09:10.151027 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9391 | 2025.02.28 10:09:10.151287 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001952 sec., 65573.77049180328 rows/sec., 5.61 MiB/sec. | ||
| 9392 | 2025.02.28 10:09:10.151400 [ 261 ] {84510082-7bb5-41dc-b8e2-f9f8814caac3} <Debug> TCPHandler: Processed in 0.00236828 sec. | ||
| 9393 | 2025.02.28 10:09:10.151727 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9394 | 2025.02.28 10:09:10.151950 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9395 | 2025.02.28 10:09:10.152037 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9396 | 2025.02.28 10:09:10.152860 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.02.28 10:09:10.152910 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9398 | 2025.02.28 10:09:10.153364 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9399 | 2025.02.28 10:09:10.153619 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2025.02.28 10:09:10.153861 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001968 sec., 18292.682926829268 rows/sec., 1.34 MiB/sec. | ||
| 9401 | 2025.02.28 10:09:10.153929 [ 262 ] {a2344235-32ac-4456-83cd-4bf1ccd7ea47} <Debug> TCPHandler: Processed in 0.002414591 sec. | ||
| 9402 | 2025.02.28 10:09:10.154077 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9403 | 2025.02.28 10:09:10.154223 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9404 | 2025.02.28 10:09:10.154284 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9405 | 2025.02.28 10:09:10.154939 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9406 | 2025.02.28 10:09:10.154985 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9407 | 2025.02.28 10:09:10.155361 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9408 | 2025.02.28 10:09:10.155598 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2025.02.28 10:09:10.155835 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001646 sec., 60753.34143377886 rows/sec., 4.75 MiB/sec. | ||
| 9410 | 2025.02.28 10:09:10.155936 [ 261 ] {907dbaf5-c8e8-4587-8d47-e4906d78f13f} <Debug> TCPHandler: Processed in 0.001924736 sec. | ||
| 9411 | 2025.02.28 10:09:10.156145 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9412 | 2025.02.28 10:09:10.156336 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9413 | 2025.02.28 10:09:10.156404 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9414 | 2025.02.28 10:09:10.157013 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9415 | 2025.02.28 10:09:10.157055 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9416 | 2025.02.28 10:09:10.157471 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9417 | 2025.02.28 10:09:10.157720 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.02.28 10:09:10.157987 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 9419 | 2025.02.28 10:09:10.158049 [ 262 ] {5018d3e3-8ae1-4456-b5fb-4029f4ef78b5} <Debug> TCPHandler: Processed in 0.002027536 sec. | ||
| 9420 | 2025.02.28 10:09:10.158284 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9421 | 2025.02.28 10:09:10.158501 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9422 | 2025.02.28 10:09:10.158599 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <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 | ||
| 9423 | 2025.02.28 10:09:10.159888 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2025.02.28 10:09:10.159928 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9425 | 2025.02.28 10:09:10.160610 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9426 | 2025.02.28 10:09:10.160871 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2025.02.28 10:09:10.161131 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002672 sec., 13473.05389221557 rows/sec., 24.14 MiB/sec. | ||
| 9428 | 2025.02.28 10:09:10.161436 [ 261 ] {04e8e1ed-6579-4612-8ebc-016e2d216144} <Debug> TCPHandler: Processed in 0.003262102 sec. | ||
| 9429 | 2025.02.28 10:09:10.161680 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9430 | 2025.02.28 10:09:10.161854 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9431 | 2025.02.28 10:09:10.161907 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9432 | 2025.02.28 10:09:10.162398 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9433 | 2025.02.28 10:09:10.162438 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9434 | 2025.02.28 10:09:10.162829 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9435 | 2025.02.28 10:09:10.163073 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9436 | 2025.02.28 10:09:10.163284 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 9437 | 2025.02.28 10:09:10.163392 [ 262 ] {095bd760-35cc-4ef2-b3e0-c9970e12f2d2} <Debug> TCPHandler: Processed in 0.001837534 sec. | ||
| 9438 | 2025.02.28 10:09:10.638223 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9439 | 2025.02.28 10:09:10.657883 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9440 | 2025.02.28 10:09:10.657954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9441 | 2025.02.28 10:09:10.664873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9442 | 2025.02.28 10:09:10.665634 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2025.02.28 10:09:10.668413 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 9444 | 2025.02.28 10:09:15.148813 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9445 | 2025.02.28 10:09:15.149044 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9446 | 2025.02.28 10:09:15.149127 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9447 | 2025.02.28 10:09:15.149936 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9448 | 2025.02.28 10:09:15.149981 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9449 | 2025.02.28 10:09:15.150412 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9450 | 2025.02.28 10:09:15.150667 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9451 | 2025.02.28 10:09:15.150880 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 172.12 KiB/sec. | ||
| 9452 | 2025.02.28 10:09:15.150944 [ 261 ] {2b8e7a15-7e16-484a-9b74-ea10c65b0c14} <Debug> TCPHandler: Processed in 0.00227527 sec. | ||
| 9453 | 2025.02.28 10:09:15.151250 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9454 | 2025.02.28 10:09:15.151561 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9455 | 2025.02.28 10:09:15.151665 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9456 | 2025.02.28 10:09:15.152439 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9457 | 2025.02.28 10:09:15.152486 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9458 | 2025.02.28 10:09:15.152929 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9459 | 2025.02.28 10:09:15.153194 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9460 | 2025.02.28 10:09:15.153377 [ 127 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9461 | 2025.02.28 10:09:15.153446 [ 127 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2025.02.28 10:09:15.153461 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001975 sec., 33417.72151898734 rows/sec., 2.62 MiB/sec. | ||
| 9463 | 2025.02.28 10:09:15.153493 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9464 | 2025.02.28 10:09:15.153625 [ 262 ] {d66011f4-6a43-41b8-a53d-e59b8ca885b0} <Debug> TCPHandler: Processed in 0.002563803 sec. | ||
| 9465 | 2025.02.28 10:09:15.153871 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 9466 | 2025.02.28 10:09:15.153884 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9467 | 2025.02.28 10:09:15.154334 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9468 | 2025.02.28 10:09:15.154523 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9469 | 2025.02.28 10:09:15.154521 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9470 | 2025.02.28 10:09:15.154974 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1967 rows starting from the beginning of the part | ||
| 9471 | 2025.02.28 10:09:15.155857 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1391 rows starting from the beginning of the part | ||
| 9472 | 2025.02.28 10:09:15.156234 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 9473 | 2025.02.28 10:09:15.156467 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 9474 | 2025.02.28 10:09:15.156612 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part | ||
| 9475 | 2025.02.28 10:09:15.157059 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 66 rows starting from the beginning of the part | ||
| 9476 | 2025.02.28 10:09:15.157783 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9477 | 2025.02.28 10:09:15.157863 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9478 | 2025.02.28 10:09:15.158810 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9479 | 2025.02.28 10:09:15.159398 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9480 | 2025.02.28 10:09:15.159644 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.005472 sec., 1461.9883040935672 rows/sec., 106.01 KiB/sec. | ||
| 9481 | 2025.02.28 10:09:15.159728 [ 261 ] {f4385596-4f72-4e43-b33d-3fb92d200d97} <Debug> TCPHandler: Processed in 0.006000708 sec. | ||
| 9482 | 2025.02.28 10:09:15.159919 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9483 | 2025.02.28 10:09:15.160121 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9484 | 2025.02.28 10:09:15.160238 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9485 | 2025.02.28 10:09:15.160358 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.006703257 sec., 547793.408487844 rows/sec., 47.30 MiB/sec. | ||
| 9486 | 2025.02.28 10:09:15.160866 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9487 | 2025.02.28 10:09:15.161326 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2025.02.28 10:09:15.161380 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9489 | 2025.02.28 10:09:15.161523 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9490 | 2025.02.28 10:09:15.161773 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_86_17} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9491 | 2025.02.28 10:09:15.161971 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 9492 | 2025.02.28 10:09:15.162031 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9493 | 2025.02.28 10:09:15.162281 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9494 | 2025.02.28 10:09:15.162477 [ 128 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9495 | 2025.02.28 10:09:15.162497 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002438 sec., 29532.403609515997 rows/sec., 2.31 MiB/sec. | ||
| 9496 | 2025.02.28 10:09:15.162548 [ 128 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9497 | 2025.02.28 10:09:15.162630 [ 262 ] {7745d8e7-168e-4db7-9efd-3b776f2a0da3} <Debug> TCPHandler: Processed in 0.002774657 sec. | ||
| 9498 | 2025.02.28 10:09:15.162635 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9499 | 2025.02.28 10:09:15.162826 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 9500 | 2025.02.28 10:09:15.162855 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9501 | 2025.02.28 10:09:15.163047 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9502 | 2025.02.28 10:09:15.163115 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9503 | 2025.02.28 10:09:15.163122 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 952 rows starting from the beginning of the part | ||
| 9504 | 2025.02.28 10:09:15.163241 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9505 | 2025.02.28 10:09:15.163434 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 598 rows starting from the beginning of the part | ||
| 9506 | 2025.02.28 10:09:15.163977 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 9507 | 2025.02.28 10:09:15.164402 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 68 rows starting from the beginning of the part | ||
| 9508 | 2025.02.28 10:09:15.164643 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 100 rows starting from the beginning of the part | ||
| 9509 | 2025.02.28 10:09:15.164966 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 72 rows starting from the beginning of the part | ||
| 9510 | 2025.02.28 10:09:15.165839 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.02.28 10:09:15.165902 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9512 | 2025.02.28 10:09:15.166971 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9513 | 2025.02.28 10:09:15.167389 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.02.28 10:09:15.167599 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9515 | 2025.02.28 10:09:15.167686 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2025.02.28 10:09:15.167761 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9517 | 2025.02.28 10:09:15.167940 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004864 sec., 33305.92105263158 rows/sec., 2.32 MiB/sec. | ||
| 9518 | 2025.02.28 10:09:15.168307 [ 261 ] {bc49e1fb-6999-4ffa-b581-652796fed9c4} <Debug> TCPHandler: Processed in 0.005561602 sec. | ||
| 9519 | 2025.02.28 10:09:15.168471 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 9520 | 2025.02.28 10:09:15.168696 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1854 rows, containing 5 columns (5 merged, 0 gathered) in 0.005935688 sec., 312347.9535986393 rows/sec., 24.51 MiB/sec. | ||
| 9521 | 2025.02.28 10:09:15.168798 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9522 | 2025.02.28 10:09:15.168819 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9523 | 2025.02.28 10:09:15.168921 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23275 rows starting from the beginning of the part | ||
| 9524 | 2025.02.28 10:09:15.169018 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9525 | 2025.02.28 10:09:15.169368 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 989 rows starting from the beginning of the part | ||
| 9526 | 2025.02.28 10:09:15.169766 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9527 | 2025.02.28 10:09:15.169823 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 128 rows starting from the beginning of the part | ||
| 9528 | 2025.02.28 10:09:15.170153 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9529 | 2025.02.28 10:09:15.170274 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.02.28 10:09:15.170689 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 9531 | 2025.02.28 10:09:15.170712 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <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 | ||
| 9532 | 2025.02.28 10:09:15.170767 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_86_17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9533 | 2025.02.28 10:09:15.171076 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 162 rows starting from the beginning of the part | ||
| 9534 | 2025.02.28 10:09:15.171100 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9535 | 2025.02.28 10:09:15.174107 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2025.02.28 10:09:15.174178 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9537 | 2025.02.28 10:09:15.176082 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9538 | 2025.02.28 10:09:15.176399 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9539 | 2025.02.28 10:09:15.177146 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007804 sec., 512.5576627370579 rows/sec., 940.52 KiB/sec. | ||
| 9540 | 2025.02.28 10:09:15.178019 [ 262 ] {2b4b7386-a9c4-4fc6-b70c-d73bc68a8baa} <Debug> TCPHandler: Processed in 0.009573735 sec. | ||
| 9541 | 2025.02.28 10:09:15.178242 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9542 | 2025.02.28 10:09:15.178397 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9543 | 2025.02.28 10:09:15.178462 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9544 | 2025.02.28 10:09:15.179199 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2025.02.28 10:09:15.179264 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9546 | 2025.02.28 10:09:15.179728 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9547 | 2025.02.28 10:09:15.180070 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9548 | 2025.02.28 10:09:15.180278 [ 128 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9549 | 2025.02.28 10:09:15.180381 [ 128 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2025.02.28 10:09:15.180409 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9551 | 2025.02.28 10:09:15.180453 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002071 sec., 28971.511347175277 rows/sec., 1.95 MiB/sec. | ||
| 9552 | 2025.02.28 10:09:15.180691 [ 261 ] {22292315-30c6-4ecd-9225-372af1d947fe} <Debug> TCPHandler: Processed in 0.002560393 sec. | ||
| 9553 | 2025.02.28 10:09:15.180725 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9554 | 2025.02.28 10:09:15.181144 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9555 | 2025.02.28 10:09:15.181254 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4230 rows starting from the beginning of the part | ||
| 9556 | 2025.02.28 10:09:15.181330 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24874 rows, containing 5 columns (5 merged, 0 gathered) in 0.013451265 sec., 1849194.1092529215 rows/sec., 126.43 MiB/sec. | ||
| 9557 | 2025.02.28 10:09:15.181527 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part | ||
| 9558 | 2025.02.28 10:09:15.181705 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part | ||
| 9559 | 2025.02.28 10:09:15.181751 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9560 | 2025.02.28 10:09:15.182086 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9561 | 2025.02.28 10:09:15.182292 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9562 | 2025.02.28 10:09:15.182487 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9563 | 2025.02.28 10:09:15.182835 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2025.02.28 10:09:15.183089 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9565 | 2025.02.28 10:09:15.183232 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9566 | 2025.02.28 10:09:15.184925 [ 194 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403657 sec., 1015065.4331161578 rows/sec., 68.01 MiB/sec. | ||
| 9567 | 2025.02.28 10:09:15.185311 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9568 | 2025.02.28 10:09:15.185635 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9569 | 2025.02.28 10:09:15.185723 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_86_17} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9570 | 2025.02.28 10:09:15.185823 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9571 | 2025.02.28 10:09:16.401804 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 9572 | 2025.02.28 10:09:16.402840 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2025.02.28 10:09:16.402888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9574 | 2025.02.28 10:09:16.403436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9575 | 2025.02.28 10:09:16.403701 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2025.02.28 10:09:16.403924 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 9577 | 2025.02.28 10:09:18.168490 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 9578 | 2025.02.28 10:09:18.190760 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9579 | 2025.02.28 10:09:18.190816 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9580 | 2025.02.28 10:09:18.198139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9581 | 2025.02.28 10:09:18.198925 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9582 | 2025.02.28 10:09:18.201607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 9583 | 2025.02.28 10:09:19.023323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1324 | ||
| 9584 | 2025.02.28 10:09:19.026925 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2025.02.28 10:09:19.026998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9586 | 2025.02.28 10:09:19.028514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9587 | 2025.02.28 10:09:19.028860 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9588 | 2025.02.28 10:09:19.029592 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324 | ||
| 9589 | 2025.02.28 10:09:20.149035 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9590 | 2025.02.28 10:09:20.149242 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9591 | 2025.02.28 10:09:20.149321 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9592 | 2025.02.28 10:09:20.150223 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9593 | 2025.02.28 10:09:20.150266 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9594 | 2025.02.28 10:09:20.150709 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9595 | 2025.02.28 10:09:20.150961 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9596 | 2025.02.28 10:09:20.151187 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001997 sec., 64096.14421632449 rows/sec., 5.48 MiB/sec. | ||
| 9597 | 2025.02.28 10:09:20.151282 [ 261 ] {dbbf4b21-da90-4b89-b381-28725239efe8} <Debug> TCPHandler: Processed in 0.002384621 sec. | ||
| 9598 | 2025.02.28 10:09:20.151666 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9599 | 2025.02.28 10:09:20.151894 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9600 | 2025.02.28 10:09:20.151971 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9601 | 2025.02.28 10:09:20.152752 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2025.02.28 10:09:20.152800 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9603 | 2025.02.28 10:09:20.153258 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9604 | 2025.02.28 10:09:20.153517 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2025.02.28 10:09:20.153712 [ 51 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9606 | 2025.02.28 10:09:20.153790 [ 51 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2025.02.28 10:09:20.153795 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001941 sec., 18547.140649149922 rows/sec., 1.36 MiB/sec. | ||
| 9608 | 2025.02.28 10:09:20.153827 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9609 | 2025.02.28 10:09:20.153965 [ 262 ] {01d0f795-6976-429e-be9c-e160b59dd608} <Debug> TCPHandler: Processed in 0.002532873 sec. | ||
| 9610 | 2025.02.28 10:09:20.154046 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 9611 | 2025.02.28 10:09:20.154168 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9612 | 2025.02.28 10:09:20.154235 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9613 | 2025.02.28 10:09:20.154302 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part | ||
| 9614 | 2025.02.28 10:09:20.154448 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9615 | 2025.02.28 10:09:20.154506 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 54 rows starting from the beginning of the part | ||
| 9616 | 2025.02.28 10:09:20.154629 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9617 | 2025.02.28 10:09:20.155043 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 9618 | 2025.02.28 10:09:20.155363 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
| 9619 | 2025.02.28 10:09:20.155859 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 9620 | 2025.02.28 10:09:20.156235 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 9621 | 2025.02.28 10:09:20.157438 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2025.02.28 10:09:20.157510 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9623 | 2025.02.28 10:09:20.158586 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9624 | 2025.02.28 10:09:20.158883 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.004904204 sec., 64434.51373556239 rows/sec., 4.65 MiB/sec. | ||
| 9625 | 2025.02.28 10:09:20.159094 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9626 | 2025.02.28 10:09:20.159189 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9627 | 2025.02.28 10:09:20.159564 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00521 sec., 19193.857965451054 rows/sec., 1.50 MiB/sec. | ||
| 9628 | 2025.02.28 10:09:20.159882 [ 261 ] {ccb3fa3f-3ef3-4ec4-ae31-660a60119305} <Debug> TCPHandler: Processed in 0.005789735 sec. | ||
| 9629 | 2025.02.28 10:09:20.160180 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9630 | 2025.02.28 10:09:20.160190 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2025.02.28 10:09:20.160659 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_71_14} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9632 | 2025.02.28 10:09:20.160668 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9633 | 2025.02.28 10:09:20.160837 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9634 | 2025.02.28 10:09:20.160972 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9635 | 2025.02.28 10:09:20.161597 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9636 | 2025.02.28 10:09:20.161642 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9637 | 2025.02.28 10:09:20.162088 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9638 | 2025.02.28 10:09:20.162377 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2025.02.28 10:09:20.162623 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002143 sec., 74661.68922071862 rows/sec., 5.20 MiB/sec. | ||
| 9640 | 2025.02.28 10:09:20.162707 [ 262 ] {00ff60b9-5c97-44cb-9ecd-1f82114088b9} <Debug> TCPHandler: Processed in 0.002707925 sec. | ||
| 9641 | 2025.02.28 10:09:20.162928 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9642 | 2025.02.28 10:09:20.163218 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9643 | 2025.02.28 10:09:20.163315 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <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 | ||
| 9644 | 2025.02.28 10:09:20.164569 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2025.02.28 10:09:20.164606 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9646 | 2025.02.28 10:09:20.165288 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9647 | 2025.02.28 10:09:20.165545 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2025.02.28 10:09:20.165680 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9649 | 2025.02.28 10:09:20.165727 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2025.02.28 10:09:20.165757 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9651 | 2025.02.28 10:09:20.165766 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002637 sec., 13651.877133105801 rows/sec., 24.46 MiB/sec. | ||
| 9652 | 2025.02.28 10:09:20.165969 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 9653 | 2025.02.28 10:09:20.165988 [ 261 ] {14930e61-d6f4-486f-b3db-eba980253a5a} <Debug> TCPHandler: Processed in 0.003182921 sec. | ||
| 9654 | 2025.02.28 10:09:20.166247 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2025.02.28 10:09:20.166350 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9656 | 2025.02.28 10:09:20.166506 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9657 | 2025.02.28 10:09:20.166529 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1359 rows starting from the beginning of the part | ||
| 9658 | 2025.02.28 10:09:20.166631 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9659 | 2025.02.28 10:09:20.167448 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 9660 | 2025.02.28 10:09:20.168189 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 9661 | 2025.02.28 10:09:20.168961 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
| 9662 | 2025.02.28 10:09:20.168985 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2025.02.28 10:09:20.169061 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9664 | 2025.02.28 10:09:20.169568 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
| 9665 | 2025.02.28 10:09:20.170250 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part | ||
| 9666 | 2025.02.28 10:09:20.170568 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9667 | 2025.02.28 10:09:20.171430 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9668 | 2025.02.28 10:09:20.171912 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00549 sec., 10928.96174863388 rows/sec., 754.21 KiB/sec. | ||
| 9669 | 2025.02.28 10:09:20.172143 [ 262 ] {017d5aab-c760-433a-bfd2-bbc799a16f8d} <Debug> TCPHandler: Processed in 0.006003358 sec. | ||
| 9670 | 2025.02.28 10:09:20.179030 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 19 columns (19 merged, 0 gathered) in 0.013218042 sec., 111589.90113664338 rows/sec., 199.96 MiB/sec. | ||
| 9671 | 2025.02.28 10:09:20.180396 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9672 | 2025.02.28 10:09:20.180864 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.02.28 10:09:20.180957 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9674 | 2025.02.28 10:09:20.181128 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 9675 | 2025.02.28 10:09:21.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.94 MiB, peak 245.52 MiB, free memory in arenas 0.00 B, will set to 237.10 MiB (RSS), difference: 3.16 MiB | ||
| 9676 | 2025.02.28 10:09:23.724357 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9677 | 2025.02.28 10:09:23.724435 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9678 | 2025.02.28 10:09:23.904099 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 9679 | 2025.02.28 10:09:23.905029 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2025.02.28 10:09:23.905070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9681 | 2025.02.28 10:09:23.905583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9682 | 2025.02.28 10:09:23.905837 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9683 | 2025.02.28 10:09:23.906068 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 9684 | 2025.02.28 10:09:25.147921 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2025.02.28 10:09:25.148112 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9686 | 2025.02.28 10:09:25.148185 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9687 | 2025.02.28 10:09:25.148992 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9688 | 2025.02.28 10:09:25.149047 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9689 | 2025.02.28 10:09:25.149488 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9690 | 2025.02.28 10:09:25.149741 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2025.02.28 10:09:25.149990 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.61 MiB/sec. | ||
| 9692 | 2025.02.28 10:09:25.150060 [ 261 ] {f34ab993-665c-4762-a967-fece86186efc} <Debug> TCPHandler: Processed in 0.002269149 sec. | ||
| 9693 | 2025.02.28 10:09:25.150379 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9694 | 2025.02.28 10:09:25.150682 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9695 | 2025.02.28 10:09:25.150800 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9696 | 2025.02.28 10:09:25.151576 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2025.02.28 10:09:25.151625 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9698 | 2025.02.28 10:09:25.152055 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9699 | 2025.02.28 10:09:25.152307 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.02.28 10:09:25.152537 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001938 sec., 2063.983488132095 rows/sec., 155.20 KiB/sec. | ||
| 9701 | 2025.02.28 10:09:25.152594 [ 262 ] {50f4afb7-3f72-46dc-b2d7-e8fc402c2990} <Debug> TCPHandler: Processed in 0.002403921 sec. | ||
| 9702 | 2025.02.28 10:09:25.152765 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9703 | 2025.02.28 10:09:25.152910 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9704 | 2025.02.28 10:09:25.152971 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9705 | 2025.02.28 10:09:25.153714 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2025.02.28 10:09:25.153763 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9707 | 2025.02.28 10:09:25.154141 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9708 | 2025.02.28 10:09:25.154391 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2025.02.28 10:09:25.154623 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001743 sec., 39013.19563970166 rows/sec., 3.05 MiB/sec. | ||
| 9710 | 2025.02.28 10:09:25.154711 [ 261 ] {15b85419-17cc-4670-8acb-21bfcfbcbe71} <Debug> TCPHandler: Processed in 0.002012016 sec. | ||
| 9711 | 2025.02.28 10:09:25.154965 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2025.02.28 10:09:25.155226 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9713 | 2025.02.28 10:09:25.155322 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9714 | 2025.02.28 10:09:25.156154 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2025.02.28 10:09:25.156194 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9716 | 2025.02.28 10:09:25.156590 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9717 | 2025.02.28 10:09:25.156832 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2025.02.28 10:09:25.157065 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec. | ||
| 9719 | 2025.02.28 10:09:25.157163 [ 262 ] {f7778a2d-1545-4bd2-92e5-56e8c6bbceb6} <Debug> TCPHandler: Processed in 0.002351631 sec. | ||
| 9720 | 2025.02.28 10:09:25.157352 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2025.02.28 10:09:25.157584 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9722 | 2025.02.28 10:09:25.157667 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <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 | ||
| 9723 | 2025.02.28 10:09:25.158781 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9724 | 2025.02.28 10:09:25.158821 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9725 | 2025.02.28 10:09:25.159427 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9726 | 2025.02.28 10:09:25.159678 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9727 | 2025.02.28 10:09:25.159926 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002408 sec., 1661.1295681063123 rows/sec., 2.98 MiB/sec. | ||
| 9728 | 2025.02.28 10:09:25.160037 [ 261 ] {4c4b105b-0c97-41ce-82f4-67155862d03e} <Debug> TCPHandler: Processed in 0.002782376 sec. | ||
| 9729 | 2025.02.28 10:09:25.160202 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9730 | 2025.02.28 10:09:25.160339 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9731 | 2025.02.28 10:09:25.160399 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9732 | 2025.02.28 10:09:25.160990 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9733 | 2025.02.28 10:09:25.161029 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9734 | 2025.02.28 10:09:25.161411 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9735 | 2025.02.28 10:09:25.161658 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9736 | 2025.02.28 10:09:25.161868 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 9737 | 2025.02.28 10:09:25.161918 [ 262 ] {6cea6791-d250-46da-8084-daa7964e0520} <Debug> TCPHandler: Processed in 0.001781403 sec. | ||
| 9738 | 2025.02.28 10:09:25.701698 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 9739 | 2025.02.28 10:09:25.724356 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9740 | 2025.02.28 10:09:25.724412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9741 | 2025.02.28 10:09:25.732026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9742 | 2025.02.28 10:09:25.732815 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9743 | 2025.02.28 10:09:25.736048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 9744 | 2025.02.28 10:09:26.431743 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9745 | 2025.02.28 10:09:26.431939 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9746 | 2025.02.28 10:09:26.432019 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9747 | 2025.02.28 10:09:26.432883 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2025.02.28 10:09:26.432928 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9749 | 2025.02.28 10:09:26.433353 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9750 | 2025.02.28 10:09:26.433597 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2025.02.28 10:09:26.433795 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001912 sec., 12552.301255230124 rows/sec., 1.04 MiB/sec. | ||
| 9752 | 2025.02.28 10:09:26.433923 [ 261 ] {2df168ce-7d2d-42e9-823a-e1460c726862} <Debug> TCPHandler: Processed in 0.00231418 sec. | ||
| 9753 | 2025.02.28 10:09:26.434191 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9754 | 2025.02.28 10:09:26.434410 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9755 | 2025.02.28 10:09:26.434494 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9756 | 2025.02.28 10:09:26.435305 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9757 | 2025.02.28 10:09:26.435359 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9758 | 2025.02.28 10:09:26.435796 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9759 | 2025.02.28 10:09:26.436056 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9760 | 2025.02.28 10:09:26.436298 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 167.61 KiB/sec. | ||
| 9761 | 2025.02.28 10:09:26.436365 [ 262 ] {cf1d0cd1-b8c9-46f4-95a7-fa8e78af950e} <Debug> TCPHandler: Processed in 0.0023204 sec. | ||
| 9762 | 2025.02.28 10:09:26.436530 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9763 | 2025.02.28 10:09:26.436668 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9764 | 2025.02.28 10:09:26.436725 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9765 | 2025.02.28 10:09:26.437900 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9766 | 2025.02.28 10:09:26.437936 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9767 | 2025.02.28 10:09:26.438375 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9768 | 2025.02.28 10:09:26.438609 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9769 | 2025.02.28 10:09:26.438787 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002149 sec., 646812.4709167054 rows/sec., 54.04 MiB/sec. | ||
| 9770 | 2025.02.28 10:09:26.438837 [ 261 ] {5650b482-e0a2-4102-8063-71d0d5085c3c} <Debug> TCPHandler: Processed in 0.002374771 sec. | ||
| 9771 | 2025.02.28 10:09:26.439007 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9772 | 2025.02.28 10:09:26.439156 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9773 | 2025.02.28 10:09:26.439218 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9774 | 2025.02.28 10:09:26.439928 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9775 | 2025.02.28 10:09:26.439970 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9776 | 2025.02.28 10:09:26.440340 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9777 | 2025.02.28 10:09:26.440582 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9778 | 2025.02.28 10:09:26.440800 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.001681 sec., 30933.967876264127 rows/sec., 2.29 MiB/sec. | ||
| 9779 | 2025.02.28 10:09:26.440860 [ 262 ] {94a7cf0a-70e6-48b9-9103-904eb247c024} <Debug> TCPHandler: Processed in 0.001921795 sec. | ||
| 9780 | 2025.02.28 10:09:26.441023 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9781 | 2025.02.28 10:09:26.441162 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9782 | 2025.02.28 10:09:26.441219 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9783 | 2025.02.28 10:09:26.441959 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9784 | 2025.02.28 10:09:26.441995 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9785 | 2025.02.28 10:09:26.442360 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9786 | 2025.02.28 10:09:26.442594 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2025.02.28 10:09:26.442767 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001635 sec., 154128.44036697247 rows/sec., 10.66 MiB/sec. | ||
| 9788 | 2025.02.28 10:09:26.442816 [ 261 ] {c3cb55d1-1dd6-4168-a9a4-73c134485571} <Debug> TCPHandler: Processed in 0.001858165 sec. | ||
| 9789 | 2025.02.28 10:09:26.442959 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9790 | 2025.02.28 10:09:26.443085 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9791 | 2025.02.28 10:09:26.443136 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9792 | 2025.02.28 10:09:26.443730 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9793 | 2025.02.28 10:09:26.443769 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9794 | 2025.02.28 10:09:26.444133 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9795 | 2025.02.28 10:09:26.444392 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9796 | 2025.02.28 10:09:26.444619 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001558 sec., 7702.182284980745 rows/sec., 601.73 KiB/sec. | ||
| 9797 | 2025.02.28 10:09:26.444732 [ 262 ] {3ae5cd31-32ae-4e6e-bb87-c9c038f0bf4f} <Debug> TCPHandler: Processed in 0.001829013 sec. | ||
| 9798 | 2025.02.28 10:09:26.444881 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9799 | 2025.02.28 10:09:26.445020 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9800 | 2025.02.28 10:09:26.445076 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9801 | 2025.02.28 10:09:26.445971 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2025.02.28 10:09:26.446009 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9803 | 2025.02.28 10:09:26.446387 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9804 | 2025.02.28 10:09:26.446618 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9805 | 2025.02.28 10:09:26.446835 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001845 sec., 323035.23035230354 rows/sec., 24.28 MiB/sec. | ||
| 9806 | 2025.02.28 10:09:26.446888 [ 261 ] {19ee3061-b52a-4adb-9fca-b29067cee6cb} <Debug> TCPHandler: Processed in 0.002071037 sec. | ||
| 9807 | 2025.02.28 10:09:26.447044 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9808 | 2025.02.28 10:09:26.447176 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9809 | 2025.02.28 10:09:26.447231 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9810 | 2025.02.28 10:09:26.448067 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9811 | 2025.02.28 10:09:26.448105 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9812 | 2025.02.28 10:09:26.448562 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9813 | 2025.02.28 10:09:26.448805 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2025.02.28 10:09:26.449010 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.001855 sec., 511051.21293800534 rows/sec., 34.50 MiB/sec. | ||
| 9815 | 2025.02.28 10:09:26.449117 [ 262 ] {6cc529ae-7831-4a86-a389-88a66cc454bc} <Debug> TCPHandler: Processed in 0.002129248 sec. | ||
| 9816 | 2025.02.28 10:09:26.449279 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2025.02.28 10:09:26.449413 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9818 | 2025.02.28 10:09:26.449497 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <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 | ||
| 9819 | 2025.02.28 10:09:26.450740 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9820 | 2025.02.28 10:09:26.450784 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9821 | 2025.02.28 10:09:26.451572 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9822 | 2025.02.28 10:09:26.451830 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9823 | 2025.02.28 10:09:26.452080 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002691 sec., 13377.926421404683 rows/sec., 23.97 MiB/sec. | ||
| 9824 | 2025.02.28 10:09:26.452200 [ 261 ] {26658e6b-1f29-4c09-a84b-19e31fb4cfb5} <Debug> TCPHandler: Processed in 0.002995429 sec. | ||
| 9825 | 2025.02.28 10:09:26.452356 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9826 | 2025.02.28 10:09:26.452475 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9827 | 2025.02.28 10:09:26.452526 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9828 | 2025.02.28 10:09:26.453021 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.02.28 10:09:26.453061 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9830 | 2025.02.28 10:09:26.453435 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9831 | 2025.02.28 10:09:26.453672 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9832 | 2025.02.28 10:09:26.453849 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001399 sec., 17155.11079342387 rows/sec., 1.16 MiB/sec. | ||
| 9833 | 2025.02.28 10:09:26.453902 [ 262 ] {1c77ca53-9944-42f5-9b7f-f25a914c5050} <Debug> TCPHandler: Processed in 0.001602681 sec. | ||
| 9834 | 2025.02.28 10:09:29.029814 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1368 | ||
| 9835 | 2025.02.28 10:09:29.033356 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9836 | 2025.02.28 10:09:29.033416 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9837 | 2025.02.28 10:09:29.034918 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9838 | 2025.02.28 10:09:29.035237 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2025.02.28 10:09:29.035926 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1368 | ||
| 9840 | 2025.02.28 10:09:30.144739 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9841 | 2025.02.28 10:09:30.144926 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9842 | 2025.02.28 10:09:30.145000 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9843 | 2025.02.28 10:09:30.145796 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9844 | 2025.02.28 10:09:30.145847 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9845 | 2025.02.28 10:09:30.146275 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9846 | 2025.02.28 10:09:30.146518 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2025.02.28 10:09:30.146755 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.27 MiB/sec. | ||
| 9848 | 2025.02.28 10:09:30.146812 [ 261 ] {01443bd5-dee9-4cc6-bb20-558bb49b1a0a} <Debug> TCPHandler: Processed in 0.002204349 sec. | ||
| 9849 | 2025.02.28 10:09:30.147054 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9850 | 2025.02.28 10:09:30.147247 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9851 | 2025.02.28 10:09:30.147323 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9852 | 2025.02.28 10:09:30.148082 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2025.02.28 10:09:30.148133 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9854 | 2025.02.28 10:09:30.148574 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9855 | 2025.02.28 10:09:30.148835 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2025.02.28 10:09:30.149070 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001875 sec., 34133.333333333336 rows/sec., 2.66 MiB/sec. | ||
| 9857 | 2025.02.28 10:09:30.149126 [ 262 ] {d9e47792-cda3-43f3-807b-88f2300dcb21} <Debug> TCPHandler: Processed in 0.002201579 sec. | ||
| 9858 | 2025.02.28 10:09:30.149271 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9859 | 2025.02.28 10:09:30.149389 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9860 | 2025.02.28 10:09:30.149445 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9861 | 2025.02.28 10:09:30.150028 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.02.28 10:09:30.150068 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9863 | 2025.02.28 10:09:30.150451 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9864 | 2025.02.28 10:09:30.150683 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9865 | 2025.02.28 10:09:30.150887 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001523 sec., 63033.486539724225 rows/sec., 4.39 MiB/sec. | ||
| 9866 | 2025.02.28 10:09:30.150939 [ 261 ] {e1818549-70dd-4f9d-8746-c120af60925c} <Debug> TCPHandler: Processed in 0.001726042 sec. | ||
| 9867 | 2025.02.28 10:09:30.151115 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9868 | 2025.02.28 10:09:30.151254 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9869 | 2025.02.28 10:09:30.151314 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9870 | 2025.02.28 10:09:30.151891 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9871 | 2025.02.28 10:09:30.151937 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9872 | 2025.02.28 10:09:30.152321 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9873 | 2025.02.28 10:09:30.152562 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9874 | 2025.02.28 10:09:30.152780 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001557 sec., 23121.387283236993 rows/sec., 1.56 MiB/sec. | ||
| 9875 | 2025.02.28 10:09:30.152829 [ 262 ] {bc2b0d75-f231-4e13-9ef6-57daffd9978b} <Debug> TCPHandler: Processed in 0.001783723 sec. | ||
| 9876 | 2025.02.28 10:09:31.406206 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 9877 | 2025.02.28 10:09:31.406881 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9878 | 2025.02.28 10:09:31.406931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9879 | 2025.02.28 10:09:31.407455 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9880 | 2025.02.28 10:09:31.407720 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9881 | 2025.02.28 10:09:31.407985 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 9882 | 2025.02.28 10:09:33.236151 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 9883 | 2025.02.28 10:09:33.258213 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9884 | 2025.02.28 10:09:33.258279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9885 | 2025.02.28 10:09:33.265622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9886 | 2025.02.28 10:09:33.266386 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9887 | 2025.02.28 10:09:33.272053 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 9888 | 2025.02.28 10:09:35.148143 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9889 | 2025.02.28 10:09:35.148333 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9890 | 2025.02.28 10:09:35.148406 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9891 | 2025.02.28 10:09:35.149162 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9892 | 2025.02.28 10:09:35.149213 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9893 | 2025.02.28 10:09:35.149644 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9894 | 2025.02.28 10:09:35.149885 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9895 | 2025.02.28 10:09:35.150090 [ 53 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9896 | 2025.02.28 10:09:35.150118 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001838 sec., 34820.45701849837 rows/sec., 2.74 MiB/sec. | ||
| 9897 | 2025.02.28 10:09:35.150176 [ 53 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9898 | 2025.02.28 10:09:35.150242 [ 261 ] {a79f3f07-7689-4f76-b721-a6d9bb24d56b} <Debug> TCPHandler: Processed in 0.002230339 sec. | ||
| 9899 | 2025.02.28 10:09:35.150246 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9900 | 2025.02.28 10:09:35.150447 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 9901 | 2025.02.28 10:09:35.150508 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9902 | 2025.02.28 10:09:35.150629 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9903 | 2025.02.28 10:09:35.150678 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1967 rows starting from the beginning of the part | ||
| 9904 | 2025.02.28 10:09:35.150713 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9905 | 2025.02.28 10:09:35.150809 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 128 rows starting from the beginning of the part | ||
| 9906 | 2025.02.28 10:09:35.150832 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9907 | 2025.02.28 10:09:35.151305 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 9908 | 2025.02.28 10:09:35.151691 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1390 rows starting from the beginning of the part | ||
| 9909 | 2025.02.28 10:09:35.151984 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 9910 | 2025.02.28 10:09:35.152383 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 9911 | 2025.02.28 10:09:35.153408 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9912 | 2025.02.28 10:09:35.153455 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9913 | 2025.02.28 10:09:35.154022 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9914 | 2025.02.28 10:09:35.154286 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9915 | 2025.02.28 10:09:35.154499 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00385 sec., 1038.9610389610389 rows/sec., 78.13 KiB/sec. | ||
| 9916 | 2025.02.28 10:09:35.154577 [ 262 ] {64199feb-8c68-4679-8f74-2b7e67d539f3} <Debug> TCPHandler: Processed in 0.004210075 sec. | ||
| 9917 | 2025.02.28 10:09:35.154821 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9918 | 2025.02.28 10:09:35.154880 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 5 columns (5 merged, 0 gathered) in 0.004510609 sec., 813415.660723419 rows/sec., 70.24 MiB/sec. | ||
| 9919 | 2025.02.28 10:09:35.154992 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9920 | 2025.02.28 10:09:35.155049 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9921 | 2025.02.28 10:09:35.155185 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9922 | 2025.02.28 10:09:35.155775 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2025.02.28 10:09:35.155889 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_91_18} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9924 | 2025.02.28 10:09:35.156070 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 9925 | 2025.02.28 10:09:35.156264 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2025.02.28 10:09:35.156309 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9927 | 2025.02.28 10:09:35.156668 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9928 | 2025.02.28 10:09:35.156900 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2025.02.28 10:09:35.157128 [ 53 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9930 | 2025.02.28 10:09:35.157164 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002201 sec., 30895.04770558837 rows/sec., 2.41 MiB/sec. | ||
| 9931 | 2025.02.28 10:09:35.157192 [ 53 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9932 | 2025.02.28 10:09:35.157273 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9933 | 2025.02.28 10:09:35.157308 [ 261 ] {9f67e203-ed8e-49da-bdf5-6f5afe6b9a6a} <Debug> TCPHandler: Processed in 0.002628794 sec. | ||
| 9934 | 2025.02.28 10:09:35.157520 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 9935 | 2025.02.28 10:09:35.157520 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9936 | 2025.02.28 10:09:35.157633 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9937 | 2025.02.28 10:09:35.157671 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
| 9938 | 2025.02.28 10:09:35.157703 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9939 | 2025.02.28 10:09:35.157848 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 100 rows starting from the beginning of the part | ||
| 9940 | 2025.02.28 10:09:35.157874 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9941 | 2025.02.28 10:09:35.158276 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 68 rows starting from the beginning of the part | ||
| 9942 | 2025.02.28 10:09:35.158643 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 596 rows starting from the beginning of the part | ||
| 9943 | 2025.02.28 10:09:35.159034 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 9944 | 2025.02.28 10:09:35.159361 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 68 rows starting from the beginning of the part | ||
| 9945 | 2025.02.28 10:09:35.160344 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9946 | 2025.02.28 10:09:35.160395 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9947 | 2025.02.28 10:09:35.161003 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9948 | 2025.02.28 10:09:35.161360 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9949 | 2025.02.28 10:09:35.161413 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.004057613 sec., 455440.18120998726 rows/sec., 35.74 MiB/sec. | ||
| 9950 | 2025.02.28 10:09:35.161620 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9951 | 2025.02.28 10:09:35.161704 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9952 | 2025.02.28 10:09:35.161781 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9953 | 2025.02.28 10:09:35.161907 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004194 sec., 38149.737720553174 rows/sec., 2.66 MiB/sec. | ||
| 9954 | 2025.02.28 10:09:35.161940 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9955 | 2025.02.28 10:09:35.162145 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 9956 | 2025.02.28 10:09:35.162291 [ 262 ] {362f82d8-164c-4680-8759-50a9bed11aa2} <Debug> TCPHandler: Processed in 0.004878643 sec. | ||
| 9957 | 2025.02.28 10:09:35.162579 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9958 | 2025.02.28 10:09:35.162676 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9959 | 2025.02.28 10:09:35.162761 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24874 rows starting from the beginning of the part | ||
| 9960 | 2025.02.28 10:09:35.163001 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2025.02.28 10:09:35.163026 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9962 | 2025.02.28 10:09:35.163302 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 9963 | 2025.02.28 10:09:35.163426 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <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 | ||
| 9964 | 2025.02.28 10:09:35.163491 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_91_18} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9965 | 2025.02.28 10:09:35.163627 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 9966 | 2025.02.28 10:09:35.164212 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9967 | 2025.02.28 10:09:35.164391 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 948 rows starting from the beginning of the part | ||
| 9968 | 2025.02.28 10:09:35.164947 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 96 rows starting from the beginning of the part | ||
| 9969 | 2025.02.28 10:09:35.165243 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 9970 | 2025.02.28 10:09:35.167758 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9971 | 2025.02.28 10:09:35.167803 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9972 | 2025.02.28 10:09:35.169527 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9973 | 2025.02.28 10:09:35.169811 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9974 | 2025.02.28 10:09:35.170159 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007324 sec., 546.1496450027307 rows/sec., 1002.16 KiB/sec. | ||
| 9975 | 2025.02.28 10:09:35.170658 [ 261 ] {7553afaa-1136-4477-a507-1ade27563990} <Debug> TCPHandler: Processed in 0.008251198 sec. | ||
| 9976 | 2025.02.28 10:09:35.171280 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9977 | 2025.02.28 10:09:35.171431 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9978 | 2025.02.28 10:09:35.171496 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9979 | 2025.02.28 10:09:35.172186 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9980 | 2025.02.28 10:09:35.172229 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9981 | 2025.02.28 10:09:35.172954 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9982 | 2025.02.28 10:09:35.173205 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9983 | 2025.02.28 10:09:35.173456 [ 55 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9984 | 2025.02.28 10:09:35.173503 [ 55 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2025.02.28 10:09:35.173558 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 9986 | 2025.02.28 10:09:35.173558 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002127 sec., 28208.744710860366 rows/sec., 1.90 MiB/sec. | ||
| 9987 | 2025.02.28 10:09:35.173794 [ 262 ] {4cccd3a5-4674-4664-9b4f-7468908739c8} <Debug> TCPHandler: Processed in 0.002940888 sec. | ||
| 9988 | 2025.02.28 10:09:35.173890 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9989 | 2025.02.28 10:09:35.174049 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9990 | 2025.02.28 10:09:35.174078 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4470 rows starting from the beginning of the part | ||
| 9991 | 2025.02.28 10:09:35.174165 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 9992 | 2025.02.28 10:09:35.174482 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 9993 | 2025.02.28 10:09:35.174930 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 24 rows starting from the beginning of the part | ||
| 9994 | 2025.02.28 10:09:35.175341 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 36 rows starting from the beginning of the part | ||
| 9995 | 2025.02.28 10:09:35.175747 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 9996 | 2025.02.28 10:09:35.175991 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26398 rows, containing 5 columns (5 merged, 0 gathered) in 0.014100264 sec., 1872163.5282857115 rows/sec., 127.99 MiB/sec. | ||
| 9997 | 2025.02.28 10:09:35.176355 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9998 | 2025.02.28 10:09:35.176720 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2025.02.28 10:09:35.176838 [ 188 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10000 | 2025.02.28 10:09:35.176944 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 10001 | 2025.02.28 10:09:35.177858 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4710 rows, containing 4 columns (4 merged, 0 gathered) in 0.004190134 sec., 1124069.0631850916 rows/sec., 75.34 MiB/sec. | ||
| 10002 | 2025.02.28 10:09:35.178248 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10003 | 2025.02.28 10:09:35.178555 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10004 | 2025.02.28 10:09:35.178643 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_91_18} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10005 | 2025.02.28 10:09:35.178735 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10006 | 2025.02.28 10:09:38.724496 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10007 | 2025.02.28 10:09:38.724559 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10008 | 2025.02.28 10:09:38.908145 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 10009 | 2025.02.28 10:09:38.908801 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2025.02.28 10:09:38.908854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10011 | 2025.02.28 10:09:38.909437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10012 | 2025.02.28 10:09:38.909756 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.02.28 10:09:38.910004 [ 63 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10014 | 2025.02.28 10:09:38.910024 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10015 | 2025.02.28 10:09:38.910085 [ 63 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2025.02.28 10:09:38.910114 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10017 | 2025.02.28 10:09:38.910299 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10018 | 2025.02.28 10:09:38.910632 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10019 | 2025.02.28 10:09:38.910731 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10020 | 2025.02.28 10:09:38.910862 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10021 | 2025.02.28 10:09:38.911088 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10022 | 2025.02.28 10:09:38.911278 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10023 | 2025.02.28 10:09:38.911427 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10024 | 2025.02.28 10:09:38.911495 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10025 | 2025.02.28 10:09:38.914053 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003862511 sec., 6648783.653949465 rows/sec., 95.11 MiB/sec. | ||
| 10026 | 2025.02.28 10:09:38.914379 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10027 | 2025.02.28 10:09:38.914733 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_56_11} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10028 | 2025.02.28 10:09:38.914832 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_56_11} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10029 | 2025.02.28 10:09:38.914959 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10030 | 2025.02.28 10:09:39.036192 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1388 | ||
| 10031 | 2025.02.28 10:09:39.039073 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2025.02.28 10:09:39.039136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10033 | 2025.02.28 10:09:39.040631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10034 | 2025.02.28 10:09:39.040969 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2025.02.28 10:09:39.041604 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1388 | ||
| 10036 | 2025.02.28 10:09:40.149720 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2025.02.28 10:09:40.149935 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10038 | 2025.02.28 10:09:40.150018 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10039 | 2025.02.28 10:09:40.150884 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10040 | 2025.02.28 10:09:40.150930 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10041 | 2025.02.28 10:09:40.151384 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10042 | 2025.02.28 10:09:40.151641 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10043 | 2025.02.28 10:09:40.151871 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001994 sec., 64192.57773319959 rows/sec., 5.49 MiB/sec. | ||
| 10044 | 2025.02.28 10:09:40.151940 [ 261 ] {1c6f7305-37d5-42b9-8aa2-a92ff8e66911} <Debug> TCPHandler: Processed in 0.002366721 sec. | ||
| 10045 | 2025.02.28 10:09:40.152190 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10046 | 2025.02.28 10:09:40.152394 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10047 | 2025.02.28 10:09:40.152471 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10048 | 2025.02.28 10:09:40.153311 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2025.02.28 10:09:40.153358 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10050 | 2025.02.28 10:09:40.153797 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10051 | 2025.02.28 10:09:40.154059 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2025.02.28 10:09:40.154326 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001984 sec., 18145.16129032258 rows/sec., 1.33 MiB/sec. | ||
| 10053 | 2025.02.28 10:09:40.154442 [ 262 ] {37574eee-b93e-4bba-b17a-483637d491b3} <Debug> TCPHandler: Processed in 0.002376161 sec. | ||
| 10054 | 2025.02.28 10:09:40.154659 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10055 | 2025.02.28 10:09:40.154873 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10056 | 2025.02.28 10:09:40.154936 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10057 | 2025.02.28 10:09:40.155615 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10058 | 2025.02.28 10:09:40.155656 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10059 | 2025.02.28 10:09:40.156040 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10060 | 2025.02.28 10:09:40.156282 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10061 | 2025.02.28 10:09:40.156501 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001664 sec., 60096.15384615385 rows/sec., 4.69 MiB/sec. | ||
| 10062 | 2025.02.28 10:09:40.156557 [ 261 ] {84078708-7701-4b9c-8b99-41a482a520a3} <Debug> TCPHandler: Processed in 0.002033286 sec. | ||
| 10063 | 2025.02.28 10:09:40.156727 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10064 | 2025.02.28 10:09:40.156873 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10065 | 2025.02.28 10:09:40.156948 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10066 | 2025.02.28 10:09:40.157572 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10067 | 2025.02.28 10:09:40.157612 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10068 | 2025.02.28 10:09:40.158006 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10069 | 2025.02.28 10:09:40.158250 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10070 | 2025.02.28 10:09:40.158470 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 10071 | 2025.02.28 10:09:40.158522 [ 262 ] {63f177b7-c317-4121-8a9e-9cd18c7236ac} <Debug> TCPHandler: Processed in 0.001865015 sec. | ||
| 10072 | 2025.02.28 10:09:40.158664 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10073 | 2025.02.28 10:09:40.158785 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10074 | 2025.02.28 10:09:40.158868 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <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 | ||
| 10075 | 2025.02.28 10:09:40.160053 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10076 | 2025.02.28 10:09:40.160093 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10077 | 2025.02.28 10:09:40.160760 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10078 | 2025.02.28 10:09:40.161020 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10079 | 2025.02.28 10:09:40.161273 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002512 sec., 14331.210191082802 rows/sec., 25.68 MiB/sec. | ||
| 10080 | 2025.02.28 10:09:40.161390 [ 261 ] {9c6f1280-58ab-41a2-97d6-b72a29586fbc} <Debug> TCPHandler: Processed in 0.002784766 sec. | ||
| 10081 | 2025.02.28 10:09:40.161554 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10082 | 2025.02.28 10:09:40.161692 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10083 | 2025.02.28 10:09:40.161750 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10084 | 2025.02.28 10:09:40.162311 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2025.02.28 10:09:40.162350 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10086 | 2025.02.28 10:09:40.162717 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10087 | 2025.02.28 10:09:40.162951 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10088 | 2025.02.28 10:09:40.163156 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 10089 | 2025.02.28 10:09:40.163203 [ 262 ] {6f1f7385-971f-4924-9857-1fb5ba6972c6} <Debug> TCPHandler: Processed in 0.001717242 sec. | ||
| 10090 | 2025.02.28 10:09:40.772139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 10091 | 2025.02.28 10:09:40.795291 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10092 | 2025.02.28 10:09:40.795360 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10093 | 2025.02.28 10:09:40.803384 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10094 | 2025.02.28 10:09:40.804251 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10095 | 2025.02.28 10:09:40.804734 [ 62 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10096 | 2025.02.28 10:09:40.804864 [ 62 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2025.02.28 10:09:40.804935 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10098 | 2025.02.28 10:09:40.805321 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10099 | 2025.02.28 10:09:40.825515 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 10100 | 2025.02.28 10:09:40.826689 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10101 | 2025.02.28 10:09:40.828346 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10102 | 2025.02.28 10:09:40.834385 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10103 | 2025.02.28 10:09:40.840151 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10104 | 2025.02.28 10:09:40.845803 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10105 | 2025.02.28 10:09:40.851543 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10106 | 2025.02.28 10:09:40.856260 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 10107 | 2025.02.28 10:09:40.916069 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.110999719 sec., 3810.8204580229612 rows/sec., 19.71 MiB/sec. | ||
| 10108 | 2025.02.28 10:09:40.919437 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10109 | 2025.02.28 10:09:40.922463 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2025.02.28 10:09:40.922590 [ 196 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_56_11} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10111 | 2025.02.28 10:09:40.925107 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10112 | 2025.02.28 10:09:45.147920 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10113 | 2025.02.28 10:09:45.148152 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10114 | 2025.02.28 10:09:45.148238 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10115 | 2025.02.28 10:09:45.148998 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10116 | 2025.02.28 10:09:45.149052 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10117 | 2025.02.28 10:09:45.149476 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10118 | 2025.02.28 10:09:45.149726 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10119 | 2025.02.28 10:09:45.150031 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001937 sec., 2065.049044914817 rows/sec., 168.39 KiB/sec. | ||
| 10120 | 2025.02.28 10:09:45.150273 [ 261 ] {16a0e48e-3170-448a-b025-2e17cfe6d1da} <Debug> TCPHandler: Processed in 0.002489862 sec. | ||
| 10121 | 2025.02.28 10:09:45.150525 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10122 | 2025.02.28 10:09:45.150737 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10123 | 2025.02.28 10:09:45.150813 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10124 | 2025.02.28 10:09:45.151639 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10125 | 2025.02.28 10:09:45.151684 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10126 | 2025.02.28 10:09:45.152137 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10127 | 2025.02.28 10:09:45.152415 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10128 | 2025.02.28 10:09:45.152626 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001948 sec., 33880.90349075975 rows/sec., 2.66 MiB/sec. | ||
| 10129 | 2025.02.28 10:09:45.152689 [ 262 ] {5edba72b-67d7-47b9-8fd1-ab9dfb52b442} <Debug> TCPHandler: Processed in 0.00229374 sec. | ||
| 10130 | 2025.02.28 10:09:45.152826 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10131 | 2025.02.28 10:09:45.152952 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10132 | 2025.02.28 10:09:45.153005 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10133 | 2025.02.28 10:09:45.153605 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10134 | 2025.02.28 10:09:45.153647 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10135 | 2025.02.28 10:09:45.154012 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10136 | 2025.02.28 10:09:45.154264 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10137 | 2025.02.28 10:09:45.154441 [ 89 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10138 | 2025.02.28 10:09:45.154502 [ 89 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.02.28 10:09:45.154527 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001595 sec., 5015.673981191222 rows/sec., 363.69 KiB/sec. | ||
| 10140 | 2025.02.28 10:09:45.154542 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10141 | 2025.02.28 10:09:45.154696 [ 261 ] {8330b76e-8c25-4ab3-bb5a-41fa810f6e7e} <Debug> TCPHandler: Processed in 0.001925125 sec. | ||
| 10142 | 2025.02.28 10:09:45.154839 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 10143 | 2025.02.28 10:09:45.154898 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10144 | 2025.02.28 10:09:45.155125 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10145 | 2025.02.28 10:09:45.155146 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10146 | 2025.02.28 10:09:45.155206 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 178 rows starting from the beginning of the part | ||
| 10147 | 2025.02.28 10:09:45.155252 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10148 | 2025.02.28 10:09:45.155574 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
| 10149 | 2025.02.28 10:09:45.155910 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 52 rows starting from the beginning of the part | ||
| 10150 | 2025.02.28 10:09:45.156250 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
| 10151 | 2025.02.28 10:09:45.156549 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part | ||
| 10152 | 2025.02.28 10:09:45.156861 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
| 10153 | 2025.02.28 10:09:45.158454 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10154 | 2025.02.28 10:09:45.158526 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10155 | 2025.02.28 10:09:45.159599 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10156 | 2025.02.28 10:09:45.159940 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.005261218 sec., 53599.755797992024 rows/sec., 3.84 MiB/sec. | ||
| 10157 | 2025.02.28 10:09:45.160088 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10158 | 2025.02.28 10:09:45.160278 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10159 | 2025.02.28 10:09:45.160600 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005542 sec., 12991.699747383616 rows/sec., 1.02 MiB/sec. | ||
| 10160 | 2025.02.28 10:09:45.161032 [ 262 ] {cef0d1e1-8e42-4ad1-bf4a-3c512ee7d542} <Debug> TCPHandler: Processed in 0.006230522 sec. | ||
| 10161 | 2025.02.28 10:09:45.161298 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2025.02.28 10:09:45.161364 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10163 | 2025.02.28 10:09:45.161652 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_76_15} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10164 | 2025.02.28 10:09:45.161854 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.02.28 10:09:45.161937 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10166 | 2025.02.28 10:09:45.162083 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10167 | 2025.02.28 10:09:45.163106 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10168 | 2025.02.28 10:09:45.163146 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10169 | 2025.02.28 10:09:45.163548 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10170 | 2025.02.28 10:09:45.163789 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10171 | 2025.02.28 10:09:45.163974 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002324 sec., 69707.40103270224 rows/sec., 4.85 MiB/sec. | ||
| 10172 | 2025.02.28 10:09:45.164031 [ 261 ] {eb8b73b6-4880-4ad8-a264-501e71dbe88b} <Debug> TCPHandler: Processed in 0.002859768 sec. | ||
| 10173 | 2025.02.28 10:09:45.164194 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10174 | 2025.02.28 10:09:45.164315 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10175 | 2025.02.28 10:09:45.164404 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <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 | ||
| 10176 | 2025.02.28 10:09:45.165660 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10177 | 2025.02.28 10:09:45.165700 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10178 | 2025.02.28 10:09:45.166332 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10179 | 2025.02.28 10:09:45.166590 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10180 | 2025.02.28 10:09:45.166793 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10181 | 2025.02.28 10:09:45.166867 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10182 | 2025.02.28 10:09:45.166883 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002582 sec., 1549.1866769945777 rows/sec., 2.78 MiB/sec. | ||
| 10183 | 2025.02.28 10:09:45.166913 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10184 | 2025.02.28 10:09:45.167303 [ 262 ] {d740fb0c-4bd5-439e-9956-c5d73bea0a98} <Debug> TCPHandler: Processed in 0.003168942 sec. | ||
| 10185 | 2025.02.28 10:09:45.167310 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 10186 | 2025.02.28 10:09:45.167532 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2025.02.28 10:09:45.167804 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10188 | 2025.02.28 10:09:45.167944 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10189 | 2025.02.28 10:09:45.167972 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10190 | 2025.02.28 10:09:45.168211 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1475 rows starting from the beginning of the part | ||
| 10191 | 2025.02.28 10:09:45.168971 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
| 10192 | 2025.02.28 10:09:45.169739 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part | ||
| 10193 | 2025.02.28 10:09:45.169980 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2025.02.28 10:09:45.170091 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10195 | 2025.02.28 10:09:45.170463 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
| 10196 | 2025.02.28 10:09:45.171096 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part | ||
| 10197 | 2025.02.28 10:09:45.171487 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10198 | 2025.02.28 10:09:45.171638 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part | ||
| 10199 | 2025.02.28 10:09:45.172287 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10200 | 2025.02.28 10:09:45.172802 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005091 sec., 11785.503830288744 rows/sec., 813.32 KiB/sec. | ||
| 10201 | 2025.02.28 10:09:45.172924 [ 261 ] {00620e37-f3e9-4088-a4ac-d4794194df23} <Debug> TCPHandler: Processed in 0.005506672 sec. | ||
| 10202 | 2025.02.28 10:09:45.180142 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1559 rows, containing 19 columns (19 merged, 0 gathered) in 0.013080601 sec., 119184.12617279588 rows/sec., 213.57 MiB/sec. | ||
| 10203 | 2025.02.28 10:09:45.181804 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10204 | 2025.02.28 10:09:45.182227 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2025.02.28 10:09:45.182309 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10206 | 2025.02.28 10:09:45.182465 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 10207 | 2025.02.28 10:09:46.001164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.66 MiB, peak 252.12 MiB, free memory in arenas 0.00 B, will set to 242.48 MiB (RSS), difference: 2.82 MiB | ||
| 10208 | 2025.02.28 10:09:46.411185 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 10209 | 2025.02.28 10:09:46.411952 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2025.02.28 10:09:46.412005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10211 | 2025.02.28 10:09:46.412547 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10212 | 2025.02.28 10:09:46.412804 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2025.02.28 10:09:46.413087 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10214 | 2025.02.28 10:09:48.326589 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 10215 | 2025.02.28 10:09:48.345121 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10216 | 2025.02.28 10:09:48.345201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10217 | 2025.02.28 10:09:48.352056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10218 | 2025.02.28 10:09:48.352803 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10219 | 2025.02.28 10:09:48.355397 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10220 | 2025.02.28 10:09:49.042715 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1414 | ||
| 10221 | 2025.02.28 10:09:49.045646 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.02.28 10:09:49.045694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10223 | 2025.02.28 10:09:49.047149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10224 | 2025.02.28 10:09:49.047466 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.02.28 10:09:49.047689 [ 93 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10226 | 2025.02.28 10:09:49.047871 [ 93 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10227 | 2025.02.28 10:09:49.047964 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10228 | 2025.02.28 10:09:49.048555 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 10229 | 2025.02.28 10:09:49.050205 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1414 | ||
| 10230 | 2025.02.28 10:09:49.050991 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10231 | 2025.02.28 10:09:49.051196 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1278 rows starting from the beginning of the part | ||
| 10232 | 2025.02.28 10:09:49.051746 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 10233 | 2025.02.28 10:09:49.052256 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 10234 | 2025.02.28 10:09:49.052934 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 10235 | 2025.02.28 10:09:49.053648 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 10236 | 2025.02.28 10:09:49.054199 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
| 10237 | 2025.02.28 10:09:49.062708 [ 199 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 72 columns (72 merged, 0 gathered) in 0.01458147 sec., 96972.39030084074 rows/sec., 76.77 MiB/sec. | ||
| 10238 | 2025.02.28 10:09:49.064383 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10239 | 2025.02.28 10:09:49.065228 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.02.28 10:09:49.065332 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_41_8} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10241 | 2025.02.28 10:09:49.065669 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 10242 | 2025.02.28 10:09:50.149864 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2025.02.28 10:09:50.150051 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10244 | 2025.02.28 10:09:50.150123 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10245 | 2025.02.28 10:09:50.150942 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2025.02.28 10:09:50.150988 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10247 | 2025.02.28 10:09:50.151429 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10248 | 2025.02.28 10:09:50.151692 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2025.02.28 10:09:50.151931 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001931 sec., 66286.89798032108 rows/sec., 5.67 MiB/sec. | ||
| 10250 | 2025.02.28 10:09:50.151993 [ 261 ] {e4beb038-aaeb-4545-b3ed-ae16a428b595} <Debug> TCPHandler: Processed in 0.002257429 sec. | ||
| 10251 | 2025.02.28 10:09:50.152243 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10252 | 2025.02.28 10:09:50.152432 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10253 | 2025.02.28 10:09:50.152512 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10254 | 2025.02.28 10:09:50.153359 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10255 | 2025.02.28 10:09:50.153416 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10256 | 2025.02.28 10:09:50.153868 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10257 | 2025.02.28 10:09:50.154124 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10258 | 2025.02.28 10:09:50.154366 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001986 sec., 18126.88821752266 rows/sec., 1.33 MiB/sec. | ||
| 10259 | 2025.02.28 10:09:50.154434 [ 262 ] {e114a9b8-4ddb-4f09-8d5b-551cae78b94d} <Debug> TCPHandler: Processed in 0.00231987 sec. | ||
| 10260 | 2025.02.28 10:09:50.154595 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2025.02.28 10:09:50.154719 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10262 | 2025.02.28 10:09:50.154771 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10263 | 2025.02.28 10:09:50.155426 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.02.28 10:09:50.155466 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10265 | 2025.02.28 10:09:50.155830 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10266 | 2025.02.28 10:09:50.156060 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10267 | 2025.02.28 10:09:50.156267 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001576 sec., 63451.77664974619 rows/sec., 4.96 MiB/sec. | ||
| 10268 | 2025.02.28 10:09:50.156320 [ 261 ] {c8d9a084-04db-4982-a7ba-bea5401806a2} <Debug> TCPHandler: Processed in 0.001787253 sec. | ||
| 10269 | 2025.02.28 10:09:50.156531 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10270 | 2025.02.28 10:09:50.156761 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10271 | 2025.02.28 10:09:50.156864 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10272 | 2025.02.28 10:09:50.157700 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2025.02.28 10:09:50.157739 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10274 | 2025.02.28 10:09:50.158139 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10275 | 2025.02.28 10:09:50.158387 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2025.02.28 10:09:50.158603 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001902 sec., 84121.97686645636 rows/sec., 5.86 MiB/sec. | ||
| 10277 | 2025.02.28 10:09:50.158659 [ 262 ] {4486282f-6f4f-4043-a9ad-146d1715ea9c} <Debug> TCPHandler: Processed in 0.002236749 sec. | ||
| 10278 | 2025.02.28 10:09:50.158820 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10279 | 2025.02.28 10:09:50.158958 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10280 | 2025.02.28 10:09:50.159052 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <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 | ||
| 10281 | 2025.02.28 10:09:50.160262 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10282 | 2025.02.28 10:09:50.160301 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10283 | 2025.02.28 10:09:50.160954 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10284 | 2025.02.28 10:09:50.161207 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10285 | 2025.02.28 10:09:50.161441 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002512 sec., 14331.210191082802 rows/sec., 25.68 MiB/sec. | ||
| 10286 | 2025.02.28 10:09:50.161576 [ 261 ] {47bddc47-b247-4cc9-9e17-50af7caaf9a0} <Debug> TCPHandler: Processed in 0.002822736 sec. | ||
| 10287 | 2025.02.28 10:09:50.161886 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10288 | 2025.02.28 10:09:50.162116 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10289 | 2025.02.28 10:09:50.162213 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10290 | 2025.02.28 10:09:50.162843 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10291 | 2025.02.28 10:09:50.162882 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 10292 | 2025.02.28 10:09:50.163253 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10293 | 2025.02.28 10:09:50.163491 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10294 | 2025.02.28 10:09:50.163732 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec. | ||
| 10295 | 2025.02.28 10:09:50.163837 [ 262 ] {a2493b90-27db-47e3-ba8b-697171d174f1} <Debug> TCPHandler: Processed in 0.002121838 sec. | ||
| 10296 | 2025.02.28 10:09:53.724603 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10297 | 2025.02.28 10:09:53.724672 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10298 | 2025.02.28 10:09:53.914150 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 10299 | 2025.02.28 10:09:53.914781 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10300 | 2025.02.28 10:09:53.914821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10301 | 2025.02.28 10:09:53.915343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10302 | 2025.02.28 10:09:53.915596 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10303 | 2025.02.28 10:09:53.915858 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 10304 | 2025.02.28 10:09:55.148259 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10305 | 2025.02.28 10:09:55.148477 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10306 | 2025.02.28 10:09:55.148553 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10307 | 2025.02.28 10:09:55.149340 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2025.02.28 10:09:55.149391 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10309 | 2025.02.28 10:09:55.149828 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10310 | 2025.02.28 10:09:55.150094 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10311 | 2025.02.28 10:09:55.150335 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.63 MiB/sec. | ||
| 10312 | 2025.02.28 10:09:55.150391 [ 261 ] {3e1e0a4c-0510-462c-a071-326b1215c68b} <Debug> TCPHandler: Processed in 0.00227704 sec. | ||
| 10313 | 2025.02.28 10:09:55.150712 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10314 | 2025.02.28 10:09:55.151016 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10315 | 2025.02.28 10:09:55.151131 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10316 | 2025.02.28 10:09:55.152029 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2025.02.28 10:09:55.152076 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10318 | 2025.02.28 10:09:55.152505 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10319 | 2025.02.28 10:09:55.152759 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2025.02.28 10:09:55.153024 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002088 sec., 1915.7088122605364 rows/sec., 144.05 KiB/sec. | ||
| 10321 | 2025.02.28 10:09:55.153113 [ 262 ] {49b05fb6-d9d1-46e9-898d-c8b16afcb513} <Debug> TCPHandler: Processed in 0.002579373 sec. | ||
| 10322 | 2025.02.28 10:09:55.153340 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10323 | 2025.02.28 10:09:55.153570 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10324 | 2025.02.28 10:09:55.153627 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10325 | 2025.02.28 10:09:55.154363 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2025.02.28 10:09:55.154408 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10327 | 2025.02.28 10:09:55.154786 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10328 | 2025.02.28 10:09:55.155016 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2025.02.28 10:09:55.155237 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001718 sec., 39580.908032596046 rows/sec., 3.09 MiB/sec. | ||
| 10330 | 2025.02.28 10:09:55.155290 [ 261 ] {8d181090-5522-4c8d-a9ce-d1d8ffb46c7c} <Debug> TCPHandler: Processed in 0.002085158 sec. | ||
| 10331 | 2025.02.28 10:09:55.155436 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10332 | 2025.02.28 10:09:55.155578 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10333 | 2025.02.28 10:09:55.155643 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10334 | 2025.02.28 10:09:55.156336 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2025.02.28 10:09:55.156384 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10336 | 2025.02.28 10:09:55.156817 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10337 | 2025.02.28 10:09:55.157078 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2025.02.28 10:09:55.157298 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001756 sec., 91116.17312072893 rows/sec., 6.35 MiB/sec. | ||
| 10339 | 2025.02.28 10:09:55.157357 [ 262 ] {9a7ef0df-5012-4147-8354-6b323552e208} <Debug> TCPHandler: Processed in 0.001975896 sec. | ||
| 10340 | 2025.02.28 10:09:55.157534 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2025.02.28 10:09:55.157671 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10342 | 2025.02.28 10:09:55.157765 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <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 | ||
| 10343 | 2025.02.28 10:09:55.158966 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2025.02.28 10:09:55.159003 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10345 | 2025.02.28 10:09:55.159603 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10346 | 2025.02.28 10:09:55.159852 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2025.02.28 10:09:55.160119 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002472 sec., 1618.1229773462785 rows/sec., 2.90 MiB/sec. | ||
| 10348 | 2025.02.28 10:09:55.160327 [ 261 ] {fce02095-b8de-4b19-a1d8-c5b5f0fbda24} <Debug> TCPHandler: Processed in 0.002852477 sec. | ||
| 10349 | 2025.02.28 10:09:55.160698 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10350 | 2025.02.28 10:09:55.160922 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10351 | 2025.02.28 10:09:55.161017 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10352 | 2025.02.28 10:09:55.161733 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2025.02.28 10:09:55.161773 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10354 | 2025.02.28 10:09:55.162144 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10355 | 2025.02.28 10:09:55.162377 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2025.02.28 10:09:55.162615 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001748 sec., 34324.94279176201 rows/sec., 2.31 MiB/sec. | ||
| 10357 | 2025.02.28 10:09:55.162669 [ 262 ] {7293917e-3fec-4f14-bb91-a7ee3fce41a8} <Debug> TCPHandler: Processed in 0.002216509 sec. | ||
| 10358 | 2025.02.28 10:09:55.856386 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 10359 | 2025.02.28 10:09:55.877051 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10360 | 2025.02.28 10:09:55.877121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10361 | 2025.02.28 10:09:55.884438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10362 | 2025.02.28 10:09:55.885240 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10363 | 2025.02.28 10:09:55.888545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 10364 | 2025.02.28 10:09:56.431730 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10365 | 2025.02.28 10:09:56.432009 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10366 | 2025.02.28 10:09:56.432113 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10367 | 2025.02.28 10:09:56.433050 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2025.02.28 10:09:56.433089 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10369 | 2025.02.28 10:09:56.433518 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10370 | 2025.02.28 10:09:56.433762 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2025.02.28 10:09:56.433960 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002028 sec., 11834.31952662722 rows/sec., 1005.45 KiB/sec. | ||
| 10372 | 2025.02.28 10:09:56.434016 [ 261 ] {2da84b64-6ace-4a35-bc34-3cae0aeecad9} <Debug> TCPHandler: Processed in 0.002463482 sec. | ||
| 10373 | 2025.02.28 10:09:56.434278 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10374 | 2025.02.28 10:09:56.434485 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10375 | 2025.02.28 10:09:56.434563 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10376 | 2025.02.28 10:09:56.435292 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2025.02.28 10:09:56.435341 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10378 | 2025.02.28 10:09:56.435760 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10379 | 2025.02.28 10:09:56.436011 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2025.02.28 10:09:56.436308 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001876 sec., 3198.2942430703624 rows/sec., 260.80 KiB/sec. | ||
| 10381 | 2025.02.28 10:09:56.436535 [ 262 ] {0fd5f8fc-e352-4345-bddf-07395a26033a} <Debug> TCPHandler: Processed in 0.002391601 sec. | ||
| 10382 | 2025.02.28 10:09:56.436725 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2025.02.28 10:09:56.436861 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10384 | 2025.02.28 10:09:56.436917 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10385 | 2025.02.28 10:09:56.438102 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2025.02.28 10:09:56.438140 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10387 | 2025.02.28 10:09:56.438585 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10388 | 2025.02.28 10:09:56.438820 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.02.28 10:09:56.438946 [ 123 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10390 | 2025.02.28 10:09:56.438998 [ 123 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2025.02.28 10:09:56.439008 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002174 sec., 639834.406623735 rows/sec., 53.45 MiB/sec. | ||
| 10392 | 2025.02.28 10:09:56.439028 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10393 | 2025.02.28 10:09:56.439075 [ 261 ] {2a297e85-0324-40b8-b749-9305c8d9684e} <Debug> TCPHandler: Processed in 0.002427402 sec. | ||
| 10394 | 2025.02.28 10:09:56.439277 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10395 | 2025.02.28 10:09:56.439289 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 10396 | 2025.02.28 10:09:56.439451 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10397 | 2025.02.28 10:09:56.439466 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10398 | 2025.02.28 10:09:56.439512 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1967 rows starting from the beginning of the part | ||
| 10399 | 2025.02.28 10:09:56.439520 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10400 | 2025.02.28 10:09:56.439691 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 10401 | 2025.02.28 10:09:56.439904 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 66 rows starting from the beginning of the part | ||
| 10402 | 2025.02.28 10:09:56.440395 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 128 rows starting from the beginning of the part | ||
| 10403 | 2025.02.28 10:09:56.440643 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 10404 | 2025.02.28 10:09:56.440884 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1391 rows starting from the beginning of the part | ||
| 10405 | 2025.02.28 10:09:56.441492 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10406 | 2025.02.28 10:09:56.441539 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10407 | 2025.02.28 10:09:56.442022 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10408 | 2025.02.28 10:09:56.442348 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10409 | 2025.02.28 10:09:56.442593 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.003184 sec., 16959.798994974873 rows/sec., 1.25 MiB/sec. | ||
| 10410 | 2025.02.28 10:09:56.442701 [ 262 ] {bfc8edc5-9d33-4b18-afe0-a4568af2cedf} <Debug> TCPHandler: Processed in 0.003519935 sec. | ||
| 10411 | 2025.02.28 10:09:56.442972 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10412 | 2025.02.28 10:09:56.443437 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10413 | 2025.02.28 10:09:56.443636 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10414 | 2025.02.28 10:09:56.444245 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3744 rows, containing 5 columns (5 merged, 0 gathered) in 0.005130818 sec., 729708.2063717715 rows/sec., 63.15 MiB/sec. | ||
| 10415 | 2025.02.28 10:09:56.444583 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10416 | 2025.02.28 10:09:56.445066 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.02.28 10:09:56.445210 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_96_19} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10418 | 2025.02.28 10:09:56.445247 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10419 | 2025.02.28 10:09:56.445336 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10420 | 2025.02.28 10:09:56.445344 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 10421 | 2025.02.28 10:09:56.445735 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10422 | 2025.02.28 10:09:56.445987 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10423 | 2025.02.28 10:09:56.446221 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00297 sec., 84848.48484848485 rows/sec., 5.87 MiB/sec. | ||
| 10424 | 2025.02.28 10:09:56.446277 [ 261 ] {f6ae795d-7c49-4f98-b201-bc6b6b0e6467} <Debug> TCPHandler: Processed in 0.003453355 sec. | ||
| 10425 | 2025.02.28 10:09:56.446453 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10426 | 2025.02.28 10:09:56.446591 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10427 | 2025.02.28 10:09:56.446643 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10428 | 2025.02.28 10:09:56.447244 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2025.02.28 10:09:56.447285 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10430 | 2025.02.28 10:09:56.447657 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10431 | 2025.02.28 10:09:56.447903 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2025.02.28 10:09:56.448195 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001615 sec., 7430.340557275542 rows/sec., 580.50 KiB/sec. | ||
| 10433 | 2025.02.28 10:09:56.448382 [ 262 ] {5bb712ee-e9f9-4c58-8176-37ca4c9a10d0} <Debug> TCPHandler: Processed in 0.001996695 sec. | ||
| 10434 | 2025.02.28 10:09:56.448539 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10435 | 2025.02.28 10:09:56.448678 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10436 | 2025.02.28 10:09:56.448733 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10437 | 2025.02.28 10:09:56.449721 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2025.02.28 10:09:56.449765 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10439 | 2025.02.28 10:09:56.450183 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10440 | 2025.02.28 10:09:56.450431 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2025.02.28 10:09:56.450610 [ 120 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10442 | 2025.02.28 10:09:56.450674 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.002018 sec., 296333.00297324086 rows/sec., 22.28 MiB/sec. | ||
| 10443 | 2025.02.28 10:09:56.450689 [ 120 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10444 | 2025.02.28 10:09:56.450769 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10445 | 2025.02.28 10:09:56.450797 [ 261 ] {6cceaa65-9a02-4356-ba2b-f89405b4a537} <Debug> TCPHandler: Processed in 0.00232345 sec. | ||
| 10446 | 2025.02.28 10:09:56.451000 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10447 | 2025.02.28 10:09:56.451013 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 10448 | 2025.02.28 10:09:56.451152 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10449 | 2025.02.28 10:09:56.451168 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10450 | 2025.02.28 10:09:56.451210 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
| 10451 | 2025.02.28 10:09:56.451227 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10452 | 2025.02.28 10:09:56.451429 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 100 rows starting from the beginning of the part | ||
| 10453 | 2025.02.28 10:09:56.451794 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 72 rows starting from the beginning of the part | ||
| 10454 | 2025.02.28 10:09:56.452123 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 100 rows starting from the beginning of the part | ||
| 10455 | 2025.02.28 10:09:56.452398 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 68 rows starting from the beginning of the part | ||
| 10456 | 2025.02.28 10:09:56.452710 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 598 rows starting from the beginning of the part | ||
| 10457 | 2025.02.28 10:09:56.453574 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10458 | 2025.02.28 10:09:56.453619 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10459 | 2025.02.28 10:09:56.454286 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10460 | 2025.02.28 10:09:56.454647 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2025.02.28 10:09:56.454781 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.003918941 sec., 482273.14470924676 rows/sec., 37.88 MiB/sec. | ||
| 10462 | 2025.02.28 10:09:56.454913 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10463 | 2025.02.28 10:09:56.454990 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10464 | 2025.02.28 10:09:56.455040 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Debug> executeQuery: Read 949 rows, 65.60 KiB in 0.003908 sec., 242835.20982599794 rows/sec., 16.39 MiB/sec. | ||
| 10465 | 2025.02.28 10:09:56.455042 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10466 | 2025.02.28 10:09:56.455091 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10467 | 2025.02.28 10:09:56.455335 [ 262 ] {5b5d78aa-e126-45be-945e-da7bfc58beb4} <Debug> TCPHandler: Processed in 0.004418618 sec. | ||
| 10468 | 2025.02.28 10:09:56.455435 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 10469 | 2025.02.28 10:09:56.455560 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10470 | 2025.02.28 10:09:56.455658 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10471 | 2025.02.28 10:09:56.455773 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26398 rows starting from the beginning of the part | ||
| 10472 | 2025.02.28 10:09:56.455848 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10473 | 2025.02.28 10:09:56.455973 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10474 | 2025.02.28 10:09:56.456261 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 10475 | 2025.02.28 10:09:56.456284 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_96_19} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10476 | 2025.02.28 10:09:56.456443 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <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 | ||
| 10477 | 2025.02.28 10:09:56.456651 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10478 | 2025.02.28 10:09:56.456859 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 162 rows starting from the beginning of the part | ||
| 10479 | 2025.02.28 10:09:56.457447 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 10480 | 2025.02.28 10:09:56.457885 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 10481 | 2025.02.28 10:09:56.458365 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 949 rows starting from the beginning of the part | ||
| 10482 | 2025.02.28 10:09:56.461020 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.02.28 10:09:56.461097 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10484 | 2025.02.28 10:09:56.462780 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10485 | 2025.02.28 10:09:56.463449 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2025.02.28 10:09:56.463732 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007963 sec., 4520.909205073465 rows/sec., 8.10 MiB/sec. | ||
| 10487 | 2025.02.28 10:09:56.464070 [ 261 ] {468cf2c7-7571-4e23-85b1-ffecf2308f99} <Debug> TCPHandler: Processed in 0.008621432 sec. | ||
| 10488 | 2025.02.28 10:09:56.464281 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2025.02.28 10:09:56.464419 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10490 | 2025.02.28 10:09:56.464492 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10491 | 2025.02.28 10:09:56.465089 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2025.02.28 10:09:56.465161 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10493 | 2025.02.28 10:09:56.465697 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10494 | 2025.02.28 10:09:56.465987 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2025.02.28 10:09:56.466180 [ 120 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10496 | 2025.02.28 10:09:56.466284 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001881 sec., 12759.170653907495 rows/sec., 880.52 KiB/sec. | ||
| 10497 | 2025.02.28 10:09:56.466289 [ 120 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2025.02.28 10:09:56.466383 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10499 | 2025.02.28 10:09:56.466489 [ 262 ] {645d5362-c3da-40e3-97c4-8f3d908e9009} <Debug> TCPHandler: Processed in 0.00226402 sec. | ||
| 10500 | 2025.02.28 10:09:56.466749 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10501 | 2025.02.28 10:09:56.466875 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10502 | 2025.02.28 10:09:56.466929 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4710 rows starting from the beginning of the part | ||
| 10503 | 2025.02.28 10:09:56.467117 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10504 | 2025.02.28 10:09:56.467377 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10505 | 2025.02.28 10:09:56.467620 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 10506 | 2025.02.28 10:09:56.467917 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 10507 | 2025.02.28 10:09:56.468238 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 24 rows starting from the beginning of the part | ||
| 10508 | 2025.02.28 10:09:56.468663 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27989 rows, containing 5 columns (5 merged, 0 gathered) in 0.013433545 sec., 2083515.5575092055 rows/sec., 142.44 MiB/sec. | ||
| 10509 | 2025.02.28 10:09:56.469048 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10510 | 2025.02.28 10:09:56.469504 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10511 | 2025.02.28 10:09:56.469717 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10512 | 2025.02.28 10:09:56.469881 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 10513 | 2025.02.28 10:09:56.471130 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4974 rows, containing 4 columns (4 merged, 0 gathered) in 0.004550169 sec., 1093146.210613276 rows/sec., 73.29 MiB/sec. | ||
| 10514 | 2025.02.28 10:09:56.471820 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10515 | 2025.02.28 10:09:56.472148 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10516 | 2025.02.28 10:09:56.472242 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_96_19} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10517 | 2025.02.28 10:09:56.472348 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10518 | 2025.02.28 10:09:59.051306 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1458 | ||
| 10519 | 2025.02.28 10:09:59.054641 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10520 | 2025.02.28 10:09:59.054704 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10521 | 2025.02.28 10:09:59.056203 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10522 | 2025.02.28 10:09:59.056529 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10523 | 2025.02.28 10:09:59.057959 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1458 | ||
| 10524 | 2025.02.28 10:10:00.145576 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10525 | 2025.02.28 10:10:00.145797 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10526 | 2025.02.28 10:10:00.145880 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10527 | 2025.02.28 10:10:00.146741 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2025.02.28 10:10:00.146797 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10529 | 2025.02.28 10:10:00.147260 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10530 | 2025.02.28 10:10:00.147519 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10531 | 2025.02.28 10:10:00.147767 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. | ||
| 10532 | 2025.02.28 10:10:00.147880 [ 261 ] {7b22da72-4cf4-40a0-b88c-48b8f52c57b0} <Debug> TCPHandler: Processed in 0.002445542 sec. | ||
| 10533 | 2025.02.28 10:10:00.148140 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10534 | 2025.02.28 10:10:00.148353 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10535 | 2025.02.28 10:10:00.148430 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10536 | 2025.02.28 10:10:00.149209 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10537 | 2025.02.28 10:10:00.149255 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10538 | 2025.02.28 10:10:00.149705 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10539 | 2025.02.28 10:10:00.149974 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10540 | 2025.02.28 10:10:00.150228 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec. | ||
| 10541 | 2025.02.28 10:10:00.150292 [ 262 ] {7f312c3f-ed3f-4342-995d-e8ba28e0d0cf} <Debug> TCPHandler: Processed in 0.00230048 sec. | ||
| 10542 | 2025.02.28 10:10:00.150476 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10543 | 2025.02.28 10:10:00.150622 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10544 | 2025.02.28 10:10:00.150690 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10545 | 2025.02.28 10:10:00.151349 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2025.02.28 10:10:00.151397 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10547 | 2025.02.28 10:10:00.151825 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10548 | 2025.02.28 10:10:00.152072 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10549 | 2025.02.28 10:10:00.152281 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001694 sec., 56670.60212514758 rows/sec., 3.95 MiB/sec. | ||
| 10550 | 2025.02.28 10:10:00.152338 [ 261 ] {cf71abc4-b23e-4209-ad2e-b595a227ba96} <Debug> TCPHandler: Processed in 0.001929975 sec. | ||
| 10551 | 2025.02.28 10:10:00.152486 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10552 | 2025.02.28 10:10:00.152640 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10553 | 2025.02.28 10:10:00.152737 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10554 | 2025.02.28 10:10:00.153631 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2025.02.28 10:10:00.153675 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10556 | 2025.02.28 10:10:00.154068 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10557 | 2025.02.28 10:10:00.154306 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.02.28 10:10:00.154516 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001933 sec., 18623.900672529748 rows/sec., 1.26 MiB/sec. | ||
| 10559 | 2025.02.28 10:10:00.154568 [ 262 ] {12b88c2a-8e4f-4cb6-9602-066b7b519e9b} <Debug> TCPHandler: Processed in 0.002140148 sec. | ||
| 10560 | 2025.02.28 10:10:01.416933 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 10561 | 2025.02.28 10:10:01.417625 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2025.02.28 10:10:01.417676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10563 | 2025.02.28 10:10:01.418197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10564 | 2025.02.28 10:10:01.418462 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2025.02.28 10:10:01.418713 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 10566 | 2025.02.28 10:10:03.389581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 10567 | 2025.02.28 10:10:03.410364 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2025.02.28 10:10:03.410416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10569 | 2025.02.28 10:10:03.418530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10570 | 2025.02.28 10:10:03.419319 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2025.02.28 10:10:03.423213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 10572 | 2025.02.28 10:10:05.148563 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10573 | 2025.02.28 10:10:05.148759 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10574 | 2025.02.28 10:10:05.148845 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10575 | 2025.02.28 10:10:05.149782 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10576 | 2025.02.28 10:10:05.149836 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10577 | 2025.02.28 10:10:05.150277 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10578 | 2025.02.28 10:10:05.150542 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10579 | 2025.02.28 10:10:05.150789 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002089 sec., 30636.66826232647 rows/sec., 2.41 MiB/sec. | ||
| 10580 | 2025.02.28 10:10:05.150857 [ 261 ] {aa843abb-6651-4763-b7e9-52c0aa883a56} <Debug> TCPHandler: Processed in 0.002433382 sec. | ||
| 10581 | 2025.02.28 10:10:05.151172 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10582 | 2025.02.28 10:10:05.151480 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10583 | 2025.02.28 10:10:05.151599 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10584 | 2025.02.28 10:10:05.152418 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10585 | 2025.02.28 10:10:05.152468 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10586 | 2025.02.28 10:10:05.152919 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10587 | 2025.02.28 10:10:05.153190 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10588 | 2025.02.28 10:10:05.153472 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002077 sec., 1925.8545979778528 rows/sec., 144.82 KiB/sec. | ||
| 10589 | 2025.02.28 10:10:05.153540 [ 262 ] {1010a487-c8c5-417d-a895-a8807e56d66a} <Debug> TCPHandler: Processed in 0.002558343 sec. | ||
| 10590 | 2025.02.28 10:10:05.153695 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10591 | 2025.02.28 10:10:05.153841 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10592 | 2025.02.28 10:10:05.153903 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10593 | 2025.02.28 10:10:05.154640 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2025.02.28 10:10:05.154689 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10595 | 2025.02.28 10:10:05.155063 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10596 | 2025.02.28 10:10:05.155294 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2025.02.28 10:10:05.155505 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001699 sec., 40023.543260741615 rows/sec., 3.12 MiB/sec. | ||
| 10598 | 2025.02.28 10:10:05.155560 [ 261 ] {220025a6-3f7f-45f0-ae47-86794554e850} <Debug> TCPHandler: Processed in 0.001935336 sec. | ||
| 10599 | 2025.02.28 10:10:05.155734 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10600 | 2025.02.28 10:10:05.155963 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10601 | 2025.02.28 10:10:05.156063 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10602 | 2025.02.28 10:10:05.156956 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10603 | 2025.02.28 10:10:05.156998 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10604 | 2025.02.28 10:10:05.157412 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10605 | 2025.02.28 10:10:05.157662 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10606 | 2025.02.28 10:10:05.157886 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001982 sec., 80726.53884964682 rows/sec., 5.62 MiB/sec. | ||
| 10607 | 2025.02.28 10:10:05.157944 [ 262 ] {f0ff61ab-ea84-42b6-b99d-77b96f2e96a3} <Debug> TCPHandler: Processed in 0.00228397 sec. | ||
| 10608 | 2025.02.28 10:10:05.158109 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2025.02.28 10:10:05.158250 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10610 | 2025.02.28 10:10:05.158345 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <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 | ||
| 10611 | 2025.02.28 10:10:05.159509 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10612 | 2025.02.28 10:10:05.159548 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10613 | 2025.02.28 10:10:05.160150 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10614 | 2025.02.28 10:10:05.160411 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.02.28 10:10:05.160691 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002469 sec., 1620.0891049007696 rows/sec., 2.90 MiB/sec. | ||
| 10616 | 2025.02.28 10:10:05.160993 [ 261 ] {916c67f1-397b-44bb-a715-761c80d6e5a3} <Debug> TCPHandler: Processed in 0.002945799 sec. | ||
| 10617 | 2025.02.28 10:10:05.161225 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10618 | 2025.02.28 10:10:05.161388 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10619 | 2025.02.28 10:10:05.161439 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10620 | 2025.02.28 10:10:05.161906 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2025.02.28 10:10:05.161945 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10622 | 2025.02.28 10:10:05.162314 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10623 | 2025.02.28 10:10:05.162556 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2025.02.28 10:10:05.162799 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 10625 | 2025.02.28 10:10:05.162854 [ 262 ] {46770111-a4b0-46c8-b3b2-ea41b800866d} <Debug> TCPHandler: Processed in 0.001742693 sec. | ||
| 10626 | 2025.02.28 10:10:08.580130 [ 112 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10627 | 2025.02.28 10:10:08.580255 [ 112 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10628 | 2025.02.28 10:10:08.580298 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10629 | 2025.02.28 10:10:08.580591 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 10630 | 2025.02.28 10:10:08.580932 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10631 | 2025.02.28 10:10:08.581006 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 10632 | 2025.02.28 10:10:08.581143 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 10633 | 2025.02.28 10:10:08.581378 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 10634 | 2025.02.28 10:10:08.581634 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 10635 | 2025.02.28 10:10:08.581894 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10636 | 2025.02.28 10:10:08.583049 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002633664 sec., 14428.56795703628 rows/sec., 1.20 MiB/sec. | ||
| 10637 | 2025.02.28 10:10:08.583212 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10638 | 2025.02.28 10:10:08.583484 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2025.02.28 10:10:08.583568 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_25_6} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10640 | 2025.02.28 10:10:08.583656 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10641 | 2025.02.28 10:10:08.724723 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10642 | 2025.02.28 10:10:08.724780 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10643 | 2025.02.28 10:10:08.918876 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 10644 | 2025.02.28 10:10:08.919930 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10645 | 2025.02.28 10:10:08.919980 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10646 | 2025.02.28 10:10:08.920498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10647 | 2025.02.28 10:10:08.920765 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2025.02.28 10:10:08.921015 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 10649 | 2025.02.28 10:10:09.058174 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1478 | ||
| 10650 | 2025.02.28 10:10:09.060932 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2025.02.28 10:10:09.060982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10652 | 2025.02.28 10:10:09.062451 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10653 | 2025.02.28 10:10:09.062768 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2025.02.28 10:10:09.063387 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1478 | ||
| 10655 | 2025.02.28 10:10:10.149416 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10656 | 2025.02.28 10:10:10.149619 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10657 | 2025.02.28 10:10:10.149699 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10658 | 2025.02.28 10:10:10.150529 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.02.28 10:10:10.150578 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10660 | 2025.02.28 10:10:10.151010 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10661 | 2025.02.28 10:10:10.151278 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.02.28 10:10:10.151532 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001971 sec., 64941.65398274987 rows/sec., 5.56 MiB/sec. | ||
| 10663 | 2025.02.28 10:10:10.151599 [ 261 ] {20cd96fc-2f14-4900-a082-003421a40c67} <Debug> TCPHandler: Processed in 0.00232077 sec. | ||
| 10664 | 2025.02.28 10:10:10.151851 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10665 | 2025.02.28 10:10:10.152063 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10666 | 2025.02.28 10:10:10.152146 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10667 | 2025.02.28 10:10:10.152972 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.02.28 10:10:10.153020 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10669 | 2025.02.28 10:10:10.153469 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10670 | 2025.02.28 10:10:10.153733 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.02.28 10:10:10.153931 [ 108 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10672 | 2025.02.28 10:10:10.154003 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001989 sec., 18099.54751131222 rows/sec., 1.33 MiB/sec. | ||
| 10673 | 2025.02.28 10:10:10.154031 [ 108 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10674 | 2025.02.28 10:10:10.154095 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10675 | 2025.02.28 10:10:10.154140 [ 262 ] {2fb737e0-1829-4086-85af-76f44f82aaae} <Debug> TCPHandler: Processed in 0.002420802 sec. | ||
| 10676 | 2025.02.28 10:10:10.154354 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10677 | 2025.02.28 10:10:10.154355 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 10678 | 2025.02.28 10:10:10.154527 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10679 | 2025.02.28 10:10:10.154530 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10680 | 2025.02.28 10:10:10.154567 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 178 rows starting from the beginning of the part | ||
| 10681 | 2025.02.28 10:10:10.154612 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10682 | 2025.02.28 10:10:10.154769 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part | ||
| 10683 | 2025.02.28 10:10:10.155146 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
| 10684 | 2025.02.28 10:10:10.155527 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part | ||
| 10685 | 2025.02.28 10:10:10.155925 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
| 10686 | 2025.02.28 10:10:10.156293 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 10687 | 2025.02.28 10:10:10.157292 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10688 | 2025.02.28 10:10:10.157339 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10689 | 2025.02.28 10:10:10.157904 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10690 | 2025.02.28 10:10:10.158067 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.00385859 sec., 80858.55195809869 rows/sec., 5.84 MiB/sec. | ||
| 10691 | 2025.02.28 10:10:10.158195 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10692 | 2025.02.28 10:10:10.158218 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2025.02.28 10:10:10.158538 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.004061 sec., 24624.47672986949 rows/sec., 1.92 MiB/sec. | ||
| 10694 | 2025.02.28 10:10:10.158595 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10695 | 2025.02.28 10:10:10.158664 [ 261 ] {a870a3b8-2f27-42fa-ab20-7ef8a7ab8bff} <Debug> TCPHandler: Processed in 0.004399877 sec. | ||
| 10696 | 2025.02.28 10:10:10.158893 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_81_16} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10697 | 2025.02.28 10:10:10.158957 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10698 | 2025.02.28 10:10:10.159116 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10699 | 2025.02.28 10:10:10.159367 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10700 | 2025.02.28 10:10:10.159543 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10701 | 2025.02.28 10:10:10.160261 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2025.02.28 10:10:10.160303 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10703 | 2025.02.28 10:10:10.160718 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10704 | 2025.02.28 10:10:10.160960 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2025.02.28 10:10:10.161180 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001934 sec., 82730.09307135471 rows/sec., 5.76 MiB/sec. | ||
| 10706 | 2025.02.28 10:10:10.161238 [ 262 ] {8c6f44fd-67f9-4329-98cb-44522613bc3c} <Debug> TCPHandler: Processed in 0.002453752 sec. | ||
| 10707 | 2025.02.28 10:10:10.161419 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10708 | 2025.02.28 10:10:10.161558 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10709 | 2025.02.28 10:10:10.161654 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <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 | ||
| 10710 | 2025.02.28 10:10:10.162869 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10711 | 2025.02.28 10:10:10.162908 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10712 | 2025.02.28 10:10:10.163569 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10713 | 2025.02.28 10:10:10.163835 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10714 | 2025.02.28 10:10:10.164018 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10715 | 2025.02.28 10:10:10.164082 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10716 | 2025.02.28 10:10:10.164111 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10717 | 2025.02.28 10:10:10.164142 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002606 sec., 13814.274750575596 rows/sec., 24.75 MiB/sec. | ||
| 10718 | 2025.02.28 10:10:10.164360 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 10719 | 2025.02.28 10:10:10.164762 [ 261 ] {50a22206-b0b1-4292-8f5a-eff243e95767} <Debug> TCPHandler: Processed in 0.003409045 sec. | ||
| 10720 | 2025.02.28 10:10:10.165136 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10721 | 2025.02.28 10:10:10.165778 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10722 | 2025.02.28 10:10:10.166009 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10723 | 2025.02.28 10:10:10.166063 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10724 | 2025.02.28 10:10:10.166293 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1559 rows starting from the beginning of the part | ||
| 10725 | 2025.02.28 10:10:10.167040 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 36 rows starting from the beginning of the part | ||
| 10726 | 2025.02.28 10:10:10.167853 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
| 10727 | 2025.02.28 10:10:10.168119 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10728 | 2025.02.28 10:10:10.168294 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10729 | 2025.02.28 10:10:10.168470 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
| 10730 | 2025.02.28 10:10:10.169081 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
| 10731 | 2025.02.28 10:10:10.169632 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 10732 | 2025.02.28 10:10:10.170326 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10733 | 2025.02.28 10:10:10.170855 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2025.02.28 10:10:10.171458 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005905 sec., 10160.880609652837 rows/sec., 701.21 KiB/sec. | ||
| 10735 | 2025.02.28 10:10:10.171614 [ 262 ] {68b8b5d3-ecd4-4c14-88f4-4a6ccfb73885} <Debug> TCPHandler: Processed in 0.006722668 sec. | ||
| 10736 | 2025.02.28 10:10:10.178485 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1675 rows, containing 19 columns (19 merged, 0 gathered) in 0.014289677 sec., 117217.48504182424 rows/sec., 210.05 MiB/sec. | ||
| 10737 | 2025.02.28 10:10:10.180178 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10738 | 2025.02.28 10:10:10.180641 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2025.02.28 10:10:10.180738 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10740 | 2025.02.28 10:10:10.180910 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 10741 | 2025.02.28 10:10:10.923265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 10742 | 2025.02.28 10:10:10.945647 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10743 | 2025.02.28 10:10:10.945710 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10744 | 2025.02.28 10:10:10.953165 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10745 | 2025.02.28 10:10:10.953953 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2025.02.28 10:10:10.959412 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 10747 | 2025.02.28 10:10:11.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.91 MiB, peak 254.93 MiB, free memory in arenas 0.00 B, will set to 246.06 MiB (RSS), difference: 2.15 MiB | ||
| 10748 | 2025.02.28 10:10:15.149025 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2025.02.28 10:10:15.149253 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10750 | 2025.02.28 10:10:15.149338 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10751 | 2025.02.28 10:10:15.150194 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10752 | 2025.02.28 10:10:15.150250 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10753 | 2025.02.28 10:10:15.150685 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10754 | 2025.02.28 10:10:15.150953 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10755 | 2025.02.28 10:10:15.151206 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002011 sec., 1989.0601690701142 rows/sec., 162.19 KiB/sec. | ||
| 10756 | 2025.02.28 10:10:15.151272 [ 261 ] {4e1108a4-1a8a-45f5-a994-b83436e63ba2} <Debug> TCPHandler: Processed in 0.002395261 sec. | ||
| 10757 | 2025.02.28 10:10:15.151549 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10758 | 2025.02.28 10:10:15.151759 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10759 | 2025.02.28 10:10:15.151843 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10760 | 2025.02.28 10:10:15.152643 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10761 | 2025.02.28 10:10:15.152694 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10762 | 2025.02.28 10:10:15.153143 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10763 | 2025.02.28 10:10:15.153401 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10764 | 2025.02.28 10:10:15.153681 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001965 sec., 33587.78625954198 rows/sec., 2.64 MiB/sec. | ||
| 10765 | 2025.02.28 10:10:15.153788 [ 262 ] {d7180a5a-ce48-4cab-bf65-c7dc55a7a3d6} <Debug> TCPHandler: Processed in 0.002376091 sec. | ||
| 10766 | 2025.02.28 10:10:15.154010 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10767 | 2025.02.28 10:10:15.154317 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10768 | 2025.02.28 10:10:15.154445 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10769 | 2025.02.28 10:10:15.155142 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2025.02.28 10:10:15.155184 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10771 | 2025.02.28 10:10:15.155545 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10772 | 2025.02.28 10:10:15.155781 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2025.02.28 10:10:15.155965 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001755 sec., 4558.404558404558 rows/sec., 330.53 KiB/sec. | ||
| 10774 | 2025.02.28 10:10:15.156015 [ 261 ] {5ae8b3d1-a77d-4314-b69c-dd12292cd077} <Debug> TCPHandler: Processed in 0.002114818 sec. | ||
| 10775 | 2025.02.28 10:10:15.156161 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10776 | 2025.02.28 10:10:15.156292 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10777 | 2025.02.28 10:10:15.156346 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10778 | 2025.02.28 10:10:15.157017 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10779 | 2025.02.28 10:10:15.157062 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10780 | 2025.02.28 10:10:15.157446 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10781 | 2025.02.28 10:10:15.157687 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10782 | 2025.02.28 10:10:15.157937 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001668 sec., 43165.467625899284 rows/sec., 3.37 MiB/sec. | ||
| 10783 | 2025.02.28 10:10:15.158043 [ 262 ] {f0a1d75d-6a18-42dc-bc6d-6e06bb6892da} <Debug> TCPHandler: Processed in 0.001938485 sec. | ||
| 10784 | 2025.02.28 10:10:15.158268 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10785 | 2025.02.28 10:10:15.158434 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10786 | 2025.02.28 10:10:15.158489 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10787 | 2025.02.28 10:10:15.159066 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10788 | 2025.02.28 10:10:15.159103 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10789 | 2025.02.28 10:10:15.159491 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10790 | 2025.02.28 10:10:15.159718 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10791 | 2025.02.28 10:10:15.159895 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001486 sec., 109017.49663526246 rows/sec., 7.59 MiB/sec. | ||
| 10792 | 2025.02.28 10:10:15.159944 [ 261 ] {4c8f6f46-f1eb-4cb1-90e8-314dcb0f3826} <Debug> TCPHandler: Processed in 0.001785463 sec. | ||
| 10793 | 2025.02.28 10:10:15.160100 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10794 | 2025.02.28 10:10:15.160219 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10795 | 2025.02.28 10:10:15.160303 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <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 | ||
| 10796 | 2025.02.28 10:10:15.161428 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10797 | 2025.02.28 10:10:15.161469 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10798 | 2025.02.28 10:10:15.162096 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10799 | 2025.02.28 10:10:15.162358 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10800 | 2025.02.28 10:10:15.162623 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002428 sec., 1647.4464579901153 rows/sec., 2.95 MiB/sec. | ||
| 10801 | 2025.02.28 10:10:15.162735 [ 262 ] {14ebc45a-0cb4-4a97-bf10-6392255c8cc6} <Debug> TCPHandler: Processed in 0.002691616 sec. | ||
| 10802 | 2025.02.28 10:10:15.162892 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10803 | 2025.02.28 10:10:15.163031 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10804 | 2025.02.28 10:10:15.163090 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10805 | 2025.02.28 10:10:15.163669 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10806 | 2025.02.28 10:10:15.163714 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10807 | 2025.02.28 10:10:15.164115 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10808 | 2025.02.28 10:10:15.164356 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10809 | 2025.02.28 10:10:15.164529 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 10810 | 2025.02.28 10:10:15.164577 [ 261 ] {e279a527-c2cc-4b94-9b7e-a6d3243a6504} <Debug> TCPHandler: Processed in 0.001751623 sec. | ||
| 10811 | 2025.02.28 10:10:16.422104 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 10812 | 2025.02.28 10:10:16.422765 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2025.02.28 10:10:16.422808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10814 | 2025.02.28 10:10:16.423374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10815 | 2025.02.28 10:10:16.423631 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10816 | 2025.02.28 10:10:16.423787 [ 98 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10817 | 2025.02.28 10:10:16.423835 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 10818 | 2025.02.28 10:10:16.423839 [ 98 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10819 | 2025.02.28 10:10:16.423871 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10820 | 2025.02.28 10:10:16.424020 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10821 | 2025.02.28 10:10:16.424194 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10822 | 2025.02.28 10:10:16.424240 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10823 | 2025.02.28 10:10:16.424321 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10824 | 2025.02.28 10:10:16.424567 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10825 | 2025.02.28 10:10:16.424734 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10826 | 2025.02.28 10:10:16.424864 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10827 | 2025.02.28 10:10:16.425068 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 10828 | 2025.02.28 10:10:16.427986 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004042843 sec., 6925571.930445976 rows/sec., 99.07 MiB/sec. | ||
| 10829 | 2025.02.28 10:10:16.428258 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10830 | 2025.02.28 10:10:16.428573 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_61_12} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2025.02.28 10:10:16.428666 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_61_12} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10832 | 2025.02.28 10:10:16.428769 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 10833 | 2025.02.28 10:10:18.459457 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 10834 | 2025.02.28 10:10:18.482289 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2025.02.28 10:10:18.482341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10836 | 2025.02.28 10:10:18.489696 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10837 | 2025.02.28 10:10:18.490491 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2025.02.28 10:10:18.490815 [ 96 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10839 | 2025.02.28 10:10:18.490887 [ 96 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10840 | 2025.02.28 10:10:18.490935 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10841 | 2025.02.28 10:10:18.491439 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10842 | 2025.02.28 10:10:18.505954 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 10843 | 2025.02.28 10:10:18.507983 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10844 | 2025.02.28 10:10:18.509786 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 10845 | 2025.02.28 10:10:18.515452 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 10846 | 2025.02.28 10:10:18.521188 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10847 | 2025.02.28 10:10:18.526772 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10848 | 2025.02.28 10:10:18.532510 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10849 | 2025.02.28 10:10:18.537855 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 10850 | 2025.02.28 10:10:18.596248 [ 199 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.105145122 sec., 4374.905761201171 rows/sec., 22.62 MiB/sec. | ||
| 10851 | 2025.02.28 10:10:18.599487 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10852 | 2025.02.28 10:10:18.602466 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2025.02.28 10:10:18.602563 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_61_12} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10854 | 2025.02.28 10:10:18.604803 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10855 | 2025.02.28 10:10:19.064522 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1504 | ||
| 10856 | 2025.02.28 10:10:19.067514 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2025.02.28 10:10:19.067582 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10858 | 2025.02.28 10:10:19.069177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10859 | 2025.02.28 10:10:19.069543 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2025.02.28 10:10:19.071024 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1504 | ||
| 10861 | 2025.02.28 10:10:20.149490 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10862 | 2025.02.28 10:10:20.149682 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10863 | 2025.02.28 10:10:20.149755 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10864 | 2025.02.28 10:10:20.150616 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10865 | 2025.02.28 10:10:20.150667 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10866 | 2025.02.28 10:10:20.151130 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10867 | 2025.02.28 10:10:20.151384 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10868 | 2025.02.28 10:10:20.151621 [ 94 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10869 | 2025.02.28 10:10:20.151644 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002004 sec., 63872.255489021954 rows/sec., 5.47 MiB/sec. | ||
| 10870 | 2025.02.28 10:10:20.151746 [ 94 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10871 | 2025.02.28 10:10:20.151833 [ 261 ] {05826bfc-bf49-490d-bb8f-d728fed78978} <Debug> TCPHandler: Processed in 0.002472842 sec. | ||
| 10872 | 2025.02.28 10:10:20.151841 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10873 | 2025.02.28 10:10:20.152159 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 10874 | 2025.02.28 10:10:20.152344 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2025.02.28 10:10:20.152655 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10876 | 2025.02.28 10:10:20.152787 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1967 rows starting from the beginning of the part | ||
| 10877 | 2025.02.28 10:10:20.153180 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 10878 | 2025.02.28 10:10:20.153583 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 10879 | 2025.02.28 10:10:20.154078 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part | ||
| 10880 | 2025.02.28 10:10:20.154444 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10881 | 2025.02.28 10:10:20.154463 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 66 rows starting from the beginning of the part | ||
| 10882 | 2025.02.28 10:10:20.154701 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 128 rows starting from the beginning of the part | ||
| 10883 | 2025.02.28 10:10:20.154729 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10884 | 2025.02.28 10:10:20.157159 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10885 | 2025.02.28 10:10:20.157244 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10886 | 2025.02.28 10:10:20.158174 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10887 | 2025.02.28 10:10:20.158258 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006268952 sec., 384274.755971971 rows/sec., 33.02 MiB/sec. | ||
| 10888 | 2025.02.28 10:10:20.158555 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10889 | 2025.02.28 10:10:20.158685 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10890 | 2025.02.28 10:10:20.159032 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005649 sec., 6372.809346787041 rows/sec., 479.21 KiB/sec. | ||
| 10891 | 2025.02.28 10:10:20.159216 [ 262 ] {97b050fd-6e09-4c32-a38e-065a5f2b6d25} <Debug> TCPHandler: Processed in 0.007214914 sec. | ||
| 10892 | 2025.02.28 10:10:20.159448 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10893 | 2025.02.28 10:10:20.159461 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10894 | 2025.02.28 10:10:20.159587 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_101_20} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10895 | 2025.02.28 10:10:20.159704 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10896 | 2025.02.28 10:10:20.159752 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 10897 | 2025.02.28 10:10:20.159826 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10898 | 2025.02.28 10:10:20.160521 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10899 | 2025.02.28 10:10:20.160563 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10900 | 2025.02.28 10:10:20.160945 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10901 | 2025.02.28 10:10:20.161196 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10902 | 2025.02.28 10:10:20.161379 [ 94 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10903 | 2025.02.28 10:10:20.161446 [ 94 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10904 | 2025.02.28 10:10:20.161448 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001807 sec., 55340.34311012728 rows/sec., 4.32 MiB/sec. | ||
| 10905 | 2025.02.28 10:10:20.161519 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 10906 | 2025.02.28 10:10:20.161639 [ 261 ] {9144bccf-acd6-4573-8891-f6cef470bcf6} <Debug> TCPHandler: Processed in 0.00229088 sec. | ||
| 10907 | 2025.02.28 10:10:20.161944 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10908 | 2025.02.28 10:10:20.161957 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 10909 | 2025.02.28 10:10:20.162507 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10910 | 2025.02.28 10:10:20.162620 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 952 rows starting from the beginning of the part | ||
| 10911 | 2025.02.28 10:10:20.162817 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10912 | 2025.02.28 10:10:20.163092 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 10913 | 2025.02.28 10:10:20.163242 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10914 | 2025.02.28 10:10:20.163650 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 68 rows starting from the beginning of the part | ||
| 10915 | 2025.02.28 10:10:20.164083 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 100 rows starting from the beginning of the part | ||
| 10916 | 2025.02.28 10:10:20.164396 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part | ||
| 10917 | 2025.02.28 10:10:20.164766 [ 196 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 100 rows starting from the beginning of the part | ||
| 10918 | 2025.02.28 10:10:20.166582 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10919 | 2025.02.28 10:10:20.166658 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10920 | 2025.02.28 10:10:20.167712 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10921 | 2025.02.28 10:10:20.168272 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10922 | 2025.02.28 10:10:20.168333 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 5 columns (5 merged, 0 gathered) in 0.006675537 sec., 203129.72574341213 rows/sec., 15.95 MiB/sec. | ||
| 10923 | 2025.02.28 10:10:20.168551 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10924 | 2025.02.28 10:10:20.168648 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10925 | 2025.02.28 10:10:20.168656 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10926 | 2025.02.28 10:10:20.168713 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10927 | 2025.02.28 10:10:20.168761 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006281 sec., 25473.65069256488 rows/sec., 1.77 MiB/sec. | ||
| 10928 | 2025.02.28 10:10:20.169087 [ 262 ] {6d860462-9d3a-42f5-bc9a-e0bef897e601} <Debug> TCPHandler: Processed in 0.007315825 sec. | ||
| 10929 | 2025.02.28 10:10:20.169174 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 10930 | 2025.02.28 10:10:20.169328 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10931 | 2025.02.28 10:10:20.169395 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10932 | 2025.02.28 10:10:20.169448 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27989 rows starting from the beginning of the part | ||
| 10933 | 2025.02.28 10:10:20.169522 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10934 | 2025.02.28 10:10:20.169606 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2025.02.28 10:10:20.169719 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 96 rows starting from the beginning of the part | ||
| 10936 | 2025.02.28 10:10:20.169899 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <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 | ||
| 10937 | 2025.02.28 10:10:20.170102 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 10938 | 2025.02.28 10:10:20.170599 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 10939 | 2025.02.28 10:10:20.171022 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 162 rows starting from the beginning of the part | ||
| 10940 | 2025.02.28 10:10:20.171056 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_101_20} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10941 | 2025.02.28 10:10:20.171475 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 10942 | 2025.02.28 10:10:20.172297 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 10943 | 2025.02.28 10:10:20.174083 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10944 | 2025.02.28 10:10:20.174134 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10945 | 2025.02.28 10:10:20.174946 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10946 | 2025.02.28 10:10:20.175458 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10947 | 2025.02.28 10:10:20.175734 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.00624 sec., 5769.2307692307695 rows/sec., 10.34 MiB/sec. | ||
| 10948 | 2025.02.28 10:10:20.175891 [ 261 ] {ab9cc1cd-c082-4614-93bc-f900d3c0f606} <Debug> TCPHandler: Processed in 0.006653347 sec. | ||
| 10949 | 2025.02.28 10:10:20.176138 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10950 | 2025.02.28 10:10:20.176283 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10951 | 2025.02.28 10:10:20.176377 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10952 | 2025.02.28 10:10:20.177194 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2025.02.28 10:10:20.177252 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10954 | 2025.02.28 10:10:20.177793 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10955 | 2025.02.28 10:10:20.178058 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10956 | 2025.02.28 10:10:20.178323 [ 92 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10957 | 2025.02.28 10:10:20.178387 [ 92 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2025.02.28 10:10:20.178421 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10959 | 2025.02.28 10:10:20.178464 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002201 sec., 27260.336210813268 rows/sec., 1.84 MiB/sec. | ||
| 10960 | 2025.02.28 10:10:20.178737 [ 262 ] {8806dda9-3efd-4378-870d-73ea632ef584} <Debug> TCPHandler: Processed in 0.002681355 sec. | ||
| 10961 | 2025.02.28 10:10:20.178786 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10962 | 2025.02.28 10:10:20.178999 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10963 | 2025.02.28 10:10:20.179054 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4974 rows starting from the beginning of the part | ||
| 10964 | 2025.02.28 10:10:20.179292 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part | ||
| 10965 | 2025.02.28 10:10:20.179291 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28727 rows, containing 5 columns (5 merged, 0 gathered) in 0.010388235 sec., 2765339.829143257 rows/sec., 189.14 MiB/sec. | ||
| 10966 | 2025.02.28 10:10:20.179498 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10967 | 2025.02.28 10:10:20.179749 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10968 | 2025.02.28 10:10:20.179821 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10969 | 2025.02.28 10:10:20.179979 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 10970 | 2025.02.28 10:10:20.180288 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 10971 | 2025.02.28 10:10:20.180818 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2025.02.28 10:10:20.180919 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10973 | 2025.02.28 10:10:20.181023 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10974 | 2025.02.28 10:10:20.182754 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5250 rows, containing 4 columns (4 merged, 0 gathered) in 0.004245935 sec., 1236476.7713118547 rows/sec., 82.92 MiB/sec. | ||
| 10975 | 2025.02.28 10:10:20.183178 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10976 | 2025.02.28 10:10:20.183531 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2025.02.28 10:10:20.183626 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_101_20} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10978 | 2025.02.28 10:10:20.183719 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10979 | 2025.02.28 10:10:23.725029 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10980 | 2025.02.28 10:10:23.725086 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10981 | 2025.02.28 10:10:23.923963 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 10982 | 2025.02.28 10:10:23.924607 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10983 | 2025.02.28 10:10:23.924651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10984 | 2025.02.28 10:10:23.925186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10985 | 2025.02.28 10:10:23.925455 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10986 | 2025.02.28 10:10:23.925693 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 10987 | 2025.02.28 10:10:25.148530 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2025.02.28 10:10:25.148741 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10989 | 2025.02.28 10:10:25.148823 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10990 | 2025.02.28 10:10:25.149623 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2025.02.28 10:10:25.149670 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 10992 | 2025.02.28 10:10:25.150113 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10993 | 2025.02.28 10:10:25.150363 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2025.02.28 10:10:25.150590 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.64 MiB/sec. | ||
| 10995 | 2025.02.28 10:10:25.150646 [ 261 ] {b04d9cc5-562d-4962-a036-1616a9081be2} <Debug> TCPHandler: Processed in 0.00225745 sec. | ||
| 10996 | 2025.02.28 10:10:25.150941 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2025.02.28 10:10:25.151241 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10998 | 2025.02.28 10:10:25.151316 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10999 | 2025.02.28 10:10:25.152060 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2025.02.28 10:10:25.152111 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11001 | 2025.02.28 10:10:25.152555 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11002 | 2025.02.28 10:10:25.152811 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2025.02.28 10:10:25.153065 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 158.56 KiB/sec. | ||
| 11004 | 2025.02.28 10:10:25.153134 [ 262 ] {8201a260-b9f6-41db-9a15-3e932c3ac28b} <Debug> TCPHandler: Processed in 0.002379601 sec. | ||
| 11005 | 2025.02.28 10:10:25.153271 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11006 | 2025.02.28 10:10:25.153391 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11007 | 2025.02.28 10:10:25.153439 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11008 | 2025.02.28 10:10:25.154040 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11009 | 2025.02.28 10:10:25.154079 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11010 | 2025.02.28 10:10:25.154437 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11011 | 2025.02.28 10:10:25.154671 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11012 | 2025.02.28 10:10:25.154882 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001514 sec., 44914.13474240423 rows/sec., 3.51 MiB/sec. | ||
| 11013 | 2025.02.28 10:10:25.154933 [ 261 ] {6b2a365e-71e1-4107-9973-ad7e3345598b} <Debug> TCPHandler: Processed in 0.001718232 sec. | ||
| 11014 | 2025.02.28 10:10:25.155075 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11015 | 2025.02.28 10:10:25.155234 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11016 | 2025.02.28 10:10:25.155337 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11017 | 2025.02.28 10:10:25.156305 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11018 | 2025.02.28 10:10:25.156347 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11019 | 2025.02.28 10:10:25.156758 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11020 | 2025.02.28 10:10:25.157004 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11021 | 2025.02.28 10:10:25.157225 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00205 sec., 78048.78048780488 rows/sec., 5.44 MiB/sec. | ||
| 11022 | 2025.02.28 10:10:25.157282 [ 262 ] {ddb45863-b7bd-4c17-adb4-f173aec6df74} <Debug> TCPHandler: Processed in 0.002264209 sec. | ||
| 11023 | 2025.02.28 10:10:25.157467 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11024 | 2025.02.28 10:10:25.157607 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11025 | 2025.02.28 10:10:25.157700 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <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 | ||
| 11026 | 2025.02.28 10:10:25.158881 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11027 | 2025.02.28 10:10:25.158921 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11028 | 2025.02.28 10:10:25.159534 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11029 | 2025.02.28 10:10:25.159785 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11030 | 2025.02.28 10:10:25.160039 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002463 sec., 1624.0357287860334 rows/sec., 2.91 MiB/sec. | ||
| 11031 | 2025.02.28 10:10:25.160131 [ 261 ] {ce2d7625-d871-4e2a-b0e8-40306a5e2330} <Debug> TCPHandler: Processed in 0.002732905 sec. | ||
| 11032 | 2025.02.28 10:10:25.160377 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11033 | 2025.02.28 10:10:25.160613 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11034 | 2025.02.28 10:10:25.160711 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11035 | 2025.02.28 10:10:25.161445 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11036 | 2025.02.28 10:10:25.161486 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11037 | 2025.02.28 10:10:25.161861 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11038 | 2025.02.28 10:10:25.162118 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2025.02.28 10:10:25.162334 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001776 sec., 33783.78378378379 rows/sec., 2.28 MiB/sec. | ||
| 11040 | 2025.02.28 10:10:25.162386 [ 262 ] {3402631e-6ff7-48c8-bd10-4040563c196d} <Debug> TCPHandler: Processed in 0.002118278 sec. | ||
| 11041 | 2025.02.28 10:10:25.478191 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2025.02.28 10:10:25.478415 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11043 | 2025.02.28 10:10:25.478498 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11044 | 2025.02.28 10:10:25.479428 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11045 | 2025.02.28 10:10:25.479483 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11046 | 2025.02.28 10:10:25.479919 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11047 | 2025.02.28 10:10:25.480180 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11048 | 2025.02.28 10:10:25.480495 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002136 sec., 99250.93632958802 rows/sec., 6.31 MiB/sec. | ||
| 11049 | 2025.02.28 10:10:25.480733 [ 261 ] {e7e8c24b-70a9-418d-a45b-2dcc805bbbb7} <Debug> TCPHandler: Processed in 0.002725716 sec. | ||
| 11050 | 2025.02.28 10:10:25.481031 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2025.02.28 10:10:25.481239 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11052 | 2025.02.28 10:10:25.481323 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11053 | 2025.02.28 10:10:25.482160 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2025.02.28 10:10:25.482218 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11055 | 2025.02.28 10:10:25.482648 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11056 | 2025.02.28 10:10:25.482904 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2025.02.28 10:10:25.483153 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001969 sec., 2031.4880650076182 rows/sec., 165.65 KiB/sec. | ||
| 11058 | 2025.02.28 10:10:25.483222 [ 262 ] {c623284a-9bf5-4998-b10a-fe8dd850c38f} <Debug> TCPHandler: Processed in 0.00232931 sec. | ||
| 11059 | 2025.02.28 10:10:25.483389 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11060 | 2025.02.28 10:10:25.483538 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11061 | 2025.02.28 10:10:25.483599 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11062 | 2025.02.28 10:10:25.485348 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2025.02.28 10:10:25.485391 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11064 | 2025.02.28 10:10:25.485874 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11065 | 2025.02.28 10:10:25.486115 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2025.02.28 10:10:25.486346 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Debug> executeQuery: Read 1831 rows, 152.45 KiB in 0.002843 sec., 644037.988040802 rows/sec., 52.37 MiB/sec. | ||
| 11067 | 2025.02.28 10:10:25.486458 [ 261 ] {14882431-7afc-4e09-981c-665bad372ec2} <Debug> TCPHandler: Processed in 0.003137541 sec. | ||
| 11068 | 2025.02.28 10:10:25.486677 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2025.02.28 10:10:25.486870 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11070 | 2025.02.28 10:10:25.486935 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11071 | 2025.02.28 10:10:25.487631 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2025.02.28 10:10:25.487675 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11073 | 2025.02.28 10:10:25.488055 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11074 | 2025.02.28 10:10:25.488290 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2025.02.28 10:10:25.488524 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Debug> executeQuery: Read 146 rows, 9.37 KiB in 0.001688 sec., 86492.89099526066 rows/sec., 5.42 MiB/sec. | ||
| 11076 | 2025.02.28 10:10:25.488582 [ 262 ] {80db4310-faa6-4f53-8827-b5005598a273} <Debug> TCPHandler: Processed in 0.002024896 sec. | ||
| 11077 | 2025.02.28 10:10:25.488727 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11078 | 2025.02.28 10:10:25.488848 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11079 | 2025.02.28 10:10:25.488900 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11080 | 2025.02.28 10:10:25.489611 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2025.02.28 10:10:25.489651 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11082 | 2025.02.28 10:10:25.490021 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11083 | 2025.02.28 10:10:25.490257 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2025.02.28 10:10:25.490530 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001707 sec., 199765.67076742824 rows/sec., 13.33 MiB/sec. | ||
| 11085 | 2025.02.28 10:10:25.490755 [ 261 ] {49a67ef6-07cf-4d58-a2cb-e4eb46646949} <Debug> TCPHandler: Processed in 0.002080547 sec. | ||
| 11086 | 2025.02.28 10:10:25.490977 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11087 | 2025.02.28 10:10:25.491206 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11088 | 2025.02.28 10:10:25.491272 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11089 | 2025.02.28 10:10:25.491928 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2025.02.28 10:10:25.491969 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11091 | 2025.02.28 10:10:25.492333 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11092 | 2025.02.28 10:10:25.492575 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2025.02.28 10:10:25.492845 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 3.76 MiB/sec. | ||
| 11094 | 2025.02.28 10:10:25.493059 [ 262 ] {85c240cc-7934-4d1a-8cf0-2e4e5134be8d} <Debug> TCPHandler: Processed in 0.002189679 sec. | ||
| 11095 | 2025.02.28 10:10:25.493233 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11096 | 2025.02.28 10:10:25.493373 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11097 | 2025.02.28 10:10:25.493432 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11098 | 2025.02.28 10:10:25.494420 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2025.02.28 10:10:25.494459 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11100 | 2025.02.28 10:10:25.494851 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11101 | 2025.02.28 10:10:25.495099 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2025.02.28 10:10:25.495309 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Debug> executeQuery: Read 878 rows, 65.08 KiB in 0.001966 sec., 446592.0651068159 rows/sec., 32.33 MiB/sec. | ||
| 11103 | 2025.02.28 10:10:25.495365 [ 261 ] {af8b960a-ec84-45d3-8eef-220265e6c8fa} <Debug> TCPHandler: Processed in 0.002200329 sec. | ||
| 11104 | 2025.02.28 10:10:25.495564 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11105 | 2025.02.28 10:10:25.495791 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11106 | 2025.02.28 10:10:25.495889 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11107 | 2025.02.28 10:10:25.496545 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11108 | 2025.02.28 10:10:25.496585 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11109 | 2025.02.28 10:10:25.496952 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 11110 | 2025.02.28 10:10:25.497181 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2025.02.28 10:10:25.497482 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001718 sec., 3492.433061699651 rows/sec., 182.47 KiB/sec. | ||
| 11112 | 2025.02.28 10:10:25.497591 [ 262 ] {bc4fe589-6305-44e6-92a0-cde21ad5bd4d} <Debug> TCPHandler: Processed in 0.002135878 sec. | ||
| 11113 | 2025.02.28 10:10:25.497752 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11114 | 2025.02.28 10:10:25.497891 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11115 | 2025.02.28 10:10:25.497954 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11116 | 2025.02.28 10:10:25.498780 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11117 | 2025.02.28 10:10:25.498819 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11118 | 2025.02.28 10:10:25.499256 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11119 | 2025.02.28 10:10:25.499492 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11120 | 2025.02.28 10:10:25.499669 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Debug> executeQuery: Read 957 rows, 65.11 KiB in 0.001809 sec., 529021.5588723051 rows/sec., 35.15 MiB/sec. | ||
| 11121 | 2025.02.28 10:10:25.499719 [ 261 ] {a9ee2f78-9426-4f2e-8f5c-3fb207c2e431} <Debug> TCPHandler: Processed in 0.002034036 sec. | ||
| 11122 | 2025.02.28 10:10:25.499864 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11123 | 2025.02.28 10:10:25.500001 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11124 | 2025.02.28 10:10:25.500063 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11125 | 2025.02.28 10:10:25.500551 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11126 | 2025.02.28 10:10:25.500590 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11127 | 2025.02.28 10:10:25.500943 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 11128 | 2025.02.28 10:10:25.501173 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11129 | 2025.02.28 10:10:25.501449 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 11130 | 2025.02.28 10:10:25.501661 [ 262 ] {6774e054-26fd-4200-8508-6997593e5f6d} <Debug> TCPHandler: Processed in 0.001852874 sec. | ||
| 11131 | 2025.02.28 10:10:25.501845 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11132 | 2025.02.28 10:10:25.501984 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11133 | 2025.02.28 10:10:25.502078 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <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 | ||
| 11134 | 2025.02.28 10:10:25.503262 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11135 | 2025.02.28 10:10:25.503299 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11136 | 2025.02.28 10:10:25.503934 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11137 | 2025.02.28 10:10:25.504191 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11138 | 2025.02.28 10:10:25.504400 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002446 sec., 14717.906786590353 rows/sec., 26.37 MiB/sec. | ||
| 11139 | 2025.02.28 10:10:25.504491 [ 261 ] {bc619ec4-2374-4af7-a21d-62599d8a5f56} <Debug> TCPHandler: Processed in 0.002728466 sec. | ||
| 11140 | 2025.02.28 10:10:25.504700 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11141 | 2025.02.28 10:10:25.504920 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11142 | 2025.02.28 10:10:25.505015 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11143 | 2025.02.28 10:10:25.505602 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11144 | 2025.02.28 10:10:25.505643 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11145 | 2025.02.28 10:10:25.506003 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11146 | 2025.02.28 10:10:25.506245 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11147 | 2025.02.28 10:10:25.506473 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001606 sec., 21170.610211706102 rows/sec., 1.23 MiB/sec. | ||
| 11148 | 2025.02.28 10:10:25.506575 [ 262 ] {ee35068f-d19f-4071-a038-887c9f44296b} <Debug> TCPHandler: Processed in 0.001982556 sec. | ||
| 11149 | 2025.02.28 10:10:26.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.19 MiB, peak 260.73 MiB, free memory in arenas 0.00 B, will set to 247.89 MiB (RSS), difference: -1.29 MiB | ||
| 11150 | 2025.02.28 10:10:26.006066 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11151 | 2025.02.28 10:10:26.024998 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2025.02.28 10:10:26.025060 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11153 | 2025.02.28 10:10:26.032147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11154 | 2025.02.28 10:10:26.032835 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11155 | 2025.02.28 10:10:26.036824 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11156 | 2025.02.28 10:10:29.071252 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1552 | ||
| 11157 | 2025.02.28 10:10:29.075203 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11158 | 2025.02.28 10:10:29.075254 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11159 | 2025.02.28 10:10:29.076742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11160 | 2025.02.28 10:10:29.077050 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2025.02.28 10:10:29.077653 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1552 | ||
| 11162 | 2025.02.28 10:10:30.146563 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11163 | 2025.02.28 10:10:30.146771 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11164 | 2025.02.28 10:10:30.146851 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11165 | 2025.02.28 10:10:30.147672 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11166 | 2025.02.28 10:10:30.147726 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11167 | 2025.02.28 10:10:30.148180 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11168 | 2025.02.28 10:10:30.148440 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2025.02.28 10:10:30.148672 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec. | ||
| 11170 | 2025.02.28 10:10:30.148749 [ 261 ] {b461105e-a0f2-4709-be5d-554caa1f8299} <Debug> TCPHandler: Processed in 0.0023335 sec. | ||
| 11171 | 2025.02.28 10:10:30.149039 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2025.02.28 10:10:30.149229 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11173 | 2025.02.28 10:10:30.149306 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11174 | 2025.02.28 10:10:30.150100 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.02.28 10:10:30.150150 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11176 | 2025.02.28 10:10:30.150610 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11177 | 2025.02.28 10:10:30.150878 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2025.02.28 10:10:30.151095 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001918 sec., 33368.09176225235 rows/sec., 2.60 MiB/sec. | ||
| 11179 | 2025.02.28 10:10:30.151164 [ 262 ] {5f1ca9da-2e49-4501-a32b-f706d7807322} <Debug> TCPHandler: Processed in 0.0022846 sec. | ||
| 11180 | 2025.02.28 10:10:30.151333 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11181 | 2025.02.28 10:10:30.151464 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11182 | 2025.02.28 10:10:30.151524 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11183 | 2025.02.28 10:10:30.152134 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11184 | 2025.02.28 10:10:30.152178 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11185 | 2025.02.28 10:10:30.152578 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11186 | 2025.02.28 10:10:30.152814 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2025.02.28 10:10:30.153058 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001616 sec., 79207.92079207921 rows/sec., 5.52 MiB/sec. | ||
| 11188 | 2025.02.28 10:10:30.153125 [ 261 ] {35181b67-7dd3-4564-9063-b5eac89ed6a8} <Debug> TCPHandler: Processed in 0.001848794 sec. | ||
| 11189 | 2025.02.28 10:10:30.153381 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11190 | 2025.02.28 10:10:30.153655 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11191 | 2025.02.28 10:10:30.153718 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11192 | 2025.02.28 10:10:30.154259 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2025.02.28 10:10:30.154299 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11194 | 2025.02.28 10:10:30.154712 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11195 | 2025.02.28 10:10:30.154966 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11196 | 2025.02.28 10:10:30.155172 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001598 sec., 30037.546933667083 rows/sec., 2.02 MiB/sec. | ||
| 11197 | 2025.02.28 10:10:30.155256 [ 262 ] {ca197eb6-2622-4966-bdb6-ee9bca07c8bd} <Debug> TCPHandler: Processed in 0.002000666 sec. | ||
| 11198 | 2025.02.28 10:10:31.425854 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 11199 | 2025.02.28 10:10:31.426546 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2025.02.28 10:10:31.426603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11201 | 2025.02.28 10:10:31.427147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11202 | 2025.02.28 10:10:31.427417 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2025.02.28 10:10:31.427683 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 11204 | 2025.02.28 10:10:33.536932 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 11205 | 2025.02.28 10:10:33.558038 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11206 | 2025.02.28 10:10:33.558104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11207 | 2025.02.28 10:10:33.565667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11208 | 2025.02.28 10:10:33.566442 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11209 | 2025.02.28 10:10:33.570740 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 11210 | 2025.02.28 10:10:35.148176 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11211 | 2025.02.28 10:10:35.148363 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11212 | 2025.02.28 10:10:35.148434 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11213 | 2025.02.28 10:10:35.149287 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11214 | 2025.02.28 10:10:35.149344 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11215 | 2025.02.28 10:10:35.149795 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11216 | 2025.02.28 10:10:35.150054 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11217 | 2025.02.28 10:10:35.150333 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.52 MiB/sec. | ||
| 11218 | 2025.02.28 10:10:35.150403 [ 261 ] {8051d19e-b740-4735-bb63-87b06ff376f0} <Debug> TCPHandler: Processed in 0.002352111 sec. | ||
| 11219 | 2025.02.28 10:10:35.150728 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11220 | 2025.02.28 10:10:35.151027 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11221 | 2025.02.28 10:10:35.151152 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11222 | 2025.02.28 10:10:35.152027 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2025.02.28 10:10:35.152074 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11224 | 2025.02.28 10:10:35.152497 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11225 | 2025.02.28 10:10:35.152747 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11226 | 2025.02.28 10:10:35.152952 [ 72 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11227 | 2025.02.28 10:10:35.153027 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002074 sec., 1928.6403085824495 rows/sec., 145.02 KiB/sec. | ||
| 11228 | 2025.02.28 10:10:35.153042 [ 72 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11229 | 2025.02.28 10:10:35.153110 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11230 | 2025.02.28 10:10:35.153172 [ 262 ] {2bd24798-75e1-4287-8d6e-025e831f3518} <Debug> TCPHandler: Processed in 0.002619044 sec. | ||
| 11231 | 2025.02.28 10:10:35.153392 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 11232 | 2025.02.28 10:10:35.153410 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2025.02.28 10:10:35.153550 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11234 | 2025.02.28 10:10:35.153594 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 178 rows starting from the beginning of the part | ||
| 11235 | 2025.02.28 10:10:35.153595 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11236 | 2025.02.28 10:10:35.153682 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11237 | 2025.02.28 10:10:35.153703 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 11238 | 2025.02.28 10:10:35.154105 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part | ||
| 11239 | 2025.02.28 10:10:35.154429 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 4 rows starting from the beginning of the part | ||
| 11240 | 2025.02.28 10:10:35.154807 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 146 rows starting from the beginning of the part | ||
| 11241 | 2025.02.28 10:10:35.155216 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 4 rows starting from the beginning of the part | ||
| 11242 | 2025.02.28 10:10:35.156469 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11243 | 2025.02.28 10:10:35.156522 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11244 | 2025.02.28 10:10:35.157103 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11245 | 2025.02.28 10:10:35.157311 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 5 columns (5 merged, 0 gathered) in 0.004088114 sec., 91973.95180271391 rows/sec., 6.33 MiB/sec. | ||
| 11246 | 2025.02.28 10:10:35.157554 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11247 | 2025.02.28 10:10:35.157649 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11248 | 2025.02.28 10:10:35.158069 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004495 sec., 15127.919911012235 rows/sec., 1.18 MiB/sec. | ||
| 11249 | 2025.02.28 10:10:35.158368 [ 261 ] {26905067-13bb-4db3-a868-80245c3f88cb} <Debug> TCPHandler: Processed in 0.005043585 sec. | ||
| 11250 | 2025.02.28 10:10:35.158403 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11251 | 2025.02.28 10:10:35.158698 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11252 | 2025.02.28 10:10:35.158765 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_86_17} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11253 | 2025.02.28 10:10:35.158968 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11254 | 2025.02.28 10:10:35.159043 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11255 | 2025.02.28 10:10:35.159128 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11256 | 2025.02.28 10:10:35.159757 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11257 | 2025.02.28 10:10:35.159797 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11258 | 2025.02.28 10:10:35.160207 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11259 | 2025.02.28 10:10:35.160457 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11260 | 2025.02.28 10:10:35.160687 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001749 sec., 91480.84619782734 rows/sec., 6.37 MiB/sec. | ||
| 11261 | 2025.02.28 10:10:35.160741 [ 262 ] {6034f4b8-4e64-4dcd-97b6-be6200fd57ea} <Debug> TCPHandler: Processed in 0.002240569 sec. | ||
| 11262 | 2025.02.28 10:10:35.160917 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11263 | 2025.02.28 10:10:35.161058 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11264 | 2025.02.28 10:10:35.161154 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <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 | ||
| 11265 | 2025.02.28 10:10:35.162292 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11266 | 2025.02.28 10:10:35.162332 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11267 | 2025.02.28 10:10:35.162952 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11268 | 2025.02.28 10:10:35.163210 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11269 | 2025.02.28 10:10:35.163393 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11270 | 2025.02.28 10:10:35.163455 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11271 | 2025.02.28 10:10:35.163497 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002462 sec., 1624.6953696181965 rows/sec., 2.91 MiB/sec. | ||
| 11272 | 2025.02.28 10:10:35.163506 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11273 | 2025.02.28 10:10:35.163829 [ 261 ] {0478f95d-fef8-46a3-9e4f-42ea751a60e3} <Debug> TCPHandler: Processed in 0.002978319 sec. | ||
| 11274 | 2025.02.28 10:10:35.163834 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 11275 | 2025.02.28 10:10:35.164113 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11276 | 2025.02.28 10:10:35.164236 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11277 | 2025.02.28 10:10:35.164418 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1675 rows starting from the beginning of the part | ||
| 11278 | 2025.02.28 10:10:35.164515 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11279 | 2025.02.28 10:10:35.164704 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11280 | 2025.02.28 10:10:35.165072 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 4 rows starting from the beginning of the part | ||
| 11281 | 2025.02.28 10:10:35.165879 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 36 rows starting from the beginning of the part | ||
| 11282 | 2025.02.28 10:10:35.166429 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 4 rows starting from the beginning of the part | ||
| 11283 | 2025.02.28 10:10:35.167088 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part | ||
| 11284 | 2025.02.28 10:10:35.167348 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11285 | 2025.02.28 10:10:35.167515 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11286 | 2025.02.28 10:10:35.167726 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 4 rows starting from the beginning of the part | ||
| 11287 | 2025.02.28 10:10:35.169062 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11288 | 2025.02.28 10:10:35.169585 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11289 | 2025.02.28 10:10:35.169963 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005579 sec., 10754.61552249507 rows/sec., 742.18 KiB/sec. | ||
| 11290 | 2025.02.28 10:10:35.170052 [ 262 ] {cf673c9c-e828-4ce0-9d42-3c67ffa4a872} <Debug> TCPHandler: Processed in 0.00611228 sec. | ||
| 11291 | 2025.02.28 10:10:35.188838 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1759 rows, containing 19 columns (19 merged, 0 gathered) in 0.025176079 sec., 69867.90913708207 rows/sec., 125.20 MiB/sec. | ||
| 11292 | 2025.02.28 10:10:35.190607 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11293 | 2025.02.28 10:10:35.191094 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11294 | 2025.02.28 10:10:35.191185 [ 192 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11295 | 2025.02.28 10:10:35.191353 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.01 MiB. | ||
| 11296 | 2025.02.28 10:10:36.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.39 MiB, peak 265.37 MiB, free memory in arenas 0.00 B, will set to 254.21 MiB (RSS), difference: 5.82 MiB | ||
| 11297 | 2025.02.28 10:10:37.307026 [ 70 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11298 | 2025.02.28 10:10:37.307088 [ 70 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11299 | 2025.02.28 10:10:37.307111 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 11300 | 2025.02.28 10:10:37.307285 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 11301 | 2025.02.28 10:10:37.307524 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11302 | 2025.02.28 10:10:37.307564 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 11303 | 2025.02.28 10:10:37.307653 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 11304 | 2025.02.28 10:10:37.307766 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 11305 | 2025.02.28 10:10:37.307874 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 11306 | 2025.02.28 10:10:37.307957 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 11307 | 2025.02.28 10:10:37.308945 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001773763 sec., 293162.05152548564 rows/sec., 20.81 MiB/sec. | ||
| 11308 | 2025.02.28 10:10:37.309073 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11309 | 2025.02.28 10:10:37.309333 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11310 | 2025.02.28 10:10:37.309416 [ 190 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_17_4} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11311 | 2025.02.28 10:10:37.309494 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11312 | 2025.02.28 10:10:37.908430 [ 69 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11313 | 2025.02.28 10:10:37.908506 [ 69 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2025.02.28 10:10:37.908532 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11315 | 2025.02.28 10:10:37.908783 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 11316 | 2025.02.28 10:10:37.909015 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11317 | 2025.02.28 10:10:37.909079 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 11318 | 2025.02.28 10:10:37.909223 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 11319 | 2025.02.28 10:10:37.909403 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 11320 | 2025.02.28 10:10:37.909584 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 11321 | 2025.02.28 10:10:37.909673 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 11322 | 2025.02.28 10:10:37.910655 [ 200 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002006116 sec., 135585.3799082406 rows/sec., 8.70 MiB/sec. | ||
| 11323 | 2025.02.28 10:10:37.910812 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11324 | 2025.02.28 10:10:37.911091 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11325 | 2025.02.28 10:10:37.911174 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_17_4} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11326 | 2025.02.28 10:10:37.911252 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11327 | 2025.02.28 10:10:38.725122 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11328 | 2025.02.28 10:10:38.725179 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11329 | 2025.02.28 10:10:38.927843 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 11330 | 2025.02.28 10:10:38.928601 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11331 | 2025.02.28 10:10:38.928649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11332 | 2025.02.28 10:10:38.929174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11333 | 2025.02.28 10:10:38.929430 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11334 | 2025.02.28 10:10:38.929700 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 11335 | 2025.02.28 10:10:39.001441 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001013923 sec. | ||
| 11336 | 2025.02.28 10:10:39.077949 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1572 | ||
| 11337 | 2025.02.28 10:10:39.080843 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2025.02.28 10:10:39.080905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11339 | 2025.02.28 10:10:39.082380 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11340 | 2025.02.28 10:10:39.082697 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11341 | 2025.02.28 10:10:39.082948 [ 68 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11342 | 2025.02.28 10:10:39.083079 [ 68 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11343 | 2025.02.28 10:10:39.083149 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11344 | 2025.02.28 10:10:39.083600 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 11345 | 2025.02.28 10:10:39.084227 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1572 | ||
| 11346 | 2025.02.28 10:10:39.084703 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11347 | 2025.02.28 10:10:39.084884 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1414 rows starting from the beginning of the part | ||
| 11348 | 2025.02.28 10:10:39.085390 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 44 rows starting from the beginning of the part | ||
| 11349 | 2025.02.28 10:10:39.085889 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 11350 | 2025.02.28 10:10:39.086372 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 11351 | 2025.02.28 10:10:39.086822 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 48 rows starting from the beginning of the part | ||
| 11352 | 2025.02.28 10:10:39.087254 [ 198 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 11353 | 2025.02.28 10:10:39.097639 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1572 rows, containing 72 columns (72 merged, 0 gathered) in 0.014316277 sec., 109805.08410112488 rows/sec., 86.00 MiB/sec. | ||
| 11354 | 2025.02.28 10:10:39.099475 [ 186 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11355 | 2025.02.28 10:10:39.100247 [ 186 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11356 | 2025.02.28 10:10:39.100371 [ 186 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_46_9} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11357 | 2025.02.28 10:10:39.100656 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 11358 | 2025.02.28 10:10:40.155419 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11359 | 2025.02.28 10:10:40.155617 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11360 | 2025.02.28 10:10:40.155695 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11361 | 2025.02.28 10:10:40.156553 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11362 | 2025.02.28 10:10:40.156603 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11363 | 2025.02.28 10:10:40.157057 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11364 | 2025.02.28 10:10:40.157321 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11365 | 2025.02.28 10:10:40.157578 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002004 sec., 105788.42315369261 rows/sec., 6.73 MiB/sec. | ||
| 11366 | 2025.02.28 10:10:40.157826 [ 261 ] {7f7229ab-b3f6-4d35-ad31-07e3015d4e0d} <Debug> TCPHandler: Processed in 0.002535823 sec. | ||
| 11367 | 2025.02.28 10:10:40.158080 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2025.02.28 10:10:40.158265 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11369 | 2025.02.28 10:10:40.158334 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11370 | 2025.02.28 10:10:40.159381 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11371 | 2025.02.28 10:10:40.159427 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11372 | 2025.02.28 10:10:40.159907 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11373 | 2025.02.28 10:10:40.160176 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11374 | 2025.02.28 10:10:40.160372 [ 66 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11375 | 2025.02.28 10:10:40.160441 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002223 sec., 309941.52046783624 rows/sec., 24.68 MiB/sec. | ||
| 11376 | 2025.02.28 10:10:40.160468 [ 66 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11377 | 2025.02.28 10:10:40.160540 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11378 | 2025.02.28 10:10:40.160568 [ 262 ] {d09b451b-6d59-428f-a984-16ddf0a7200c} <Debug> TCPHandler: Processed in 0.002607884 sec. | ||
| 11379 | 2025.02.28 10:10:40.160834 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2025.02.28 10:10:40.160944 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11381 | 2025.02.28 10:10:40.161189 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11382 | 2025.02.28 10:10:40.161411 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11383 | 2025.02.28 10:10:40.161710 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11384 | 2025.02.28 10:10:40.161928 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1967 rows starting from the beginning of the part | ||
| 11385 | 2025.02.28 10:10:40.162389 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11386 | 2025.02.28 10:10:40.162988 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1831 rows starting from the beginning of the part | ||
| 11387 | 2025.02.28 10:10:40.163393 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11388 | 2025.02.28 10:10:40.163801 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 11389 | 2025.02.28 10:10:40.164254 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 689 rows starting from the beginning of the part | ||
| 11390 | 2025.02.28 10:10:40.165316 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11391 | 2025.02.28 10:10:40.165380 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11392 | 2025.02.28 10:10:40.166168 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11393 | 2025.02.28 10:10:40.166678 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2025.02.28 10:10:40.166947 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005902 sec., 24059.640799728906 rows/sec., 1.50 MiB/sec. | ||
| 11395 | 2025.02.28 10:10:40.167048 [ 261 ] {071b970b-9cd2-4eca-ba0c-3582c96597f0} <Debug> TCPHandler: Processed in 0.006375823 sec. | ||
| 11396 | 2025.02.28 10:10:40.167218 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11397 | 2025.02.28 10:10:40.167510 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11398 | 2025.02.28 10:10:40.167683 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11399 | 2025.02.28 10:10:40.167773 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4671 rows, containing 5 columns (5 merged, 0 gathered) in 0.007087643 sec., 659034.3221293736 rows/sec., 56.06 MiB/sec. | ||
| 11400 | 2025.02.28 10:10:40.168150 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11401 | 2025.02.28 10:10:40.168773 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11402 | 2025.02.28 10:10:40.168875 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11403 | 2025.02.28 10:10:40.168929 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11404 | 2025.02.28 10:10:40.168950 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_106_21} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11405 | 2025.02.28 10:10:40.169129 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 11406 | 2025.02.28 10:10:40.169445 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11407 | 2025.02.28 10:10:40.169692 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11408 | 2025.02.28 10:10:40.169924 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002534 sec., 44593.52801894239 rows/sec., 2.89 MiB/sec. | ||
| 11409 | 2025.02.28 10:10:40.169985 [ 262 ] {8c62ad39-6176-4fcd-86ad-88d131ab797b} <Debug> TCPHandler: Processed in 0.002839398 sec. | ||
| 11410 | 2025.02.28 10:10:40.170147 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11411 | 2025.02.28 10:10:40.170269 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11412 | 2025.02.28 10:10:40.170320 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11413 | 2025.02.28 10:10:40.170938 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11414 | 2025.02.28 10:10:40.170977 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11415 | 2025.02.28 10:10:40.171354 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11416 | 2025.02.28 10:10:40.171589 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11417 | 2025.02.28 10:10:40.171827 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001578 sec., 70975.91888466413 rows/sec., 4.04 MiB/sec. | ||
| 11418 | 2025.02.28 10:10:40.172031 [ 261 ] {3a46fec9-7b08-402e-b522-e7d2f9c67d47} <Debug> TCPHandler: Processed in 0.001936835 sec. | ||
| 11419 | 2025.02.28 10:10:40.172225 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11420 | 2025.02.28 10:10:40.172362 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11421 | 2025.02.28 10:10:40.172420 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11422 | 2025.02.28 10:10:40.173189 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11423 | 2025.02.28 10:10:40.173229 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11424 | 2025.02.28 10:10:40.173605 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11425 | 2025.02.28 10:10:40.173839 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11426 | 2025.02.28 10:10:40.174015 [ 66 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11427 | 2025.02.28 10:10:40.174079 [ 66 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2025.02.28 10:10:40.174084 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001742 sec., 239954.07577497128 rows/sec., 17.08 MiB/sec. | ||
| 11429 | 2025.02.28 10:10:40.174111 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11430 | 2025.02.28 10:10:40.174262 [ 262 ] {65032530-5be8-4b29-a1bc-e6b1c3d6942f} <Debug> TCPHandler: Processed in 0.002124567 sec. | ||
| 11431 | 2025.02.28 10:10:40.174316 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 11432 | 2025.02.28 10:10:40.174452 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11433 | 2025.02.28 10:10:40.174463 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2025.02.28 10:10:40.174503 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 952 rows starting from the beginning of the part | ||
| 11435 | 2025.02.28 10:10:40.174798 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 68 rows starting from the beginning of the part | ||
| 11436 | 2025.02.28 10:10:40.174806 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11437 | 2025.02.28 10:10:40.174991 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11438 | 2025.02.28 10:10:40.175126 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 878 rows starting from the beginning of the part | ||
| 11439 | 2025.02.28 10:10:40.175545 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 11440 | 2025.02.28 10:10:40.175929 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 68 rows starting from the beginning of the part | ||
| 11441 | 2025.02.28 10:10:40.176250 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 418 rows starting from the beginning of the part | ||
| 11442 | 2025.02.28 10:10:40.177352 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11443 | 2025.02.28 10:10:40.177403 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11444 | 2025.02.28 10:10:40.178411 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 11445 | 2025.02.28 10:10:40.178758 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11446 | 2025.02.28 10:10:40.179365 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004676 sec., 1283.1479897348163 rows/sec., 67.04 KiB/sec. | ||
| 11447 | 2025.02.28 10:10:40.179757 [ 261 ] {b17923dd-39de-46b1-a100-006116ddf661} <Debug> TCPHandler: Processed in 0.00537431 sec. | ||
| 11448 | 2025.02.28 10:10:40.179850 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.005622483 sec., 435394.8246708794 rows/sec., 33.44 MiB/sec. | ||
| 11449 | 2025.02.28 10:10:40.179937 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11450 | 2025.02.28 10:10:40.180075 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11451 | 2025.02.28 10:10:40.180097 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11452 | 2025.02.28 10:10:40.180172 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11453 | 2025.02.28 10:10:40.180520 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11454 | 2025.02.28 10:10:40.180626 [ 189 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_106_21} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11455 | 2025.02.28 10:10:40.180712 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11456 | 2025.02.28 10:10:40.180954 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11457 | 2025.02.28 10:10:40.180993 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11458 | 2025.02.28 10:10:40.181386 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11459 | 2025.02.28 10:10:40.181626 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11460 | 2025.02.28 10:10:40.181801 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11461 | 2025.02.28 10:10:40.181858 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11462 | 2025.02.28 10:10:40.181871 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001803 sec., 131447.58735440933 rows/sec., 8.81 MiB/sec. | ||
| 11463 | 2025.02.28 10:10:40.181891 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11464 | 2025.02.28 10:10:40.182049 [ 262 ] {9d016de3-36a3-448a-bf19-f2cd778ef917} <Debug> TCPHandler: Processed in 0.002183169 sec. | ||
| 11465 | 2025.02.28 10:10:40.182107 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 11466 | 2025.02.28 10:10:40.182240 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11467 | 2025.02.28 10:10:40.182288 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11468 | 2025.02.28 10:10:40.182337 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28727 rows starting from the beginning of the part | ||
| 11469 | 2025.02.28 10:10:40.182554 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11470 | 2025.02.28 10:10:40.182615 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 11471 | 2025.02.28 10:10:40.182710 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11472 | 2025.02.28 10:10:40.182939 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 957 rows starting from the beginning of the part | ||
| 11473 | 2025.02.28 10:10:40.183413 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 128 rows starting from the beginning of the part | ||
| 11474 | 2025.02.28 10:10:40.183794 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 11475 | 2025.02.28 10:10:40.184106 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 11476 | 2025.02.28 10:10:40.184803 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11477 | 2025.02.28 10:10:40.184865 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11478 | 2025.02.28 10:10:40.185495 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 11479 | 2025.02.28 10:10:40.185851 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11480 | 2025.02.28 10:10:40.186207 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003773 sec., 265.041081367612 rows/sec., 17.86 KiB/sec. | ||
| 11481 | 2025.02.28 10:10:40.186452 [ 261 ] {8e22ce58-db1e-4a92-8542-d7112851a691} <Debug> TCPHandler: Processed in 0.004304006 sec. | ||
| 11482 | 2025.02.28 10:10:40.186676 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2025.02.28 10:10:40.186861 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11484 | 2025.02.28 10:10:40.187024 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <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 | ||
| 11485 | 2025.02.28 10:10:40.188566 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2025.02.28 10:10:40.188610 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11487 | 2025.02.28 10:10:40.189313 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11488 | 2025.02.28 10:10:40.189679 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2025.02.28 10:10:40.190000 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003194 sec., 11271.133375078272 rows/sec., 20.20 MiB/sec. | ||
| 11490 | 2025.02.28 10:10:40.190190 [ 262 ] {2b3b19c1-d649-4c7e-a98a-957f18237964} <Debug> TCPHandler: Processed in 0.003627917 sec. | ||
| 11491 | 2025.02.28 10:10:40.190354 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2025.02.28 10:10:40.190499 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11493 | 2025.02.28 10:10:40.190562 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11494 | 2025.02.28 10:10:40.191301 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2025.02.28 10:10:40.191368 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11496 | 2025.02.28 10:10:40.191873 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11497 | 2025.02.28 10:10:40.192303 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2025.02.28 10:10:40.192634 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30369 rows, containing 5 columns (5 merged, 0 gathered) in 0.010587248 sec., 2868450.800434636 rows/sec., 196.04 MiB/sec. | ||
| 11499 | 2025.02.28 10:10:40.192660 [ 66 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11500 | 2025.02.28 10:10:40.192746 [ 66 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11501 | 2025.02.28 10:10:40.192770 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002295 sec., 35729.847494553374 rows/sec., 2.27 MiB/sec. | ||
| 11502 | 2025.02.28 10:10:40.192785 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11503 | 2025.02.28 10:10:40.192985 [ 261 ] {fa6141ae-5cac-45ab-9796-246214ebe95c} <Debug> TCPHandler: Processed in 0.002690844 sec. | ||
| 11504 | 2025.02.28 10:10:40.193183 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 11505 | 2025.02.28 10:10:40.193313 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11506 | 2025.02.28 10:10:40.193655 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11507 | 2025.02.28 10:10:40.193768 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5250 rows starting from the beginning of the part | ||
| 11508 | 2025.02.28 10:10:40.194211 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 11509 | 2025.02.28 10:10:40.194612 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11510 | 2025.02.28 10:10:40.194638 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 34 rows starting from the beginning of the part | ||
| 11511 | 2025.02.28 10:10:40.195077 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part | ||
| 11512 | 2025.02.28 10:10:40.195127 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11513 | 2025.02.28 10:10:40.195503 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 11514 | 2025.02.28 10:10:40.195611 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 11515 | 2025.02.28 10:10:40.195884 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 11516 | 2025.02.28 10:10:40.198721 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5534 rows, containing 4 columns (4 merged, 0 gathered) in 0.005801645 sec., 953867.3945062133 rows/sec., 63.88 MiB/sec. | ||
| 11517 | 2025.02.28 10:10:40.199118 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11518 | 2025.02.28 10:10:40.199449 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11519 | 2025.02.28 10:10:40.199540 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_106_21} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11520 | 2025.02.28 10:10:40.199633 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11521 | 2025.02.28 10:10:41.070845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 11522 | 2025.02.28 10:10:41.092517 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2025.02.28 10:10:41.092587 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11524 | 2025.02.28 10:10:41.099947 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11525 | 2025.02.28 10:10:41.100728 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11526 | 2025.02.28 10:10:41.103515 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 11527 | 2025.02.28 10:10:45.148413 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11528 | 2025.02.28 10:10:45.148649 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11529 | 2025.02.28 10:10:45.148734 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11530 | 2025.02.28 10:10:45.149488 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11531 | 2025.02.28 10:10:45.149544 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11532 | 2025.02.28 10:10:45.149971 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11533 | 2025.02.28 10:10:45.150230 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11534 | 2025.02.28 10:10:45.150495 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001903 sec., 2101.9442984760904 rows/sec., 171.40 KiB/sec. | ||
| 11535 | 2025.02.28 10:10:45.150629 [ 261 ] {f00166fd-c377-4ea1-b7ac-bf04b979ba6a} <Debug> TCPHandler: Processed in 0.002363611 sec. | ||
| 11536 | 2025.02.28 10:10:45.150885 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2025.02.28 10:10:45.151075 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11538 | 2025.02.28 10:10:45.151149 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11539 | 2025.02.28 10:10:45.151922 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11540 | 2025.02.28 10:10:45.151969 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11541 | 2025.02.28 10:10:45.152404 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11542 | 2025.02.28 10:10:45.152656 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11543 | 2025.02.28 10:10:45.152894 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001869 sec., 35313.00160513644 rows/sec., 2.77 MiB/sec. | ||
| 11544 | 2025.02.28 10:10:45.152958 [ 262 ] {4f0b6a89-8386-4843-9ca8-94d1273c5a32} <Debug> TCPHandler: Processed in 0.002199088 sec. | ||
| 11545 | 2025.02.28 10:10:45.153126 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11546 | 2025.02.28 10:10:45.153272 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11547 | 2025.02.28 10:10:45.153334 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11548 | 2025.02.28 10:10:45.154003 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11549 | 2025.02.28 10:10:45.154044 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11550 | 2025.02.28 10:10:45.154410 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11551 | 2025.02.28 10:10:45.154648 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11552 | 2025.02.28 10:10:45.154868 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001629 sec., 4910.988336402701 rows/sec., 356.09 KiB/sec. | ||
| 11553 | 2025.02.28 10:10:45.154924 [ 261 ] {053da962-081a-49a9-ab92-d191d542f3dc} <Debug> TCPHandler: Processed in 0.001866034 sec. | ||
| 11554 | 2025.02.28 10:10:45.155109 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11555 | 2025.02.28 10:10:45.155253 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11556 | 2025.02.28 10:10:45.155315 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11557 | 2025.02.28 10:10:45.155997 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11558 | 2025.02.28 10:10:45.156039 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11559 | 2025.02.28 10:10:45.156406 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11560 | 2025.02.28 10:10:45.156638 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11561 | 2025.02.28 10:10:45.156860 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001641 sec., 43875.68555758683 rows/sec., 3.43 MiB/sec. | ||
| 11562 | 2025.02.28 10:10:45.156915 [ 262 ] {4247a572-925e-4c22-ae42-dbe9a735c758} <Debug> TCPHandler: Processed in 0.001874904 sec. | ||
| 11563 | 2025.02.28 10:10:45.157060 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11564 | 2025.02.28 10:10:45.157179 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11565 | 2025.02.28 10:10:45.157234 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11566 | 2025.02.28 10:10:45.157825 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2025.02.28 10:10:45.157864 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11568 | 2025.02.28 10:10:45.158260 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11569 | 2025.02.28 10:10:45.158510 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11570 | 2025.02.28 10:10:45.158751 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001597 sec., 101440.20037570446 rows/sec., 7.06 MiB/sec. | ||
| 11571 | 2025.02.28 10:10:45.158807 [ 261 ] {80959170-ce65-4f1c-afc1-30383abbafa0} <Debug> TCPHandler: Processed in 0.001804274 sec. | ||
| 11572 | 2025.02.28 10:10:45.158967 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11573 | 2025.02.28 10:10:45.159113 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11574 | 2025.02.28 10:10:45.159208 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <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 | ||
| 11575 | 2025.02.28 10:10:45.160406 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2025.02.28 10:10:45.160472 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11577 | 2025.02.28 10:10:45.161091 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11578 | 2025.02.28 10:10:45.161357 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2025.02.28 10:10:45.161611 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002533 sec., 1579.1551519936834 rows/sec., 2.83 MiB/sec. | ||
| 11580 | 2025.02.28 10:10:45.161719 [ 262 ] {72535a45-3ca4-4d47-9106-d5aed77ee7e9} <Debug> TCPHandler: Processed in 0.002819066 sec. | ||
| 11581 | 2025.02.28 10:10:45.161886 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11582 | 2025.02.28 10:10:45.162029 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11583 | 2025.02.28 10:10:45.162089 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11584 | 2025.02.28 10:10:45.162672 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11585 | 2025.02.28 10:10:45.162717 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11586 | 2025.02.28 10:10:45.163098 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11587 | 2025.02.28 10:10:45.163343 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11588 | 2025.02.28 10:10:45.163549 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 11589 | 2025.02.28 10:10:45.163599 [ 261 ] {7dbe6771-bf0f-45ea-ba88-1113ebcef6d6} <Debug> TCPHandler: Processed in 0.001781463 sec. | ||
| 11590 | 2025.02.28 10:10:46.429863 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 11591 | 2025.02.28 10:10:46.430621 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2025.02.28 10:10:46.430678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11593 | 2025.02.28 10:10:46.431227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11594 | 2025.02.28 10:10:46.431482 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11595 | 2025.02.28 10:10:46.431785 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 11596 | 2025.02.28 10:10:48.603609 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 11597 | 2025.02.28 10:10:48.626862 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11598 | 2025.02.28 10:10:48.626937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11599 | 2025.02.28 10:10:48.634349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11600 | 2025.02.28 10:10:48.635175 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11601 | 2025.02.28 10:10:48.641290 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 11602 | 2025.02.28 10:10:49.084451 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1608 | ||
| 11603 | 2025.02.28 10:10:49.087622 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11604 | 2025.02.28 10:10:49.087684 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11605 | 2025.02.28 10:10:49.089187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11606 | 2025.02.28 10:10:49.089512 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11607 | 2025.02.28 10:10:49.091011 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1608 | ||
| 11608 | 2025.02.28 10:10:50.155583 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11609 | 2025.02.28 10:10:50.155798 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11610 | 2025.02.28 10:10:50.155878 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11611 | 2025.02.28 10:10:50.156720 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11612 | 2025.02.28 10:10:50.156767 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11613 | 2025.02.28 10:10:50.157215 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11614 | 2025.02.28 10:10:50.157475 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11615 | 2025.02.28 10:10:50.157714 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001963 sec., 107997.96230259807 rows/sec., 6.87 MiB/sec. | ||
| 11616 | 2025.02.28 10:10:50.157938 [ 261 ] {71d64984-24e4-4ff3-a182-36290ee61fac} <Debug> TCPHandler: Processed in 0.002485263 sec. | ||
| 11617 | 2025.02.28 10:10:50.158197 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11618 | 2025.02.28 10:10:50.158385 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11619 | 2025.02.28 10:10:50.158459 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11620 | 2025.02.28 10:10:50.159613 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11621 | 2025.02.28 10:10:50.159660 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11622 | 2025.02.28 10:10:50.160145 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11623 | 2025.02.28 10:10:50.160431 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11624 | 2025.02.28 10:10:50.160691 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002356 sec., 292444.8217317487 rows/sec., 23.29 MiB/sec. | ||
| 11625 | 2025.02.28 10:10:50.160778 [ 262 ] {8ecbb605-9412-43f2-ad71-49942c656fda} <Debug> TCPHandler: Processed in 0.002707576 sec. | ||
| 11626 | 2025.02.28 10:10:50.161000 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11627 | 2025.02.28 10:10:50.161217 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11628 | 2025.02.28 10:10:50.161274 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11629 | 2025.02.28 10:10:50.161939 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11630 | 2025.02.28 10:10:50.161979 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11631 | 2025.02.28 10:10:50.162354 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11632 | 2025.02.28 10:10:50.162595 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11633 | 2025.02.28 10:10:50.162795 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001623 sec., 87492.29821318545 rows/sec., 5.47 MiB/sec. | ||
| 11634 | 2025.02.28 10:10:50.162895 [ 261 ] {419873d2-743e-4fbb-b5b7-7a2c3841b047} <Debug> TCPHandler: Processed in 0.002003136 sec. | ||
| 11635 | 2025.02.28 10:10:50.163118 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11636 | 2025.02.28 10:10:50.163312 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11637 | 2025.02.28 10:10:50.163374 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11638 | 2025.02.28 10:10:50.164088 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2025.02.28 10:10:50.164129 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11640 | 2025.02.28 10:10:50.164493 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11641 | 2025.02.28 10:10:50.164728 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2025.02.28 10:10:50.164886 [ 43 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 11643 | 2025.02.28 10:10:50.164966 [ 43 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11644 | 2025.02.28 10:10:50.165009 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11645 | 2025.02.28 10:10:50.165018 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001732 sec., 65242.494226327944 rows/sec., 4.22 MiB/sec. | ||
| 11646 | 2025.02.28 10:10:50.165241 [ 262 ] {e0785c14-e9a6-4719-9dd6-bff67c8c6811} <Debug> TCPHandler: Processed in 0.002250229 sec. | ||
| 11647 | 2025.02.28 10:10:50.165313 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 11648 | 2025.02.28 10:10:50.165411 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11649 | 2025.02.28 10:10:50.165464 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11650 | 2025.02.28 10:10:50.165514 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 365 rows starting from the beginning of the part | ||
| 11651 | 2025.02.28 10:10:50.165553 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11652 | 2025.02.28 10:10:50.165630 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11653 | 2025.02.28 10:10:50.165642 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part | ||
| 11654 | 2025.02.28 10:10:50.166121 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part | ||
| 11655 | 2025.02.28 10:10:50.166436 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 11656 | 2025.02.28 10:10:50.166817 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 11657 | 2025.02.28 10:10:50.167180 [ 199 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 11658 | 2025.02.28 10:10:50.168217 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2025.02.28 10:10:50.168260 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11660 | 2025.02.28 10:10:50.168791 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11661 | 2025.02.28 10:10:50.169134 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11662 | 2025.02.28 10:10:50.169204 [ 186 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1436 rows, containing 5 columns (5 merged, 0 gathered) in 0.004086383 sec., 351411.0155607049 rows/sec., 25.07 MiB/sec. | ||
| 11663 | 2025.02.28 10:10:50.169472 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003955 sec., 28318.58407079646 rows/sec., 1.61 MiB/sec. | ||
| 11664 | 2025.02.28 10:10:50.169569 [ 186 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 11665 | 2025.02.28 10:10:50.169589 [ 261 ] {86f56759-2587-4b52-92a0-9f792e644f06} <Debug> TCPHandler: Processed in 0.004235116 sec. | ||
| 11666 | 2025.02.28 10:10:50.169831 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11667 | 2025.02.28 10:10:50.170038 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11668 | 2025.02.28 10:10:50.170126 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11669 | 2025.02.28 10:10:50.170170 [ 186 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2025.02.28 10:10:50.170417 [ 186 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_23_5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 11671 | 2025.02.28 10:10:50.170636 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 11672 | 2025.02.28 10:10:50.171253 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11673 | 2025.02.28 10:10:50.171298 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11674 | 2025.02.28 10:10:50.171681 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11675 | 2025.02.28 10:10:50.171932 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11676 | 2025.02.28 10:10:50.172170 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.002194 sec., 190519.59890610754 rows/sec., 13.56 MiB/sec. | ||
| 11677 | 2025.02.28 10:10:50.172240 [ 262 ] {32f00d80-1c74-4e9e-9be3-278c4634f48c} <Debug> TCPHandler: Processed in 0.002525723 sec. | ||
| 11678 | 2025.02.28 10:10:50.172447 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11679 | 2025.02.28 10:10:50.172632 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11680 | 2025.02.28 10:10:50.172685 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11681 | 2025.02.28 10:10:50.173175 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11682 | 2025.02.28 10:10:50.173212 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11683 | 2025.02.28 10:10:50.173577 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 11684 | 2025.02.28 10:10:50.173807 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2025.02.28 10:10:50.174003 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 11686 | 2025.02.28 10:10:50.174078 [ 261 ] {2e86b9f8-9180-4dea-84e6-a848419c50be} <Debug> TCPHandler: Processed in 0.001745813 sec. | ||
| 11687 | 2025.02.28 10:10:50.174231 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11688 | 2025.02.28 10:10:50.174371 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11689 | 2025.02.28 10:10:50.174435 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11690 | 2025.02.28 10:10:50.175084 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11691 | 2025.02.28 10:10:50.175123 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11692 | 2025.02.28 10:10:50.175512 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11693 | 2025.02.28 10:10:50.175747 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2025.02.28 10:10:50.175985 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 11695 | 2025.02.28 10:10:50.176043 [ 262 ] {5e439b9b-8ebc-4e4e-934e-883bc7f20e5f} <Debug> TCPHandler: Processed in 0.001877505 sec. | ||
| 11696 | 2025.02.28 10:10:50.176191 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2025.02.28 10:10:50.176309 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11698 | 2025.02.28 10:10:50.176363 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11699 | 2025.02.28 10:10:50.176831 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2025.02.28 10:10:50.176867 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11701 | 2025.02.28 10:10:50.177223 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 11702 | 2025.02.28 10:10:50.177457 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11703 | 2025.02.28 10:10:50.177657 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
| 11704 | 2025.02.28 10:10:50.177725 [ 261 ] {f2695145-48c7-45c3-a066-f5bc442fc3f7} <Debug> TCPHandler: Processed in 0.001590541 sec. | ||
| 11705 | 2025.02.28 10:10:50.177859 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11706 | 2025.02.28 10:10:50.177996 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11707 | 2025.02.28 10:10:50.178090 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <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 | ||
| 11708 | 2025.02.28 10:10:50.179386 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2025.02.28 10:10:50.179425 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11710 | 2025.02.28 10:10:50.180092 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11711 | 2025.02.28 10:10:50.180351 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2025.02.28 10:10:50.180607 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002641 sec., 13631.200302915562 rows/sec., 24.43 MiB/sec. | ||
| 11713 | 2025.02.28 10:10:50.180723 [ 262 ] {f17b6f5f-1151-465b-b207-f14aed59535f} <Debug> TCPHandler: Processed in 0.002918298 sec. | ||
| 11714 | 2025.02.28 10:10:50.180874 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11715 | 2025.02.28 10:10:50.180992 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11716 | 2025.02.28 10:10:50.181043 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11717 | 2025.02.28 10:10:50.181547 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11718 | 2025.02.28 10:10:50.181585 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11719 | 2025.02.28 10:10:50.181970 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11720 | 2025.02.28 10:10:50.182218 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11721 | 2025.02.28 10:10:50.182396 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 11722 | 2025.02.28 10:10:50.182444 [ 261 ] {e92706d1-f7e4-41eb-ab9e-78226accc2a3} <Debug> TCPHandler: Processed in 0.001627911 sec. | ||
| 11723 | 2025.02.28 10:10:53.725256 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11724 | 2025.02.28 10:10:53.725336 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11725 | 2025.02.28 10:10:53.931956 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 11726 | 2025.02.28 10:10:53.932597 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11727 | 2025.02.28 10:10:53.932643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11728 | 2025.02.28 10:10:53.933175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11729 | 2025.02.28 10:10:53.933431 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11730 | 2025.02.28 10:10:53.933599 [ 38 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11731 | 2025.02.28 10:10:53.933642 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 11732 | 2025.02.28 10:10:53.933653 [ 38 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11733 | 2025.02.28 10:10:53.933682 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11734 | 2025.02.28 10:10:53.933834 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 11735 | 2025.02.28 10:10:53.933999 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11736 | 2025.02.28 10:10:53.934045 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 11737 | 2025.02.28 10:10:53.934124 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 11738 | 2025.02.28 10:10:53.934306 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 11739 | 2025.02.28 10:10:53.934548 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 11740 | 2025.02.28 10:10:53.934707 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 11741 | 2025.02.28 10:10:53.934899 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 11742 | 2025.02.28 10:10:53.937698 [ 199 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003938011 sec., 7683066.40077948 rows/sec., 109.91 MiB/sec. | ||
| 11743 | 2025.02.28 10:10:53.938140 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11744 | 2025.02.28 10:10:53.938569 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11745 | 2025.02.28 10:10:53.938689 [ 192 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_66_13} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11746 | 2025.02.28 10:10:53.938835 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. | ||
| 11747 | 2025.02.28 10:10:55.147795 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11748 | 2025.02.28 10:10:55.148002 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11749 | 2025.02.28 10:10:55.148077 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11750 | 2025.02.28 10:10:55.148826 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11751 | 2025.02.28 10:10:55.148866 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11752 | 2025.02.28 10:10:55.149287 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11753 | 2025.02.28 10:10:55.149538 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11754 | 2025.02.28 10:10:55.149754 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001803 sec., 35496.394897393235 rows/sec., 2.80 MiB/sec. | ||
| 11755 | 2025.02.28 10:10:55.149816 [ 261 ] {e05a5e14-f970-4237-8c23-c91662e5165f} <Debug> TCPHandler: Processed in 0.002161848 sec. | ||
| 11756 | 2025.02.28 10:10:55.150093 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11757 | 2025.02.28 10:10:55.150326 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11758 | 2025.02.28 10:10:55.150400 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11759 | 2025.02.28 10:10:55.151154 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11760 | 2025.02.28 10:10:55.151205 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11761 | 2025.02.28 10:10:55.151642 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11762 | 2025.02.28 10:10:55.151902 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11763 | 2025.02.28 10:10:55.152158 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001884 sec., 2123.1422505307855 rows/sec., 159.65 KiB/sec. | ||
| 11764 | 2025.02.28 10:10:55.152269 [ 262 ] {6ad4af76-d905-487b-8917-c6354a34dae4} <Debug> TCPHandler: Processed in 0.00233502 sec. | ||
| 11765 | 2025.02.28 10:10:55.152488 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11766 | 2025.02.28 10:10:55.152784 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11767 | 2025.02.28 10:10:55.152855 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11768 | 2025.02.28 10:10:55.153473 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11769 | 2025.02.28 10:10:55.153512 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11770 | 2025.02.28 10:10:55.153867 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11771 | 2025.02.28 10:10:55.154098 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11772 | 2025.02.28 10:10:55.154307 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00162 sec., 41975.30864197531 rows/sec., 3.28 MiB/sec. | ||
| 11773 | 2025.02.28 10:10:55.154374 [ 261 ] {ab2747b2-9c02-46ca-bbd6-13e3545e5a57} <Debug> TCPHandler: Processed in 0.002005786 sec. | ||
| 11774 | 2025.02.28 10:10:55.154574 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11775 | 2025.02.28 10:10:55.154920 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11776 | 2025.02.28 10:10:55.155076 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11777 | 2025.02.28 10:10:55.155691 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11778 | 2025.02.28 10:10:55.155735 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11779 | 2025.02.28 10:10:55.156137 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11780 | 2025.02.28 10:10:55.156384 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11781 | 2025.02.28 10:10:55.156613 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001827 sec., 87575.25998905308 rows/sec., 6.10 MiB/sec. | ||
| 11782 | 2025.02.28 10:10:55.156672 [ 262 ] {8cca7049-8bd5-422d-bc22-8482050fca62} <Debug> TCPHandler: Processed in 0.002200619 sec. | ||
| 11783 | 2025.02.28 10:10:55.156816 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11784 | 2025.02.28 10:10:55.156933 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11785 | 2025.02.28 10:10:55.157017 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <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 | ||
| 11786 | 2025.02.28 10:10:55.158275 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2025.02.28 10:10:55.158313 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11788 | 2025.02.28 10:10:55.158923 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11789 | 2025.02.28 10:10:55.159170 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2025.02.28 10:10:55.159370 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002462 sec., 1624.6953696181965 rows/sec., 2.91 MiB/sec. | ||
| 11791 | 2025.02.28 10:10:55.159476 [ 261 ] {ff9c7a62-e0c1-46a8-ba61-091c1a0f48c3} <Debug> TCPHandler: Processed in 0.002718045 sec. | ||
| 11792 | 2025.02.28 10:10:55.159628 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2025.02.28 10:10:55.159770 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11794 | 2025.02.28 10:10:55.159831 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11795 | 2025.02.28 10:10:55.160371 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2025.02.28 10:10:55.160411 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11797 | 2025.02.28 10:10:55.160774 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11798 | 2025.02.28 10:10:55.161011 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2025.02.28 10:10:55.161233 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 11800 | 2025.02.28 10:10:55.161289 [ 262 ] {675a3f28-1a28-44a6-bd8b-7ff69b75f480} <Debug> TCPHandler: Processed in 0.001725723 sec. | ||
| 11801 | 2025.02.28 10:10:56.141387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 11802 | 2025.02.28 10:10:56.164974 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11803 | 2025.02.28 10:10:56.165038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11804 | 2025.02.28 10:10:56.172448 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11805 | 2025.02.28 10:10:56.173339 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11806 | 2025.02.28 10:10:56.173669 [ 36 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11807 | 2025.02.28 10:10:56.173722 [ 36 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11808 | 2025.02.28 10:10:56.173758 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11809 | 2025.02.28 10:10:56.174238 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11810 | 2025.02.28 10:10:56.191165 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 11811 | 2025.02.28 10:10:56.193177 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11812 | 2025.02.28 10:10:56.195105 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11813 | 2025.02.28 10:10:56.201718 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11814 | 2025.02.28 10:10:56.207879 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11815 | 2025.02.28 10:10:56.213978 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11816 | 2025.02.28 10:10:56.222290 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11817 | 2025.02.28 10:10:56.226883 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 11818 | 2025.02.28 10:10:56.291227 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.117352401 sec., 4243.628556010542 rows/sec., 21.94 MiB/sec. | ||
| 11819 | 2025.02.28 10:10:56.296428 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11820 | 2025.02.28 10:10:56.299808 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_66_13} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2025.02.28 10:10:56.299948 [ 194 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_66_13} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11822 | 2025.02.28 10:10:56.302372 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 11823 | 2025.02.28 10:10:57.432279 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11824 | 2025.02.28 10:10:57.432465 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11825 | 2025.02.28 10:10:57.432565 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11826 | 2025.02.28 10:10:57.433383 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2025.02.28 10:10:57.433434 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11828 | 2025.02.28 10:10:57.433863 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11829 | 2025.02.28 10:10:57.434112 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2025.02.28 10:10:57.434324 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001913 sec., 3136.434918975431 rows/sec., 255.75 KiB/sec. | ||
| 11831 | 2025.02.28 10:10:57.434450 [ 261 ] {46363ec0-6745-4447-8405-aaea15238265} <Debug> TCPHandler: Processed in 0.00230727 sec. | ||
| 11832 | 2025.02.28 10:10:57.434717 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11833 | 2025.02.28 10:10:57.434927 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11834 | 2025.02.28 10:10:57.435015 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11835 | 2025.02.28 10:10:57.436369 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2025.02.28 10:10:57.436424 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11837 | 2025.02.28 10:10:57.436957 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11838 | 2025.02.28 10:10:57.437240 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2025.02.28 10:10:57.437505 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Debug> executeQuery: Read 1271 rows, 107.55 KiB in 0.002637 sec., 481987.1065604854 rows/sec., 39.83 MiB/sec. | ||
| 11840 | 2025.02.28 10:10:57.437576 [ 262 ] {569eeb14-3763-444f-9e24-869f99b4d6e0} <Debug> TCPHandler: Processed in 0.002999209 sec. | ||
| 11841 | 2025.02.28 10:10:57.437731 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11842 | 2025.02.28 10:10:57.437859 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11843 | 2025.02.28 10:10:57.437911 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11844 | 2025.02.28 10:10:57.438553 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11845 | 2025.02.28 10:10:57.438591 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11846 | 2025.02.28 10:10:57.438954 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11847 | 2025.02.28 10:10:57.439186 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11848 | 2025.02.28 10:10:57.439320 [ 31 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11849 | 2025.02.28 10:10:57.439361 [ 31 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11850 | 2025.02.28 10:10:57.439369 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001539 sec., 27290.448343079923 rows/sec., 1.98 MiB/sec. | ||
| 11851 | 2025.02.28 10:10:57.439386 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11852 | 2025.02.28 10:10:57.439474 [ 261 ] {b3f782c5-70b2-4a19-bbd3-2b294ccf4f81} <Debug> TCPHandler: Processed in 0.001801163 sec. | ||
| 11853 | 2025.02.28 10:10:57.439763 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11854 | 2025.02.28 10:10:57.439772 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 11855 | 2025.02.28 10:10:57.440126 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11856 | 2025.02.28 10:10:57.440298 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11857 | 2025.02.28 10:10:57.440573 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11858 | 2025.02.28 10:10:57.440798 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 178 rows starting from the beginning of the part | ||
| 11859 | 2025.02.28 10:10:57.441327 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 142 rows starting from the beginning of the part | ||
| 11860 | 2025.02.28 10:10:57.441886 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 11861 | 2025.02.28 10:10:57.442465 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 142 rows starting from the beginning of the part | ||
| 11862 | 2025.02.28 10:10:57.442891 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 4 rows starting from the beginning of the part | ||
| 11863 | 2025.02.28 10:10:57.443256 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 42 rows starting from the beginning of the part | ||
| 11864 | 2025.02.28 10:10:57.444367 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2025.02.28 10:10:57.444449 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11866 | 2025.02.28 10:10:57.445433 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11867 | 2025.02.28 10:10:57.446027 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11868 | 2025.02.28 10:10:57.446274 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 5 columns (5 merged, 0 gathered) in 0.006774989 sec., 76162.48528226392 rows/sec., 5.18 MiB/sec. | ||
| 11869 | 2025.02.28 10:10:57.446509 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006515 sec., 34996.162701458175 rows/sec., 2.37 MiB/sec. | ||
| 11870 | 2025.02.28 10:10:57.446634 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11871 | 2025.02.28 10:10:57.446646 [ 262 ] {9d8b1273-8670-489c-8d4d-7354c08b4aac} <Debug> TCPHandler: Processed in 0.007056761 sec. | ||
| 11872 | 2025.02.28 10:10:57.446877 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11873 | 2025.02.28 10:10:57.447083 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11874 | 2025.02.28 10:10:57.447180 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11875 | 2025.02.28 10:10:57.447204 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11876 | 2025.02.28 10:10:57.447457 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_91_18} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11877 | 2025.02.28 10:10:57.447685 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11878 | 2025.02.28 10:10:57.448392 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11879 | 2025.02.28 10:10:57.448439 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11880 | 2025.02.28 10:10:57.448846 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11881 | 2025.02.28 10:10:57.449085 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11882 | 2025.02.28 10:10:57.449281 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Debug> executeQuery: Read 562 rows, 42.78 KiB in 0.002253 sec., 249445.184198846 rows/sec., 18.54 MiB/sec. | ||
| 11883 | 2025.02.28 10:10:57.449350 [ 261 ] {cea88019-3c55-4108-a36e-e8e594e89b5d} <Debug> TCPHandler: Processed in 0.002585934 sec. | ||
| 11884 | 2025.02.28 10:10:57.449555 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11885 | 2025.02.28 10:10:57.449823 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11886 | 2025.02.28 10:10:57.449888 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11887 | 2025.02.28 10:10:57.450693 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11888 | 2025.02.28 10:10:57.450733 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11889 | 2025.02.28 10:10:57.451181 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11890 | 2025.02.28 10:10:57.451424 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11891 | 2025.02.28 10:10:57.451659 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Debug> executeQuery: Read 945 rows, 64.89 KiB in 0.001907 sec., 495542.73728369165 rows/sec., 33.23 MiB/sec. | ||
| 11892 | 2025.02.28 10:10:57.451750 [ 262 ] {f72430d1-a8a0-42f7-bb43-e019c08e5601} <Debug> TCPHandler: Processed in 0.00231535 sec. | ||
| 11893 | 2025.02.28 10:10:57.451942 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11894 | 2025.02.28 10:10:57.452272 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11895 | 2025.02.28 10:10:57.452424 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <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 | ||
| 11896 | 2025.02.28 10:10:57.453650 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11897 | 2025.02.28 10:10:57.453689 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11898 | 2025.02.28 10:10:57.454381 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11899 | 2025.02.28 10:10:57.454644 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11900 | 2025.02.28 10:10:57.454791 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11901 | 2025.02.28 10:10:57.454835 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11902 | 2025.02.28 10:10:57.454863 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 11903 | 2025.02.28 10:10:57.454865 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002725 sec., 13211.009174311926 rows/sec., 23.67 MiB/sec. | ||
| 11904 | 2025.02.28 10:10:57.455463 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 11905 | 2025.02.28 10:10:57.455769 [ 261 ] {854cd509-84f3-4f6e-9190-25bf3391aa85} <Debug> TCPHandler: Processed in 0.003924292 sec. | ||
| 11906 | 2025.02.28 10:10:57.456263 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11907 | 2025.02.28 10:10:57.457131 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11908 | 2025.02.28 10:10:57.457360 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11909 | 2025.02.28 10:10:57.457384 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11910 | 2025.02.28 10:10:57.457661 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1759 rows starting from the beginning of the part | ||
| 11911 | 2025.02.28 10:10:57.458472 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 36 rows starting from the beginning of the part | ||
| 11912 | 2025.02.28 10:10:57.459302 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 4 rows starting from the beginning of the part | ||
| 11913 | 2025.02.28 10:10:57.459578 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2025.02.28 10:10:57.459745 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11915 | 2025.02.28 10:10:57.459994 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 36 rows starting from the beginning of the part | ||
| 11916 | 2025.02.28 10:10:57.460591 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 4 rows starting from the beginning of the part | ||
| 11917 | 2025.02.28 10:10:57.461212 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 36 rows starting from the beginning of the part | ||
| 11918 | 2025.02.28 10:10:57.461254 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11919 | 2025.02.28 10:10:57.461977 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2025.02.28 10:10:57.462576 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005748 sec., 6263.048016701462 rows/sec., 432.22 KiB/sec. | ||
| 11921 | 2025.02.28 10:10:57.462903 [ 262 ] {e9e0ac6b-79f3-453a-bb07-f1cb12e4ddc9} <Debug> TCPHandler: Processed in 0.007005122 sec. | ||
| 11922 | 2025.02.28 10:10:57.472108 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1875 rows, containing 19 columns (19 merged, 0 gathered) in 0.017125084 sec., 109488.51404174135 rows/sec., 196.20 MiB/sec. | ||
| 11923 | 2025.02.28 10:10:57.473960 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11924 | 2025.02.28 10:10:57.474396 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11925 | 2025.02.28 10:10:57.474479 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11926 | 2025.02.28 10:10:57.474636 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.30 MiB. | ||
| 11927 | 2025.02.28 10:10:58.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.69 MiB, peak 273.96 MiB, free memory in arenas 0.00 B, will set to 260.05 MiB (RSS), difference: 3.36 MiB | ||
| 11928 | 2025.02.28 10:10:59.091257 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1658 | ||
| 11929 | 2025.02.28 10:10:59.094697 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11930 | 2025.02.28 10:10:59.094760 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11931 | 2025.02.28 10:10:59.096271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11932 | 2025.02.28 10:10:59.096588 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11933 | 2025.02.28 10:10:59.097669 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1658 | ||
| 11934 | 2025.02.28 10:11:00.144251 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11935 | 2025.02.28 10:11:00.144439 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11936 | 2025.02.28 10:11:00.144513 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11937 | 2025.02.28 10:11:00.145320 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11938 | 2025.02.28 10:11:00.145370 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11939 | 2025.02.28 10:11:00.145803 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11940 | 2025.02.28 10:11:00.146053 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11941 | 2025.02.28 10:11:00.146281 [ 28 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11942 | 2025.02.28 10:11:00.146332 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 11943 | 2025.02.28 10:11:00.146370 [ 28 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11944 | 2025.02.28 10:11:00.146447 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11945 | 2025.02.28 10:11:00.146473 [ 261 ] {05ffe2a8-23c5-4f79-9f1c-8047b454e543} <Debug> TCPHandler: Processed in 0.002388711 sec. | ||
| 11946 | 2025.02.28 10:11:00.146683 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11947 | 2025.02.28 10:11:00.146805 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11948 | 2025.02.28 10:11:00.146878 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11949 | 2025.02.28 10:11:00.146931 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1967 rows starting from the beginning of the part | ||
| 11950 | 2025.02.28 10:11:00.147179 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 66 rows starting from the beginning of the part | ||
| 11951 | 2025.02.28 10:11:00.147186 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11952 | 2025.02.28 10:11:00.147410 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 689 rows starting from the beginning of the part | ||
| 11953 | 2025.02.28 10:11:00.147416 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11954 | 2025.02.28 10:11:00.147838 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11955 | 2025.02.28 10:11:00.148080 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1271 rows starting from the beginning of the part | ||
| 11956 | 2025.02.28 10:11:00.148392 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 11957 | 2025.02.28 10:11:00.150217 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11958 | 2025.02.28 10:11:00.150306 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11959 | 2025.02.28 10:11:00.151244 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11960 | 2025.02.28 10:11:00.151592 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11961 | 2025.02.28 10:11:00.151837 [ 28 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11962 | 2025.02.28 10:11:00.151972 [ 28 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11963 | 2025.02.28 10:11:00.152070 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11964 | 2025.02.28 10:11:00.152348 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005209 sec., 12286.427337300825 rows/sec., 982.00 KiB/sec. | ||
| 11965 | 2025.02.28 10:11:00.152536 [ 200 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4113 rows, containing 5 columns (5 merged, 0 gathered) in 0.005989729 sec., 686675.4739655167 rows/sec., 58.68 MiB/sec. | ||
| 11966 | 2025.02.28 10:11:00.152555 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 11967 | 2025.02.28 10:11:00.153082 [ 262 ] {840c91b9-3d58-439e-9563-8262d1d7b18a} <Debug> TCPHandler: Processed in 0.006446575 sec. | ||
| 11968 | 2025.02.28 10:11:00.153075 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11969 | 2025.02.28 10:11:00.153548 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11970 | 2025.02.28 10:11:00.153638 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11971 | 2025.02.28 10:11:00.153869 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 952 rows starting from the beginning of the part | ||
| 11972 | 2025.02.28 10:11:00.154257 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11973 | 2025.02.28 10:11:00.154589 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11974 | 2025.02.28 10:11:00.154717 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11975 | 2025.02.28 10:11:00.154877 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 72 rows starting from the beginning of the part | ||
| 11976 | 2025.02.28 10:11:00.155321 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_111_22} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11977 | 2025.02.28 10:11:00.155722 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 418 rows starting from the beginning of the part | ||
| 11978 | 2025.02.28 10:11:00.155909 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 11979 | 2025.02.28 10:11:00.156441 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 68 rows starting from the beginning of the part | ||
| 11980 | 2025.02.28 10:11:00.157106 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 562 rows starting from the beginning of the part | ||
| 11981 | 2025.02.28 10:11:00.157502 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 11982 | 2025.02.28 10:11:00.158734 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2025.02.28 10:11:00.158812 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11984 | 2025.02.28 10:11:00.159973 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11985 | 2025.02.28 10:11:00.160372 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11986 | 2025.02.28 10:11:00.160779 [ 197 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.008519801 sec., 250710.08113921908 rows/sec., 19.41 MiB/sec. | ||
| 11987 | 2025.02.28 10:11:00.160850 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 5 parts from all_1_106_21 to all_110_110_0 | ||
| 11988 | 2025.02.28 10:11:00.160955 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11989 | 2025.02.28 10:11:00.160953 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00699 sec., 9155.93705293276 rows/sec., 653.00 KiB/sec. | ||
| 11990 | 2025.02.28 10:11:00.161042 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 11991 | 2025.02.28 10:11:00.161205 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11992 | 2025.02.28 10:11:00.161230 [ 261 ] {dd18013e-91ad-433b-8098-c09aac78b89f} <Debug> TCPHandler: Processed in 0.007976834 sec. | ||
| 11993 | 2025.02.28 10:11:00.161558 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_106_21 to all_110_110_0 into Compact with storage Full | ||
| 11994 | 2025.02.28 10:11:00.161677 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11995 | 2025.02.28 10:11:00.161850 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11996 | 2025.02.28 10:11:00.161983 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 30369 rows starting from the beginning of the part | ||
| 11997 | 2025.02.28 10:11:00.162114 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11998 | 2025.02.28 10:11:00.162222 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2025.02.28 10:11:00.162415 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12000 | 2025.02.28 10:11:00.162444 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 162 rows starting from the beginning of the part | ||
| 12001 | 2025.02.28 10:11:00.162620 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_111_22} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12002 | 2025.02.28 10:11:00.162901 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 12003 | 2025.02.28 10:11:00.162947 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12004 | 2025.02.28 10:11:00.163242 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 12005 | 2025.02.28 10:11:00.163533 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 945 rows starting from the beginning of the part | ||
| 12006 | 2025.02.28 10:11:00.164901 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12007 | 2025.02.28 10:11:00.164962 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12008 | 2025.02.28 10:11:00.165521 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12009 | 2025.02.28 10:11:00.165872 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12010 | 2025.02.28 10:11:00.166220 [ 28 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12011 | 2025.02.28 10:11:00.166338 [ 28 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2025.02.28 10:11:00.166413 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12013 | 2025.02.28 10:11:00.166570 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004547 sec., 5278.205410160545 rows/sec., 364.25 KiB/sec. | ||
| 12014 | 2025.02.28 10:11:00.166926 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12015 | 2025.02.28 10:11:00.166956 [ 262 ] {3e90f602-46e5-4088-9ca9-4a68c35f8a09} <Debug> TCPHandler: Processed in 0.005417781 sec. | ||
| 12016 | 2025.02.28 10:11:00.167246 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12017 | 2025.02.28 10:11:00.167323 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5534 rows starting from the beginning of the part | ||
| 12018 | 2025.02.28 10:11:00.167493 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12019 | 2025.02.28 10:11:00.167724 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12020 | 2025.02.28 10:11:00.167929 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 12021 | 2025.02.28 10:11:00.168249 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 36 rows starting from the beginning of the part | ||
| 12022 | 2025.02.28 10:11:00.168378 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 24 rows starting from the beginning of the part | ||
| 12023 | 2025.02.28 10:11:00.170879 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5796 rows, containing 4 columns (4 merged, 0 gathered) in 0.004304686 sec., 1346439.6706287055 rows/sec., 90.12 MiB/sec. | ||
| 12024 | 2025.02.28 10:11:00.171397 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12025 | 2025.02.28 10:11:00.171855 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12026 | 2025.02.28 10:11:00.171973 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_111_22} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12027 | 2025.02.28 10:11:00.172116 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12028 | 2025.02.28 10:11:00.173154 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31873 rows, containing 5 columns (5 merged, 0 gathered) in 0.011900306 sec., 2678334.4898862266 rows/sec., 182.95 MiB/sec. | ||
| 12029 | 2025.02.28 10:11:00.173813 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12030 | 2025.02.28 10:11:00.174209 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12031 | 2025.02.28 10:11:00.174308 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 5 parts: [all_1_106_21, all_110_110_0] -> all_1_110_22 | ||
| 12032 | 2025.02.28 10:11:00.174416 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12033 | 2025.02.28 10:11:01.100933 [ 25 ] {} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 12034 | 2025.02.28 10:11:01.101028 [ 25 ] {} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12035 | 2025.02.28 10:11:01.101069 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12036 | 2025.02.28 10:11:01.101316 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 12037 | 2025.02.28 10:11:01.101696 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12038 | 2025.02.28 10:11:01.101782 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 12039 | 2025.02.28 10:11:01.101885 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 12040 | 2025.02.28 10:11:01.101978 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 12041 | 2025.02.28 10:11:01.102070 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 12042 | 2025.02.28 10:11:01.102323 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 12043 | 2025.02.28 10:11:01.103357 [ 192 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178728 sec., 4130.850661486886 rows/sec., 278.35 KiB/sec. | ||
| 12044 | 2025.02.28 10:11:01.103512 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 12045 | 2025.02.28 10:11:01.103799 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12046 | 2025.02.28 10:11:01.103878 [ 194 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_9_2} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 12047 | 2025.02.28 10:11:01.103953 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 12048 | 2025.02.28 10:11:01.433794 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12049 | 2025.02.28 10:11:01.434503 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12050 | 2025.02.28 10:11:01.434548 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12051 | 2025.02.28 10:11:01.435062 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12052 | 2025.02.28 10:11:01.435318 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12053 | 2025.02.28 10:11:01.435617 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12054 | 2025.02.28 10:11:03.691288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12055 | 2025.02.28 10:11:03.710148 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2025.02.28 10:11:03.710197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12057 | 2025.02.28 10:11:03.717061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12058 | 2025.02.28 10:11:03.717805 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12059 | 2025.02.28 10:11:03.721963 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12060 | 2025.02.28 10:11:05.148605 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12061 | 2025.02.28 10:11:05.148795 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12062 | 2025.02.28 10:11:05.148865 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12063 | 2025.02.28 10:11:05.149657 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12064 | 2025.02.28 10:11:05.149703 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12065 | 2025.02.28 10:11:05.150145 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12066 | 2025.02.28 10:11:05.150398 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12067 | 2025.02.28 10:11:05.150607 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.70 MiB/sec. | ||
| 12068 | 2025.02.28 10:11:05.150677 [ 261 ] {0252b7de-6bc5-490f-8a15-8ff261ecb52c} <Debug> TCPHandler: Processed in 0.002200279 sec. | ||
| 12069 | 2025.02.28 10:11:05.150914 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12070 | 2025.02.28 10:11:05.151103 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12071 | 2025.02.28 10:11:05.151175 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12072 | 2025.02.28 10:11:05.151913 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12073 | 2025.02.28 10:11:05.151959 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12074 | 2025.02.28 10:11:05.152398 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12075 | 2025.02.28 10:11:05.152656 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12076 | 2025.02.28 10:11:05.152916 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001862 sec., 2148.227712137487 rows/sec., 161.54 KiB/sec. | ||
| 12077 | 2025.02.28 10:11:05.152988 [ 262 ] {ab90a031-7e08-42d5-9da7-efb6171d17b4} <Debug> TCPHandler: Processed in 0.002201359 sec. | ||
| 12078 | 2025.02.28 10:11:05.153177 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12079 | 2025.02.28 10:11:05.153351 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12080 | 2025.02.28 10:11:05.153413 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12081 | 2025.02.28 10:11:05.154144 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12082 | 2025.02.28 10:11:05.154193 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12083 | 2025.02.28 10:11:05.154591 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12084 | 2025.02.28 10:11:05.154832 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12085 | 2025.02.28 10:11:05.155025 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001717 sec., 39603.960396039605 rows/sec., 3.09 MiB/sec. | ||
| 12086 | 2025.02.28 10:11:05.155087 [ 261 ] {8647c5b5-9163-43ee-8733-1f08115b2b17} <Debug> TCPHandler: Processed in 0.002009606 sec. | ||
| 12087 | 2025.02.28 10:11:05.155221 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12088 | 2025.02.28 10:11:05.155346 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12089 | 2025.02.28 10:11:05.155410 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12090 | 2025.02.28 10:11:05.156105 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12091 | 2025.02.28 10:11:05.156152 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12092 | 2025.02.28 10:11:05.156586 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12093 | 2025.02.28 10:11:05.156831 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12094 | 2025.02.28 10:11:05.157057 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec. | ||
| 12095 | 2025.02.28 10:11:05.157111 [ 262 ] {fd71e820-0765-4ffb-9d98-910676c03221} <Debug> TCPHandler: Processed in 0.001943666 sec. | ||
| 12096 | 2025.02.28 10:11:05.157281 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12097 | 2025.02.28 10:11:05.157623 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12098 | 2025.02.28 10:11:05.157765 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <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 | ||
| 12099 | 2025.02.28 10:11:05.158972 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12100 | 2025.02.28 10:11:05.159012 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12101 | 2025.02.28 10:11:05.159625 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12102 | 2025.02.28 10:11:05.159875 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12103 | 2025.02.28 10:11:05.160081 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002581 sec., 1549.7869043006588 rows/sec., 2.78 MiB/sec. | ||
| 12104 | 2025.02.28 10:11:05.160200 [ 261 ] {bd13b4a2-24e2-4271-83b0-08240b327b42} <Debug> TCPHandler: Processed in 0.003003749 sec. | ||
| 12105 | 2025.02.28 10:11:05.160363 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12106 | 2025.02.28 10:11:05.160502 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12107 | 2025.02.28 10:11:05.160563 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12108 | 2025.02.28 10:11:05.161155 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12109 | 2025.02.28 10:11:05.161203 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 12110 | 2025.02.28 10:11:05.161602 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12111 | 2025.02.28 10:11:05.161839 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12112 | 2025.02.28 10:11:05.162046 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec. | ||
| 12113 | 2025.02.28 10:11:05.162096 [ 262 ] {c7a9c195-45d4-4b30-b3ee-e920bc4eb0b7} <Debug> TCPHandler: Processed in 0.001801934 sec. | ||
| 12114 | 2025.02.28 10:11:08.725383 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12115 | 2025.02.28 10:11:08.725453 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12116 | 2025.02.28 10:11:08.935785 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 12117 | 2025.02.28 10:11:08.936430 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12118 | 2025.02.28 10:11:08.936481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12119 | 2025.02.28 10:11:08.937015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12120 | 2025.02.28 10:11:08.937277 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2025.02.28 10:11:08.937525 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12122 | 2025.02.28 10:11:09.097978 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1678 | ||
| 12123 | 2025.02.28 10:11:09.101924 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.02.28 10:11:09.102004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12125 | 2025.02.28 10:11:09.104145 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12126 | 2025.02.28 10:11:09.104631 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.02.28 10:11:09.106464 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1678 | ||
| 12128 | 2025.02.28 10:11:10.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.04 MiB, peak 273.96 MiB, free memory in arenas 0.00 B, will set to 260.05 MiB (RSS), difference: 4.00 MiB | ||
| 12129 | 2025.02.28 10:11:10.150501 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2025.02.28 10:11:10.150687 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12131 | 2025.02.28 10:11:10.150760 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12132 | 2025.02.28 10:11:10.151553 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2025.02.28 10:11:10.151609 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12134 | 2025.02.28 10:11:10.152067 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12135 | 2025.02.28 10:11:10.152320 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2025.02.28 10:11:10.152529 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001894 sec., 67581.8373812038 rows/sec., 5.78 MiB/sec. | ||
| 12137 | 2025.02.28 10:11:10.152596 [ 261 ] {5fac3480-94e4-49df-903c-9b00ccbcb8ac} <Debug> TCPHandler: Processed in 0.00223236 sec. | ||
| 12138 | 2025.02.28 10:11:10.152838 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12139 | 2025.02.28 10:11:10.153022 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12140 | 2025.02.28 10:11:10.153098 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12141 | 2025.02.28 10:11:10.153864 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12142 | 2025.02.28 10:11:10.153915 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12143 | 2025.02.28 10:11:10.154382 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12144 | 2025.02.28 10:11:10.154635 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12145 | 2025.02.28 10:11:10.154897 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001924 sec., 18711.01871101871 rows/sec., 1.37 MiB/sec. | ||
| 12146 | 2025.02.28 10:11:10.154966 [ 262 ] {21f30b2d-7352-4ad4-a4a2-d47192d1e081} <Debug> TCPHandler: Processed in 0.00225458 sec. | ||
| 12147 | 2025.02.28 10:11:10.155122 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12148 | 2025.02.28 10:11:10.155251 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12149 | 2025.02.28 10:11:10.155306 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12150 | 2025.02.28 10:11:10.155936 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2025.02.28 10:11:10.155974 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12152 | 2025.02.28 10:11:10.156374 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12153 | 2025.02.28 10:11:10.156612 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12154 | 2025.02.28 10:11:10.156799 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001578 sec., 63371.35614702155 rows/sec., 4.95 MiB/sec. | ||
| 12155 | 2025.02.28 10:11:10.156857 [ 261 ] {53224752-46cf-46e0-8f87-78853702b362} <Debug> TCPHandler: Processed in 0.001796013 sec. | ||
| 12156 | 2025.02.28 10:11:10.157015 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12157 | 2025.02.28 10:11:10.157143 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12158 | 2025.02.28 10:11:10.157201 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12159 | 2025.02.28 10:11:10.157797 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2025.02.28 10:11:10.157837 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12161 | 2025.02.28 10:11:10.158246 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12162 | 2025.02.28 10:11:10.158484 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12163 | 2025.02.28 10:11:10.158714 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 12164 | 2025.02.28 10:11:10.158773 [ 262 ] {2067519c-e51e-4043-897b-716ba3f71084} <Debug> TCPHandler: Processed in 0.001824554 sec. | ||
| 12165 | 2025.02.28 10:11:10.158921 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12166 | 2025.02.28 10:11:10.159046 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12167 | 2025.02.28 10:11:10.159130 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <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 | ||
| 12168 | 2025.02.28 10:11:10.160329 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12169 | 2025.02.28 10:11:10.160367 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12170 | 2025.02.28 10:11:10.161047 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12171 | 2025.02.28 10:11:10.161307 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2025.02.28 10:11:10.161516 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002496 sec., 14423.076923076924 rows/sec., 25.85 MiB/sec. | ||
| 12173 | 2025.02.28 10:11:10.161636 [ 261 ] {444d6b91-807f-4f17-a74e-ffa8cbb0fd63} <Debug> TCPHandler: Processed in 0.002776267 sec. | ||
| 12174 | 2025.02.28 10:11:10.161792 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2025.02.28 10:11:10.161916 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12176 | 2025.02.28 10:11:10.161969 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12177 | 2025.02.28 10:11:10.162511 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.02.28 10:11:10.162551 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12179 | 2025.02.28 10:11:10.162946 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12180 | 2025.02.28 10:11:10.163187 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2025.02.28 10:11:10.163403 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 12182 | 2025.02.28 10:11:10.163459 [ 262 ] {9fc24d25-4c88-4625-935f-d04a6d447e7f} <Debug> TCPHandler: Processed in 0.001729982 sec. | ||
| 12183 | 2025.02.28 10:11:10.237406 [ 67 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 12184 | 2025.02.28 10:11:10.237468 [ 67 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2025.02.28 10:11:10.237490 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12186 | 2025.02.28 10:11:10.237703 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 12187 | 2025.02.28 10:11:10.238007 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12188 | 2025.02.28 10:11:10.238063 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 12189 | 2025.02.28 10:11:10.238147 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::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 | ||
| 12190 | 2025.02.28 10:11:10.238387 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 12191 | 2025.02.28 10:11:10.238609 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 12192 | 2025.02.28 10:11:10.238776 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 12193 | 2025.02.28 10:11:10.239918 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002348181 sec., 16182.738894488968 rows/sec., 1.35 MiB/sec. | ||
| 12194 | 2025.02.28 10:11:10.240098 [ 194 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 12195 | 2025.02.28 10:11:10.240458 [ 194 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12196 | 2025.02.28 10:11:10.240552 [ 194 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_29_7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 12197 | 2025.02.28 10:11:10.240663 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12198 | 2025.02.28 10:11:11.222065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 12199 | 2025.02.28 10:11:11.242658 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12200 | 2025.02.28 10:11:11.242719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12201 | 2025.02.28 10:11:11.250016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12202 | 2025.02.28 10:11:11.250764 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12203 | 2025.02.28 10:11:11.253539 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 12204 | 2025.02.28 10:11:15.148525 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12205 | 2025.02.28 10:11:15.148756 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12206 | 2025.02.28 10:11:15.148842 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12207 | 2025.02.28 10:11:15.149681 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2025.02.28 10:11:15.149732 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12209 | 2025.02.28 10:11:15.150157 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12210 | 2025.02.28 10:11:15.150416 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12211 | 2025.02.28 10:11:15.150658 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001987 sec., 2013.0850528434826 rows/sec., 164.15 KiB/sec. | ||
| 12212 | 2025.02.28 10:11:15.150722 [ 261 ] {9c7a18e2-6606-4282-9936-0af2f6b9f3d1} <Debug> TCPHandler: Processed in 0.002367751 sec. | ||
| 12213 | 2025.02.28 10:11:15.151003 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12214 | 2025.02.28 10:11:15.151366 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12215 | 2025.02.28 10:11:15.151486 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12216 | 2025.02.28 10:11:15.152321 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2025.02.28 10:11:15.152371 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12218 | 2025.02.28 10:11:15.152814 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12219 | 2025.02.28 10:11:15.153068 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2025.02.28 10:11:15.153313 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002039 sec., 32368.808239333008 rows/sec., 2.54 MiB/sec. | ||
| 12221 | 2025.02.28 10:11:15.153378 [ 262 ] {5c89252a-5d4c-440d-b585-ed226754cb80} <Debug> TCPHandler: Processed in 0.002509993 sec. | ||
| 12222 | 2025.02.28 10:11:15.153540 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12223 | 2025.02.28 10:11:15.153689 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12224 | 2025.02.28 10:11:15.153749 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12225 | 2025.02.28 10:11:15.154463 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12226 | 2025.02.28 10:11:15.154511 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12227 | 2025.02.28 10:11:15.154888 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12228 | 2025.02.28 10:11:15.155124 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2025.02.28 10:11:15.155356 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001702 sec., 4700.352526439483 rows/sec., 340.82 KiB/sec. | ||
| 12230 | 2025.02.28 10:11:15.155428 [ 261 ] {5314f6d0-41f1-46f7-88c0-be90eb9ab434} <Debug> TCPHandler: Processed in 0.001957805 sec. | ||
| 12231 | 2025.02.28 10:11:15.155617 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12232 | 2025.02.28 10:11:15.155895 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12233 | 2025.02.28 10:11:15.155993 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12234 | 2025.02.28 10:11:15.156903 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12235 | 2025.02.28 10:11:15.156946 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12236 | 2025.02.28 10:11:15.157332 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12237 | 2025.02.28 10:11:15.157582 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12238 | 2025.02.28 10:11:15.157822 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001981 sec., 36345.280161534574 rows/sec., 2.84 MiB/sec. | ||
| 12239 | 2025.02.28 10:11:15.157915 [ 262 ] {d14b6383-73c8-44e5-8a96-07b593f54021} <Debug> TCPHandler: Processed in 0.002403562 sec. | ||
| 12240 | 2025.02.28 10:11:15.158100 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12241 | 2025.02.28 10:11:15.158306 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12242 | 2025.02.28 10:11:15.158378 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12243 | 2025.02.28 10:11:15.158988 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12244 | 2025.02.28 10:11:15.159027 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12245 | 2025.02.28 10:11:15.159423 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12246 | 2025.02.28 10:11:15.159655 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12247 | 2025.02.28 10:11:15.159907 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00166 sec., 97590.36144578313 rows/sec., 6.80 MiB/sec. | ||
| 12248 | 2025.02.28 10:11:15.159964 [ 261 ] {04886b2f-a2dc-4efe-ac10-495f80b4adb3} <Debug> TCPHandler: Processed in 0.001955786 sec. | ||
| 12249 | 2025.02.28 10:11:15.160168 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12250 | 2025.02.28 10:11:15.160390 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12251 | 2025.02.28 10:11:15.160530 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <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 | ||
| 12252 | 2025.02.28 10:11:15.161680 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2025.02.28 10:11:15.161747 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12254 | 2025.02.28 10:11:15.162367 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12255 | 2025.02.28 10:11:15.162623 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12256 | 2025.02.28 10:11:15.162915 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002567 sec., 1558.2391897156215 rows/sec., 2.79 MiB/sec. | ||
| 12257 | 2025.02.28 10:11:15.163225 [ 262 ] {47406ebd-750d-43fa-89dc-411e8ffd7beb} <Debug> TCPHandler: Processed in 0.003163011 sec. | ||
| 12258 | 2025.02.28 10:11:15.163498 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12259 | 2025.02.28 10:11:15.163790 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12260 | 2025.02.28 10:11:15.163851 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12261 | 2025.02.28 10:11:15.164444 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12262 | 2025.02.28 10:11:15.164490 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12263 | 2025.02.28 10:11:15.164995 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12264 | 2025.02.28 10:11:15.165237 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12265 | 2025.02.28 10:11:15.165457 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001748 sec., 34324.94279176201 rows/sec., 2.31 MiB/sec. | ||
| 12266 | 2025.02.28 10:11:15.165527 [ 261 ] {fdb2e681-201f-49fe-874c-0f69527fa7c9} <Debug> TCPHandler: Processed in 0.002195969 sec. | ||
| 12267 | 2025.02.28 10:11:16.437673 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 12268 | 2025.02.28 10:11:16.438451 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12269 | 2025.02.28 10:11:16.438507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12270 | 2025.02.28 10:11:16.439059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12271 | 2025.02.28 10:11:16.439311 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12272 | 2025.02.28 10:11:16.439546 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 12273 | 2025.02.28 10:11:18.753632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 12274 | 2025.02.28 10:11:18.775253 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12275 | 2025.02.28 10:11:18.775321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12276 | 2025.02.28 10:11:18.782646 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12277 | 2025.02.28 10:11:18.783417 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12278 | 2025.02.28 10:11:18.786313 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 12279 | 2025.02.28 10:11:19.106671 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1704 | ||
| 12280 | 2025.02.28 10:11:19.109691 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12281 | 2025.02.28 10:11:19.109758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12282 | 2025.02.28 10:11:19.111277 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12283 | 2025.02.28 10:11:19.111598 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12284 | 2025.02.28 10:11:19.113131 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1704 | ||
| 12285 | 2025.02.28 10:11:20.150165 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12286 | 2025.02.28 10:11:20.150392 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12287 | 2025.02.28 10:11:20.150477 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12288 | 2025.02.28 10:11:20.151311 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12289 | 2025.02.28 10:11:20.151370 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12290 | 2025.02.28 10:11:20.151834 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12291 | 2025.02.28 10:11:20.152091 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12292 | 2025.02.28 10:11:20.152383 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002044 sec., 62622.309197651666 rows/sec., 5.36 MiB/sec. | ||
| 12293 | 2025.02.28 10:11:20.152488 [ 261 ] {41b718aa-477d-4093-a3c6-d74152580a0e} <Debug> TCPHandler: Processed in 0.002465793 sec. | ||
| 12294 | 2025.02.28 10:11:20.152790 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12295 | 2025.02.28 10:11:20.153026 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12296 | 2025.02.28 10:11:20.153103 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12297 | 2025.02.28 10:11:20.153914 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12298 | 2025.02.28 10:11:20.153957 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12299 | 2025.02.28 10:11:20.154399 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12300 | 2025.02.28 10:11:20.154655 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12301 | 2025.02.28 10:11:20.154858 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001887 sec., 19077.90143084261 rows/sec., 1.40 MiB/sec. | ||
| 12302 | 2025.02.28 10:11:20.154923 [ 262 ] {a2eeea27-4e40-4631-97fd-d23707e31161} <Debug> TCPHandler: Processed in 0.00231231 sec. | ||
| 12303 | 2025.02.28 10:11:20.155073 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12304 | 2025.02.28 10:11:20.155221 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12305 | 2025.02.28 10:11:20.155284 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12306 | 2025.02.28 10:11:20.155982 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12307 | 2025.02.28 10:11:20.156024 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12308 | 2025.02.28 10:11:20.156400 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12309 | 2025.02.28 10:11:20.156637 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.02.28 10:11:20.156867 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00168 sec., 59523.80952380952 rows/sec., 4.65 MiB/sec. | ||
| 12311 | 2025.02.28 10:11:20.156926 [ 261 ] {dde7b463-7541-4ac0-8806-4e99356ad0ee} <Debug> TCPHandler: Processed in 0.001922105 sec. | ||
| 12312 | 2025.02.28 10:11:20.157129 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12313 | 2025.02.28 10:11:20.157361 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12314 | 2025.02.28 10:11:20.157462 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12315 | 2025.02.28 10:11:20.158178 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2025.02.28 10:11:20.158217 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12317 | 2025.02.28 10:11:20.158614 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12318 | 2025.02.28 10:11:20.158849 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2025.02.28 10:11:20.158988 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12320 | 2025.02.28 10:11:20.159043 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 12321 | 2025.02.28 10:11:20.159044 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12322 | 2025.02.28 10:11:20.159095 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12323 | 2025.02.28 10:11:20.159119 [ 262 ] {e023f785-5975-42b0-903d-7dc200b7ed93} <Debug> TCPHandler: Processed in 0.002096867 sec. | ||
| 12324 | 2025.02.28 10:11:20.159314 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12325 | 2025.02.28 10:11:20.159376 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 12326 | 2025.02.28 10:11:20.159489 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12327 | 2025.02.28 10:11:20.159698 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <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 | ||
| 12328 | 2025.02.28 10:11:20.159823 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12329 | 2025.02.28 10:11:20.160000 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 31873 rows starting from the beginning of the part | ||
| 12330 | 2025.02.28 10:11:20.160600 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 12331 | 2025.02.28 10:11:20.161093 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 12332 | 2025.02.28 10:11:20.161582 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::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 | ||
| 12333 | 2025.02.28 10:11:20.161916 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 162 rows starting from the beginning of the part | ||
| 12334 | 2025.02.28 10:11:20.162464 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 12335 | 2025.02.28 10:11:20.164651 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12336 | 2025.02.28 10:11:20.164701 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12337 | 2025.02.28 10:11:20.166493 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12338 | 2025.02.28 10:11:20.166790 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12339 | 2025.02.28 10:11:20.167379 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007957 sec., 4524.318210380797 rows/sec., 8.11 MiB/sec. | ||
| 12340 | 2025.02.28 10:11:20.167547 [ 261 ] {5f5052a3-c443-467e-81d2-014f076d2264} <Debug> TCPHandler: Processed in 0.008351059 sec. | ||
| 12341 | 2025.02.28 10:11:20.167698 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12342 | 2025.02.28 10:11:20.167864 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12343 | 2025.02.28 10:11:20.168003 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12344 | 2025.02.28 10:11:20.168769 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2025.02.28 10:11:20.168807 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12346 | 2025.02.28 10:11:20.169503 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12347 | 2025.02.28 10:11:20.169817 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12348 | 2025.02.28 10:11:20.170077 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00226 sec., 26548.672566371682 rows/sec., 1.79 MiB/sec. | ||
| 12349 | 2025.02.28 10:11:20.170130 [ 262 ] {b27e7cff-5d5a-44f1-ae3a-c1a41b8069eb} <Debug> TCPHandler: Processed in 0.002489383 sec. | ||
| 12350 | 2025.02.28 10:11:20.171653 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32579 rows, containing 5 columns (5 merged, 0 gathered) in 0.012433153 sec., 2620332.9115309687 rows/sec., 179.07 MiB/sec. | ||
| 12351 | 2025.02.28 10:11:20.172214 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 12352 | 2025.02.28 10:11:20.172505 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12353 | 2025.02.28 10:11:20.172580 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 12354 | 2025.02.28 10:11:20.172677 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12355 | 2025.02.28 10:11:23.640583 [ 222 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 12356 | 2025.02.28 10:11:23.640683 [ 222 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 12357 | 2025.02.28 10:11:23.646844 [ 222 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 12358 | 2025.02.28 10:11:23.725496 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12359 | 2025.02.28 10:11:23.725547 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12360 | 2025.02.28 10:11:23.939686 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 12361 | 2025.02.28 10:11:23.940662 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12362 | 2025.02.28 10:11:23.940736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12363 | 2025.02.28 10:11:23.941305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12364 | 2025.02.28 10:11:23.941554 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12365 | 2025.02.28 10:11:23.941790 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 12366 | 2025.02.28 10:11:24.121061 [ 218 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 12367 | 2025.02.28 10:11:24.121130 [ 218 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 12368 | 2025.02.28 10:11:24.123269 [ 218 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 12369 | 2025.02.28 10:11:25.148008 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12370 | 2025.02.28 10:11:25.148196 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12371 | 2025.02.28 10:11:25.148270 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12372 | 2025.02.28 10:11:25.149041 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12373 | 2025.02.28 10:11:25.149090 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12374 | 2025.02.28 10:11:25.149520 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12375 | 2025.02.28 10:11:25.149768 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12376 | 2025.02.28 10:11:25.149979 [ 144 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12377 | 2025.02.28 10:11:25.150016 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001871 sec., 34206.306787814 rows/sec., 2.69 MiB/sec. | ||
| 12378 | 2025.02.28 10:11:25.150069 [ 144 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12379 | 2025.02.28 10:11:25.150141 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12380 | 2025.02.28 10:11:25.150160 [ 261 ] {41570e03-7416-4b7d-8081-f12779810104} <Debug> TCPHandler: Processed in 0.00227626 sec. | ||
| 12381 | 2025.02.28 10:11:25.150398 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 12382 | 2025.02.28 10:11:25.150484 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12383 | 2025.02.28 10:11:25.150614 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12384 | 2025.02.28 10:11:25.150668 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1967 rows starting from the beginning of the part | ||
| 12385 | 2025.02.28 10:11:25.150686 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12386 | 2025.02.28 10:11:25.150773 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12387 | 2025.02.28 10:11:25.150859 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part | ||
| 12388 | 2025.02.28 10:11:25.151255 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 128 rows starting from the beginning of the part | ||
| 12389 | 2025.02.28 10:11:25.151397 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 66 rows starting from the beginning of the part | ||
| 12390 | 2025.02.28 10:11:25.151594 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 128 rows starting from the beginning of the part | ||
| 12391 | 2025.02.28 10:11:25.151818 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 12392 | 2025.02.28 10:11:25.152592 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2025.02.28 10:11:25.152644 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12394 | 2025.02.28 10:11:25.153251 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12395 | 2025.02.28 10:11:25.153609 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2025.02.28 10:11:25.153853 [ 144 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12397 | 2025.02.28 10:11:25.153938 [ 144 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12398 | 2025.02.28 10:11:25.153986 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12399 | 2025.02.28 10:11:25.153999 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.003366 sec., 1188.3541295306002 rows/sec., 89.36 KiB/sec. | ||
| 12400 | 2025.02.28 10:11:25.154340 [ 262 ] {9afd58a5-4145-4549-996f-17b84a67906f} <Debug> TCPHandler: Processed in 0.004059332 sec. | ||
| 12401 | 2025.02.28 10:11:25.154346 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 12402 | 2025.02.28 10:11:25.154684 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12403 | 2025.02.28 10:11:25.154712 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 5 columns (5 merged, 0 gathered) in 0.004460998 sec., 541807.0126908822 rows/sec., 46.58 MiB/sec. | ||
| 12404 | 2025.02.28 10:11:25.154774 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12405 | 2025.02.28 10:11:25.154852 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 178 rows starting from the beginning of the part | ||
| 12406 | 2025.02.28 10:11:25.155024 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12407 | 2025.02.28 10:11:25.155236 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 4 rows starting from the beginning of the part | ||
| 12408 | 2025.02.28 10:11:25.155323 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12409 | 2025.02.28 10:11:25.155337 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12410 | 2025.02.28 10:11:25.155744 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part | ||
| 12411 | 2025.02.28 10:11:25.156412 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12412 | 2025.02.28 10:11:25.156892 [ 198 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_116_23} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12413 | 2025.02.28 10:11:25.156922 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 12414 | 2025.02.28 10:11:25.157362 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12415 | 2025.02.28 10:11:25.158049 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 36 rows starting from the beginning of the part | ||
| 12416 | 2025.02.28 10:11:25.158863 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 4 rows starting from the beginning of the part | ||
| 12417 | 2025.02.28 10:11:25.159941 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12418 | 2025.02.28 10:11:25.160067 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12419 | 2025.02.28 10:11:25.161037 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12420 | 2025.02.28 10:11:25.161569 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12421 | 2025.02.28 10:11:25.161971 [ 144 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12422 | 2025.02.28 10:11:25.162108 [ 144 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12423 | 2025.02.28 10:11:25.162181 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12424 | 2025.02.28 10:11:25.162194 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.007275 sec., 9347.079037800688 rows/sec., 747.15 KiB/sec. | ||
| 12425 | 2025.02.28 10:11:25.162665 [ 261 ] {d27d8182-7157-4c78-b514-c9a0018b1819} <Debug> TCPHandler: Processed in 0.008194267 sec. | ||
| 12426 | 2025.02.28 10:11:25.162819 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 12427 | 2025.02.28 10:11:25.163067 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12428 | 2025.02.28 10:11:25.163090 [ 196 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.008991067 sec., 29584.920232492983 rows/sec., 2.11 MiB/sec. | ||
| 12429 | 2025.02.28 10:11:25.163174 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12430 | 2025.02.28 10:11:25.163277 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 952 rows starting from the beginning of the part | ||
| 12431 | 2025.02.28 10:11:25.163418 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12432 | 2025.02.28 10:11:25.163426 [ 196 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12433 | 2025.02.28 10:11:25.163684 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 68 rows starting from the beginning of the part | ||
| 12434 | 2025.02.28 10:11:25.163785 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12435 | 2025.02.28 10:11:25.164202 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 100 rows starting from the beginning of the part | ||
| 12436 | 2025.02.28 10:11:25.164786 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 72 rows starting from the beginning of the part | ||
| 12437 | 2025.02.28 10:11:25.165230 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12438 | 2025.02.28 10:11:25.165327 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 100 rows starting from the beginning of the part | ||
| 12439 | 2025.02.28 10:11:25.165763 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_96_19} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12440 | 2025.02.28 10:11:25.165800 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 68 rows starting from the beginning of the part | ||
| 12441 | 2025.02.28 10:11:25.166146 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12442 | 2025.02.28 10:11:25.168023 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12443 | 2025.02.28 10:11:25.168090 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12444 | 2025.02.28 10:11:25.169249 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12445 | 2025.02.28 10:11:25.169795 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1360 rows, containing 5 columns (5 merged, 0 gathered) in 0.007440147 sec., 182792.08730687713 rows/sec., 14.35 MiB/sec. | ||
| 12446 | 2025.02.28 10:11:25.169807 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2025.02.28 10:11:25.170025 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12448 | 2025.02.28 10:11:25.170305 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007026 sec., 22772.559066325077 rows/sec., 1.59 MiB/sec. | ||
| 12449 | 2025.02.28 10:11:25.170713 [ 262 ] {7a581b8a-e36b-4c09-b1b1-6904c4f298f0} <Debug> TCPHandler: Processed in 0.007892193 sec. | ||
| 12450 | 2025.02.28 10:11:25.171029 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2025.02.28 10:11:25.171031 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12452 | 2025.02.28 10:11:25.171391 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12453 | 2025.02.28 10:11:25.171415 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_116_23} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12454 | 2025.02.28 10:11:25.171736 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <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 | ||
| 12455 | 2025.02.28 10:11:25.171792 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 12456 | 2025.02.28 10:11:25.173158 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2025.02.28 10:11:25.173201 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12458 | 2025.02.28 10:11:25.173877 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12459 | 2025.02.28 10:11:25.174136 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2025.02.28 10:11:25.174329 [ 144 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12461 | 2025.02.28 10:11:25.174395 [ 144 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12462 | 2025.02.28 10:11:25.174435 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12463 | 2025.02.28 10:11:25.174442 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003138 sec., 1274.697259400892 rows/sec., 2.28 MiB/sec. | ||
| 12464 | 2025.02.28 10:11:25.174803 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 12465 | 2025.02.28 10:11:25.174899 [ 261 ] {66da5caa-06ba-4e30-86b6-9c9c2b301b6d} <Debug> TCPHandler: Processed in 0.004003872 sec. | ||
| 12466 | 2025.02.28 10:11:25.175261 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12467 | 2025.02.28 10:11:25.175745 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12468 | 2025.02.28 10:11:25.175957 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12469 | 2025.02.28 10:11:25.177165 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12470 | 2025.02.28 10:11:25.177584 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1875 rows starting from the beginning of the part | ||
| 12471 | 2025.02.28 10:11:25.178231 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 4 rows starting from the beginning of the part | ||
| 12472 | 2025.02.28 10:11:25.178937 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 36 rows starting from the beginning of the part | ||
| 12473 | 2025.02.28 10:11:25.179123 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2025.02.28 10:11:25.179294 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12475 | 2025.02.28 10:11:25.179604 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 4 rows starting from the beginning of the part | ||
| 12476 | 2025.02.28 10:11:25.180591 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12477 | 2025.02.28 10:11:25.180710 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 36 rows starting from the beginning of the part | ||
| 12478 | 2025.02.28 10:11:25.183619 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 4 rows starting from the beginning of the part | ||
| 12479 | 2025.02.28 10:11:25.183691 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12480 | 2025.02.28 10:11:25.184259 [ 143 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12481 | 2025.02.28 10:11:25.184371 [ 143 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12482 | 2025.02.28 10:11:25.184454 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12483 | 2025.02.28 10:11:25.184760 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009149 sec., 6558.0937807410655 rows/sec., 452.58 KiB/sec. | ||
| 12484 | 2025.02.28 10:11:25.184932 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12485 | 2025.02.28 10:11:25.185091 [ 262 ] {1e5f0a4c-053a-441e-8426-846d61004d10} <Debug> TCPHandler: Processed in 0.010031221 sec. | ||
| 12486 | 2025.02.28 10:11:25.185518 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12487 | 2025.02.28 10:11:25.185601 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5796 rows starting from the beginning of the part | ||
| 12488 | 2025.02.28 10:11:25.185846 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12489 | 2025.02.28 10:11:25.186185 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12490 | 2025.02.28 10:11:25.186534 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12491 | 2025.02.28 10:11:25.186911 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 12492 | 2025.02.28 10:11:25.187285 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 12493 | 2025.02.28 10:11:25.189578 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6096 rows, containing 4 columns (4 merged, 0 gathered) in 0.004941464 sec., 1233642.499469793 rows/sec., 82.59 MiB/sec. | ||
| 12494 | 2025.02.28 10:11:25.190009 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12495 | 2025.02.28 10:11:25.190450 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12496 | 2025.02.28 10:11:25.190599 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_116_23} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12497 | 2025.02.28 10:11:25.190700 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12498 | 2025.02.28 10:11:25.196977 [ 190 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 19 columns (19 merged, 0 gathered) in 0.022451702 sec., 87253.96408699884 rows/sec., 156.36 MiB/sec. | ||
| 12499 | 2025.02.28 10:11:25.198536 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12500 | 2025.02.28 10:11:25.198933 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12501 | 2025.02.28 10:11:25.199015 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12502 | 2025.02.28 10:11:25.199137 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.33 MiB. | ||
| 12503 | 2025.02.28 10:11:25.479845 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12504 | 2025.02.28 10:11:25.480033 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12505 | 2025.02.28 10:11:25.480105 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12506 | 2025.02.28 10:11:25.480868 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12507 | 2025.02.28 10:11:25.480911 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12508 | 2025.02.28 10:11:25.481346 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12509 | 2025.02.28 10:11:25.481592 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12510 | 2025.02.28 10:11:25.481825 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001835 sec., 13079.019073569481 rows/sec., 1.09 MiB/sec. | ||
| 12511 | 2025.02.28 10:11:25.481985 [ 261 ] {dfc40719-3866-4d71-9229-b323b20e110a} <Debug> TCPHandler: Processed in 0.00226882 sec. | ||
| 12512 | 2025.02.28 10:11:25.482293 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12513 | 2025.02.28 10:11:25.482488 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12514 | 2025.02.28 10:11:25.482565 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12515 | 2025.02.28 10:11:25.483316 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12516 | 2025.02.28 10:11:25.483371 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12517 | 2025.02.28 10:11:25.483802 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12518 | 2025.02.28 10:11:25.484052 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12519 | 2025.02.28 10:11:25.484308 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001869 sec., 2140.1819154628142 rows/sec., 174.52 KiB/sec. | ||
| 12520 | 2025.02.28 10:11:25.484430 [ 262 ] {6a62c3fe-9c89-4d6c-be62-81175e80258c} <Debug> TCPHandler: Processed in 0.00227971 sec. | ||
| 12521 | 2025.02.28 10:11:25.484609 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12522 | 2025.02.28 10:11:25.484758 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12523 | 2025.02.28 10:11:25.484820 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12524 | 2025.02.28 10:11:25.486127 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12525 | 2025.02.28 10:11:25.486166 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12526 | 2025.02.28 10:11:25.486621 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12527 | 2025.02.28 10:11:25.486863 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12528 | 2025.02.28 10:11:25.487050 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002327 sec., 597335.6252685861 rows/sec., 49.90 MiB/sec. | ||
| 12529 | 2025.02.28 10:11:25.487107 [ 261 ] {602f3a76-ea85-482c-9ac4-18d253b78f71} <Debug> TCPHandler: Processed in 0.002569204 sec. | ||
| 12530 | 2025.02.28 10:11:25.487274 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12531 | 2025.02.28 10:11:25.487409 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12532 | 2025.02.28 10:11:25.487462 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12533 | 2025.02.28 10:11:25.488084 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12534 | 2025.02.28 10:11:25.488124 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12535 | 2025.02.28 10:11:25.488498 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12536 | 2025.02.28 10:11:25.488738 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12537 | 2025.02.28 10:11:25.488956 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.001575 sec., 33015.87301587302 rows/sec., 2.45 MiB/sec. | ||
| 12538 | 2025.02.28 10:11:25.489013 [ 262 ] {14026345-0df1-4840-837e-0d02c6193fee} <Debug> TCPHandler: Processed in 0.001798064 sec. | ||
| 12539 | 2025.02.28 10:11:25.489174 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12540 | 2025.02.28 10:11:25.489319 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12541 | 2025.02.28 10:11:25.489377 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12542 | 2025.02.28 10:11:25.490121 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12543 | 2025.02.28 10:11:25.490158 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12544 | 2025.02.28 10:11:25.490527 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12545 | 2025.02.28 10:11:25.490763 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12546 | 2025.02.28 10:11:25.490985 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001693 sec., 148848.19846426463 rows/sec., 10.29 MiB/sec. | ||
| 12547 | 2025.02.28 10:11:25.491200 [ 261 ] {c9b5b855-458b-4dbd-8bcd-c5bdf6703e94} <Debug> TCPHandler: Processed in 0.002092267 sec. | ||
| 12548 | 2025.02.28 10:11:25.491414 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12549 | 2025.02.28 10:11:25.491555 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12550 | 2025.02.28 10:11:25.491612 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12551 | 2025.02.28 10:11:25.492248 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2025.02.28 10:11:25.492288 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12553 | 2025.02.28 10:11:25.492662 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12554 | 2025.02.28 10:11:25.492905 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2025.02.28 10:11:25.493119 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001598 sec., 7509.386733416771 rows/sec., 586.67 KiB/sec. | ||
| 12556 | 2025.02.28 10:11:25.493174 [ 262 ] {617f232d-d85e-496a-ab98-ebb716092116} <Debug> TCPHandler: Processed in 0.001863134 sec. | ||
| 12557 | 2025.02.28 10:11:25.493340 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12558 | 2025.02.28 10:11:25.493482 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12559 | 2025.02.28 10:11:25.493540 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12560 | 2025.02.28 10:11:25.494429 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2025.02.28 10:11:25.494466 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12562 | 2025.02.28 10:11:25.494857 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12563 | 2025.02.28 10:11:25.495091 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12564 | 2025.02.28 10:11:25.495270 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.00182 sec., 327472.52747252746 rows/sec., 24.61 MiB/sec. | ||
| 12565 | 2025.02.28 10:11:25.495328 [ 261 ] {da56e437-4521-4e49-96da-b180864babfb} <Debug> TCPHandler: Processed in 0.002054687 sec. | ||
| 12566 | 2025.02.28 10:11:25.495487 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12567 | 2025.02.28 10:11:25.495626 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12568 | 2025.02.28 10:11:25.495688 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12569 | 2025.02.28 10:11:25.496486 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2025.02.28 10:11:25.496527 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12571 | 2025.02.28 10:11:25.496979 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12572 | 2025.02.28 10:11:25.497226 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2025.02.28 10:11:25.497453 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Debug> executeQuery: Read 952 rows, 66.23 KiB in 0.001858 sec., 512378.9020452099 rows/sec., 34.81 MiB/sec. | ||
| 12574 | 2025.02.28 10:11:25.497510 [ 262 ] {ae8e773f-57bf-43b4-8b94-f082f902ede6} <Debug> TCPHandler: Processed in 0.002092987 sec. | ||
| 12575 | 2025.02.28 10:11:25.497670 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12576 | 2025.02.28 10:11:25.497790 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12577 | 2025.02.28 10:11:25.497870 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <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 | ||
| 12578 | 2025.02.28 10:11:25.499008 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2025.02.28 10:11:25.499044 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12580 | 2025.02.28 10:11:25.499712 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12581 | 2025.02.28 10:11:25.499964 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12582 | 2025.02.28 10:11:25.500166 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002401 sec., 14993.75260308205 rows/sec., 26.87 MiB/sec. | ||
| 12583 | 2025.02.28 10:11:25.500270 [ 261 ] {180f95b3-b31b-46f2-933c-8a6ab819ea75} <Debug> TCPHandler: Processed in 0.002659304 sec. | ||
| 12584 | 2025.02.28 10:11:25.500418 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12585 | 2025.02.28 10:11:25.500555 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12586 | 2025.02.28 10:11:25.500613 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12587 | 2025.02.28 10:11:25.501115 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12588 | 2025.02.28 10:11:25.501154 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12589 | 2025.02.28 10:11:25.501524 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12590 | 2025.02.28 10:11:25.501761 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12591 | 2025.02.28 10:11:25.501974 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001448 sec., 8287.292817679558 rows/sec., 571.91 KiB/sec. | ||
| 12592 | 2025.02.28 10:11:25.502025 [ 262 ] {4baa9174-3559-4ab6-9960-1542a891deb3} <Debug> TCPHandler: Processed in 0.001671101 sec. | ||
| 12593 | 2025.02.28 10:11:26.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.29 MiB, peak 278.86 MiB, free memory in arenas 0.00 B, will set to 264.67 MiB (RSS), difference: 2.38 MiB | ||
| 12594 | 2025.02.28 10:11:26.286393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 12595 | 2025.02.28 10:11:26.307131 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12596 | 2025.02.28 10:11:26.307197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 12597 | 2025.02.28 10:11:26.314201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12598 | 2025.02.28 10:11:26.314976 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12599 | 2025.02.28 10:11:26.320878 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 12600 | 2025.02.28 10:11:29.113326 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1748 | ||
| 12601 | 2025.02.28 10:11:29.116717 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2025.02.28 10:11:29.116774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12603 | 2025.02.28 10:11:29.118298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12604 | 2025.02.28 10:11:29.118613 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2025.02.28 10:11:29.118803 [ 139 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12606 | 2025.02.28 10:11:29.118865 [ 139 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12607 | 2025.02.28 10:11:29.118902 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12608 | 2025.02.28 10:11:29.119272 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 12609 | 2025.02.28 10:11:29.121354 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1748 | ||
| 12610 | 2025.02.28 10:11:29.121603 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12611 | 2025.02.28 10:11:29.121753 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1572 rows starting from the beginning of the part | ||
| 12612 | 2025.02.28 10:11:29.122352 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part | ||
| 12613 | 2025.02.28 10:11:29.122891 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 50 rows starting from the beginning of the part | ||
| 12614 | 2025.02.28 10:11:29.123435 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 12615 | 2025.02.28 10:11:29.123984 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 12616 | 2025.02.28 10:11:29.124538 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 44 rows starting from the beginning of the part | ||
| 12617 | 2025.02.28 10:11:29.133241 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1748 rows, containing 72 columns (72 merged, 0 gathered) in 0.014247926 sec., 122684.52264561172 rows/sec., 95.15 MiB/sec. | ||
| 12618 | 2025.02.28 10:11:29.135460 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12619 | 2025.02.28 10:11:29.136347 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12620 | 2025.02.28 10:11:29.136462 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_51_10} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12621 | 2025.02.28 10:11:29.136829 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12622 | 2025.02.28 10:11:30.138992 [ 222 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 12623 | 2025.02.28 10:11:30.139070 [ 222 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 12624 | 2025.02.28 10:11:30.141311 [ 222 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 12625 | 2025.02.28 10:11:30.146388 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12626 | 2025.02.28 10:11:30.146579 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12627 | 2025.02.28 10:11:30.146653 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12628 | 2025.02.28 10:11:30.147448 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12629 | 2025.02.28 10:11:30.147493 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12630 | 2025.02.28 10:11:30.147928 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12631 | 2025.02.28 10:11:30.148181 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12632 | 2025.02.28 10:11:30.148426 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 12633 | 2025.02.28 10:11:30.148494 [ 261 ] {a649be48-7944-412e-b3a9-d2ed54226266} <Debug> TCPHandler: Processed in 0.002238439 sec. | ||
| 12634 | 2025.02.28 10:11:30.148821 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12635 | 2025.02.28 10:11:30.149101 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12636 | 2025.02.28 10:11:30.149173 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12637 | 2025.02.28 10:11:30.149941 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12638 | 2025.02.28 10:11:30.149988 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12639 | 2025.02.28 10:11:30.150434 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12640 | 2025.02.28 10:11:30.150709 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12641 | 2025.02.28 10:11:30.150989 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 12642 | 2025.02.28 10:11:30.151058 [ 262 ] {73f5973f-ed9d-41fc-b6de-afbecca3ce68} <Debug> TCPHandler: Processed in 0.002419201 sec. | ||
| 12643 | 2025.02.28 10:11:30.151211 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12644 | 2025.02.28 10:11:30.151358 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12645 | 2025.02.28 10:11:30.151425 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12646 | 2025.02.28 10:11:30.152102 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12647 | 2025.02.28 10:11:30.152141 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12648 | 2025.02.28 10:11:30.152548 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12649 | 2025.02.28 10:11:30.152800 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12650 | 2025.02.28 10:11:30.153018 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001696 sec., 75471.69811320755 rows/sec., 5.26 MiB/sec. | ||
| 12651 | 2025.02.28 10:11:30.153076 [ 261 ] {cbf909fd-f7de-4479-bfbd-f887ddeb0689} <Debug> TCPHandler: Processed in 0.001935985 sec. | ||
| 12652 | 2025.02.28 10:11:30.153293 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12653 | 2025.02.28 10:11:30.153523 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12654 | 2025.02.28 10:11:30.153620 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12655 | 2025.02.28 10:11:30.154316 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12656 | 2025.02.28 10:11:30.154357 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12657 | 2025.02.28 10:11:30.154744 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12658 | 2025.02.28 10:11:30.154983 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2025.02.28 10:11:30.155221 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001758 sec., 27303.754266211603 rows/sec., 1.84 MiB/sec. | ||
| 12660 | 2025.02.28 10:11:30.155274 [ 262 ] {95829844-4eba-4a11-82dc-3c7ed2c71efe} <Debug> TCPHandler: Processed in 0.002091947 sec. | ||
| 12661 | 2025.02.28 10:11:30.506381 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 12662 | 2025.02.28 10:11:30.506435 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 12663 | 2025.02.28 10:11:30.508404 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 12664 | 2025.02.28 10:11:30.989609 [ 225 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 12665 | 2025.02.28 10:11:30.989674 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 12666 | 2025.02.28 10:11:30.991700 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 12667 | 2025.02.28 10:11:31.176185 [ 223 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 12668 | 2025.02.28 10:11:31.176239 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 12669 | 2025.02.28 10:11:31.178238 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 12670 | 2025.02.28 10:11:31.441956 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 12671 | 2025.02.28 10:11:31.443128 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12672 | 2025.02.28 10:11:31.443176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12673 | 2025.02.28 10:11:31.443712 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12674 | 2025.02.28 10:11:31.443965 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2025.02.28 10:11:31.444172 [ 135 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12676 | 2025.02.28 10:11:31.444208 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 12677 | 2025.02.28 10:11:31.444246 [ 135 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12678 | 2025.02.28 10:11:31.444277 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12679 | 2025.02.28 10:11:31.444459 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 12680 | 2025.02.28 10:11:31.444758 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12681 | 2025.02.28 10:11:31.444856 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 12682 | 2025.02.28 10:11:31.445146 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 12683 | 2025.02.28 10:11:31.445449 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 12684 | 2025.02.28 10:11:31.445682 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 12685 | 2025.02.28 10:11:31.445864 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 12686 | 2025.02.28 10:11:31.446080 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 12687 | 2025.02.28 10:11:31.448723 [ 191 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004377328 sec., 7441525.972008495 rows/sec., 106.45 MiB/sec. | ||
| 12688 | 2025.02.28 10:11:31.448988 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12689 | 2025.02.28 10:11:31.449257 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12690 | 2025.02.28 10:11:31.449339 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_71_14} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12691 | 2025.02.28 10:11:31.449420 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 12692 | 2025.02.28 10:11:33.820975 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 12693 | 2025.02.28 10:11:33.845566 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2025.02.28 10:11:33.845639 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12695 | 2025.02.28 10:11:33.852870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12696 | 2025.02.28 10:11:33.857394 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2025.02.28 10:11:33.857912 [ 133 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 12698 | 2025.02.28 10:11:33.858047 [ 133 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2025.02.28 10:11:33.858118 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12700 | 2025.02.28 10:11:33.858539 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12701 | 2025.02.28 10:11:33.876144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 12702 | 2025.02.28 10:11:33.877728 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12703 | 2025.02.28 10:11:33.879251 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12704 | 2025.02.28 10:11:33.885320 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12705 | 2025.02.28 10:11:33.891609 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12706 | 2025.02.28 10:11:33.897297 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12707 | 2025.02.28 10:11:33.902946 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12708 | 2025.02.28 10:11:33.908506 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 12709 | 2025.02.28 10:11:33.980481 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.122232215 sec., 4385.096023990075 rows/sec., 22.67 MiB/sec. | ||
| 12710 | 2025.02.28 10:11:33.983995 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 12711 | 2025.02.28 10:11:33.987044 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_71_14} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12712 | 2025.02.28 10:11:33.987177 [ 191 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_71_14} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 12713 | 2025.02.28 10:11:33.989564 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 12714 | 2025.02.28 10:11:34.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.76 MiB, peak 283.17 MiB, free memory in arenas 0.00 B, will set to 264.68 MiB (RSS), difference: -1.09 MiB | ||
| 12715 | 2025.02.28 10:11:35.148756 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12716 | 2025.02.28 10:11:35.148952 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12717 | 2025.02.28 10:11:35.149027 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12718 | 2025.02.28 10:11:35.149838 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12719 | 2025.02.28 10:11:35.149893 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12720 | 2025.02.28 10:11:35.150343 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12721 | 2025.02.28 10:11:35.150600 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12722 | 2025.02.28 10:11:35.150851 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001953 sec., 32770.097286226315 rows/sec., 2.58 MiB/sec. | ||
| 12723 | 2025.02.28 10:11:35.150917 [ 261 ] {5f88ec56-f9b0-4576-9657-d6de7ba3d551} <Debug> TCPHandler: Processed in 0.00229703 sec. | ||
| 12724 | 2025.02.28 10:11:35.151154 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12725 | 2025.02.28 10:11:35.151363 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12726 | 2025.02.28 10:11:35.151445 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12727 | 2025.02.28 10:11:35.152277 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12728 | 2025.02.28 10:11:35.152324 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12729 | 2025.02.28 10:11:35.152761 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12730 | 2025.02.28 10:11:35.153019 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12731 | 2025.02.28 10:11:35.153277 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001972 sec., 2028.397565922921 rows/sec., 152.53 KiB/sec. | ||
| 12732 | 2025.02.28 10:11:35.153356 [ 262 ] {8d2a0b6d-e599-4496-b6d1-6318b5bffb5f} <Debug> TCPHandler: Processed in 0.00233199 sec. | ||
| 12733 | 2025.02.28 10:11:35.153544 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12734 | 2025.02.28 10:11:35.153806 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12735 | 2025.02.28 10:11:35.153870 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12736 | 2025.02.28 10:11:35.154526 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12737 | 2025.02.28 10:11:35.154569 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12738 | 2025.02.28 10:11:35.154945 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12739 | 2025.02.28 10:11:35.155185 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12740 | 2025.02.28 10:11:35.155419 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00167 sec., 40718.5628742515 rows/sec., 3.18 MiB/sec. | ||
| 12741 | 2025.02.28 10:11:35.155505 [ 261 ] {86a1486f-36c3-43ef-8e92-030d1665ff5d} <Debug> TCPHandler: Processed in 0.002071047 sec. | ||
| 12742 | 2025.02.28 10:11:35.155692 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12743 | 2025.02.28 10:11:35.155862 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12744 | 2025.02.28 10:11:35.155928 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12745 | 2025.02.28 10:11:35.156558 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12746 | 2025.02.28 10:11:35.156596 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12747 | 2025.02.28 10:11:35.157003 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12748 | 2025.02.28 10:11:35.157259 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12749 | 2025.02.28 10:11:35.157496 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001671 sec., 95751.04727707959 rows/sec., 6.67 MiB/sec. | ||
| 12750 | 2025.02.28 10:11:35.157549 [ 262 ] {b5033fd5-de0e-4829-8846-8d9b75273965} <Debug> TCPHandler: Processed in 0.001951645 sec. | ||
| 12751 | 2025.02.28 10:11:35.157734 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12752 | 2025.02.28 10:11:35.157878 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12753 | 2025.02.28 10:11:35.157973 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <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 | ||
| 12754 | 2025.02.28 10:11:35.159106 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12755 | 2025.02.28 10:11:35.159145 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12756 | 2025.02.28 10:11:35.159779 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12757 | 2025.02.28 10:11:35.160048 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12758 | 2025.02.28 10:11:35.160320 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00246 sec., 1626.0162601626016 rows/sec., 2.91 MiB/sec. | ||
| 12759 | 2025.02.28 10:11:35.160515 [ 261 ] {32b1817f-3436-4f6c-be10-07e7af0145a7} <Debug> TCPHandler: Processed in 0.002845377 sec. | ||
| 12760 | 2025.02.28 10:11:35.160819 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2025.02.28 10:11:35.161163 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12762 | 2025.02.28 10:11:35.161248 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12763 | 2025.02.28 10:11:35.161724 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2025.02.28 10:11:35.161761 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12765 | 2025.02.28 10:11:35.162136 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12766 | 2025.02.28 10:11:35.162386 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2025.02.28 10:11:35.162573 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 12768 | 2025.02.28 10:11:35.162637 [ 262 ] {f4d86940-8ccd-4a29-97c2-17d10c321eee} <Debug> TCPHandler: Processed in 0.002026127 sec. | ||
| 12769 | 2025.02.28 10:11:38.725600 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12770 | 2025.02.28 10:11:38.725705 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12771 | 2025.02.28 10:11:38.944344 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 12772 | 2025.02.28 10:11:38.945034 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2025.02.28 10:11:38.945095 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12774 | 2025.02.28 10:11:38.945646 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12775 | 2025.02.28 10:11:38.945916 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2025.02.28 10:11:38.946220 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 12777 | 2025.02.28 10:11:39.121733 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1768 | ||
| 12778 | 2025.02.28 10:11:39.125884 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12779 | 2025.02.28 10:11:39.125977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12780 | 2025.02.28 10:11:39.128279 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12781 | 2025.02.28 10:11:39.128759 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12782 | 2025.02.28 10:11:39.132419 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1768 | ||
| 12783 | 2025.02.28 10:11:40.149685 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12784 | 2025.02.28 10:11:40.149876 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12785 | 2025.02.28 10:11:40.149951 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12786 | 2025.02.28 10:11:40.151160 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12787 | 2025.02.28 10:11:40.151207 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12788 | 2025.02.28 10:11:40.151644 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12789 | 2025.02.28 10:11:40.151894 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12790 | 2025.02.28 10:11:40.152149 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002326 sec., 55030.09458297506 rows/sec., 4.71 MiB/sec. | ||
| 12791 | 2025.02.28 10:11:40.152220 [ 261 ] {a7561a23-56d6-44c1-a3e7-3d856fbf1588} <Debug> TCPHandler: Processed in 0.002665294 sec. | ||
| 12792 | 2025.02.28 10:11:40.152466 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12793 | 2025.02.28 10:11:40.152676 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12794 | 2025.02.28 10:11:40.152757 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12795 | 2025.02.28 10:11:40.154219 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12796 | 2025.02.28 10:11:40.154269 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12797 | 2025.02.28 10:11:40.154711 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12798 | 2025.02.28 10:11:40.154968 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12799 | 2025.02.28 10:11:40.155239 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.00262 sec., 13740.458015267175 rows/sec., 1.01 MiB/sec. | ||
| 12800 | 2025.02.28 10:11:40.155330 [ 262 ] {f37e092f-c0a0-4bed-8730-bc8411cd9d64} <Debug> TCPHandler: Processed in 0.003003619 sec. | ||
| 12801 | 2025.02.28 10:11:40.155554 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12802 | 2025.02.28 10:11:40.155723 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12803 | 2025.02.28 10:11:40.155785 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12804 | 2025.02.28 10:11:40.156490 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12805 | 2025.02.28 10:11:40.156531 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12806 | 2025.02.28 10:11:40.156924 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12807 | 2025.02.28 10:11:40.157169 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2025.02.28 10:11:40.157413 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001726 sec., 57937.427578215524 rows/sec., 4.53 MiB/sec. | ||
| 12809 | 2025.02.28 10:11:40.157493 [ 261 ] {b947084f-63d3-4bf5-bc22-8f680ac45d8e} <Debug> TCPHandler: Processed in 0.002047387 sec. | ||
| 12810 | 2025.02.28 10:11:40.157709 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12811 | 2025.02.28 10:11:40.157920 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12812 | 2025.02.28 10:11:40.157987 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12813 | 2025.02.28 10:11:40.158615 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12814 | 2025.02.28 10:11:40.158656 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12815 | 2025.02.28 10:11:40.159068 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12816 | 2025.02.28 10:11:40.159319 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12817 | 2025.02.28 10:11:40.159512 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 3 parts from all_1_115_23 to all_117_117_0 | ||
| 12818 | 2025.02.28 10:11:40.159566 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
| 12819 | 2025.02.28 10:11:40.159596 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12820 | 2025.02.28 10:11:40.159681 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12821 | 2025.02.28 10:11:40.159689 [ 262 ] {08b588a1-393e-4871-9f50-d3c51f860bda} <Debug> TCPHandler: Processed in 0.002095497 sec. | ||
| 12822 | 2025.02.28 10:11:40.159945 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12823 | 2025.02.28 10:11:40.159969 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_115_23 to all_117_117_0 into Compact with storage Full | ||
| 12824 | 2025.02.28 10:11:40.160307 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12825 | 2025.02.28 10:11:40.160643 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12826 | 2025.02.28 10:11:40.160684 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <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 | ||
| 12827 | 2025.02.28 10:11:40.160833 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 32579 rows starting from the beginning of the part | ||
| 12828 | 2025.02.28 10:11:40.161392 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 12829 | 2025.02.28 10:11:40.161968 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 952 rows starting from the beginning of the part | ||
| 12830 | 2025.02.28 10:11:40.165839 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12831 | 2025.02.28 10:11:40.165905 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12832 | 2025.02.28 10:11:40.166788 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12833 | 2025.02.28 10:11:40.167164 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12834 | 2025.02.28 10:11:40.167461 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007281 sec., 4944.375772558715 rows/sec., 8.86 MiB/sec. | ||
| 12835 | 2025.02.28 10:11:40.167705 [ 261 ] {b31aeccc-01c1-403f-963b-2b1265aee8e4} <Debug> TCPHandler: Processed in 0.007908373 sec. | ||
| 12836 | 2025.02.28 10:11:40.167900 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12837 | 2025.02.28 10:11:40.168082 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12838 | 2025.02.28 10:11:40.168143 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12839 | 2025.02.28 10:11:40.168941 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12840 | 2025.02.28 10:11:40.168980 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12841 | 2025.02.28 10:11:40.169441 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12842 | 2025.02.28 10:11:40.169699 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12843 | 2025.02.28 10:11:40.170086 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002018 sec., 29732.408325074335 rows/sec., 2.00 MiB/sec. | ||
| 12844 | 2025.02.28 10:11:40.170188 [ 262 ] {80513628-c7f3-42cf-8485-cfad11b00d1e} <Debug> TCPHandler: Processed in 0.002375731 sec. | ||
| 12845 | 2025.02.28 10:11:40.171569 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33691 rows, containing 5 columns (5 merged, 0 gathered) in 0.011793164 sec., 2856824.512912735 rows/sec., 195.22 MiB/sec. | ||
| 12846 | 2025.02.28 10:11:40.171888 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Trace> MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) | ||
| 12847 | 2025.02.28 10:11:40.172257 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2025.02.28 10:11:40.172360 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_117_24} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 3 parts: [all_1_115_23, all_117_117_0] -> all_1_117_24 | ||
| 12849 | 2025.02.28 10:11:40.172469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12850 | 2025.02.28 10:11:41.376232 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 12851 | 2025.02.28 10:11:41.399694 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12852 | 2025.02.28 10:11:41.399758 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12853 | 2025.02.28 10:11:41.407815 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12854 | 2025.02.28 10:11:41.408624 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12855 | 2025.02.28 10:11:41.413849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 12856 | 2025.02.28 10:11:45.148391 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12857 | 2025.02.28 10:11:45.148624 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12858 | 2025.02.28 10:11:45.148707 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12859 | 2025.02.28 10:11:45.149578 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12860 | 2025.02.28 10:11:45.149625 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12861 | 2025.02.28 10:11:45.150061 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12862 | 2025.02.28 10:11:45.150321 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12863 | 2025.02.28 10:11:45.150571 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001992 sec., 2008.0321285140565 rows/sec., 163.74 KiB/sec. | ||
| 12864 | 2025.02.28 10:11:45.150668 [ 261 ] {51093ca7-a8a0-4ef8-afde-c6cb348f0cd5} <Debug> TCPHandler: Processed in 0.002418092 sec. | ||
| 12865 | 2025.02.28 10:11:45.151062 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12866 | 2025.02.28 10:11:45.151351 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12867 | 2025.02.28 10:11:45.151459 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12868 | 2025.02.28 10:11:45.152225 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12869 | 2025.02.28 10:11:45.152270 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12870 | 2025.02.28 10:11:45.152717 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12871 | 2025.02.28 10:11:45.152968 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12872 | 2025.02.28 10:11:45.153160 [ 95 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12873 | 2025.02.28 10:11:45.153229 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001949 sec., 33863.519753719855 rows/sec., 2.66 MiB/sec. | ||
| 12874 | 2025.02.28 10:11:45.153233 [ 95 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12875 | 2025.02.28 10:11:45.153321 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12876 | 2025.02.28 10:11:45.153381 [ 262 ] {f21a4ed0-032d-4bc3-b10a-4f8e176f029d} <Debug> TCPHandler: Processed in 0.002560623 sec. | ||
| 12877 | 2025.02.28 10:11:45.153591 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12878 | 2025.02.28 10:11:45.153603 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 12879 | 2025.02.28 10:11:45.153761 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12880 | 2025.02.28 10:11:45.153776 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12881 | 2025.02.28 10:11:45.153823 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1967 rows starting from the beginning of the part | ||
| 12882 | 2025.02.28 10:11:45.153832 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12883 | 2025.02.28 10:11:45.154098 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1390 rows starting from the beginning of the part | ||
| 12884 | 2025.02.28 10:11:45.154453 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 12885 | 2025.02.28 10:11:45.154826 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part | ||
| 12886 | 2025.02.28 10:11:45.155308 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 128 rows starting from the beginning of the part | ||
| 12887 | 2025.02.28 10:11:45.155696 [ 191 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 66 rows starting from the beginning of the part | ||
| 12888 | 2025.02.28 10:11:45.156580 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12889 | 2025.02.28 10:11:45.156620 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12890 | 2025.02.28 10:11:45.157118 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12891 | 2025.02.28 10:11:45.157420 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12892 | 2025.02.28 10:11:45.157621 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.003906 sec., 2048.1310803891447 rows/sec., 148.51 KiB/sec. | ||
| 12893 | 2025.02.28 10:11:45.157689 [ 261 ] {e41d600f-1c65-420f-b4b4-8054c8c523e5} <Debug> TCPHandler: Processed in 0.004207644 sec. | ||
| 12894 | 2025.02.28 10:11:45.157857 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12895 | 2025.02.28 10:11:45.158169 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12896 | 2025.02.28 10:11:45.158263 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12897 | 2025.02.28 10:11:45.158278 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3671 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853513 sec., 756359.3627955668 rows/sec., 65.31 MiB/sec. | ||
| 12898 | 2025.02.28 10:11:45.158566 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12899 | 2025.02.28 10:11:45.158947 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12900 | 2025.02.28 10:11:45.159087 [ 197 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_121_24} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12901 | 2025.02.28 10:11:45.159112 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12902 | 2025.02.28 10:11:45.159165 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12903 | 2025.02.28 10:11:45.159192 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 12904 | 2025.02.28 10:11:45.159544 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12905 | 2025.02.28 10:11:45.159779 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12906 | 2025.02.28 10:11:45.159975 [ 95 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12907 | 2025.02.28 10:11:45.159996 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001965 sec., 36641.221374045796 rows/sec., 2.86 MiB/sec. | ||
| 12908 | 2025.02.28 10:11:45.160040 [ 95 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2025.02.28 10:11:45.160128 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12910 | 2025.02.28 10:11:45.160136 [ 262 ] {9ea5b93e-675d-4b71-a2e3-fa996c1dd66f} <Debug> TCPHandler: Processed in 0.0023535 sec. | ||
| 12911 | 2025.02.28 10:11:45.160311 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 12912 | 2025.02.28 10:11:45.160369 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12913 | 2025.02.28 10:11:45.160449 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12914 | 2025.02.28 10:11:45.160532 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 952 rows starting from the beginning of the part | ||
| 12915 | 2025.02.28 10:11:45.160609 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12916 | 2025.02.28 10:11:45.160811 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12917 | 2025.02.28 10:11:45.160833 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 596 rows starting from the beginning of the part | ||
| 12918 | 2025.02.28 10:11:45.161276 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 12919 | 2025.02.28 10:11:45.161673 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 68 rows starting from the beginning of the part | ||
| 12920 | 2025.02.28 10:11:45.162007 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 100 rows starting from the beginning of the part | ||
| 12921 | 2025.02.28 10:11:45.162192 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 72 rows starting from the beginning of the part | ||
| 12922 | 2025.02.28 10:11:45.163218 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12923 | 2025.02.28 10:11:45.163288 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12924 | 2025.02.28 10:11:45.164292 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12925 | 2025.02.28 10:11:45.164706 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12926 | 2025.02.28 10:11:45.165217 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004655 sec., 34801.28893662728 rows/sec., 2.42 MiB/sec. | ||
| 12927 | 2025.02.28 10:11:45.165662 [ 261 ] {7cfc1d1e-cda7-43ae-a4b6-20832e990547} <Debug> TCPHandler: Processed in 0.00538084 sec. | ||
| 12928 | 2025.02.28 10:11:45.165773 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.005535032 sec., 334596.07821598864 rows/sec., 26.26 MiB/sec. | ||
| 12929 | 2025.02.28 10:11:45.166007 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2025.02.28 10:11:45.166274 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12931 | 2025.02.28 10:11:45.166612 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12932 | 2025.02.28 10:11:45.166844 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <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 | ||
| 12933 | 2025.02.28 10:11:45.167236 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12934 | 2025.02.28 10:11:45.167512 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_121_24} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12935 | 2025.02.28 10:11:45.167783 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 12936 | 2025.02.28 10:11:45.168698 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12937 | 2025.02.28 10:11:45.168743 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12938 | 2025.02.28 10:11:45.169373 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12939 | 2025.02.28 10:11:45.169629 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12940 | 2025.02.28 10:11:45.169882 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003567 sec., 1121.39052425007 rows/sec., 2.01 MiB/sec. | ||
| 12941 | 2025.02.28 10:11:45.169991 [ 262 ] {d35db87b-2235-4e68-9273-393d5354812a} <Debug> TCPHandler: Processed in 0.004178505 sec. | ||
| 12942 | 2025.02.28 10:11:45.170152 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12943 | 2025.02.28 10:11:45.170296 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12944 | 2025.02.28 10:11:45.170355 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12945 | 2025.02.28 10:11:45.170935 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12946 | 2025.02.28 10:11:45.170980 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12947 | 2025.02.28 10:11:45.171415 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12948 | 2025.02.28 10:11:45.171653 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12949 | 2025.02.28 10:11:45.171781 [ 95 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12950 | 2025.02.28 10:11:45.171812 [ 95 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2025.02.28 10:11:45.171831 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 12952 | 2025.02.28 10:11:45.171835 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12953 | 2025.02.28 10:11:45.171916 [ 261 ] {662b60b6-a64d-4a36-90af-f921a0a32a73} <Debug> TCPHandler: Processed in 0.001831964 sec. | ||
| 12954 | 2025.02.28 10:11:45.172133 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12955 | 2025.02.28 10:11:45.172376 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12956 | 2025.02.28 10:11:45.172438 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6096 rows starting from the beginning of the part | ||
| 12957 | 2025.02.28 10:11:45.172701 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 12 rows starting from the beginning of the part | ||
| 12958 | 2025.02.28 10:11:45.173108 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 48 rows starting from the beginning of the part | ||
| 12959 | 2025.02.28 10:11:45.173419 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12960 | 2025.02.28 10:11:45.173613 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12961 | 2025.02.28 10:11:45.173807 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 12962 | 2025.02.28 10:11:45.175845 [ 188 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003905001 sec., 1622534.7957657373 rows/sec., 108.66 MiB/sec. | ||
| 12963 | 2025.02.28 10:11:45.176281 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12964 | 2025.02.28 10:11:45.176601 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12965 | 2025.02.28 10:11:45.176690 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_121_24} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12966 | 2025.02.28 10:11:45.176785 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12967 | 2025.02.28 10:11:46.446369 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 12968 | 2025.02.28 10:11:46.447106 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12969 | 2025.02.28 10:11:46.447157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12970 | 2025.02.28 10:11:46.447701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12971 | 2025.02.28 10:11:46.447963 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12972 | 2025.02.28 10:11:46.448262 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 12973 | 2025.02.28 10:11:48.913925 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 12974 | 2025.02.28 10:11:48.938306 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12975 | 2025.02.28 10:11:48.938363 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12976 | 2025.02.28 10:11:48.945936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12977 | 2025.02.28 10:11:48.946747 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12978 | 2025.02.28 10:11:48.949866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 12979 | 2025.02.28 10:11:49.132610 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1794 | ||
| 12980 | 2025.02.28 10:11:49.135781 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2025.02.28 10:11:49.135843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12982 | 2025.02.28 10:11:49.137443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12983 | 2025.02.28 10:11:49.137770 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2025.02.28 10:11:49.140024 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1794 | ||
| 12985 | 2025.02.28 10:11:50.150023 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2025.02.28 10:11:50.150309 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12987 | 2025.02.28 10:11:50.150421 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12988 | 2025.02.28 10:11:50.151277 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12989 | 2025.02.28 10:11:50.151332 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12990 | 2025.02.28 10:11:50.151792 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12991 | 2025.02.28 10:11:50.152053 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2025.02.28 10:11:50.152299 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002068 sec., 61895.551257253384 rows/sec., 5.30 MiB/sec. | ||
| 12993 | 2025.02.28 10:11:50.152369 [ 261 ] {21682048-dc24-41f2-a966-65d008f34032} <Debug> TCPHandler: Processed in 0.002525313 sec. | ||
| 12994 | 2025.02.28 10:11:50.152643 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12995 | 2025.02.28 10:11:50.152834 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12996 | 2025.02.28 10:11:50.152905 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12997 | 2025.02.28 10:11:50.153660 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12998 | 2025.02.28 10:11:50.153702 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 12999 | 2025.02.28 10:11:50.154148 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13000 | 2025.02.28 10:11:50.154410 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13001 | 2025.02.28 10:11:50.154574 [ 29 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13002 | 2025.02.28 10:11:50.154629 [ 29 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2025.02.28 10:11:50.154632 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001847 sec., 19491.066594477532 rows/sec., 1.43 MiB/sec. | ||
| 13004 | 2025.02.28 10:11:50.154659 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13005 | 2025.02.28 10:11:50.154764 [ 262 ] {d53b47fc-f73b-4320-99b7-2fc3957d8496} <Debug> TCPHandler: Processed in 0.00227857 sec. | ||
| 13006 | 2025.02.28 10:11:50.154897 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 13007 | 2025.02.28 10:11:50.154955 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13008 | 2025.02.28 10:11:50.155032 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13009 | 2025.02.28 10:11:50.155075 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 178 rows starting from the beginning of the part | ||
| 13010 | 2025.02.28 10:11:50.155121 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13011 | 2025.02.28 10:11:50.155172 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 52 rows starting from the beginning of the part | ||
| 13012 | 2025.02.28 10:11:50.155236 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13013 | 2025.02.28 10:11:50.155653 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 4 rows starting from the beginning of the part | ||
| 13014 | 2025.02.28 10:11:50.155846 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part | ||
| 13015 | 2025.02.28 10:11:50.156238 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 13016 | 2025.02.28 10:11:50.156654 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 36 rows starting from the beginning of the part | ||
| 13017 | 2025.02.28 10:11:50.158193 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13018 | 2025.02.28 10:11:50.158244 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13019 | 2025.02.28 10:11:50.158835 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13020 | 2025.02.28 10:11:50.158872 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 5 columns (5 merged, 0 gathered) in 0.004100794 sec., 76570.53731545647 rows/sec., 5.53 MiB/sec. | ||
| 13021 | 2025.02.28 10:11:50.159132 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13022 | 2025.02.28 10:11:50.159255 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13023 | 2025.02.28 10:11:50.159644 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.004565 sec., 21905.805038335162 rows/sec., 1.71 MiB/sec. | ||
| 13024 | 2025.02.28 10:11:50.159839 [ 261 ] {4fe8fb77-3308-43d8-a476-34a8db3bb314} <Debug> TCPHandler: Processed in 0.004971065 sec. | ||
| 13025 | 2025.02.28 10:11:50.159888 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2025.02.28 10:11:50.160243 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13027 | 2025.02.28 10:11:50.160279 [ 198 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_101_20} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13028 | 2025.02.28 10:11:50.160579 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13029 | 2025.02.28 10:11:50.160730 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13030 | 2025.02.28 10:11:50.160900 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13031 | 2025.02.28 10:11:50.161604 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2025.02.28 10:11:50.161643 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13033 | 2025.02.28 10:11:50.162060 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13034 | 2025.02.28 10:11:50.162316 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2025.02.28 10:11:50.162464 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 5 parts from all_1_117_24 to all_121_121_0 | ||
| 13036 | 2025.02.28 10:11:50.162502 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13037 | 2025.02.28 10:11:50.162515 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001957 sec., 81757.79253960143 rows/sec., 5.69 MiB/sec. | ||
| 13038 | 2025.02.28 10:11:50.162527 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13039 | 2025.02.28 10:11:50.162681 [ 262 ] {71ba68e2-69c1-4fb5-83b4-f2a79c4551c2} <Debug> TCPHandler: Processed in 0.002708115 sec. | ||
| 13040 | 2025.02.28 10:11:50.162749 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_117_24 to all_121_121_0 into Compact with storage Full | ||
| 13041 | 2025.02.28 10:11:50.162867 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13042 | 2025.02.28 10:11:50.162896 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13043 | 2025.02.28 10:11:50.162929 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 33691 rows starting from the beginning of the part | ||
| 13044 | 2025.02.28 10:11:50.163111 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13045 | 2025.02.28 10:11:50.163142 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 128 rows starting from the beginning of the part | ||
| 13046 | 2025.02.28 10:11:50.163509 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <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 | ||
| 13047 | 2025.02.28 10:11:50.163523 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 13048 | 2025.02.28 10:11:50.163953 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 13049 | 2025.02.28 10:11:50.164295 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 162 rows starting from the beginning of the part | ||
| 13050 | 2025.02.28 10:11:50.166457 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13051 | 2025.02.28 10:11:50.166511 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13052 | 2025.02.28 10:11:50.167382 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13053 | 2025.02.28 10:11:50.167733 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13054 | 2025.02.28 10:11:50.167984 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13055 | 2025.02.28 10:11:50.168075 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.005065 sec., 7107.6011846001975 rows/sec., 12.74 MiB/sec. | ||
| 13056 | 2025.02.28 10:11:50.168093 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2025.02.28 10:11:50.168283 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13058 | 2025.02.28 10:11:50.168621 [ 261 ] {8c069b37-dd37-456e-aac4-51c99d713c74} <Debug> TCPHandler: Processed in 0.005815076 sec. | ||
| 13059 | 2025.02.28 10:11:50.168656 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 13060 | 2025.02.28 10:11:50.168795 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13061 | 2025.02.28 10:11:50.169081 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13062 | 2025.02.28 10:11:50.169233 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13063 | 2025.02.28 10:11:50.169715 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13064 | 2025.02.28 10:11:50.170119 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1959 rows starting from the beginning of the part | ||
| 13065 | 2025.02.28 10:11:50.170975 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part | ||
| 13066 | 2025.02.28 10:11:50.172224 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 4 rows starting from the beginning of the part | ||
| 13067 | 2025.02.28 10:11:50.172278 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2025.02.28 10:11:50.172355 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13069 | 2025.02.28 10:11:50.172962 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 36 rows starting from the beginning of the part | ||
| 13070 | 2025.02.28 10:11:50.173911 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 4 rows starting from the beginning of the part | ||
| 13071 | 2025.02.28 10:11:50.174428 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34301 rows, containing 5 columns (5 merged, 0 gathered) in 0.011790403 sec., 2909230.4987369813 rows/sec., 198.86 MiB/sec. | ||
| 13072 | 2025.02.28 10:11:50.174916 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Trace> MergedBlockOutputStream: filled checksums all_1_121_25 (state Temporary) | ||
| 13073 | 2025.02.28 10:11:50.175092 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 36 rows starting from the beginning of the part | ||
| 13074 | 2025.02.28 10:11:50.175248 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13075 | 2025.02.28 10:11:50.175926 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_121_25 to all_1_121_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13076 | 2025.02.28 10:11:50.176194 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 5 parts: [all_1_117_24, all_121_121_0] -> all_1_121_25 | ||
| 13077 | 2025.02.28 10:11:50.176467 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13078 | 2025.02.28 10:11:50.176547 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13079 | 2025.02.28 10:11:50.177044 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008043 sec., 7459.903021260724 rows/sec., 514.81 KiB/sec. | ||
| 13080 | 2025.02.28 10:11:50.177196 [ 262 ] {4a082209-f9f6-4670-8a76-27f6249dcb5e} <Debug> TCPHandler: Processed in 0.008468331 sec. | ||
| 13081 | 2025.02.28 10:11:50.184862 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2075 rows, containing 19 columns (19 merged, 0 gathered) in 0.016376084 sec., 126709.16929834997 rows/sec., 227.06 MiB/sec. | ||
| 13082 | 2025.02.28 10:11:50.186985 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13083 | 2025.02.28 10:11:50.187448 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2025.02.28 10:11:50.187538 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13085 | 2025.02.28 10:11:50.187695 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.86 MiB. | ||
| 13086 | 2025.02.28 10:11:51.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.21 MiB, peak 283.17 MiB, free memory in arenas 0.00 B, will set to 267.31 MiB (RSS), difference: 2.11 MiB | ||
| 13087 | 2025.02.28 10:11:53.725768 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13088 | 2025.02.28 10:11:53.725829 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13089 | 2025.02.28 10:11:53.948401 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 13090 | 2025.02.28 10:11:53.949054 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13091 | 2025.02.28 10:11:53.949101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13092 | 2025.02.28 10:11:53.949649 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13093 | 2025.02.28 10:11:53.949912 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13094 | 2025.02.28 10:11:53.950158 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 13095 | 2025.02.28 10:11:55.043093 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13096 | 2025.02.28 10:11:55.043157 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13097 | 2025.02.28 10:11:55.045419 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13098 | 2025.02.28 10:11:55.148472 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13099 | 2025.02.28 10:11:55.148685 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13100 | 2025.02.28 10:11:55.148758 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13101 | 2025.02.28 10:11:55.149515 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13102 | 2025.02.28 10:11:55.149565 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13103 | 2025.02.28 10:11:55.149995 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13104 | 2025.02.28 10:11:55.150241 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2025.02.28 10:11:55.150485 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001847 sec., 34650.785056848945 rows/sec., 2.73 MiB/sec. | ||
| 13106 | 2025.02.28 10:11:55.150578 [ 261 ] {9f2f278a-0a7c-4d39-a731-5e4d5dcd3c9c} <Debug> TCPHandler: Processed in 0.002246279 sec. | ||
| 13107 | 2025.02.28 10:11:55.150587 [ 221 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13108 | 2025.02.28 10:11:55.150665 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13109 | 2025.02.28 10:11:55.150829 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13110 | 2025.02.28 10:11:55.151023 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13111 | 2025.02.28 10:11:55.151112 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13112 | 2025.02.28 10:11:55.152131 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13113 | 2025.02.28 10:11:55.152182 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13114 | 2025.02.28 10:11:55.152702 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13115 | 2025.02.28 10:11:55.153008 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13116 | 2025.02.28 10:11:55.153218 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002259 sec., 1770.6949977866311 rows/sec., 133.15 KiB/sec. | ||
| 13117 | 2025.02.28 10:11:55.153280 [ 262 ] {5592c915-8247-4cdd-878e-1b7197296e9b} <Debug> TCPHandler: Processed in 0.002593503 sec. | ||
| 13118 | 2025.02.28 10:11:55.153431 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13119 | 2025.02.28 10:11:55.153550 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13120 | 2025.02.28 10:11:55.153672 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13121 | 2025.02.28 10:11:55.153814 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13122 | 2025.02.28 10:11:55.155338 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13123 | 2025.02.28 10:11:55.155378 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13124 | 2025.02.28 10:11:55.155741 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13125 | 2025.02.28 10:11:55.155972 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13126 | 2025.02.28 10:11:55.156178 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002594 sec., 26214.340786430224 rows/sec., 2.05 MiB/sec. | ||
| 13127 | 2025.02.28 10:11:55.156229 [ 261 ] {36b9679b-5998-46fa-ab4d-6517ceeee7be} <Debug> TCPHandler: Processed in 0.002871277 sec. | ||
| 13128 | 2025.02.28 10:11:55.156384 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13129 | 2025.02.28 10:11:55.156531 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13130 | 2025.02.28 10:11:55.156597 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13131 | 2025.02.28 10:11:55.157186 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13132 | 2025.02.28 10:11:55.157224 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13133 | 2025.02.28 10:11:55.157619 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13134 | 2025.02.28 10:11:55.157858 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13135 | 2025.02.28 10:11:55.158039 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
| 13136 | 2025.02.28 10:11:55.158098 [ 262 ] {7adbcac3-1121-468a-ba57-84b52b959fa6} <Debug> TCPHandler: Processed in 0.001783673 sec. | ||
| 13137 | 2025.02.28 10:11:55.158257 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13138 | 2025.02.28 10:11:55.158376 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13139 | 2025.02.28 10:11:55.158461 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <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 | ||
| 13140 | 2025.02.28 10:11:55.159572 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13141 | 2025.02.28 10:11:55.159612 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13142 | 2025.02.28 10:11:55.160229 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13143 | 2025.02.28 10:11:55.160477 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13144 | 2025.02.28 10:11:55.160741 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002382 sec., 1679.2611251049539 rows/sec., 3.01 MiB/sec. | ||
| 13145 | 2025.02.28 10:11:55.160852 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13146 | 2025.02.28 10:11:55.160890 [ 261 ] {f2c9c258-52af-4141-9708-fc94103919fa} <Debug> TCPHandler: Processed in 0.002690655 sec. | ||
| 13147 | 2025.02.28 10:11:55.160967 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13148 | 2025.02.28 10:11:55.161159 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13149 | 2025.02.28 10:11:55.161384 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13150 | 2025.02.28 10:11:55.161482 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13151 | 2025.02.28 10:11:55.162333 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13152 | 2025.02.28 10:11:55.162383 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13153 | 2025.02.28 10:11:55.163048 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13154 | 2025.02.28 10:11:55.163338 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13155 | 2025.02.28 10:11:55.163797 [ 221 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13156 | 2025.02.28 10:11:55.163867 [ 221 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13157 | 2025.02.28 10:11:55.163894 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002605 sec., 23032.629558541266 rows/sec., 1.55 MiB/sec. | ||
| 13158 | 2025.02.28 10:11:55.163970 [ 262 ] {47a729e9-b789-447a-9016-92e29568d6dd} <Debug> TCPHandler: Processed in 0.002909728 sec. | ||
| 13159 | 2025.02.28 10:11:55.165213 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13160 | 2025.02.28 10:11:55.167097 [ 221 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13161 | 2025.02.28 10:11:55.928367 [ 225 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13162 | 2025.02.28 10:11:55.928431 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13163 | 2025.02.28 10:11:55.930451 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13164 | 2025.02.28 10:11:56.233632 [ 219 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13165 | 2025.02.28 10:11:56.233729 [ 219 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13166 | 2025.02.28 10:11:56.236117 [ 219 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13167 | 2025.02.28 10:11:56.432436 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13168 | 2025.02.28 10:11:56.432626 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13169 | 2025.02.28 10:11:56.432700 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13170 | 2025.02.28 10:11:56.433474 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13171 | 2025.02.28 10:11:56.433527 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13172 | 2025.02.28 10:11:56.433969 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13173 | 2025.02.28 10:11:56.434223 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13174 | 2025.02.28 10:11:56.434512 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001939 sec., 12377.514182568335 rows/sec., 1.03 MiB/sec. | ||
| 13175 | 2025.02.28 10:11:56.434746 [ 261 ] {2749ca85-16ca-43b9-a966-9b4ea4d92574} <Debug> TCPHandler: Processed in 0.002440692 sec. | ||
| 13176 | 2025.02.28 10:11:56.435063 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13177 | 2025.02.28 10:11:56.435365 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13178 | 2025.02.28 10:11:56.435487 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13179 | 2025.02.28 10:11:56.436338 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13180 | 2025.02.28 10:11:56.436391 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13181 | 2025.02.28 10:11:56.436834 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13182 | 2025.02.28 10:11:56.437099 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13183 | 2025.02.28 10:11:56.437386 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002097 sec., 2861.230329041488 rows/sec., 233.31 KiB/sec. | ||
| 13184 | 2025.02.28 10:11:56.437575 [ 262 ] {d0aa3fe4-ced6-404f-a320-f1d36712f03e} <Debug> TCPHandler: Processed in 0.002692945 sec. | ||
| 13185 | 2025.02.28 10:11:56.437771 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13186 | 2025.02.28 10:11:56.437902 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13187 | 2025.02.28 10:11:56.437954 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13188 | 2025.02.28 10:11:56.439240 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13189 | 2025.02.28 10:11:56.439282 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13190 | 2025.02.28 10:11:56.439743 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13191 | 2025.02.28 10:11:56.439991 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13192 | 2025.02.28 10:11:56.440236 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Debug> executeQuery: Read 1391 rows, 118.99 KiB in 0.002358 sec., 589906.7005937236 rows/sec., 49.28 MiB/sec. | ||
| 13193 | 2025.02.28 10:11:56.440294 [ 261 ] {55e89cb8-050d-477d-a936-4d76f4896789} <Debug> TCPHandler: Processed in 0.002616344 sec. | ||
| 13194 | 2025.02.28 10:11:56.440494 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13195 | 2025.02.28 10:11:56.440787 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13196 | 2025.02.28 10:11:56.440924 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13197 | 2025.02.28 10:11:56.441748 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13198 | 2025.02.28 10:11:56.441792 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13199 | 2025.02.28 10:11:56.442173 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13200 | 2025.02.28 10:11:56.442420 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2025.02.28 10:11:56.442630 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Debug> executeQuery: Read 54 rows, 4.09 KiB in 0.001936 sec., 27892.561983471074 rows/sec., 2.06 MiB/sec. | ||
| 13202 | 2025.02.28 10:11:56.442686 [ 262 ] {0dc8a661-3f51-4a07-aa7a-010bb61322fb} <Debug> TCPHandler: Processed in 0.00228133 sec. | ||
| 13203 | 2025.02.28 10:11:56.442843 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13204 | 2025.02.28 10:11:56.442966 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13205 | 2025.02.28 10:11:56.443016 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13206 | 2025.02.28 10:11:56.443694 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13207 | 2025.02.28 10:11:56.443734 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13208 | 2025.02.28 10:11:56.444122 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13209 | 2025.02.28 10:11:56.444361 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13210 | 2025.02.28 10:11:56.444597 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001657 sec., 152082.076041038 rows/sec., 10.52 MiB/sec. | ||
| 13211 | 2025.02.28 10:11:56.444741 [ 261 ] {6c6bc71c-4165-45db-89ef-d7d250a18ca8} <Debug> TCPHandler: Processed in 0.001953636 sec. | ||
| 13212 | 2025.02.28 10:11:56.444896 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13213 | 2025.02.28 10:11:56.445036 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13214 | 2025.02.28 10:11:56.445096 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13215 | 2025.02.28 10:11:56.445797 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13216 | 2025.02.28 10:11:56.445837 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13217 | 2025.02.28 10:11:56.446217 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13218 | 2025.02.28 10:11:56.446461 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13219 | 2025.02.28 10:11:56.446697 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001677 sec., 7155.6350626118065 rows/sec., 559.03 KiB/sec. | ||
| 13220 | 2025.02.28 10:11:56.446816 [ 262 ] {3808fcb0-4601-478b-89fd-83e9eed62385} <Debug> TCPHandler: Processed in 0.001983916 sec. | ||
| 13221 | 2025.02.28 10:11:56.447029 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13222 | 2025.02.28 10:11:56.447146 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13223 | 2025.02.28 10:11:56.447196 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13224 | 2025.02.28 10:11:56.448064 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13225 | 2025.02.28 10:11:56.448104 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13226 | 2025.02.28 10:11:56.448503 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13227 | 2025.02.28 10:11:56.448737 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13228 | 2025.02.28 10:11:56.448946 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Debug> executeQuery: Read 598 rows, 46.03 KiB in 0.001825 sec., 327671.23287671234 rows/sec., 24.63 MiB/sec. | ||
| 13229 | 2025.02.28 10:11:56.449003 [ 261 ] {b82a342d-51f3-4651-9a3f-2a46ed00b9d2} <Debug> TCPHandler: Processed in 0.002062266 sec. | ||
| 13230 | 2025.02.28 10:11:56.449155 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13231 | 2025.02.28 10:11:56.449272 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13232 | 2025.02.28 10:11:56.449326 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13233 | 2025.02.28 10:11:56.449943 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 13234 | 2025.02.28 10:11:56.450328 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13235 | 2025.02.28 10:11:56.450416 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13236 | 2025.02.28 10:11:56.452960 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13237 | 2025.02.28 10:11:56.453860 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13238 | 2025.02.28 10:11:56.454817 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Debug> executeQuery: Read 949 rows, 65.60 KiB in 0.005463 sec., 173714.0765147355 rows/sec., 11.73 MiB/sec. | ||
| 13239 | 2025.02.28 10:11:56.455057 [ 262 ] {f0619466-99ab-49e3-9ce6-13b972e675b6} <Debug> TCPHandler: Processed in 0.005957737 sec. | ||
| 13240 | 2025.02.28 10:11:56.455321 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13241 | 2025.02.28 10:11:56.455730 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13242 | 2025.02.28 10:11:56.456112 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <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 | ||
| 13243 | 2025.02.28 10:11:56.467783 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13244 | 2025.02.28 10:11:56.467869 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13245 | 2025.02.28 10:11:56.471632 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13246 | 2025.02.28 10:11:56.472461 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13247 | 2025.02.28 10:11:56.473597 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.017979 sec., 2002.3360587351913 rows/sec., 3.59 MiB/sec. | ||
| 13248 | 2025.02.28 10:11:56.474985 [ 261 ] {a291be94-166e-4a51-a329-fcb49d0bd12b} <Debug> TCPHandler: Processed in 0.019800678 sec. | ||
| 13249 | 2025.02.28 10:11:56.475562 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13250 | 2025.02.28 10:11:56.475963 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13251 | 2025.02.28 10:11:56.476144 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13252 | 2025.02.28 10:11:56.479008 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13253 | 2025.02.28 10:11:56.479118 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13254 | 2025.02.28 10:11:56.480867 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13255 | 2025.02.28 10:11:56.481580 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13256 | 2025.02.28 10:11:56.482413 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.006545 sec., 3666.9213139801377 rows/sec., 253.06 KiB/sec. | ||
| 13257 | 2025.02.28 10:11:56.483086 [ 262 ] {caec4ecb-277d-432c-a90b-6ce9b2b80320} <Debug> TCPHandler: Processed in 0.007946854 sec. | ||
| 13258 | 2025.02.28 10:11:56.501878 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2025.02.28 10:11:56.501939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13260 | 2025.02.28 10:11:56.509411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13261 | 2025.02.28 10:11:56.510224 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2025.02.28 10:11:56.513571 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 13263 | 2025.02.28 10:11:57.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.56 MiB, peak 283.17 MiB, free memory in arenas 0.00 B, will set to 267.32 MiB (RSS), difference: -1.24 MiB | ||
| 13264 | 2025.02.28 10:11:58.569145 [ 224 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 13265 | 2025.02.28 10:11:58.569211 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 13266 | 2025.02.28 10:11:58.571167 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 13267 | 2025.02.28 10:11:59.140229 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1838 | ||
| 13268 | 2025.02.28 10:11:59.143704 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13269 | 2025.02.28 10:11:59.143766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13270 | 2025.02.28 10:11:59.145345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13271 | 2025.02.28 10:11:59.145667 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13272 | 2025.02.28 10:11:59.146292 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1838 | ||
| 13273 | 2025.02.28 10:12:00.145637 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13274 | 2025.02.28 10:12:00.145836 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13275 | 2025.02.28 10:12:00.145915 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13276 | 2025.02.28 10:12:00.146704 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13277 | 2025.02.28 10:12:00.146756 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13278 | 2025.02.28 10:12:00.147204 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13279 | 2025.02.28 10:12:00.147489 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13280 | 2025.02.28 10:12:00.147744 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 13281 | 2025.02.28 10:12:00.147817 [ 261 ] {585132ac-d06c-4322-82d6-db4259e150e6} <Debug> TCPHandler: Processed in 0.00231724 sec. | ||
| 13282 | 2025.02.28 10:12:00.148048 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2025.02.28 10:12:00.148236 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13284 | 2025.02.28 10:12:00.148308 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13285 | 2025.02.28 10:12:00.149077 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13286 | 2025.02.28 10:12:00.149120 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13287 | 2025.02.28 10:12:00.149576 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13288 | 2025.02.28 10:12:00.149840 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2025.02.28 10:12:00.150046 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.68 MiB/sec. | ||
| 13290 | 2025.02.28 10:12:00.150112 [ 262 ] {0324d9e7-c0b5-48a4-b784-e78cf4a032b8} <Debug> TCPHandler: Processed in 0.002188628 sec. | ||
| 13291 | 2025.02.28 10:12:00.150260 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13292 | 2025.02.28 10:12:00.150393 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13293 | 2025.02.28 10:12:00.150455 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13294 | 2025.02.28 10:12:00.151041 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13295 | 2025.02.28 10:12:00.151083 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13296 | 2025.02.28 10:12:00.151492 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13297 | 2025.02.28 10:12:00.151738 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13298 | 2025.02.28 10:12:00.151970 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.00161 sec., 59627.32919254658 rows/sec., 4.15 MiB/sec. | ||
| 13299 | 2025.02.28 10:12:00.152032 [ 261 ] {5cb7366b-14f6-4823-9c30-07aeee374e37} <Debug> TCPHandler: Processed in 0.001830944 sec. | ||
| 13300 | 2025.02.28 10:12:00.152229 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13301 | 2025.02.28 10:12:00.152464 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13302 | 2025.02.28 10:12:00.152564 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13303 | 2025.02.28 10:12:00.153182 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13304 | 2025.02.28 10:12:00.153220 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13305 | 2025.02.28 10:12:00.153604 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13306 | 2025.02.28 10:12:00.153842 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13307 | 2025.02.28 10:12:00.154022 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001622 sec., 22194.82120838471 rows/sec., 1.50 MiB/sec. | ||
| 13308 | 2025.02.28 10:12:00.154075 [ 262 ] {a8920ef7-899b-4d19-8072-d5c2c274455b} <Debug> TCPHandler: Processed in 0.001958096 sec. | ||
| 13309 | 2025.02.28 10:12:01.241428 [ 225 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 13310 | 2025.02.28 10:12:01.241510 [ 225 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 13311 | 2025.02.28 10:12:01.243401 [ 225 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 13312 | 2025.02.28 10:12:01.450302 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 13313 | 2025.02.28 10:12:01.450980 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13314 | 2025.02.28 10:12:01.451032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13315 | 2025.02.28 10:12:01.451586 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13316 | 2025.02.28 10:12:01.451861 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13317 | 2025.02.28 10:12:01.452105 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 13318 | 2025.02.28 10:12:02.280845 [ 219 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 13319 | 2025.02.28 10:12:02.280901 [ 219 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 13320 | 2025.02.28 10:12:02.282792 [ 219 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 13321 | 2025.02.28 10:12:04.013673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 13322 | 2025.02.28 10:12:04.036488 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13323 | 2025.02.28 10:12:04.036548 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13324 | 2025.02.28 10:12:04.044062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13325 | 2025.02.28 10:12:04.044842 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13326 | 2025.02.28 10:12:04.047780 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 13327 | 2025.02.28 10:12:05.148965 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2025.02.28 10:12:05.149163 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13329 | 2025.02.28 10:12:05.149238 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13330 | 2025.02.28 10:12:05.150027 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13331 | 2025.02.28 10:12:05.150078 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13332 | 2025.02.28 10:12:05.150523 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13333 | 2025.02.28 10:12:05.150777 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13334 | 2025.02.28 10:12:05.150995 [ 85 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13335 | 2025.02.28 10:12:05.151025 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.63 MiB/sec. | ||
| 13336 | 2025.02.28 10:12:05.151076 [ 85 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13337 | 2025.02.28 10:12:05.151151 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13338 | 2025.02.28 10:12:05.151165 [ 261 ] {31e3fa92-3bd4-499b-8d8f-614a4b461973} <Debug> TCPHandler: Processed in 0.002328941 sec. | ||
| 13339 | 2025.02.28 10:12:05.151424 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 13340 | 2025.02.28 10:12:05.151476 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13341 | 2025.02.28 10:12:05.151686 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13342 | 2025.02.28 10:12:05.151772 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1967 rows starting from the beginning of the part | ||
| 13343 | 2025.02.28 10:12:05.151776 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13344 | 2025.02.28 10:12:05.151918 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13345 | 2025.02.28 10:12:05.151983 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 128 rows starting from the beginning of the part | ||
| 13346 | 2025.02.28 10:12:05.152445 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 13347 | 2025.02.28 10:12:05.152747 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1391 rows starting from the beginning of the part | ||
| 13348 | 2025.02.28 10:12:05.153085 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 13349 | 2025.02.28 10:12:05.153437 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 13350 | 2025.02.28 10:12:05.155186 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13351 | 2025.02.28 10:12:05.155254 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13352 | 2025.02.28 10:12:05.156386 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13353 | 2025.02.28 10:12:05.156699 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13354 | 2025.02.28 10:12:05.157049 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005361 sec., 746.1294534601753 rows/sec., 56.11 KiB/sec. | ||
| 13355 | 2025.02.28 10:12:05.157347 [ 262 ] {c8d560b4-bf44-444c-9c82-70c3962e9576} <Debug> TCPHandler: Processed in 0.006053739 sec. | ||
| 13356 | 2025.02.28 10:12:05.157590 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13357 | 2025.02.28 10:12:05.157610 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.006320253 sec., 580672.9572376296 rows/sec., 50.14 MiB/sec. | ||
| 13358 | 2025.02.28 10:12:05.157734 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13359 | 2025.02.28 10:12:05.157816 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13360 | 2025.02.28 10:12:05.157913 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13361 | 2025.02.28 10:12:05.158537 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13362 | 2025.02.28 10:12:05.158682 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_126_25} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13363 | 2025.02.28 10:12:05.158839 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 13364 | 2025.02.28 10:12:05.159062 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2025.02.28 10:12:05.159108 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13366 | 2025.02.28 10:12:05.159480 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13367 | 2025.02.28 10:12:05.159727 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2025.02.28 10:12:05.159905 [ 85 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13369 | 2025.02.28 10:12:05.159956 [ 85 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13370 | 2025.02.28 10:12:05.159980 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002265 sec., 30022.075055187637 rows/sec., 2.34 MiB/sec. | ||
| 13371 | 2025.02.28 10:12:05.159991 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13372 | 2025.02.28 10:12:05.160190 [ 261 ] {3fa116ae-b337-444c-bb9c-a4e78de7b1c8} <Debug> TCPHandler: Processed in 0.002723495 sec. | ||
| 13373 | 2025.02.28 10:12:05.160349 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 13374 | 2025.02.28 10:12:05.160462 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13375 | 2025.02.28 10:12:05.160840 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13376 | 2025.02.28 10:12:05.160932 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13377 | 2025.02.28 10:12:05.160983 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 952 rows starting from the beginning of the part | ||
| 13378 | 2025.02.28 10:12:05.161154 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13379 | 2025.02.28 10:12:05.161587 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 100 rows starting from the beginning of the part | ||
| 13380 | 2025.02.28 10:12:05.162227 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 68 rows starting from the beginning of the part | ||
| 13381 | 2025.02.28 10:12:05.162801 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 598 rows starting from the beginning of the part | ||
| 13382 | 2025.02.28 10:12:05.163559 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 13383 | 2025.02.28 10:12:05.164056 [ 193 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 68 rows starting from the beginning of the part | ||
| 13384 | 2025.02.28 10:12:05.165187 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2025.02.28 10:12:05.165234 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13386 | 2025.02.28 10:12:05.165855 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13387 | 2025.02.28 10:12:05.166171 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13388 | 2025.02.28 10:12:05.166313 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 5 columns (5 merged, 0 gathered) in 0.006213361 sec., 297745.4553179833 rows/sec., 23.36 MiB/sec. | ||
| 13389 | 2025.02.28 10:12:05.166442 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 4 parts from all_1_121_25 to all_124_124_0 | ||
| 13390 | 2025.02.28 10:12:05.166506 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13391 | 2025.02.28 10:12:05.166567 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13392 | 2025.02.28 10:12:05.166586 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005827 sec., 27458.38338767805 rows/sec., 1.91 MiB/sec. | ||
| 13393 | 2025.02.28 10:12:05.166657 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13394 | 2025.02.28 10:12:05.166926 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTask::PrepareStage: Merging 4 parts: from all_1_121_25 to all_124_124_0 into Compact with storage Full | ||
| 13395 | 2025.02.28 10:12:05.166993 [ 262 ] {d9ed7df6-a0a2-4e27-9fe2-9d98d8aa3baa} <Debug> TCPHandler: Processed in 0.006641147 sec. | ||
| 13396 | 2025.02.28 10:12:05.167294 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13397 | 2025.02.28 10:12:05.167414 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13398 | 2025.02.28 10:12:05.167552 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_121_25, total 34301 rows starting from the beginning of the part | ||
| 13399 | 2025.02.28 10:12:05.167639 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13400 | 2025.02.28 10:12:05.167627 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2025.02.28 10:12:05.167969 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 13402 | 2025.02.28 10:12:05.168098 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <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 | ||
| 13403 | 2025.02.28 10:12:05.168427 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13404 | 2025.02.28 10:12:05.168720 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_126_25} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13405 | 2025.02.28 10:12:05.168952 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 949 rows starting from the beginning of the part | ||
| 13406 | 2025.02.28 10:12:05.169800 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13407 | 2025.02.28 10:12:05.172227 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13408 | 2025.02.28 10:12:05.172315 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13409 | 2025.02.28 10:12:05.173297 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13410 | 2025.02.28 10:12:05.173682 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13411 | 2025.02.28 10:12:05.173966 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00645 sec., 620.1550387596899 rows/sec., 1.11 MiB/sec. | ||
| 13412 | 2025.02.28 10:12:05.174285 [ 261 ] {f86ad327-31b2-41a9-9e1d-31adda88d6d1} <Debug> TCPHandler: Processed in 0.007118783 sec. | ||
| 13413 | 2025.02.28 10:12:05.174533 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13414 | 2025.02.28 10:12:05.174832 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13415 | 2025.02.28 10:12:05.174936 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13416 | 2025.02.28 10:12:05.175635 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13417 | 2025.02.28 10:12:05.175675 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13418 | 2025.02.28 10:12:05.176248 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13419 | 2025.02.28 10:12:05.176575 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13420 | 2025.02.28 10:12:05.176771 [ 85 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13421 | 2025.02.28 10:12:05.176812 [ 85 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13422 | 2025.02.28 10:12:05.176835 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002118 sec., 28328.611898016996 rows/sec., 1.91 MiB/sec. | ||
| 13423 | 2025.02.28 10:12:05.176840 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13424 | 2025.02.28 10:12:05.177022 [ 262 ] {4b43256b-b72b-421a-8774-33923f7ebc99} <Debug> TCPHandler: Processed in 0.002601484 sec. | ||
| 13425 | 2025.02.28 10:12:05.177105 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 13426 | 2025.02.28 10:12:05.177231 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13427 | 2025.02.28 10:12:05.177259 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6336 rows starting from the beginning of the part | ||
| 13428 | 2025.02.28 10:12:05.177346 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 13429 | 2025.02.28 10:12:05.177680 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 13430 | 2025.02.28 10:12:05.177992 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 24 rows starting from the beginning of the part | ||
| 13431 | 2025.02.28 10:12:05.178293 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 36 rows starting from the beginning of the part | ||
| 13432 | 2025.02.28 10:12:05.178380 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 13433 | 2025.02.28 10:12:05.180504 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35570 rows, containing 5 columns (5 merged, 0 gathered) in 0.01382088 sec., 2573642.199338971 rows/sec., 175.90 MiB/sec. | ||
| 13434 | 2025.02.28 10:12:05.180883 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6576 rows, containing 4 columns (4 merged, 0 gathered) in 0.003929131 sec., 1673652.5201119536 rows/sec., 112.11 MiB/sec. | ||
| 13435 | 2025.02.28 10:12:05.180959 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Trace> MergedBlockOutputStream: filled checksums all_1_124_26 (state Temporary) | ||
| 13436 | 2025.02.28 10:12:05.181324 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13437 | 2025.02.28 10:12:05.181393 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_124_26 to all_1_124_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13438 | 2025.02.28 10:12:05.181525 [ 186 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_124_26} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 4 parts: [all_1_121_25, all_124_124_0] -> all_1_124_26 | ||
| 13439 | 2025.02.28 10:12:05.181690 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 13440 | 2025.02.28 10:12:05.181814 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13441 | 2025.02.28 10:12:05.181896 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_126_25} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13442 | 2025.02.28 10:12:05.181972 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13443 | 2025.02.28 10:12:07.405187 [ 91 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13444 | 2025.02.28 10:12:07.405251 [ 91 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13445 | 2025.02.28 10:12:07.405275 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13446 | 2025.02.28 10:12:07.405472 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 13447 | 2025.02.28 10:12:07.405687 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13448 | 2025.02.28 10:12:07.405725 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 13449 | 2025.02.28 10:12:07.405812 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 13450 | 2025.02.28 10:12:07.405909 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 13451 | 2025.02.28 10:12:07.406164 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 13452 | 2025.02.28 10:12:07.406364 [ 186 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 13453 | 2025.02.28 10:12:07.407439 [ 201 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.002082987 sec., 178589.68874985777 rows/sec., 11.19 MiB/sec. | ||
| 13454 | 2025.02.28 10:12:07.407782 [ 189 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13455 | 2025.02.28 10:12:07.408287 [ 189 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13456 | 2025.02.28 10:12:07.408381 [ 189 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_21_5} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13457 | 2025.02.28 10:12:07.408500 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13458 | 2025.02.28 10:12:08.105543 [ 81 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 13459 | 2025.02.28 10:12:08.105660 [ 81 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2025.02.28 10:12:08.105704 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13461 | 2025.02.28 10:12:08.105900 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 13462 | 2025.02.28 10:12:08.106100 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13463 | 2025.02.28 10:12:08.106144 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part | ||
| 13464 | 2025.02.28 10:12:08.106239 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 13465 | 2025.02.28 10:12:08.106467 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
| 13466 | 2025.02.28 10:12:08.106604 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 13467 | 2025.02.28 10:12:08.106903 [ 186 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 13468 | 2025.02.28 10:12:08.107862 [ 188 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002056177 sec., 18480.899261104467 rows/sec., 1.54 MiB/sec. | ||
| 13469 | 2025.02.28 10:12:08.108088 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 13470 | 2025.02.28 10:12:08.108487 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13471 | 2025.02.28 10:12:08.108597 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_33_8} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 13472 | 2025.02.28 10:12:08.108718 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13473 | 2025.02.28 10:12:08.539331 [ 81 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13474 | 2025.02.28 10:12:08.539433 [ 81 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13475 | 2025.02.28 10:12:08.539478 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13476 | 2025.02.28 10:12:08.539815 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 13477 | 2025.02.28 10:12:08.540148 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13478 | 2025.02.28 10:12:08.540222 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 13479 | 2025.02.28 10:12:08.540386 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 13480 | 2025.02.28 10:12:08.540480 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 13481 | 2025.02.28 10:12:08.540745 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 13482 | 2025.02.28 10:12:08.540964 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 13483 | 2025.02.28 10:12:08.542029 [ 186 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.002435191 sec., 290736.948354359 rows/sec., 20.17 MiB/sec. | ||
| 13484 | 2025.02.28 10:12:08.542219 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13485 | 2025.02.28 10:12:08.542556 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13486 | 2025.02.28 10:12:08.542642 [ 199 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_21_5} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13487 | 2025.02.28 10:12:08.542745 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13488 | 2025.02.28 10:12:08.725884 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13489 | 2025.02.28 10:12:08.725930 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13490 | 2025.02.28 10:12:08.952248 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 13491 | 2025.02.28 10:12:08.952901 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13492 | 2025.02.28 10:12:08.952954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13493 | 2025.02.28 10:12:08.953498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13494 | 2025.02.28 10:12:08.953760 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13495 | 2025.02.28 10:12:08.954011 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 13496 | 2025.02.28 10:12:08.954020 [ 81 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13497 | 2025.02.28 10:12:08.954098 [ 81 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13498 | 2025.02.28 10:12:08.954122 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13499 | 2025.02.28 10:12:08.954271 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 13500 | 2025.02.28 10:12:08.954439 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13501 | 2025.02.28 10:12:08.954485 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 13502 | 2025.02.28 10:12:08.954566 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 13503 | 2025.02.28 10:12:08.954752 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 13504 | 2025.02.28 10:12:08.955028 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 13505 | 2025.02.28 10:12:08.955163 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 13506 | 2025.02.28 10:12:08.955367 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 13507 | 2025.02.28 10:12:08.958555 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004360737 sec., 7987411.302263815 rows/sec., 114.26 MiB/sec. | ||
| 13508 | 2025.02.28 10:12:08.958816 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13509 | 2025.02.28 10:12:08.959121 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13510 | 2025.02.28 10:12:08.959203 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_76_15} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13511 | 2025.02.28 10:12:08.959312 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13512 | 2025.02.28 10:12:09.146663 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1858 | ||
| 13513 | 2025.02.28 10:12:09.150965 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13514 | 2025.02.28 10:12:09.151058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13515 | 2025.02.28 10:12:09.153351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13516 | 2025.02.28 10:12:09.153826 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13517 | 2025.02.28 10:12:09.154926 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1858 | ||
| 13518 | 2025.02.28 10:12:10.150141 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13519 | 2025.02.28 10:12:10.150345 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13520 | 2025.02.28 10:12:10.150436 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13521 | 2025.02.28 10:12:10.151445 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2025.02.28 10:12:10.151513 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13523 | 2025.02.28 10:12:10.152031 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13524 | 2025.02.28 10:12:10.152290 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2025.02.28 10:12:10.152538 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002243 sec., 57066.42888987962 rows/sec., 4.88 MiB/sec. | ||
| 13526 | 2025.02.28 10:12:10.152613 [ 261 ] {b0fafa74-c5c9-46af-87f6-7f12431c45f9} <Debug> TCPHandler: Processed in 0.002632804 sec. | ||
| 13527 | 2025.02.28 10:12:10.152891 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13528 | 2025.02.28 10:12:10.153078 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13529 | 2025.02.28 10:12:10.153152 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13530 | 2025.02.28 10:12:10.153951 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13531 | 2025.02.28 10:12:10.154000 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13532 | 2025.02.28 10:12:10.154468 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13533 | 2025.02.28 10:12:10.154740 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13534 | 2025.02.28 10:12:10.154955 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001929 sec., 18662.51944012442 rows/sec., 1.37 MiB/sec. | ||
| 13535 | 2025.02.28 10:12:10.155024 [ 262 ] {eba8eacb-5033-40d0-b200-05862bdabab4} <Debug> TCPHandler: Processed in 0.002263629 sec. | ||
| 13536 | 2025.02.28 10:12:10.155207 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13537 | 2025.02.28 10:12:10.155339 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13538 | 2025.02.28 10:12:10.155395 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13539 | 2025.02.28 10:12:10.156057 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13540 | 2025.02.28 10:12:10.156099 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13541 | 2025.02.28 10:12:10.156498 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13542 | 2025.02.28 10:12:10.156750 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2025.02.28 10:12:10.156975 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001663 sec., 60132.291040288634 rows/sec., 4.70 MiB/sec. | ||
| 13544 | 2025.02.28 10:12:10.157046 [ 261 ] {46c9044c-8d0f-42a3-85eb-9be5e1a3406d} <Debug> TCPHandler: Processed in 0.001902585 sec. | ||
| 13545 | 2025.02.28 10:12:10.157230 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13546 | 2025.02.28 10:12:10.157574 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13547 | 2025.02.28 10:12:10.157719 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13548 | 2025.02.28 10:12:10.158328 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2025.02.28 10:12:10.158368 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13550 | 2025.02.28 10:12:10.158792 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13551 | 2025.02.28 10:12:10.159049 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13552 | 2025.02.28 10:12:10.159271 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001844 sec., 86767.89587852494 rows/sec., 6.04 MiB/sec. | ||
| 13553 | 2025.02.28 10:12:10.159330 [ 262 ] {d7cce1e4-5c39-4c79-acfe-ae8bff58f7fa} <Debug> TCPHandler: Processed in 0.002186259 sec. | ||
| 13554 | 2025.02.28 10:12:10.159517 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13555 | 2025.02.28 10:12:10.159686 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13556 | 2025.02.28 10:12:10.159787 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <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 | ||
| 13557 | 2025.02.28 10:12:10.161117 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2025.02.28 10:12:10.161155 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13559 | 2025.02.28 10:12:10.161943 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13560 | 2025.02.28 10:12:10.162243 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2025.02.28 10:12:10.162513 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002865 sec., 12565.445026178011 rows/sec., 22.52 MiB/sec. | ||
| 13562 | 2025.02.28 10:12:10.162717 [ 261 ] {fabe3a39-844b-495a-9fca-c224c74b8978} <Debug> TCPHandler: Processed in 0.003275643 sec. | ||
| 13563 | 2025.02.28 10:12:10.162962 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13564 | 2025.02.28 10:12:10.163142 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13565 | 2025.02.28 10:12:10.163206 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13566 | 2025.02.28 10:12:10.163756 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2025.02.28 10:12:10.163797 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13568 | 2025.02.28 10:12:10.164195 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13569 | 2025.02.28 10:12:10.164443 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2025.02.28 10:12:10.164678 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
| 13571 | 2025.02.28 10:12:10.164732 [ 262 ] {dff2c29c-c108-458b-828c-379004f00d32} <Debug> TCPHandler: Processed in 0.001912535 sec. | ||
| 13572 | 2025.02.28 10:12:11.547863 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 13573 | 2025.02.28 10:12:11.571096 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13574 | 2025.02.28 10:12:11.571152 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13575 | 2025.02.28 10:12:11.578874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13576 | 2025.02.28 10:12:11.579713 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13577 | 2025.02.28 10:12:11.580037 [ 104 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13578 | 2025.02.28 10:12:11.580104 [ 104 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13579 | 2025.02.28 10:12:11.580143 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 13580 | 2025.02.28 10:12:11.580345 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13581 | 2025.02.28 10:12:11.590071 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 13582 | 2025.02.28 10:12:11.591138 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13583 | 2025.02.28 10:12:11.592084 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13584 | 2025.02.28 10:12:11.597006 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13585 | 2025.02.28 10:12:11.601957 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13586 | 2025.02.28 10:12:11.607327 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13587 | 2025.02.28 10:12:11.613571 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13588 | 2025.02.28 10:12:11.619664 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 13589 | 2025.02.28 10:12:11.695034 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.114809978 sec., 4990.855411539231 rows/sec., 25.81 MiB/sec. | ||
| 13590 | 2025.02.28 10:12:11.699005 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13591 | 2025.02.28 10:12:11.702260 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_76_15} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13592 | 2025.02.28 10:12:11.702396 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_76_15} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13593 | 2025.02.28 10:12:11.705014 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 13594 | 2025.02.28 10:12:12.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.40 MiB, peak 285.82 MiB, free memory in arenas 0.00 B, will set to 267.32 MiB (RSS), difference: -1.07 MiB | ||
| 13595 | 2025.02.28 10:12:15.148973 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13596 | 2025.02.28 10:12:15.149188 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13597 | 2025.02.28 10:12:15.149266 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13598 | 2025.02.28 10:12:15.150045 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13599 | 2025.02.28 10:12:15.150098 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13600 | 2025.02.28 10:12:15.150538 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13601 | 2025.02.28 10:12:15.150794 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13602 | 2025.02.28 10:12:15.151039 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001904 sec., 2100.8403361344535 rows/sec., 171.31 KiB/sec. | ||
| 13603 | 2025.02.28 10:12:15.151107 [ 261 ] {039400f4-6aaf-40fd-aa7f-d80b45d29329} <Debug> TCPHandler: Processed in 0.002269169 sec. | ||
| 13604 | 2025.02.28 10:12:15.151402 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13605 | 2025.02.28 10:12:15.151706 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13606 | 2025.02.28 10:12:15.151822 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13607 | 2025.02.28 10:12:15.152751 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13608 | 2025.02.28 10:12:15.152795 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13609 | 2025.02.28 10:12:15.153245 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13610 | 2025.02.28 10:12:15.153499 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13611 | 2025.02.28 10:12:15.153750 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002124 sec., 31073.446327683614 rows/sec., 2.44 MiB/sec. | ||
| 13612 | 2025.02.28 10:12:15.153810 [ 262 ] {ce3e8c64-5a3e-4952-b238-33dc3b22b550} <Debug> TCPHandler: Processed in 0.002593554 sec. | ||
| 13613 | 2025.02.28 10:12:15.153815 [ 221 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13614 | 2025.02.28 10:12:15.153864 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13615 | 2025.02.28 10:12:15.154016 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13616 | 2025.02.28 10:12:15.154181 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13617 | 2025.02.28 10:12:15.154260 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13618 | 2025.02.28 10:12:15.155651 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2025.02.28 10:12:15.155730 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13620 | 2025.02.28 10:12:15.156364 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13621 | 2025.02.28 10:12:15.156749 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13622 | 2025.02.28 10:12:15.157059 [ 110 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13623 | 2025.02.28 10:12:15.157155 [ 110 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13624 | 2025.02.28 10:12:15.157165 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.002985 sec., 2680.067001675042 rows/sec., 194.33 KiB/sec. | ||
| 13625 | 2025.02.28 10:12:15.157222 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13626 | 2025.02.28 10:12:15.157441 [ 261 ] {c5d55bd7-decf-4ada-8dad-87eba8ccf167} <Debug> TCPHandler: Processed in 0.003542426 sec. | ||
| 13627 | 2025.02.28 10:12:15.157606 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 13628 | 2025.02.28 10:12:15.157647 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 13629 | 2025.02.28 10:12:15.157784 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13630 | 2025.02.28 10:12:15.158160 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13631 | 2025.02.28 10:12:15.158197 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13632 | 2025.02.28 10:12:15.158259 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13633 | 2025.02.28 10:12:15.158326 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 178 rows starting from the beginning of the part | ||
| 13634 | 2025.02.28 10:12:15.158970 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 4 rows starting from the beginning of the part | ||
| 13635 | 2025.02.28 10:12:15.159567 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 54 rows starting from the beginning of the part | ||
| 13636 | 2025.02.28 10:12:15.160292 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 4 rows starting from the beginning of the part | ||
| 13637 | 2025.02.28 10:12:15.160895 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 36 rows starting from the beginning of the part | ||
| 13638 | 2025.02.28 10:12:15.161235 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 13639 | 2025.02.28 10:12:15.163271 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13640 | 2025.02.28 10:12:15.163351 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13641 | 2025.02.28 10:12:15.164467 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13642 | 2025.02.28 10:12:15.164909 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.007527818 sec., 37726.73568888089 rows/sec., 2.70 MiB/sec. | ||
| 13643 | 2025.02.28 10:12:15.165021 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13644 | 2025.02.28 10:12:15.165120 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13645 | 2025.02.28 10:12:15.165495 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.007443 sec., 9673.518742442564 rows/sec., 774.11 KiB/sec. | ||
| 13646 | 2025.02.28 10:12:15.165583 [ 224 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13647 | 2025.02.28 10:12:15.165766 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13648 | 2025.02.28 10:12:15.165796 [ 262 ] {b9914b0a-a65a-4254-92d1-01024074b33a} <Debug> TCPHandler: Processed in 0.008151607 sec. | ||
| 13649 | 2025.02.28 10:12:15.165971 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2025.02.28 10:12:15.166111 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13651 | 2025.02.28 10:12:15.166257 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_106_21} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13652 | 2025.02.28 10:12:15.166540 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13653 | 2025.02.28 10:12:15.166555 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13654 | 2025.02.28 10:12:15.166640 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13655 | 2025.02.28 10:12:15.168085 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13656 | 2025.02.28 10:12:15.168125 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13657 | 2025.02.28 10:12:15.168877 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13658 | 2025.02.28 10:12:15.169232 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13659 | 2025.02.28 10:12:15.169728 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003438 sec., 47120.41884816754 rows/sec., 3.28 MiB/sec. | ||
| 13660 | 2025.02.28 10:12:15.169792 [ 261 ] {81c05d07-7696-47ec-a060-23257509b755} <Debug> TCPHandler: Processed in 0.00383248 sec. | ||
| 13661 | 2025.02.28 10:12:15.169962 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13662 | 2025.02.28 10:12:15.170094 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 13663 | 2025.02.28 10:12:15.170167 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13664 | 2025.02.28 10:12:15.170406 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <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 | ||
| 13665 | 2025.02.28 10:12:15.173363 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13666 | 2025.02.28 10:12:15.173403 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13667 | 2025.02.28 10:12:15.174045 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13668 | 2025.02.28 10:12:15.174307 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13669 | 2025.02.28 10:12:15.174506 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13670 | 2025.02.28 10:12:15.174570 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13671 | 2025.02.28 10:12:15.174607 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004491 sec., 890.670229347584 rows/sec., 1.60 MiB/sec. | ||
| 13672 | 2025.02.28 10:12:15.174616 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13673 | 2025.02.28 10:12:15.175060 [ 262 ] {26a5d32d-4d37-48e8-8343-706ea95c59d8} <Debug> TCPHandler: Processed in 0.005169748 sec. | ||
| 13674 | 2025.02.28 10:12:15.175071 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 13675 | 2025.02.28 10:12:15.175389 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13676 | 2025.02.28 10:12:15.175869 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13677 | 2025.02.28 10:12:15.176098 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13678 | 2025.02.28 10:12:15.177421 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13679 | 2025.02.28 10:12:15.177512 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2075 rows starting from the beginning of the part | ||
| 13680 | 2025.02.28 10:12:15.178362 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 4 rows starting from the beginning of the part | ||
| 13681 | 2025.02.28 10:12:15.178560 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13682 | 2025.02.28 10:12:15.178678 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13683 | 2025.02.28 10:12:15.179078 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 36 rows starting from the beginning of the part | ||
| 13684 | 2025.02.28 10:12:15.179764 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 4 rows starting from the beginning of the part | ||
| 13685 | 2025.02.28 10:12:15.180368 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13686 | 2025.02.28 10:12:15.180382 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 36 rows starting from the beginning of the part | ||
| 13687 | 2025.02.28 10:12:15.180963 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 4 rows starting from the beginning of the part | ||
| 13688 | 2025.02.28 10:12:15.181042 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13689 | 2025.02.28 10:12:15.181884 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006196 sec., 9683.666881859264 rows/sec., 668.27 KiB/sec. | ||
| 13690 | 2025.02.28 10:12:15.182039 [ 261 ] {aa76c3fc-0638-477f-a068-780eec350124} <Debug> TCPHandler: Processed in 0.006869909 sec. | ||
| 13691 | 2025.02.28 10:12:15.189191 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 19 columns (19 merged, 0 gathered) in 0.014417448 sec., 149749.10955114942 rows/sec., 268.34 MiB/sec. | ||
| 13692 | 2025.02.28 10:12:15.191165 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13693 | 2025.02.28 10:12:15.191652 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13694 | 2025.02.28 10:12:15.191745 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13695 | 2025.02.28 10:12:15.191933 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.21 MiB. | ||
| 13696 | 2025.02.28 10:12:15.970737 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13697 | 2025.02.28 10:12:15.970793 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13698 | 2025.02.28 10:12:15.972653 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 13699 | 2025.02.28 10:12:16.271881 [ 222 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13700 | 2025.02.28 10:12:16.271939 [ 222 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13701 | 2025.02.28 10:12:16.273900 [ 222 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 13702 | 2025.02.28 10:12:16.454147 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 13703 | 2025.02.28 10:12:16.454782 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13704 | 2025.02.28 10:12:16.454824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13705 | 2025.02.28 10:12:16.455353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13706 | 2025.02.28 10:12:16.455617 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2025.02.28 10:12:16.455849 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 13708 | 2025.02.28 10:12:19.090171 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 13709 | 2025.02.28 10:12:19.114920 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13710 | 2025.02.28 10:12:19.114995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13711 | 2025.02.28 10:12:19.122527 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13712 | 2025.02.28 10:12:19.123368 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13713 | 2025.02.28 10:12:19.127004 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 13714 | 2025.02.28 10:12:19.155122 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1884 | ||
| 13715 | 2025.02.28 10:12:19.158583 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13716 | 2025.02.28 10:12:19.158640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13717 | 2025.02.28 10:12:19.160309 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13718 | 2025.02.28 10:12:19.160653 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.02.28 10:12:19.160949 [ 121 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13720 | 2025.02.28 10:12:19.161119 [ 121 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2025.02.28 10:12:19.161221 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13722 | 2025.02.28 10:12:19.162300 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 13723 | 2025.02.28 10:12:19.163546 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884 | ||
| 13724 | 2025.02.28 10:12:19.163974 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13725 | 2025.02.28 10:12:19.164169 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1748 rows starting from the beginning of the part | ||
| 13726 | 2025.02.28 10:12:19.164730 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 13727 | 2025.02.28 10:12:19.165503 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 13728 | 2025.02.28 10:12:19.166193 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 44 rows starting from the beginning of the part | ||
| 13729 | 2025.02.28 10:12:19.166868 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 13730 | 2025.02.28 10:12:19.167476 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 13731 | 2025.02.28 10:12:19.176170 [ 196 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 72 columns (72 merged, 0 gathered) in 0.014652381 sec., 128579.7850874885 rows/sec., 99.09 MiB/sec. | ||
| 13732 | 2025.02.28 10:12:19.178573 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13733 | 2025.02.28 10:12:19.179450 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2025.02.28 10:12:19.179552 [ 193 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_56_11} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13735 | 2025.02.28 10:12:19.179928 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 13736 | 2025.02.28 10:12:20.150318 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13737 | 2025.02.28 10:12:20.150547 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13738 | 2025.02.28 10:12:20.150630 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13739 | 2025.02.28 10:12:20.151589 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13740 | 2025.02.28 10:12:20.151642 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13741 | 2025.02.28 10:12:20.152106 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13742 | 2025.02.28 10:12:20.152360 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13743 | 2025.02.28 10:12:20.152599 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.002114 sec., 60548.72280037843 rows/sec., 5.18 MiB/sec. | ||
| 13744 | 2025.02.28 10:12:20.152656 [ 261 ] {85d79935-f3b3-4111-839e-20ca2086aea7} <Debug> TCPHandler: Processed in 0.002515703 sec. | ||
| 13745 | 2025.02.28 10:12:20.152919 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2025.02.28 10:12:20.153118 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13747 | 2025.02.28 10:12:20.153195 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13748 | 2025.02.28 10:12:20.153948 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2025.02.28 10:12:20.153988 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13750 | 2025.02.28 10:12:20.154430 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13751 | 2025.02.28 10:12:20.154687 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2025.02.28 10:12:20.154889 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001827 sec., 19704.433497536946 rows/sec., 1.45 MiB/sec. | ||
| 13753 | 2025.02.28 10:12:20.154946 [ 262 ] {518ab1f1-d6eb-4dbe-80e8-a0d4bd3a0f62} <Debug> TCPHandler: Processed in 0.002161688 sec. | ||
| 13754 | 2025.02.28 10:12:20.155093 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13755 | 2025.02.28 10:12:20.155211 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13756 | 2025.02.28 10:12:20.155259 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13757 | 2025.02.28 10:12:20.155980 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13758 | 2025.02.28 10:12:20.156030 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13759 | 2025.02.28 10:12:20.156457 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13760 | 2025.02.28 10:12:20.156705 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2025.02.28 10:12:20.156921 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001726 sec., 57937.427578215524 rows/sec., 4.53 MiB/sec. | ||
| 13762 | 2025.02.28 10:12:20.156978 [ 261 ] {5a617c98-fb5a-4848-85a6-d69a647c5492} <Debug> TCPHandler: Processed in 0.001940385 sec. | ||
| 13763 | 2025.02.28 10:12:20.157126 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13764 | 2025.02.28 10:12:20.157245 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13765 | 2025.02.28 10:12:20.157298 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13766 | 2025.02.28 10:12:20.158326 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2025.02.28 10:12:20.158397 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13768 | 2025.02.28 10:12:20.158812 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13769 | 2025.02.28 10:12:20.159055 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2025.02.28 10:12:20.159245 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_124_26 to all_125_125_0 | ||
| 13771 | 2025.02.28 10:12:20.159278 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002056 sec., 77821.01167315175 rows/sec., 5.42 MiB/sec. | ||
| 13772 | 2025.02.28 10:12:20.159325 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13773 | 2025.02.28 10:12:20.159402 [ 262 ] {f04acf5c-87b6-4540-8c3f-aa664562123f} <Debug> TCPHandler: Processed in 0.00232933 sec. | ||
| 13774 | 2025.02.28 10:12:20.159402 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13775 | 2025.02.28 10:12:20.159596 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_124_26 to all_125_125_0 into Compact with storage Full | ||
| 13776 | 2025.02.28 10:12:20.159609 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13777 | 2025.02.28 10:12:20.159845 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13778 | 2025.02.28 10:12:20.159881 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13779 | 2025.02.28 10:12:20.159910 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_26, total 35570 rows starting from the beginning of the part | ||
| 13780 | 2025.02.28 10:12:20.160193 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <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 | ||
| 13781 | 2025.02.28 10:12:20.160278 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 96 rows starting from the beginning of the part | ||
| 13782 | 2025.02.28 10:12:20.163679 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13783 | 2025.02.28 10:12:20.163729 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13784 | 2025.02.28 10:12:20.164731 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13785 | 2025.02.28 10:12:20.165032 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13786 | 2025.02.28 10:12:20.165355 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.005549 sec., 6487.655433411425 rows/sec., 11.63 MiB/sec. | ||
| 13787 | 2025.02.28 10:12:20.165515 [ 261 ] {94f03987-c4c3-470e-912c-5f819b7c4092} <Debug> TCPHandler: Processed in 0.006007389 sec. | ||
| 13788 | 2025.02.28 10:12:20.165711 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13789 | 2025.02.28 10:12:20.165849 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13790 | 2025.02.28 10:12:20.165954 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13791 | 2025.02.28 10:12:20.166569 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2025.02.28 10:12:20.166608 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13793 | 2025.02.28 10:12:20.167025 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13794 | 2025.02.28 10:12:20.167288 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2025.02.28 10:12:20.167602 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001782 sec., 33670.03367003367 rows/sec., 2.27 MiB/sec. | ||
| 13796 | 2025.02.28 10:12:20.167665 [ 262 ] {4981f060-5a07-4739-b57f-d25fd3f713dc} <Debug> TCPHandler: Processed in 0.002020416 sec. | ||
| 13797 | 2025.02.28 10:12:20.168684 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35666 rows, containing 5 columns (5 merged, 0 gathered) in 0.009131509 sec., 3905816.661846361 rows/sec., 266.96 MiB/sec. | ||
| 13798 | 2025.02.28 10:12:20.169086 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Trace> MergedBlockOutputStream: filled checksums all_1_125_27 (state Temporary) | ||
| 13799 | 2025.02.28 10:12:20.169413 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_125_27 to all_1_125_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13800 | 2025.02.28 10:12:20.169499 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_125_27} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_124_26, all_125_125_0] -> all_1_125_27 | ||
| 13801 | 2025.02.28 10:12:20.169592 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 13802 | 2025.02.28 10:12:20.832739 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13803 | 2025.02.28 10:12:20.832819 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13804 | 2025.02.28 10:12:20.835026 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 13805 | 2025.02.28 10:12:21.291133 [ 224 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13806 | 2025.02.28 10:12:21.291222 [ 224 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13807 | 2025.02.28 10:12:21.293110 [ 224 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 13808 | 2025.02.28 10:12:23.725974 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13809 | 2025.02.28 10:12:23.726040 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13810 | 2025.02.28 10:12:23.956037 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 13811 | 2025.02.28 10:12:23.956866 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13812 | 2025.02.28 10:12:23.956917 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13813 | 2025.02.28 10:12:23.957478 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13814 | 2025.02.28 10:12:23.957738 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13815 | 2025.02.28 10:12:23.957998 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 13816 | 2025.02.28 10:12:25.149335 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13817 | 2025.02.28 10:12:25.149538 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13818 | 2025.02.28 10:12:25.149623 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13819 | 2025.02.28 10:12:25.150508 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13820 | 2025.02.28 10:12:25.150559 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13821 | 2025.02.28 10:12:25.150995 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13822 | 2025.02.28 10:12:25.151247 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2025.02.28 10:12:25.151538 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002047 sec., 31265.26624328285 rows/sec., 2.46 MiB/sec. | ||
| 13824 | 2025.02.28 10:12:25.151636 [ 261 ] {2f51751f-a1f6-4c1e-8f44-f9421821ca74} <Debug> TCPHandler: Processed in 0.002435072 sec. | ||
| 13825 | 2025.02.28 10:12:25.151992 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13826 | 2025.02.28 10:12:25.152320 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13827 | 2025.02.28 10:12:25.152438 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13828 | 2025.02.28 10:12:25.153211 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13829 | 2025.02.28 10:12:25.153257 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13830 | 2025.02.28 10:12:25.153692 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13831 | 2025.02.28 10:12:25.153941 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13832 | 2025.02.28 10:12:25.154195 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001959 sec., 2041.8580908626852 rows/sec., 153.54 KiB/sec. | ||
| 13833 | 2025.02.28 10:12:25.154253 [ 262 ] {0cb4f16f-409e-4687-996d-315c2af45e14} <Debug> TCPHandler: Processed in 0.002499572 sec. | ||
| 13834 | 2025.02.28 10:12:25.154403 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13835 | 2025.02.28 10:12:25.154553 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13836 | 2025.02.28 10:12:25.154615 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13837 | 2025.02.28 10:12:25.155336 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13838 | 2025.02.28 10:12:25.155384 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13839 | 2025.02.28 10:12:25.155782 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13840 | 2025.02.28 10:12:25.156015 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13841 | 2025.02.28 10:12:25.156234 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001718 sec., 39580.908032596046 rows/sec., 3.09 MiB/sec. | ||
| 13842 | 2025.02.28 10:12:25.156287 [ 261 ] {f870df7a-e754-4607-b9bf-a5e35fccb5db} <Debug> TCPHandler: Processed in 0.001952715 sec. | ||
| 13843 | 2025.02.28 10:12:25.156431 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13844 | 2025.02.28 10:12:25.156635 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13845 | 2025.02.28 10:12:25.156737 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13846 | 2025.02.28 10:12:25.157671 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13847 | 2025.02.28 10:12:25.157711 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13848 | 2025.02.28 10:12:25.158114 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13849 | 2025.02.28 10:12:25.158352 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13850 | 2025.02.28 10:12:25.158572 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_125_27 to all_126_126_0 | ||
| 13851 | 2025.02.28 10:12:25.158590 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002001 sec., 79960.01999000499 rows/sec., 5.57 MiB/sec. | ||
| 13852 | 2025.02.28 10:12:25.158696 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13853 | 2025.02.28 10:12:25.158757 [ 262 ] {de1f2935-4301-4041-a7cb-cb6a414553c7} <Debug> TCPHandler: Processed in 0.002380401 sec. | ||
| 13854 | 2025.02.28 10:12:25.158779 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13855 | 2025.02.28 10:12:25.159003 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13856 | 2025.02.28 10:12:25.159023 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_125_27 to all_126_126_0 into Compact with storage Full | ||
| 13857 | 2025.02.28 10:12:25.159264 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13858 | 2025.02.28 10:12:25.159302 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13859 | 2025.02.28 10:12:25.159471 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_27, total 35666 rows starting from the beginning of the part | ||
| 13860 | 2025.02.28 10:12:25.159679 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <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 | ||
| 13861 | 2025.02.28 10:12:25.159879 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 13862 | 2025.02.28 10:12:25.163971 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13863 | 2025.02.28 10:12:25.164011 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13864 | 2025.02.28 10:12:25.164764 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13865 | 2025.02.28 10:12:25.165022 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13866 | 2025.02.28 10:12:25.165343 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006141 sec., 651.3597134017261 rows/sec., 1.17 MiB/sec. | ||
| 13867 | 2025.02.28 10:12:25.165476 [ 261 ] {1f1fcd34-1fdc-4e74-85fe-c5eb0a2e76ad} <Debug> TCPHandler: Processed in 0.006596126 sec. | ||
| 13868 | 2025.02.28 10:12:25.165819 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13869 | 2025.02.28 10:12:25.166192 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13870 | 2025.02.28 10:12:25.166326 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13871 | 2025.02.28 10:12:25.167012 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13872 | 2025.02.28 10:12:25.167053 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13873 | 2025.02.28 10:12:25.167672 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13874 | 2025.02.28 10:12:25.168005 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13875 | 2025.02.28 10:12:25.168284 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002154 sec., 27855.153203342616 rows/sec., 1.88 MiB/sec. | ||
| 13876 | 2025.02.28 10:12:25.168347 [ 262 ] {62fca7f7-f5a2-4cc9-8517-eea0342287f5} <Debug> TCPHandler: Processed in 0.002749915 sec. | ||
| 13877 | 2025.02.28 10:12:25.169888 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35826 rows, containing 5 columns (5 merged, 0 gathered) in 0.010963784 sec., 3267667.4403654793 rows/sec., 223.36 MiB/sec. | ||
| 13878 | 2025.02.28 10:12:25.170277 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Trace> MergedBlockOutputStream: filled checksums all_1_126_28 (state Temporary) | ||
| 13879 | 2025.02.28 10:12:25.170601 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_126_28 to all_1_126_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13880 | 2025.02.28 10:12:25.170680 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_126_28} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_125_27, all_126_126_0] -> all_1_126_28 | ||
| 13881 | 2025.02.28 10:12:25.170757 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13882 | 2025.02.28 10:12:26.432141 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13883 | 2025.02.28 10:12:26.432362 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13884 | 2025.02.28 10:12:26.432448 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13885 | 2025.02.28 10:12:26.433234 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2025.02.28 10:12:26.433288 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13887 | 2025.02.28 10:12:26.433723 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13888 | 2025.02.28 10:12:26.433974 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13889 | 2025.02.28 10:12:26.434235 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001932 sec., 12422.360248447205 rows/sec., 1.03 MiB/sec. | ||
| 13890 | 2025.02.28 10:12:26.434368 [ 261 ] {523c26f3-1f8d-4956-97bb-66620ee5eb65} <Debug> TCPHandler: Processed in 0.002372691 sec. | ||
| 13891 | 2025.02.28 10:12:26.434631 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13892 | 2025.02.28 10:12:26.434838 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13893 | 2025.02.28 10:12:26.434917 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13894 | 2025.02.28 10:12:26.435702 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13895 | 2025.02.28 10:12:26.435742 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13896 | 2025.02.28 10:12:26.436155 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13897 | 2025.02.28 10:12:26.436406 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13898 | 2025.02.28 10:12:26.436602 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001821 sec., 2196.595277320154 rows/sec., 179.12 KiB/sec. | ||
| 13899 | 2025.02.28 10:12:26.436657 [ 262 ] {865f184c-c51d-4e5c-9b56-ecde1ec7c01c} <Debug> TCPHandler: Processed in 0.002162088 sec. | ||
| 13900 | 2025.02.28 10:12:26.436823 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13901 | 2025.02.28 10:12:26.436971 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13902 | 2025.02.28 10:12:26.437035 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13903 | 2025.02.28 10:12:26.438208 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13904 | 2025.02.28 10:12:26.438249 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13905 | 2025.02.28 10:12:26.438729 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13906 | 2025.02.28 10:12:26.438970 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13907 | 2025.02.28 10:12:26.439186 [ 113 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13908 | 2025.02.28 10:12:26.439215 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.00228 sec., 609649.1228070175 rows/sec., 50.93 MiB/sec. | ||
| 13909 | 2025.02.28 10:12:26.439270 [ 113 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2025.02.28 10:12:26.439343 [ 261 ] {c4ecb475-9d50-4ed7-97ba-f0f8c7a98100} <Debug> TCPHandler: Processed in 0.002588304 sec. | ||
| 13911 | 2025.02.28 10:12:26.439351 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13912 | 2025.02.28 10:12:26.439596 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 13913 | 2025.02.28 10:12:26.439607 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13914 | 2025.02.28 10:12:26.439842 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13915 | 2025.02.28 10:12:26.439880 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13916 | 2025.02.28 10:12:26.439908 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1967 rows starting from the beginning of the part | ||
| 13917 | 2025.02.28 10:12:26.439995 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13918 | 2025.02.28 10:12:26.440282 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 128 rows starting from the beginning of the part | ||
| 13919 | 2025.02.28 10:12:26.440622 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 66 rows starting from the beginning of the part | ||
| 13920 | 2025.02.28 10:12:26.440978 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 128 rows starting from the beginning of the part | ||
| 13921 | 2025.02.28 10:12:26.441295 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 13922 | 2025.02.28 10:12:26.441676 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1390 rows starting from the beginning of the part | ||
| 13923 | 2025.02.28 10:12:26.443089 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13924 | 2025.02.28 10:12:26.443169 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13925 | 2025.02.28 10:12:26.444248 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13926 | 2025.02.28 10:12:26.444581 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13927 | 2025.02.28 10:12:26.444785 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.004973 sec., 10456.46491051679 rows/sec., 793.74 KiB/sec. | ||
| 13928 | 2025.02.28 10:12:26.444852 [ 262 ] {057c963a-2685-49ac-85c8-b69319ddb866} <Debug> TCPHandler: Processed in 0.005410901 sec. | ||
| 13929 | 2025.02.28 10:12:26.445068 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13930 | 2025.02.28 10:12:26.445204 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3743 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681354 sec., 658821.8231076606 rows/sec., 57.01 MiB/sec. | ||
| 13931 | 2025.02.28 10:12:26.445255 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13932 | 2025.02.28 10:12:26.445321 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13933 | 2025.02.28 10:12:26.445431 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13934 | 2025.02.28 10:12:26.445791 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13935 | 2025.02.28 10:12:26.445872 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_131_26} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13936 | 2025.02.28 10:12:26.445971 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 13937 | 2025.02.28 10:12:26.446162 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13938 | 2025.02.28 10:12:26.446200 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13939 | 2025.02.28 10:12:26.446557 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13940 | 2025.02.28 10:12:26.446796 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13941 | 2025.02.28 10:12:26.447061 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001839 sec., 137030.9951060359 rows/sec., 9.48 MiB/sec. | ||
| 13942 | 2025.02.28 10:12:26.447243 [ 261 ] {cd93345f-d76b-4e8e-a6c6-9b12f4e1fc4e} <Debug> TCPHandler: Processed in 0.00227384 sec. | ||
| 13943 | 2025.02.28 10:12:26.447468 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13944 | 2025.02.28 10:12:26.447617 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13945 | 2025.02.28 10:12:26.447672 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13946 | 2025.02.28 10:12:26.448266 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13947 | 2025.02.28 10:12:26.448305 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13948 | 2025.02.28 10:12:26.448680 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13949 | 2025.02.28 10:12:26.448917 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13950 | 2025.02.28 10:12:26.449139 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001544 sec., 7772.020725388601 rows/sec., 607.19 KiB/sec. | ||
| 13951 | 2025.02.28 10:12:26.449340 [ 262 ] {09fdaa7d-a5df-4d6f-82d0-01e6fe47b81a} <Debug> TCPHandler: Processed in 0.001982586 sec. | ||
| 13952 | 2025.02.28 10:12:26.449511 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13953 | 2025.02.28 10:12:26.449653 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13954 | 2025.02.28 10:12:26.449710 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13955 | 2025.02.28 10:12:26.450591 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13956 | 2025.02.28 10:12:26.450630 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13957 | 2025.02.28 10:12:26.451017 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13958 | 2025.02.28 10:12:26.451255 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2025.02.28 10:12:26.451430 [ 113 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13960 | 2025.02.28 10:12:26.451459 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001832 sec., 325327.51091703057 rows/sec., 24.45 MiB/sec. | ||
| 13961 | 2025.02.28 10:12:26.451474 [ 113 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13962 | 2025.02.28 10:12:26.451547 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13963 | 2025.02.28 10:12:26.451605 [ 261 ] {c4caa773-9663-4ef2-a0c8-d9599402026a} <Debug> TCPHandler: Processed in 0.002154998 sec. | ||
| 13964 | 2025.02.28 10:12:26.451873 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13965 | 2025.02.28 10:12:26.451884 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 13966 | 2025.02.28 10:12:26.452220 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13967 | 2025.02.28 10:12:26.452433 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13968 | 2025.02.28 10:12:26.452453 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13969 | 2025.02.28 10:12:26.452603 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 952 rows starting from the beginning of the part | ||
| 13970 | 2025.02.28 10:12:26.453149 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 100 rows starting from the beginning of the part | ||
| 13971 | 2025.02.28 10:12:26.453517 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 72 rows starting from the beginning of the part | ||
| 13972 | 2025.02.28 10:12:26.454006 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 100 rows starting from the beginning of the part | ||
| 13973 | 2025.02.28 10:12:26.454320 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 68 rows starting from the beginning of the part | ||
| 13974 | 2025.02.28 10:12:26.454656 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 596 rows starting from the beginning of the part | ||
| 13975 | 2025.02.28 10:12:26.456848 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13976 | 2025.02.28 10:12:26.456929 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13977 | 2025.02.28 10:12:26.457856 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13978 | 2025.02.28 10:12:26.458125 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 5 columns (5 merged, 0 gathered) in 0.006466435 sec., 291969.22260874807 rows/sec., 22.93 MiB/sec. | ||
| 13979 | 2025.02.28 10:12:26.458294 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13980 | 2025.02.28 10:12:26.458433 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13981 | 2025.02.28 10:12:26.458550 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_126_28 to all_131_131_0 | ||
| 13982 | 2025.02.28 10:12:26.458649 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13983 | 2025.02.28 10:12:26.458723 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 13984 | 2025.02.28 10:12:26.458886 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Debug> executeQuery: Read 948 rows, 65.53 KiB in 0.006762 sec., 140195.2085181899 rows/sec., 9.46 MiB/sec. | ||
| 13985 | 2025.02.28 10:12:26.459214 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_28 to all_131_131_0 into Compact with storage Full | ||
| 13986 | 2025.02.28 10:12:26.459885 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13987 | 2025.02.28 10:12:26.459868 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13988 | 2025.02.28 10:12:26.459998 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_28, total 35826 rows starting from the beginning of the part | ||
| 13989 | 2025.02.28 10:12:26.460491 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 13990 | 2025.02.28 10:12:26.460934 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 162 rows starting from the beginning of the part | ||
| 13991 | 2025.02.28 10:12:26.460931 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_131_26} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13992 | 2025.02.28 10:12:26.460284 [ 262 ] {c264b53a-fc29-4515-9564-2f348309848d} <Debug> TCPHandler: Processed in 0.00849491 sec. | ||
| 13993 | 2025.02.28 10:12:26.461386 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 13994 | 2025.02.28 10:12:26.461817 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13995 | 2025.02.28 10:12:26.461862 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 13996 | 2025.02.28 10:12:26.462256 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13997 | 2025.02.28 10:12:26.462324 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 948 rows starting from the beginning of the part | ||
| 13998 | 2025.02.28 10:12:26.462763 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <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 | ||
| 13999 | 2025.02.28 10:12:26.462987 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 14000 | 2025.02.28 10:12:26.466245 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14001 | 2025.02.28 10:12:26.466320 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14002 | 2025.02.28 10:12:26.467444 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14003 | 2025.02.28 10:12:26.467766 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14004 | 2025.02.28 10:12:26.468067 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.005972 sec., 6028.131279303416 rows/sec., 10.80 MiB/sec. | ||
| 14005 | 2025.02.28 10:12:26.468717 [ 261 ] {a44bd2a9-a93f-4a1a-952a-0ba90ea8a010} <Debug> TCPHandler: Processed in 0.007085532 sec. | ||
| 14006 | 2025.02.28 10:12:26.468958 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14007 | 2025.02.28 10:12:26.469191 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14008 | 2025.02.28 10:12:26.469256 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14009 | 2025.02.28 10:12:26.469788 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14010 | 2025.02.28 10:12:26.469827 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14011 | 2025.02.28 10:12:26.470513 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14012 | 2025.02.28 10:12:26.470771 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14013 | 2025.02.28 10:12:26.470980 [ 113 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14014 | 2025.02.28 10:12:26.471020 [ 113 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14015 | 2025.02.28 10:12:26.471040 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001891 sec., 12691.69751454257 rows/sec., 875.86 KiB/sec. | ||
| 14016 | 2025.02.28 10:12:26.471048 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14017 | 2025.02.28 10:12:26.471186 [ 262 ] {bd82f96a-8a7b-40c4-a80c-0ea6ed6c2562} <Debug> TCPHandler: Processed in 0.002370051 sec. | ||
| 14018 | 2025.02.28 10:12:26.471338 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14019 | 2025.02.28 10:12:26.471591 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14020 | 2025.02.28 10:12:26.471646 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6576 rows starting from the beginning of the part | ||
| 14021 | 2025.02.28 10:12:26.471903 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14022 | 2025.02.28 10:12:26.472119 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14023 | 2025.02.28 10:12:26.472186 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 14024 | 2025.02.28 10:12:26.472381 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 14025 | 2025.02.28 10:12:26.472655 [ 192 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 24 rows starting from the beginning of the part | ||
| 14026 | 2025.02.28 10:12:26.474345 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37416 rows, containing 5 columns (5 merged, 0 gathered) in 0.015472762 sec., 2418184.93685872 rows/sec., 165.30 MiB/sec. | ||
| 14027 | 2025.02.28 10:12:26.474869 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Trace> MergedBlockOutputStream: filled checksums all_1_131_29 (state Temporary) | ||
| 14028 | 2025.02.28 10:12:26.475239 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_131_29 to all_1_131_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2025.02.28 10:12:26.475319 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_131_29} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_126_28, all_131_131_0] -> all_1_131_29 | ||
| 14030 | 2025.02.28 10:12:26.475474 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14031 | 2025.02.28 10:12:26.475935 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6840 rows, containing 4 columns (4 merged, 0 gathered) in 0.004747112 sec., 1440876.052640005 rows/sec., 96.54 MiB/sec. | ||
| 14032 | 2025.02.28 10:12:26.476509 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14033 | 2025.02.28 10:12:26.476818 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14034 | 2025.02.28 10:12:26.476896 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_131_26} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14035 | 2025.02.28 10:12:26.476984 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 14036 | 2025.02.28 10:12:26.627110 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14037 | 2025.02.28 10:12:26.650635 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2025.02.28 10:12:26.650701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14039 | 2025.02.28 10:12:26.658478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14040 | 2025.02.28 10:12:26.659270 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14041 | 2025.02.28 10:12:26.662969 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14042 | 2025.02.28 10:12:27.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.70 MiB, peak 286.07 MiB, free memory in arenas 0.00 B, will set to 267.35 MiB (RSS), difference: -1.36 MiB | ||
| 14043 | 2025.02.28 10:12:29.163813 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1928 | ||
| 14044 | 2025.02.28 10:12:29.167570 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2025.02.28 10:12:29.167628 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14046 | 2025.02.28 10:12:29.169158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14047 | 2025.02.28 10:12:29.169474 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2025.02.28 10:12:29.170129 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1928 | ||
| 14049 | 2025.02.28 10:12:30.145088 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14050 | 2025.02.28 10:12:30.145280 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14051 | 2025.02.28 10:12:30.145355 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14052 | 2025.02.28 10:12:30.146133 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2025.02.28 10:12:30.146179 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14054 | 2025.02.28 10:12:30.146668 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14055 | 2025.02.28 10:12:30.146939 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2025.02.28 10:12:30.147147 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 14057 | 2025.02.28 10:12:30.147229 [ 261 ] {607b95a0-f57b-4732-8e53-6ce679e1b5a0} <Debug> TCPHandler: Processed in 0.00227158 sec. | ||
| 14058 | 2025.02.28 10:12:30.147504 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14059 | 2025.02.28 10:12:30.147729 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14060 | 2025.02.28 10:12:30.147799 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14061 | 2025.02.28 10:12:30.148569 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14062 | 2025.02.28 10:12:30.148614 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14063 | 2025.02.28 10:12:30.149077 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14064 | 2025.02.28 10:12:30.149333 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2025.02.28 10:12:30.149572 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 14066 | 2025.02.28 10:12:30.149630 [ 262 ] {4ac356d1-d02f-46e4-a183-7024667a0ed6} <Debug> TCPHandler: Processed in 0.00229741 sec. | ||
| 14067 | 2025.02.28 10:12:30.149781 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14068 | 2025.02.28 10:12:30.149932 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14069 | 2025.02.28 10:12:30.150000 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14070 | 2025.02.28 10:12:30.150658 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14071 | 2025.02.28 10:12:30.150697 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14072 | 2025.02.28 10:12:30.151095 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14073 | 2025.02.28 10:12:30.151333 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14074 | 2025.02.28 10:12:30.151516 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001623 sec., 59149.72273567467 rows/sec., 4.12 MiB/sec. | ||
| 14075 | 2025.02.28 10:12:30.151573 [ 261 ] {119d0b83-4127-4cca-9013-d3ef71acef62} <Debug> TCPHandler: Processed in 0.001858974 sec. | ||
| 14076 | 2025.02.28 10:12:30.151764 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14077 | 2025.02.28 10:12:30.151969 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14078 | 2025.02.28 10:12:30.152059 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14079 | 2025.02.28 10:12:30.152791 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14080 | 2025.02.28 10:12:30.152831 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14081 | 2025.02.28 10:12:30.153213 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14082 | 2025.02.28 10:12:30.153454 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14083 | 2025.02.28 10:12:30.153676 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001756 sec., 20501.13895216401 rows/sec., 1.38 MiB/sec. | ||
| 14084 | 2025.02.28 10:12:30.153728 [ 262 ] {6485bbf9-f645-436f-a734-7ded6bdf6d30} <Debug> TCPHandler: Processed in 0.002064807 sec. | ||
| 14085 | 2025.02.28 10:12:31.458181 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 14086 | 2025.02.28 10:12:31.459078 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14087 | 2025.02.28 10:12:31.459124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14088 | 2025.02.28 10:12:31.459658 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14089 | 2025.02.28 10:12:31.459918 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14090 | 2025.02.28 10:12:31.460172 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 14091 | 2025.02.28 10:12:34.163075 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 14092 | 2025.02.28 10:12:34.187028 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14093 | 2025.02.28 10:12:34.187088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14094 | 2025.02.28 10:12:34.195433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14095 | 2025.02.28 10:12:34.196233 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14096 | 2025.02.28 10:12:34.199379 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 14097 | 2025.02.28 10:12:35.148904 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14098 | 2025.02.28 10:12:35.149120 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14099 | 2025.02.28 10:12:35.149202 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14100 | 2025.02.28 10:12:35.150080 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2025.02.28 10:12:35.150125 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14102 | 2025.02.28 10:12:35.150581 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14103 | 2025.02.28 10:12:35.150836 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2025.02.28 10:12:35.151048 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.53 MiB/sec. | ||
| 14105 | 2025.02.28 10:12:35.151118 [ 261 ] {b6f03d3f-7111-4404-bbe4-24d166e4ede6} <Debug> TCPHandler: Processed in 0.002351581 sec. | ||
| 14106 | 2025.02.28 10:12:35.151379 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14107 | 2025.02.28 10:12:35.151586 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14108 | 2025.02.28 10:12:35.151663 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14109 | 2025.02.28 10:12:35.152397 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2025.02.28 10:12:35.152439 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14111 | 2025.02.28 10:12:35.152874 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14112 | 2025.02.28 10:12:35.153131 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2025.02.28 10:12:35.153375 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 162.85 KiB/sec. | ||
| 14114 | 2025.02.28 10:12:35.153433 [ 262 ] {3b0bec9a-539d-4c00-93bc-a078cda3a97d} <Debug> TCPHandler: Processed in 0.002187198 sec. | ||
| 14115 | 2025.02.28 10:12:35.153592 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14116 | 2025.02.28 10:12:35.153730 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14117 | 2025.02.28 10:12:35.153788 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14118 | 2025.02.28 10:12:35.154472 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14119 | 2025.02.28 10:12:35.154583 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14120 | 2025.02.28 10:12:35.154981 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14121 | 2025.02.28 10:12:35.155220 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2025.02.28 10:12:35.155429 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001718 sec., 39580.908032596046 rows/sec., 3.09 MiB/sec. | ||
| 14123 | 2025.02.28 10:12:35.155524 [ 261 ] {d13aff8c-3127-427a-9a7e-82268ee290cc} <Debug> TCPHandler: Processed in 0.001998456 sec. | ||
| 14124 | 2025.02.28 10:12:35.155594 [ 224 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14125 | 2025.02.28 10:12:35.155672 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14126 | 2025.02.28 10:12:35.155682 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14127 | 2025.02.28 10:12:35.155952 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14128 | 2025.02.28 10:12:35.156020 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14129 | 2025.02.28 10:12:35.157408 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14130 | 2025.02.28 10:12:35.157449 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14131 | 2025.02.28 10:12:35.158191 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14132 | 2025.02.28 10:12:35.158592 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14133 | 2025.02.28 10:12:35.158968 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003148 sec., 50825.92121982211 rows/sec., 3.54 MiB/sec. | ||
| 14134 | 2025.02.28 10:12:35.159136 [ 262 ] {619c5264-174c-46b7-a3da-a76e5a55b976} <Debug> TCPHandler: Processed in 0.003534536 sec. | ||
| 14135 | 2025.02.28 10:12:35.159331 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14136 | 2025.02.28 10:12:35.159497 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14137 | 2025.02.28 10:12:35.159546 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14138 | 2025.02.28 10:12:35.159809 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <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 | ||
| 14139 | 2025.02.28 10:12:35.162750 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14140 | 2025.02.28 10:12:35.162793 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14141 | 2025.02.28 10:12:35.163430 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14142 | 2025.02.28 10:12:35.163697 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14143 | 2025.02.28 10:12:35.163947 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004463 sec., 896.2581223392338 rows/sec., 1.61 MiB/sec. | ||
| 14144 | 2025.02.28 10:12:35.164074 [ 261 ] {023c9fd3-4ee2-4aa4-9807-432e38bd6097} <Debug> TCPHandler: Processed in 0.004818033 sec. | ||
| 14145 | 2025.02.28 10:12:35.164235 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14146 | 2025.02.28 10:12:35.164374 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14147 | 2025.02.28 10:12:35.164435 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14148 | 2025.02.28 10:12:35.164987 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14149 | 2025.02.28 10:12:35.165026 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.79 GiB. | ||
| 14150 | 2025.02.28 10:12:35.165408 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14151 | 2025.02.28 10:12:35.165655 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14152 | 2025.02.28 10:12:35.165872 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 14153 | 2025.02.28 10:12:35.165923 [ 262 ] {66a7b6aa-f1f6-41e8-99c4-a0bfddb70d16} <Debug> TCPHandler: Processed in 0.001758713 sec. | ||
| 14154 | 2025.02.28 10:12:35.553198 [ 225 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14155 | 2025.02.28 10:12:35.553258 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14156 | 2025.02.28 10:12:35.555189 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14157 | 2025.02.28 10:12:35.924053 [ 222 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14158 | 2025.02.28 10:12:35.924105 [ 222 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14159 | 2025.02.28 10:12:35.925971 [ 222 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14160 | 2025.02.28 10:12:36.208309 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14161 | 2025.02.28 10:12:36.208388 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14162 | 2025.02.28 10:12:36.210286 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14163 | 2025.02.28 10:12:38.169361 [ 219 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): 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] | ||
| 14164 | 2025.02.28 10:12:38.169428 [ 219 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): 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] | ||
| 14165 | 2025.02.28 10:12:38.170884 [ 219 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): 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] | ||
| 14166 | 2025.02.28 10:12:38.726080 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14167 | 2025.02.28 10:12:38.726140 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14168 | 2025.02.28 10:12:38.728765 [ 92 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 14169 | 2025.02.28 10:12:38.728803 [ 92 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14170 | 2025.02.28 10:12:38.728825 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14171 | 2025.02.28 10:12:38.728937 [ 219 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): 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] | ||
| 14172 | 2025.02.28 10:12:38.729006 [ 219 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): 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] | ||
| 14173 | 2025.02.28 10:12:38.729026 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 14174 | 2025.02.28 10:12:38.729246 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14175 | 2025.02.28 10:12:38.729304 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 365 rows starting from the beginning of the part | ||
| 14176 | 2025.02.28 10:12:38.729586 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
| 14177 | 2025.02.28 10:12:38.729951 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part | ||
| 14178 | 2025.02.28 10:12:38.730376 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 252 rows starting from the beginning of the part | ||
| 14179 | 2025.02.28 10:12:38.730688 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part | ||
| 14180 | 2025.02.28 10:12:38.732755 [ 219 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): 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] | ||
| 14181 | 2025.02.28 10:12:38.733386 [ 197 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1349 rows, containing 5 columns (5 merged, 0 gathered) in 0.004475718 sec., 301404.1545959777 rows/sec., 21.81 MiB/sec. | ||
| 14182 | 2025.02.28 10:12:38.733662 [ 190 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 14183 | 2025.02.28 10:12:38.734053 [ 190 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2025.02.28 10:12:38.734151 [ 190 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_27_6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 14185 | 2025.02.28 10:12:38.734261 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 14186 | 2025.02.28 10:12:38.960329 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 14187 | 2025.02.28 10:12:38.961025 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14188 | 2025.02.28 10:12:38.961071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14189 | 2025.02.28 10:12:38.961607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14190 | 2025.02.28 10:12:38.961862 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14191 | 2025.02.28 10:12:38.962113 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 14192 | 2025.02.28 10:12:38.962193 [ 223 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 14193 | 2025.02.28 10:12:38.962246 [ 223 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 14194 | 2025.02.28 10:12:38.964063 [ 223 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 14195 | 2025.02.28 10:12:39.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.40 MiB, peak 286.07 MiB, free memory in arenas 0.00 B, will set to 267.35 MiB (RSS), difference: 3.94 MiB | ||
| 14196 | 2025.02.28 10:12:39.001639 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001159855 sec. | ||
| 14197 | 2025.02.28 10:12:39.170717 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1948 | ||
| 14198 | 2025.02.28 10:12:39.175613 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2025.02.28 10:12:39.175711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14200 | 2025.02.28 10:12:39.178169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14201 | 2025.02.28 10:12:39.178678 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2025.02.28 10:12:39.179733 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1948 | ||
| 14203 | 2025.02.28 10:12:39.405890 [ 224 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 14204 | 2025.02.28 10:12:39.405948 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 14205 | 2025.02.28 10:12:39.407833 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 14206 | 2025.02.28 10:12:39.919462 [ 221 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): 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] | ||
| 14207 | 2025.02.28 10:12:39.919520 [ 221 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): 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] | ||
| 14208 | 2025.02.28 10:12:39.921210 [ 221 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): 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] | ||
| 14209 | 2025.02.28 10:12:40.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.35 MiB, peak 286.07 MiB, free memory in arenas 0.00 B, will set to 267.35 MiB (RSS), difference: 4.00 MiB | ||
| 14210 | 2025.02.28 10:12:40.150242 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14211 | 2025.02.28 10:12:40.150460 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14212 | 2025.02.28 10:12:40.150543 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14213 | 2025.02.28 10:12:40.151421 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14214 | 2025.02.28 10:12:40.151473 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14215 | 2025.02.28 10:12:40.151934 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14216 | 2025.02.28 10:12:40.152184 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14217 | 2025.02.28 10:12:40.152430 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.00202 sec., 63366.33663366336 rows/sec., 5.42 MiB/sec. | ||
| 14218 | 2025.02.28 10:12:40.152544 [ 261 ] {0da6a232-3e0a-4d14-a5d2-d60be0a3f5f0} <Debug> TCPHandler: Processed in 0.002448202 sec. | ||
| 14219 | 2025.02.28 10:12:40.152830 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14220 | 2025.02.28 10:12:40.153036 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14221 | 2025.02.28 10:12:40.153115 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14222 | 2025.02.28 10:12:40.154102 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2025.02.28 10:12:40.154156 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14224 | 2025.02.28 10:12:40.154608 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14225 | 2025.02.28 10:12:40.154870 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2025.02.28 10:12:40.155072 [ 90 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14227 | 2025.02.28 10:12:40.155144 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.002155 sec., 16705.336426914153 rows/sec., 1.23 MiB/sec. | ||
| 14228 | 2025.02.28 10:12:40.155157 [ 90 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2025.02.28 10:12:40.155233 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14230 | 2025.02.28 10:12:40.155292 [ 262 ] {fb311689-b008-4427-aec1-3d148186b146} <Debug> TCPHandler: Processed in 0.002637004 sec. | ||
| 14231 | 2025.02.28 10:12:40.155607 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14232 | 2025.02.28 10:12:40.155640 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 14233 | 2025.02.28 10:12:40.155998 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14234 | 2025.02.28 10:12:40.156191 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14235 | 2025.02.28 10:12:40.156529 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14236 | 2025.02.28 10:12:40.156752 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 178 rows starting from the beginning of the part | ||
| 14237 | 2025.02.28 10:12:40.157679 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 36 rows starting from the beginning of the part | ||
| 14238 | 2025.02.28 10:12:40.158024 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 4 rows starting from the beginning of the part | ||
| 14239 | 2025.02.28 10:12:40.158482 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 52 rows starting from the beginning of the part | ||
| 14240 | 2025.02.28 10:12:40.158615 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 4 rows starting from the beginning of the part | ||
| 14241 | 2025.02.28 10:12:40.159164 [ 201 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part | ||
| 14242 | 2025.02.28 10:12:40.159894 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14243 | 2025.02.28 10:12:40.159963 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14244 | 2025.02.28 10:12:40.161000 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14245 | 2025.02.28 10:12:40.161587 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14246 | 2025.02.28 10:12:40.161998 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006647576 sec., 46633.53980458441 rows/sec., 3.37 MiB/sec. | ||
| 14247 | 2025.02.28 10:12:40.162105 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.006256 sec., 15984.6547314578 rows/sec., 1.25 MiB/sec. | ||
| 14248 | 2025.02.28 10:12:40.162273 [ 261 ] {292e2935-6a13-45d8-85de-d7b7b0ddd226} <Debug> TCPHandler: Processed in 0.00684718 sec. | ||
| 14249 | 2025.02.28 10:12:40.162435 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14250 | 2025.02.28 10:12:40.162590 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14251 | 2025.02.28 10:12:40.162987 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14252 | 2025.02.28 10:12:40.163184 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14253 | 2025.02.28 10:12:40.163489 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14254 | 2025.02.28 10:12:40.163859 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_111_22} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14255 | 2025.02.28 10:12:40.164166 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14256 | 2025.02.28 10:12:40.165136 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14257 | 2025.02.28 10:12:40.165179 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14258 | 2025.02.28 10:12:40.165620 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14259 | 2025.02.28 10:12:40.165897 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14260 | 2025.02.28 10:12:40.166133 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003275 sec., 48854.96183206107 rows/sec., 3.40 MiB/sec. | ||
| 14261 | 2025.02.28 10:12:40.166233 [ 262 ] {3fd9f2ff-03eb-46d6-8e1d-4618f8e930a7} <Debug> TCPHandler: Processed in 0.00381791 sec. | ||
| 14262 | 2025.02.28 10:12:40.166449 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14263 | 2025.02.28 10:12:40.166669 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14264 | 2025.02.28 10:12:40.166765 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <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 | ||
| 14265 | 2025.02.28 10:12:40.168052 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2025.02.28 10:12:40.168092 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14267 | 2025.02.28 10:12:40.168772 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14268 | 2025.02.28 10:12:40.169033 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2025.02.28 10:12:40.169240 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14270 | 2025.02.28 10:12:40.169302 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002684 sec., 13412.816691505215 rows/sec., 24.04 MiB/sec. | ||
| 14271 | 2025.02.28 10:12:40.169323 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14272 | 2025.02.28 10:12:40.169396 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14273 | 2025.02.28 10:12:40.169703 [ 261 ] {69b9103c-bbce-4909-936a-85eac1a56a01} <Debug> TCPHandler: Processed in 0.003363804 sec. | ||
| 14274 | 2025.02.28 10:12:40.169722 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 14275 | 2025.02.28 10:12:40.169943 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2025.02.28 10:12:40.170276 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14277 | 2025.02.28 10:12:40.170338 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14278 | 2025.02.28 10:12:40.170454 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14279 | 2025.02.28 10:12:40.170491 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2159 rows starting from the beginning of the part | ||
| 14280 | 2025.02.28 10:12:40.171393 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 36 rows starting from the beginning of the part | ||
| 14281 | 2025.02.28 10:12:40.172123 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 4 rows starting from the beginning of the part | ||
| 14282 | 2025.02.28 10:12:40.172777 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part | ||
| 14283 | 2025.02.28 10:12:40.173481 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2025.02.28 10:12:40.173514 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 4 rows starting from the beginning of the part | ||
| 14285 | 2025.02.28 10:12:40.173570 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14286 | 2025.02.28 10:12:40.174196 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 36 rows starting from the beginning of the part | ||
| 14287 | 2025.02.28 10:12:40.175497 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14288 | 2025.02.28 10:12:40.176035 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14289 | 2025.02.28 10:12:40.176502 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006353 sec., 9444.356996694474 rows/sec., 651.76 KiB/sec. | ||
| 14290 | 2025.02.28 10:12:40.176592 [ 262 ] {807fe810-df6f-4e18-9397-ea6afb95db71} <Debug> TCPHandler: Processed in 0.006754808 sec. | ||
| 14291 | 2025.02.28 10:12:40.184435 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 19 columns (19 merged, 0 gathered) in 0.014917105 sec., 152509.48491681195 rows/sec., 273.29 MiB/sec. | ||
| 14292 | 2025.02.28 10:12:40.186458 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14293 | 2025.02.28 10:12:40.186903 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2025.02.28 10:12:40.186983 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14295 | 2025.02.28 10:12:40.187136 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.44 MiB. | ||
| 14296 | 2025.02.28 10:12:41.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.86 MiB, peak 286.27 MiB, free memory in arenas 0.00 B, will set to 269.23 MiB (RSS), difference: 1.36 MiB | ||
| 14297 | 2025.02.28 10:12:41.699475 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 14298 | 2025.02.28 10:12:41.722380 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14299 | 2025.02.28 10:12:41.722438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14300 | 2025.02.28 10:12:41.730109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14301 | 2025.02.28 10:12:41.730917 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14302 | 2025.02.28 10:12:41.733996 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 14303 | 2025.02.28 10:12:45.148680 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14304 | 2025.02.28 10:12:45.148887 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14305 | 2025.02.28 10:12:45.148960 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14306 | 2025.02.28 10:12:45.149699 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14307 | 2025.02.28 10:12:45.149746 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14308 | 2025.02.28 10:12:45.150170 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14309 | 2025.02.28 10:12:45.150417 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14310 | 2025.02.28 10:12:45.150683 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001839 sec., 2175.0951604132683 rows/sec., 177.36 KiB/sec. | ||
| 14311 | 2025.02.28 10:12:45.150802 [ 261 ] {82308fa2-11ab-4925-b86b-9fc6c6e615fd} <Debug> TCPHandler: Processed in 0.002252749 sec. | ||
| 14312 | 2025.02.28 10:12:45.151119 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14313 | 2025.02.28 10:12:45.151333 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14314 | 2025.02.28 10:12:45.151416 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14315 | 2025.02.28 10:12:45.152258 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14316 | 2025.02.28 10:12:45.152306 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14317 | 2025.02.28 10:12:45.152756 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14318 | 2025.02.28 10:12:45.153021 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14319 | 2025.02.28 10:12:45.153248 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001972 sec., 33468.5598377282 rows/sec., 2.63 MiB/sec. | ||
| 14320 | 2025.02.28 10:12:45.153305 [ 262 ] {412257ee-4f02-426a-aec4-72fb1b9a40a6} <Debug> TCPHandler: Processed in 0.002359921 sec. | ||
| 14321 | 2025.02.28 10:12:45.153466 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14322 | 2025.02.28 10:12:45.153606 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14323 | 2025.02.28 10:12:45.153668 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14324 | 2025.02.28 10:12:45.154304 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14325 | 2025.02.28 10:12:45.154345 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14326 | 2025.02.28 10:12:45.154705 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14327 | 2025.02.28 10:12:45.154941 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14328 | 2025.02.28 10:12:45.155164 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001588 sec., 5037.783375314862 rows/sec., 365.29 KiB/sec. | ||
| 14329 | 2025.02.28 10:12:45.155225 [ 261 ] {bab935dd-0c89-47ce-aa7c-754c5f433b0b} <Debug> TCPHandler: Processed in 0.001824614 sec. | ||
| 14330 | 2025.02.28 10:12:45.155227 [ 219 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 14331 | 2025.02.28 10:12:45.155279 [ 219 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 14332 | 2025.02.28 10:12:45.155431 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2025.02.28 10:12:45.155677 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14334 | 2025.02.28 10:12:45.155777 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14335 | 2025.02.28 10:12:45.157178 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14336 | 2025.02.28 10:12:45.157245 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14337 | 2025.02.28 10:12:45.157971 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14338 | 2025.02.28 10:12:45.158390 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2025.02.28 10:12:45.158720 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.003114 sec., 23121.387283236993 rows/sec., 1.81 MiB/sec. | ||
| 14340 | 2025.02.28 10:12:45.158818 [ 219 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 14341 | 2025.02.28 10:12:45.158844 [ 262 ] {7309a6e3-5ed7-4047-bbdd-8ac2cbf859bb} <Debug> TCPHandler: Processed in 0.003527126 sec. | ||
| 14342 | 2025.02.28 10:12:45.159120 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14343 | 2025.02.28 10:12:45.159322 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14344 | 2025.02.28 10:12:45.159421 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14345 | 2025.02.28 10:12:45.160170 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14346 | 2025.02.28 10:12:45.160211 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14347 | 2025.02.28 10:12:45.160597 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14348 | 2025.02.28 10:12:45.160831 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14349 | 2025.02.28 10:12:45.161069 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001803 sec., 89850.24958402662 rows/sec., 6.26 MiB/sec. | ||
| 14350 | 2025.02.28 10:12:45.161160 [ 261 ] {30f87223-2b8a-4f91-a34a-b2d636517e10} <Debug> TCPHandler: Processed in 0.002192398 sec. | ||
| 14351 | 2025.02.28 10:12:45.161384 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14352 | 2025.02.28 10:12:45.161654 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14353 | 2025.02.28 10:12:45.161770 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <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 | ||
| 14354 | 2025.02.28 10:12:45.162956 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14355 | 2025.02.28 10:12:45.162996 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14356 | 2025.02.28 10:12:45.163624 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14357 | 2025.02.28 10:12:45.163881 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14358 | 2025.02.28 10:12:45.164123 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002523 sec., 1585.4141894569957 rows/sec., 2.84 MiB/sec. | ||
| 14359 | 2025.02.28 10:12:45.164216 [ 262 ] {768516f4-8df1-48d3-8f56-2052ba081b56} <Debug> TCPHandler: Processed in 0.002972689 sec. | ||
| 14360 | 2025.02.28 10:12:45.164372 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14361 | 2025.02.28 10:12:45.164512 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14362 | 2025.02.28 10:12:45.164572 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14363 | 2025.02.28 10:12:45.165132 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14364 | 2025.02.28 10:12:45.165171 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14365 | 2025.02.28 10:12:45.165551 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14366 | 2025.02.28 10:12:45.165780 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14367 | 2025.02.28 10:12:45.165984 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 14368 | 2025.02.28 10:12:45.166033 [ 261 ] {77324e27-6234-4883-b7af-32e90f36da50} <Debug> TCPHandler: Processed in 0.001730993 sec. | ||
| 14369 | 2025.02.28 10:12:45.733452 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 14370 | 2025.02.28 10:12:45.733504 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 14371 | 2025.02.28 10:12:45.735315 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 14372 | 2025.02.28 10:12:46.462264 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 14373 | 2025.02.28 10:12:46.462939 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14374 | 2025.02.28 10:12:46.462991 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14375 | 2025.02.28 10:12:46.463533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14376 | 2025.02.28 10:12:46.463815 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14377 | 2025.02.28 10:12:46.464049 [ 79 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14378 | 2025.02.28 10:12:46.464082 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 14379 | 2025.02.28 10:12:46.464127 [ 79 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2025.02.28 10:12:46.464156 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14381 | 2025.02.28 10:12:46.464424 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 14382 | 2025.02.28 10:12:46.465150 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14383 | 2025.02.28 10:12:46.465321 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 14384 | 2025.02.28 10:12:46.465811 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 14385 | 2025.02.28 10:12:46.466199 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 14386 | 2025.02.28 10:12:46.466498 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 14387 | 2025.02.28 10:12:46.466802 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 14388 | 2025.02.28 10:12:46.467047 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 14389 | 2025.02.28 10:12:46.470319 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.006076179 sec., 6113875.183729774 rows/sec., 87.46 MiB/sec. | ||
| 14390 | 2025.02.28 10:12:46.470663 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14391 | 2025.02.28 10:12:46.471027 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2025.02.28 10:12:46.471121 [ 188 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_81_16} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14393 | 2025.02.28 10:12:46.471220 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 14394 | 2025.02.28 10:12:48.951614 [ 224 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 14395 | 2025.02.28 10:12:48.951687 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 14396 | 2025.02.28 10:12:48.953683 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 14397 | 2025.02.28 10:12:49.179949 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1974 | ||
| 14398 | 2025.02.28 10:12:49.183452 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14399 | 2025.02.28 10:12:49.183509 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14400 | 2025.02.28 10:12:49.185063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 14401 | 2025.02.28 10:12:49.185388 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14402 | 2025.02.28 10:12:49.186485 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1974 | ||
| 14403 | 2025.02.28 10:12:49.234099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 14404 | 2025.02.28 10:12:49.258733 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14405 | 2025.02.28 10:12:49.258787 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14406 | 2025.02.28 10:12:49.266507 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14407 | 2025.02.28 10:12:49.267294 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14408 | 2025.02.28 10:12:49.267619 [ 76 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14409 | 2025.02.28 10:12:49.267703 [ 76 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14410 | 2025.02.28 10:12:49.267748 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14411 | 2025.02.28 10:12:49.268500 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14412 | 2025.02.28 10:12:49.286031 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 14413 | 2025.02.28 10:12:49.287683 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14414 | 2025.02.28 10:12:49.289414 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14415 | 2025.02.28 10:12:49.295349 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14416 | 2025.02.28 10:12:49.301436 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14417 | 2025.02.28 10:12:49.307405 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14418 | 2025.02.28 10:12:49.314010 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14419 | 2025.02.28 10:12:49.320320 [ 186 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 14420 | 2025.02.28 10:12:49.389893 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.121969571 sec., 5009.44616751993 rows/sec., 25.90 MiB/sec. | ||
| 14421 | 2025.02.28 10:12:49.393763 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14422 | 2025.02.28 10:12:49.397006 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_81_16} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14423 | 2025.02.28 10:12:49.397139 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_81_16} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14424 | 2025.02.28 10:12:49.399864 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14425 | 2025.02.28 10:12:50.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.30 MiB, peak 287.73 MiB, free memory in arenas 0.00 B, will set to 269.23 MiB (RSS), difference: -1.08 MiB | ||
| 14426 | 2025.02.28 10:12:50.150044 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14427 | 2025.02.28 10:12:50.150308 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14428 | 2025.02.28 10:12:50.150381 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14429 | 2025.02.28 10:12:50.151195 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14430 | 2025.02.28 10:12:50.151240 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14431 | 2025.02.28 10:12:50.151707 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14432 | 2025.02.28 10:12:50.151963 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14433 | 2025.02.28 10:12:50.152136 [ 75 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14434 | 2025.02.28 10:12:50.152182 [ 75 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14435 | 2025.02.28 10:12:50.152184 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Debug> executeQuery: Read 128 rows, 11.21 KiB in 0.001929 sec., 66355.62467599793 rows/sec., 5.68 MiB/sec. | ||
| 14436 | 2025.02.28 10:12:50.152207 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14437 | 2025.02.28 10:12:50.152314 [ 261 ] {e0d288cb-7902-42f0-b23c-6bc5141ae065} <Debug> TCPHandler: Processed in 0.002432281 sec. | ||
| 14438 | 2025.02.28 10:12:50.152423 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 14439 | 2025.02.28 10:12:50.152710 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14440 | 2025.02.28 10:12:50.152714 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14441 | 2025.02.28 10:12:50.152881 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1967 rows starting from the beginning of the part | ||
| 14442 | 2025.02.28 10:12:50.153268 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 14443 | 2025.02.28 10:12:50.153635 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part | ||
| 14444 | 2025.02.28 10:12:50.154030 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part | ||
| 14445 | 2025.02.28 10:12:50.154434 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 66 rows starting from the beginning of the part | ||
| 14446 | 2025.02.28 10:12:50.154852 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 128 rows starting from the beginning of the part | ||
| 14447 | 2025.02.28 10:12:50.154789 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14448 | 2025.02.28 10:12:50.155320 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14449 | 2025.02.28 10:12:50.157477 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14450 | 2025.02.28 10:12:50.157549 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14451 | 2025.02.28 10:12:50.158330 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006048639 sec., 398271.41279220005 rows/sec., 34.22 MiB/sec. | ||
| 14452 | 2025.02.28 10:12:50.158430 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14453 | 2025.02.28 10:12:50.158600 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14454 | 2025.02.28 10:12:50.158838 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14455 | 2025.02.28 10:12:50.159133 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14456 | 2025.02.28 10:12:50.159258 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.005557 sec., 6478.315637934137 rows/sec., 487.14 KiB/sec. | ||
| 14457 | 2025.02.28 10:12:50.159286 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_136_27} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14458 | 2025.02.28 10:12:50.159418 [ 262 ] {e723e559-3357-4baf-9f84-d35ebdc9acd1} <Debug> TCPHandler: Processed in 0.006965711 sec. | ||
| 14459 | 2025.02.28 10:12:50.159467 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 14460 | 2025.02.28 10:12:50.159639 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14461 | 2025.02.28 10:12:50.159781 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14462 | 2025.02.28 10:12:50.159843 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14463 | 2025.02.28 10:12:50.160524 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14464 | 2025.02.28 10:12:50.160562 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14465 | 2025.02.28 10:12:50.160935 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14466 | 2025.02.28 10:12:50.161176 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14467 | 2025.02.28 10:12:50.161311 [ 75 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14468 | 2025.02.28 10:12:50.161343 [ 75 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2025.02.28 10:12:50.161361 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001613 sec., 61996.28022318661 rows/sec., 4.84 MiB/sec. | ||
| 14470 | 2025.02.28 10:12:50.161366 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14471 | 2025.02.28 10:12:50.161487 [ 261 ] {b43c96e9-3c95-40f6-8f95-a9447fbc97ed} <Debug> TCPHandler: Processed in 0.001915615 sec. | ||
| 14472 | 2025.02.28 10:12:50.161647 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 14473 | 2025.02.28 10:12:50.161702 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14474 | 2025.02.28 10:12:50.161939 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14475 | 2025.02.28 10:12:50.161953 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14476 | 2025.02.28 10:12:50.162005 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 952 rows starting from the beginning of the part | ||
| 14477 | 2025.02.28 10:12:50.162089 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14478 | 2025.02.28 10:12:50.162365 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 14479 | 2025.02.28 10:12:50.162740 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 68 rows starting from the beginning of the part | ||
| 14480 | 2025.02.28 10:12:50.163126 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 100 rows starting from the beginning of the part | ||
| 14481 | 2025.02.28 10:12:50.163453 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 72 rows starting from the beginning of the part | ||
| 14482 | 2025.02.28 10:12:50.163801 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 100 rows starting from the beginning of the part | ||
| 14483 | 2025.02.28 10:12:50.165128 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2025.02.28 10:12:50.165196 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14485 | 2025.02.28 10:12:50.166359 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14486 | 2025.02.28 10:12:50.166845 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14487 | 2025.02.28 10:12:50.167030 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554192 sec., 244139.92170238262 rows/sec., 19.17 MiB/sec. | ||
| 14488 | 2025.02.28 10:12:50.167159 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_131_29 to all_132_132_0 | ||
| 14489 | 2025.02.28 10:12:50.167241 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14490 | 2025.02.28 10:12:50.167292 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14491 | 2025.02.28 10:12:50.167376 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14492 | 2025.02.28 10:12:50.167366 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005466 sec., 29271.862422246613 rows/sec., 2.04 MiB/sec. | ||
| 14493 | 2025.02.28 10:12:50.167704 [ 262 ] {bb0075a9-6fef-4aca-b1c4-208cc0de36fa} <Debug> TCPHandler: Processed in 0.006103129 sec. | ||
| 14494 | 2025.02.28 10:12:50.167797 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_131_29 to all_132_132_0 into Compact with storage Full | ||
| 14495 | 2025.02.28 10:12:50.167953 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14496 | 2025.02.28 10:12:50.168340 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14497 | 2025.02.28 10:12:50.168403 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14498 | 2025.02.28 10:12:50.168430 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14499 | 2025.02.28 10:12:50.168598 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_29, total 37416 rows starting from the beginning of the part | ||
| 14500 | 2025.02.28 10:12:50.168636 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <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 | ||
| 14501 | 2025.02.28 10:12:50.168687 [ 199 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_136_27} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14502 | 2025.02.28 10:12:50.168993 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 14503 | 2025.02.28 10:12:50.169076 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 96 rows starting from the beginning of the part | ||
| 14504 | 2025.02.28 10:12:50.172099 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14505 | 2025.02.28 10:12:50.172156 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14506 | 2025.02.28 10:12:50.173083 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14507 | 2025.02.28 10:12:50.173481 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14508 | 2025.02.28 10:12:50.173708 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.0055 sec., 6545.454545454546 rows/sec., 11.73 MiB/sec. | ||
| 14509 | 2025.02.28 10:12:50.173932 [ 261 ] {6868d83d-fcf7-42fb-8d5f-0d713eeefb3c} <Debug> TCPHandler: Processed in 0.00608548 sec. | ||
| 14510 | 2025.02.28 10:12:50.174154 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14511 | 2025.02.28 10:12:50.174353 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14512 | 2025.02.28 10:12:50.174417 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14513 | 2025.02.28 10:12:50.175282 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14514 | 2025.02.28 10:12:50.175324 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14515 | 2025.02.28 10:12:50.175808 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14516 | 2025.02.28 10:12:50.176112 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14517 | 2025.02.28 10:12:50.176318 [ 75 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14518 | 2025.02.28 10:12:50.176413 [ 75 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14519 | 2025.02.28 10:12:50.176477 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14520 | 2025.02.28 10:12:50.176565 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002218 sec., 27051.397655545537 rows/sec., 1.82 MiB/sec. | ||
| 14521 | 2025.02.28 10:12:50.176706 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14522 | 2025.02.28 10:12:50.176758 [ 262 ] {36d529eb-75c3-434f-8b8d-085058f6954f} <Debug> TCPHandler: Processed in 0.002709135 sec. | ||
| 14523 | 2025.02.28 10:12:50.176975 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14524 | 2025.02.28 10:12:50.177010 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6840 rows starting from the beginning of the part | ||
| 14525 | 2025.02.28 10:12:50.177122 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 36 rows starting from the beginning of the part | ||
| 14526 | 2025.02.28 10:12:50.177425 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14527 | 2025.02.28 10:12:50.177617 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14528 | 2025.02.28 10:12:50.177799 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 14529 | 2025.02.28 10:12:50.178153 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 14530 | 2025.02.28 10:12:50.178961 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37512 rows, containing 5 columns (5 merged, 0 gathered) in 0.01151506 sec., 3257646.9423520155 rows/sec., 222.69 MiB/sec. | ||
| 14531 | 2025.02.28 10:12:50.179387 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Trace> MergedBlockOutputStream: filled checksums all_1_132_30 (state Temporary) | ||
| 14532 | 2025.02.28 10:12:50.179830 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_132_30 to all_1_132_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14533 | 2025.02.28 10:12:50.180042 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_132_30} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_131_29, all_132_132_0] -> all_1_132_30 | ||
| 14534 | 2025.02.28 10:12:50.180209 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 14535 | 2025.02.28 10:12:50.181416 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004856703 sec., 1465191.5095487616 rows/sec., 98.19 MiB/sec. | ||
| 14536 | 2025.02.28 10:12:50.181797 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14537 | 2025.02.28 10:12:50.182084 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14538 | 2025.02.28 10:12:50.182158 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_136_27} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14539 | 2025.02.28 10:12:50.182231 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 14540 | 2025.02.28 10:12:53.726191 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14541 | 2025.02.28 10:12:53.726258 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14542 | 2025.02.28 10:12:53.964244 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 14543 | 2025.02.28 10:12:53.964890 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14544 | 2025.02.28 10:12:53.964939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14545 | 2025.02.28 10:12:53.965479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14546 | 2025.02.28 10:12:53.965739 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14547 | 2025.02.28 10:12:53.965986 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 14548 | 2025.02.28 10:12:55.149305 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14549 | 2025.02.28 10:12:55.149593 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14550 | 2025.02.28 10:12:55.149706 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14551 | 2025.02.28 10:12:55.150727 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2025.02.28 10:12:55.150781 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14553 | 2025.02.28 10:12:55.151223 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14554 | 2025.02.28 10:12:55.151478 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2025.02.28 10:12:55.151708 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002198 sec., 29117.379435850777 rows/sec., 2.29 MiB/sec. | ||
| 14556 | 2025.02.28 10:12:55.151775 [ 261 ] {aac6b82c-b1f0-4fd8-8142-f8b07f3c2d8b} <Debug> TCPHandler: Processed in 0.002607724 sec. | ||
| 14557 | 2025.02.28 10:12:55.152006 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14558 | 2025.02.28 10:12:55.152198 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14559 | 2025.02.28 10:12:55.152269 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14560 | 2025.02.28 10:12:55.153015 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2025.02.28 10:12:55.153063 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14562 | 2025.02.28 10:12:55.153508 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14563 | 2025.02.28 10:12:55.153765 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2025.02.28 10:12:55.154018 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001873 sec., 2135.611318739989 rows/sec., 160.59 KiB/sec. | ||
| 14565 | 2025.02.28 10:12:55.154086 [ 262 ] {ef212ce4-086b-4bba-907d-1fa35d3dc846} <Debug> TCPHandler: Processed in 0.002206599 sec. | ||
| 14566 | 2025.02.28 10:12:55.154245 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14567 | 2025.02.28 10:12:55.154392 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14568 | 2025.02.28 10:12:55.154453 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14569 | 2025.02.28 10:12:55.155182 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2025.02.28 10:12:55.155231 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14571 | 2025.02.28 10:12:55.155621 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14572 | 2025.02.28 10:12:55.155862 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2025.02.28 10:12:55.156071 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001714 sec., 39673.278879813304 rows/sec., 3.10 MiB/sec. | ||
| 14574 | 2025.02.28 10:12:55.156125 [ 261 ] {7da6898c-2ea7-4012-93f4-7e8cc11f6540} <Debug> TCPHandler: Processed in 0.001948495 sec. | ||
| 14575 | 2025.02.28 10:12:55.156271 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2025.02.28 10:12:55.156462 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14577 | 2025.02.28 10:12:55.156562 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14578 | 2025.02.28 10:12:55.157484 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2025.02.28 10:12:55.157524 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14580 | 2025.02.28 10:12:55.157943 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14581 | 2025.02.28 10:12:55.158184 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2025.02.28 10:12:55.158371 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_132_30 to all_133_133_0 | ||
| 14583 | 2025.02.28 10:12:55.158434 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002026 sec., 78973.34649555775 rows/sec., 5.50 MiB/sec. | ||
| 14584 | 2025.02.28 10:12:55.158458 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14585 | 2025.02.28 10:12:55.158520 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14586 | 2025.02.28 10:12:55.158555 [ 262 ] {c91f8992-38a8-4bb0-bd4e-7c4695a2b44f} <Debug> TCPHandler: Processed in 0.002336621 sec. | ||
| 14587 | 2025.02.28 10:12:55.158814 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14588 | 2025.02.28 10:12:55.158874 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_132_30 to all_133_133_0 into Compact with storage Full | ||
| 14589 | 2025.02.28 10:12:55.159241 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14590 | 2025.02.28 10:12:55.159691 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <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 | ||
| 14591 | 2025.02.28 10:12:55.159777 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14592 | 2025.02.28 10:12:55.159990 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_30, total 37512 rows starting from the beginning of the part | ||
| 14593 | 2025.02.28 10:12:55.160654 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 14594 | 2025.02.28 10:12:55.164372 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2025.02.28 10:12:55.164430 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14596 | 2025.02.28 10:12:55.165228 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14597 | 2025.02.28 10:12:55.165682 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2025.02.28 10:12:55.166012 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006916 sec., 578.368999421631 rows/sec., 1.04 MiB/sec. | ||
| 14599 | 2025.02.28 10:12:55.166146 [ 261 ] {72c15cdc-a6a0-49eb-aa04-67055083d609} <Debug> TCPHandler: Processed in 0.007476487 sec. | ||
| 14600 | 2025.02.28 10:12:55.166400 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14601 | 2025.02.28 10:12:55.166566 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14602 | 2025.02.28 10:12:55.166628 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14603 | 2025.02.28 10:12:55.167415 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14604 | 2025.02.28 10:12:55.167456 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14605 | 2025.02.28 10:12:55.167901 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14606 | 2025.02.28 10:12:55.168203 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2025.02.28 10:12:55.168568 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002054 sec., 29211.295034079845 rows/sec., 1.97 MiB/sec. | ||
| 14608 | 2025.02.28 10:12:55.168630 [ 262 ] {de930d89-08b2-42d7-b63c-c6a96b1d5216} <Debug> TCPHandler: Processed in 0.002337731 sec. | ||
| 14609 | 2025.02.28 10:12:55.170030 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37672 rows, containing 5 columns (5 merged, 0 gathered) in 0.011368358 sec., 3313759.119830674 rows/sec., 226.54 MiB/sec. | ||
| 14610 | 2025.02.28 10:12:55.170635 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Trace> MergedBlockOutputStream: filled checksums all_1_133_31 (state Temporary) | ||
| 14611 | 2025.02.28 10:12:55.171164 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_133_31 to all_1_133_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2025.02.28 10:12:55.171308 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_133_31} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_132_30, all_133_133_0] -> all_1_133_31 | ||
| 14613 | 2025.02.28 10:12:55.171424 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14614 | 2025.02.28 10:12:56.063897 [ 223 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14615 | 2025.02.28 10:12:56.063972 [ 223 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14616 | 2025.02.28 10:12:56.066090 [ 223 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 14617 | 2025.02.28 10:12:56.083616 [ 225 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14618 | 2025.02.28 10:12:56.083706 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14619 | 2025.02.28 10:12:56.086038 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 14620 | 2025.02.28 10:12:56.240221 [ 221 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14621 | 2025.02.28 10:12:56.240283 [ 221 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14622 | 2025.02.28 10:12:56.242180 [ 221 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 14623 | 2025.02.28 10:12:56.662173 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14624 | 2025.02.28 10:12:56.662234 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14625 | 2025.02.28 10:12:56.664175 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 14626 | 2025.02.28 10:12:56.786135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 14627 | 2025.02.28 10:12:56.809795 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14628 | 2025.02.28 10:12:56.809843 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14629 | 2025.02.28 10:12:56.817464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14630 | 2025.02.28 10:12:56.818270 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14631 | 2025.02.28 10:12:56.821156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 14632 | 2025.02.28 10:12:57.433270 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14633 | 2025.02.28 10:12:57.433497 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14634 | 2025.02.28 10:12:57.433586 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14635 | 2025.02.28 10:12:57.434457 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14636 | 2025.02.28 10:12:57.434515 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14637 | 2025.02.28 10:12:57.434956 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14638 | 2025.02.28 10:12:57.435207 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14639 | 2025.02.28 10:12:57.435500 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002056 sec., 2918.2879377431905 rows/sec., 237.97 KiB/sec. | ||
| 14640 | 2025.02.28 10:12:57.435611 [ 261 ] {aad15a70-1bb2-4a38-b224-fb4a1615b70c} <Debug> TCPHandler: Processed in 0.002488003 sec. | ||
| 14641 | 2025.02.28 10:12:57.435992 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14642 | 2025.02.28 10:12:57.436299 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14643 | 2025.02.28 10:12:57.436420 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14644 | 2025.02.28 10:12:57.437721 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14645 | 2025.02.28 10:12:57.437775 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14646 | 2025.02.28 10:12:57.438296 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14647 | 2025.02.28 10:12:57.438564 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14648 | 2025.02.28 10:12:57.438842 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Debug> executeQuery: Read 1271 rows, 107.55 KiB in 0.002621 sec., 484929.4162533384 rows/sec., 40.07 MiB/sec. | ||
| 14649 | 2025.02.28 10:12:57.438960 [ 262 ] {67a82c4a-d07f-4b2a-a73b-7f6a5962d635} <Debug> TCPHandler: Processed in 0.003206462 sec. | ||
| 14650 | 2025.02.28 10:12:57.439168 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14651 | 2025.02.28 10:12:57.439455 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14652 | 2025.02.28 10:12:57.439514 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14653 | 2025.02.28 10:12:57.440170 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14654 | 2025.02.28 10:12:57.440212 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14655 | 2025.02.28 10:12:57.440586 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14656 | 2025.02.28 10:12:57.440825 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14657 | 2025.02.28 10:12:57.441066 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Debug> executeQuery: Read 42 rows, 3.13 KiB in 0.001686 sec., 24911.032028469752 rows/sec., 1.81 MiB/sec. | ||
| 14658 | 2025.02.28 10:12:57.441174 [ 261 ] {466b1c32-54f5-4e91-9914-4083105c6d41} <Debug> TCPHandler: Processed in 0.002126587 sec. | ||
| 14659 | 2025.02.28 10:12:57.441367 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2025.02.28 10:12:57.441550 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14661 | 2025.02.28 10:12:57.441613 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14662 | 2025.02.28 10:12:57.442417 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14663 | 2025.02.28 10:12:57.442457 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14664 | 2025.02.28 10:12:57.442843 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14665 | 2025.02.28 10:12:57.443081 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14666 | 2025.02.28 10:12:57.443307 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001787 sec., 127588.13654168998 rows/sec., 8.64 MiB/sec. | ||
| 14667 | 2025.02.28 10:12:57.443503 [ 262 ] {4a86f255-798c-42d7-a2c4-561b804af37d} <Debug> TCPHandler: Processed in 0.002233509 sec. | ||
| 14668 | 2025.02.28 10:12:57.443715 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14669 | 2025.02.28 10:12:57.443858 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14670 | 2025.02.28 10:12:57.443919 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14671 | 2025.02.28 10:12:57.444842 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14672 | 2025.02.28 10:12:57.444882 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14673 | 2025.02.28 10:12:57.445273 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14674 | 2025.02.28 10:12:57.445520 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14675 | 2025.02.28 10:12:57.445750 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Debug> executeQuery: Read 562 rows, 42.78 KiB in 0.001922 sec., 292403.74609781476 rows/sec., 21.73 MiB/sec. | ||
| 14676 | 2025.02.28 10:12:57.445839 [ 261 ] {0824b652-e08a-4328-a807-e769b7dd8708} <Debug> TCPHandler: Processed in 0.00222496 sec. | ||
| 14677 | 2025.02.28 10:12:57.446052 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14678 | 2025.02.28 10:12:57.446374 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14679 | 2025.02.28 10:12:57.446476 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14680 | 2025.02.28 10:12:57.447259 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14681 | 2025.02.28 10:12:57.447300 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14682 | 2025.02.28 10:12:57.447757 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14683 | 2025.02.28 10:12:57.448002 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2025.02.28 10:12:57.448180 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_133_31 to all_138_138_0 | ||
| 14685 | 2025.02.28 10:12:57.448247 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Debug> executeQuery: Read 945 rows, 64.89 KiB in 0.001994 sec., 473921.76529588766 rows/sec., 31.78 MiB/sec. | ||
| 14686 | 2025.02.28 10:12:57.448289 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14687 | 2025.02.28 10:12:57.448369 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14688 | 2025.02.28 10:12:57.448371 [ 262 ] {8599c69b-e152-443f-b146-f6811ed5451e} <Debug> TCPHandler: Processed in 0.002436292 sec. | ||
| 14689 | 2025.02.28 10:12:57.448584 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_31 to all_138_138_0 into Compact with storage Full | ||
| 14690 | 2025.02.28 10:12:57.448604 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14691 | 2025.02.28 10:12:57.448851 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14692 | 2025.02.28 10:12:57.448873 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14693 | 2025.02.28 10:12:57.448929 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_31, total 37672 rows starting from the beginning of the part | ||
| 14694 | 2025.02.28 10:12:57.449184 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <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 | ||
| 14695 | 2025.02.28 10:12:57.449288 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part | ||
| 14696 | 2025.02.28 10:12:57.449795 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 162 rows starting from the beginning of the part | ||
| 14697 | 2025.02.28 10:12:57.450231 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 14698 | 2025.02.28 10:12:57.450737 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 14699 | 2025.02.28 10:12:57.451150 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 945 rows starting from the beginning of the part | ||
| 14700 | 2025.02.28 10:12:57.454132 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14701 | 2025.02.28 10:12:57.454204 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14702 | 2025.02.28 10:12:57.455757 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14703 | 2025.02.28 10:12:57.456128 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14704 | 2025.02.28 10:12:57.456398 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.007614 sec., 4728.132387706855 rows/sec., 8.47 MiB/sec. | ||
| 14705 | 2025.02.28 10:12:57.456524 [ 261 ] {a3435a6d-59d0-430d-ab10-8ddf746a5c08} <Debug> TCPHandler: Processed in 0.008043585 sec. | ||
| 14706 | 2025.02.28 10:12:57.456760 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14707 | 2025.02.28 10:12:57.456900 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14708 | 2025.02.28 10:12:57.456963 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14709 | 2025.02.28 10:12:57.457590 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14710 | 2025.02.28 10:12:57.457629 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14711 | 2025.02.28 10:12:57.458081 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14712 | 2025.02.28 10:12:57.458336 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14713 | 2025.02.28 10:12:57.458608 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001727 sec., 20845.396641574986 rows/sec., 1.40 MiB/sec. | ||
| 14714 | 2025.02.28 10:12:57.458699 [ 262 ] {8af2c75b-3649-4b6b-baeb-81c822d24a3b} <Debug> TCPHandler: Processed in 0.002055307 sec. | ||
| 14715 | 2025.02.28 10:12:57.461293 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39259 rows, containing 5 columns (5 merged, 0 gathered) in 0.012831207 sec., 3059649.8053534636 rows/sec., 209.14 MiB/sec. | ||
| 14716 | 2025.02.28 10:12:57.461870 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Trace> MergedBlockOutputStream: filled checksums all_1_138_32 (state Temporary) | ||
| 14717 | 2025.02.28 10:12:57.462199 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_138_32 to all_1_138_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14718 | 2025.02.28 10:12:57.462285 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_138_32} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_133_31, all_138_138_0] -> all_1_138_32 | ||
| 14719 | 2025.02.28 10:12:57.462384 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14720 | 2025.02.28 10:12:59.186695 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2014 | ||
| 14721 | 2025.02.28 10:12:59.190047 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14722 | 2025.02.28 10:12:59.190108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14723 | 2025.02.28 10:12:59.191687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 14724 | 2025.02.28 10:12:59.192013 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14725 | 2025.02.28 10:12:59.192720 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2014 | ||
| 14726 | 2025.02.28 10:13:00.144540 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14727 | 2025.02.28 10:13:00.144765 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14728 | 2025.02.28 10:13:00.144848 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14729 | 2025.02.28 10:13:00.145705 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14730 | 2025.02.28 10:13:00.145760 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14731 | 2025.02.28 10:13:00.146203 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14732 | 2025.02.28 10:13:00.146457 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14733 | 2025.02.28 10:13:00.146691 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.15 MiB/sec. | ||
| 14734 | 2025.02.28 10:13:00.146764 [ 261 ] {a9019c58-178f-46d2-93d0-3b893eb91807} <Debug> TCPHandler: Processed in 0.002364961 sec. | ||
| 14735 | 2025.02.28 10:13:00.147011 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14736 | 2025.02.28 10:13:00.147226 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14737 | 2025.02.28 10:13:00.147308 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14738 | 2025.02.28 10:13:00.148114 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.02.28 10:13:00.148162 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14740 | 2025.02.28 10:13:00.148641 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14741 | 2025.02.28 10:13:00.148900 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.02.28 10:13:00.149153 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec. | ||
| 14743 | 2025.02.28 10:13:00.149223 [ 262 ] {c99917c6-1bd7-4add-bbfc-622c6e722cde} <Debug> TCPHandler: Processed in 0.00235271 sec. | ||
| 14744 | 2025.02.28 10:13:00.149376 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14745 | 2025.02.28 10:13:00.149528 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14746 | 2025.02.28 10:13:00.149596 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14747 | 2025.02.28 10:13:00.150245 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2025.02.28 10:13:00.150295 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14749 | 2025.02.28 10:13:00.150723 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14750 | 2025.02.28 10:13:00.150974 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14751 | 2025.02.28 10:13:00.151197 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001705 sec., 37536.6568914956 rows/sec., 2.61 MiB/sec. | ||
| 14752 | 2025.02.28 10:13:00.151257 [ 261 ] {2155ab9b-3ea7-4b37-977f-8dfb09f99439} <Debug> TCPHandler: Processed in 0.001951086 sec. | ||
| 14753 | 2025.02.28 10:13:00.151397 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14754 | 2025.02.28 10:13:00.151524 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14755 | 2025.02.28 10:13:00.151581 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14756 | 2025.02.28 10:13:00.152089 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14757 | 2025.02.28 10:13:00.152129 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14758 | 2025.02.28 10:13:00.152521 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14759 | 2025.02.28 10:13:00.152755 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14760 | 2025.02.28 10:13:00.152972 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001479 sec., 16227.180527383367 rows/sec., 1.09 MiB/sec. | ||
| 14761 | 2025.02.28 10:13:00.153026 [ 262 ] {316e5e3b-90c7-4af8-a5ae-416e40bc954f} <Debug> TCPHandler: Processed in 0.001686712 sec. | ||
| 14762 | 2025.02.28 10:13:01.466146 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 14763 | 2025.02.28 10:13:01.466819 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14764 | 2025.02.28 10:13:01.466872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14765 | 2025.02.28 10:13:01.467414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14766 | 2025.02.28 10:13:01.467679 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14767 | 2025.02.28 10:13:01.467993 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 14768 | 2025.02.28 10:13:04.321273 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 14769 | 2025.02.28 10:13:04.345823 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14770 | 2025.02.28 10:13:04.345896 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14771 | 2025.02.28 10:13:04.353514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14772 | 2025.02.28 10:13:04.354344 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2025.02.28 10:13:04.358107 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 14774 | 2025.02.28 10:13:05.149486 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14775 | 2025.02.28 10:13:05.149696 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14776 | 2025.02.28 10:13:05.149779 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14777 | 2025.02.28 10:13:05.150681 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14778 | 2025.02.28 10:13:05.150730 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14779 | 2025.02.28 10:13:05.151170 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14780 | 2025.02.28 10:13:05.151428 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14781 | 2025.02.28 10:13:05.151695 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002057 sec., 31113.271754982987 rows/sec., 2.45 MiB/sec. | ||
| 14782 | 2025.02.28 10:13:05.151765 [ 261 ] {308fb642-d97f-4cfa-9436-6cbbce392bb9} <Debug> TCPHandler: Processed in 0.002418771 sec. | ||
| 14783 | 2025.02.28 10:13:05.152033 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14784 | 2025.02.28 10:13:05.152249 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14785 | 2025.02.28 10:13:05.152330 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14786 | 2025.02.28 10:13:05.153101 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2025.02.28 10:13:05.153150 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14788 | 2025.02.28 10:13:05.153589 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14789 | 2025.02.28 10:13:05.153850 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2025.02.28 10:13:05.154056 [ 54 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14791 | 2025.02.28 10:13:05.154133 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001932 sec., 2070.393374741201 rows/sec., 155.68 KiB/sec. | ||
| 14792 | 2025.02.28 10:13:05.154146 [ 54 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14793 | 2025.02.28 10:13:05.154219 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14794 | 2025.02.28 10:13:05.154280 [ 262 ] {0573fbb5-7012-4543-852c-daf6d420b306} <Debug> TCPHandler: Processed in 0.002381861 sec. | ||
| 14795 | 2025.02.28 10:13:05.154421 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 14796 | 2025.02.28 10:13:05.154514 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14797 | 2025.02.28 10:13:05.154578 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14798 | 2025.02.28 10:13:05.154620 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 178 rows starting from the beginning of the part | ||
| 14799 | 2025.02.28 10:13:05.154849 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14800 | 2025.02.28 10:13:05.154877 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
| 14801 | 2025.02.28 10:13:05.155035 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14802 | 2025.02.28 10:13:05.155214 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part | ||
| 14803 | 2025.02.28 10:13:05.155714 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 4 rows starting from the beginning of the part | ||
| 14804 | 2025.02.28 10:13:05.156065 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 42 rows starting from the beginning of the part | ||
| 14805 | 2025.02.28 10:13:05.156454 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 4 rows starting from the beginning of the part | ||
| 14806 | 2025.02.28 10:13:05.157791 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14807 | 2025.02.28 10:13:05.157877 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14808 | 2025.02.28 10:13:05.158959 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14809 | 2025.02.28 10:13:05.159250 [ 189 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.004927035 sec., 55205.615547687405 rows/sec., 3.93 MiB/sec. | ||
| 14810 | 2025.02.28 10:13:05.159399 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14811 | 2025.02.28 10:13:05.159442 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14812 | 2025.02.28 10:13:05.159711 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005018 sec., 13551.215623754484 rows/sec., 1.06 MiB/sec. | ||
| 14813 | 2025.02.28 10:13:05.159800 [ 261 ] {ac3fc193-7a8f-4da5-b913-60d93653c960} <Debug> TCPHandler: Processed in 0.005409731 sec. | ||
| 14814 | 2025.02.28 10:13:05.159855 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14815 | 2025.02.28 10:13:05.159963 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_116_23} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14816 | 2025.02.28 10:13:05.159990 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14817 | 2025.02.28 10:13:05.160107 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14818 | 2025.02.28 10:13:05.160186 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14819 | 2025.02.28 10:13:05.160246 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14820 | 2025.02.28 10:13:05.160832 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14821 | 2025.02.28 10:13:05.160873 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14822 | 2025.02.28 10:13:05.161290 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14823 | 2025.02.28 10:13:05.161536 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14824 | 2025.02.28 10:13:05.161762 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 14825 | 2025.02.28 10:13:05.161846 [ 262 ] {162bb320-b4ce-4ad6-9e1a-22dca026aabc} <Debug> TCPHandler: Processed in 0.001937006 sec. | ||
| 14826 | 2025.02.28 10:13:05.162022 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14827 | 2025.02.28 10:13:05.162355 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14828 | 2025.02.28 10:13:05.162663 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <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 | ||
| 14829 | 2025.02.28 10:13:05.164330 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14830 | 2025.02.28 10:13:05.164373 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14831 | 2025.02.28 10:13:05.164995 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14832 | 2025.02.28 10:13:05.165255 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14833 | 2025.02.28 10:13:05.165441 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14834 | 2025.02.28 10:13:05.165504 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14835 | 2025.02.28 10:13:05.165520 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003277 sec., 1220.6286237412266 rows/sec., 2.19 MiB/sec. | ||
| 14836 | 2025.02.28 10:13:05.165551 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14837 | 2025.02.28 10:13:05.166105 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 14838 | 2025.02.28 10:13:05.166107 [ 261 ] {41d220e4-acef-46f7-933d-a16214fc5bc1} <Debug> TCPHandler: Processed in 0.004171214 sec. | ||
| 14839 | 2025.02.28 10:13:05.166935 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14840 | 2025.02.28 10:13:05.167683 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14841 | 2025.02.28 10:13:05.167757 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14842 | 2025.02.28 10:13:05.168047 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14843 | 2025.02.28 10:13:05.168060 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2275 rows starting from the beginning of the part | ||
| 14844 | 2025.02.28 10:13:05.169009 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 4 rows starting from the beginning of the part | ||
| 14845 | 2025.02.28 10:13:05.169737 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part | ||
| 14846 | 2025.02.28 10:13:05.170517 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 4 rows starting from the beginning of the part | ||
| 14847 | 2025.02.28 10:13:05.170532 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2025.02.28 10:13:05.170605 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.78 GiB. | ||
| 14849 | 2025.02.28 10:13:05.171154 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 36 rows starting from the beginning of the part | ||
| 14850 | 2025.02.28 10:13:05.171763 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 4 rows starting from the beginning of the part | ||
| 14851 | 2025.02.28 10:13:05.172623 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14852 | 2025.02.28 10:13:05.173141 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14853 | 2025.02.28 10:13:05.173716 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006351 sec., 9447.33112895607 rows/sec., 651.96 KiB/sec. | ||
| 14854 | 2025.02.28 10:13:05.173870 [ 262 ] {8cd3ad65-fd1b-43f6-ab86-f21d9f016dfc} <Debug> TCPHandler: Processed in 0.007617179 sec. | ||
| 14855 | 2025.02.28 10:13:05.180238 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 19 columns (19 merged, 0 gathered) in 0.014537299 sec., 162272.23502797872 rows/sec., 290.78 MiB/sec. | ||
| 14856 | 2025.02.28 10:13:05.182490 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14857 | 2025.02.28 10:13:05.182958 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14858 | 2025.02.28 10:13:05.183054 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14859 | 2025.02.28 10:13:05.183238 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.44 MiB. | ||
| 14860 | 2025.02.28 10:13:08.726310 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14861 | 2025.02.28 10:13:08.726412 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14862 | 2025.02.28 10:13:08.752584 [ 49 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 14863 | 2025.02.28 10:13:08.752626 [ 49 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2025.02.28 10:13:08.752653 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14865 | 2025.02.28 10:13:08.752813 [ 224 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): 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] | ||
| 14866 | 2025.02.28 10:13:08.752835 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 14867 | 2025.02.28 10:13:08.752886 [ 224 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): 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] | ||
| 14868 | 2025.02.28 10:13:08.753068 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14869 | 2025.02.28 10:13:08.753179 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 20 rows starting from the beginning of the part | ||
| 14870 | 2025.02.28 10:13:08.753288 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
| 14871 | 2025.02.28 10:13:08.753591 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 14872 | 2025.02.28 10:13:08.753913 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 14873 | 2025.02.28 10:13:08.754229 [ 189 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 14874 | 2025.02.28 10:13:08.756078 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.003354454 sec., 11328.222119009532 rows/sec., 967.99 KiB/sec. | ||
| 14875 | 2025.02.28 10:13:08.756268 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 14876 | 2025.02.28 10:13:08.756418 [ 224 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): 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] | ||
| 14877 | 2025.02.28 10:13:08.756743 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14878 | 2025.02.28 10:13:08.756830 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_37_9} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 14879 | 2025.02.28 10:13:08.756936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14880 | 2025.02.28 10:13:08.968201 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 14881 | 2025.02.28 10:13:08.968936 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14882 | 2025.02.28 10:13:08.968987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14883 | 2025.02.28 10:13:08.969536 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14884 | 2025.02.28 10:13:08.969812 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14885 | 2025.02.28 10:13:08.970068 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 14886 | 2025.02.28 10:13:09.193133 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2034 | ||
| 14887 | 2025.02.28 10:13:09.196407 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.02.28 10:13:09.196478 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14889 | 2025.02.28 10:13:09.198259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14890 | 2025.02.28 10:13:09.198669 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.02.28 10:13:09.198902 [ 43 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 14892 | 2025.02.28 10:13:09.198967 [ 43 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14893 | 2025.02.28 10:13:09.199007 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14894 | 2025.02.28 10:13:09.199584 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 14895 | 2025.02.28 10:13:09.200442 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2034 | ||
| 14896 | 2025.02.28 10:13:09.201083 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14897 | 2025.02.28 10:13:09.201338 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1884 rows starting from the beginning of the part | ||
| 14898 | 2025.02.28 10:13:09.202278 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 44 rows starting from the beginning of the part | ||
| 14899 | 2025.02.28 10:13:09.203111 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 14900 | 2025.02.28 10:13:09.203938 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part | ||
| 14901 | 2025.02.28 10:13:09.204477 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 14902 | 2025.02.28 10:13:09.205084 [ 192 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 14903 | 2025.02.28 10:13:09.215295 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2034 rows, containing 72 columns (72 merged, 0 gathered) in 0.01614001 sec., 126022.22675202803 rows/sec., 96.53 MiB/sec. | ||
| 14904 | 2025.02.28 10:13:09.217321 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 14905 | 2025.02.28 10:13:09.218211 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14906 | 2025.02.28 10:13:09.218313 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_61_12} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 14907 | 2025.02.28 10:13:09.218713 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 14908 | 2025.02.28 10:13:09.787591 [ 223 ] {} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): 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] | ||
| 14909 | 2025.02.28 10:13:09.787652 [ 223 ] {} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): 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] | ||
| 14910 | 2025.02.28 10:13:09.789287 [ 223 ] {} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): 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] | ||
| 14911 | 2025.02.28 10:13:10.155749 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2025.02.28 10:13:10.155957 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14913 | 2025.02.28 10:13:10.156039 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14914 | 2025.02.28 10:13:10.156946 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2025.02.28 10:13:10.156990 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14916 | 2025.02.28 10:13:10.157443 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14917 | 2025.02.28 10:13:10.157692 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2025.02.28 10:13:10.157956 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 14919 | 2025.02.28 10:13:10.158195 [ 261 ] {6823aa73-924e-4f1e-9d9e-b04f63b32790} <Debug> TCPHandler: Processed in 0.002584564 sec. | ||
| 14920 | 2025.02.28 10:13:10.158442 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2025.02.28 10:13:10.158652 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14922 | 2025.02.28 10:13:10.158732 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14923 | 2025.02.28 10:13:10.159785 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2025.02.28 10:13:10.159836 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14925 | 2025.02.28 10:13:10.160336 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14926 | 2025.02.28 10:13:10.160597 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2025.02.28 10:13:10.160784 [ 45 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14928 | 2025.02.28 10:13:10.160813 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002219 sec., 310500.22532672377 rows/sec., 24.73 MiB/sec. | ||
| 14929 | 2025.02.28 10:13:10.160853 [ 45 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14930 | 2025.02.28 10:13:10.160892 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14931 | 2025.02.28 10:13:10.160923 [ 262 ] {140e9d97-c84d-477f-8869-c53b430cabf1} <Debug> TCPHandler: Processed in 0.002616894 sec. | ||
| 14932 | 2025.02.28 10:13:10.161166 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14933 | 2025.02.28 10:13:10.161199 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 14934 | 2025.02.28 10:13:10.161464 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14935 | 2025.02.28 10:13:10.161593 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14936 | 2025.02.28 10:13:10.161604 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14937 | 2025.02.28 10:13:10.161666 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1967 rows starting from the beginning of the part | ||
| 14938 | 2025.02.28 10:13:10.162182 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 14939 | 2025.02.28 10:13:10.162842 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 1271 rows starting from the beginning of the part | ||
| 14940 | 2025.02.28 10:13:10.163469 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 14941 | 2025.02.28 10:13:10.164120 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 64 rows starting from the beginning of the part | ||
| 14942 | 2025.02.28 10:13:10.164709 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 689 rows starting from the beginning of the part | ||
| 14943 | 2025.02.28 10:13:10.165778 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14944 | 2025.02.28 10:13:10.165820 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14945 | 2025.02.28 10:13:10.166360 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14946 | 2025.02.28 10:13:10.166653 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14947 | 2025.02.28 10:13:10.166909 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.005557 sec., 25553.356127406874 rows/sec., 1.60 MiB/sec. | ||
| 14948 | 2025.02.28 10:13:10.166985 [ 261 ] {a2751fae-9b6a-41c3-8098-9ec5eaef0d24} <Debug> TCPHandler: Processed in 0.005953098 sec. | ||
| 14949 | 2025.02.28 10:13:10.167233 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14950 | 2025.02.28 10:13:10.167454 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4111 rows, containing 5 columns (5 merged, 0 gathered) in 0.006443894 sec., 637968.2843944981 rows/sec., 54.52 MiB/sec. | ||
| 14951 | 2025.02.28 10:13:10.167572 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14952 | 2025.02.28 10:13:10.167677 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14953 | 2025.02.28 10:13:10.167875 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14954 | 2025.02.28 10:13:10.168599 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14955 | 2025.02.28 10:13:10.168893 [ 190 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_141_28} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14956 | 2025.02.28 10:13:10.169124 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 14957 | 2025.02.28 10:13:10.169199 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14958 | 2025.02.28 10:13:10.169245 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14959 | 2025.02.28 10:13:10.169624 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14960 | 2025.02.28 10:13:10.169869 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2025.02.28 10:13:10.170096 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002605 sec., 43378.11900191938 rows/sec., 2.81 MiB/sec. | ||
| 14962 | 2025.02.28 10:13:10.170319 [ 262 ] {f1780d69-498e-48e2-bb15-7cf423c95eca} <Debug> TCPHandler: Processed in 0.003236402 sec. | ||
| 14963 | 2025.02.28 10:13:10.170533 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14964 | 2025.02.28 10:13:10.170675 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14965 | 2025.02.28 10:13:10.170737 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14966 | 2025.02.28 10:13:10.171382 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14967 | 2025.02.28 10:13:10.171422 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14968 | 2025.02.28 10:13:10.171791 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14969 | 2025.02.28 10:13:10.172028 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14970 | 2025.02.28 10:13:10.172284 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001638 sec., 68376.06837606838 rows/sec., 3.90 MiB/sec. | ||
| 14971 | 2025.02.28 10:13:10.172499 [ 261 ] {0a7aba84-21c6-4e60-8268-c7215aa93783} <Debug> TCPHandler: Processed in 0.002059777 sec. | ||
| 14972 | 2025.02.28 10:13:10.172657 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14973 | 2025.02.28 10:13:10.172775 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14974 | 2025.02.28 10:13:10.172833 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14975 | 2025.02.28 10:13:10.173719 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14976 | 2025.02.28 10:13:10.173764 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14977 | 2025.02.28 10:13:10.174155 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14978 | 2025.02.28 10:13:10.174394 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14979 | 2025.02.28 10:13:10.174536 [ 45 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14980 | 2025.02.28 10:13:10.174578 [ 45 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14981 | 2025.02.28 10:13:10.174582 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001831 sec., 228290.55161114145 rows/sec., 16.25 MiB/sec. | ||
| 14982 | 2025.02.28 10:13:10.174605 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14983 | 2025.02.28 10:13:10.174704 [ 262 ] {e3ef213b-6b4f-4487-8e40-a37be606f099} <Debug> TCPHandler: Processed in 0.002098647 sec. | ||
| 14984 | 2025.02.28 10:13:10.174868 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 14985 | 2025.02.28 10:13:10.174933 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14986 | 2025.02.28 10:13:10.175125 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14987 | 2025.02.28 10:13:10.175174 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14988 | 2025.02.28 10:13:10.175200 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 952 rows starting from the beginning of the part | ||
| 14989 | 2025.02.28 10:13:10.175292 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14990 | 2025.02.28 10:13:10.175551 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 68 rows starting from the beginning of the part | ||
| 14991 | 2025.02.28 10:13:10.175951 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 562 rows starting from the beginning of the part | ||
| 14992 | 2025.02.28 10:13:10.176366 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 14993 | 2025.02.28 10:13:10.176697 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 68 rows starting from the beginning of the part | ||
| 14994 | 2025.02.28 10:13:10.176904 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 418 rows starting from the beginning of the part | ||
| 14995 | 2025.02.28 10:13:10.177729 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14996 | 2025.02.28 10:13:10.177788 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 14997 | 2025.02.28 10:13:10.178683 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 14998 | 2025.02.28 10:13:10.179227 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14999 | 2025.02.28 10:13:10.179660 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00451 sec., 1330.3769401330376 rows/sec., 69.51 KiB/sec. | ||
| 15000 | 2025.02.28 10:13:10.180033 [ 261 ] {dbefb82b-1bba-4f61-bb80-b71ac73c05a1} <Debug> TCPHandler: Processed in 0.005217318 sec. | ||
| 15001 | 2025.02.28 10:13:10.180399 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15002 | 2025.02.28 10:13:10.180408 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005693204 sec., 374481.5748741833 rows/sec., 28.98 MiB/sec. | ||
| 15003 | 2025.02.28 10:13:10.180590 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15004 | 2025.02.28 10:13:10.180653 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15005 | 2025.02.28 10:13:10.180690 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15006 | 2025.02.28 10:13:10.181324 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15007 | 2025.02.28 10:13:10.181422 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_141_28} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15008 | 2025.02.28 10:13:10.181566 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 15009 | 2025.02.28 10:13:10.181824 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2025.02.28 10:13:10.181867 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15011 | 2025.02.28 10:13:10.182285 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15012 | 2025.02.28 10:13:10.182525 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2025.02.28 10:13:10.182708 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002175 sec., 108965.51724137932 rows/sec., 7.30 MiB/sec. | ||
| 15014 | 2025.02.28 10:13:10.182766 [ 262 ] {7e9b7f8b-401f-483c-a685-04cf225e87a7} <Debug> TCPHandler: Processed in 0.002529083 sec. | ||
| 15015 | 2025.02.28 10:13:10.182926 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15016 | 2025.02.28 10:13:10.183067 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15017 | 2025.02.28 10:13:10.183129 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15018 | 2025.02.28 10:13:10.183695 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15019 | 2025.02.28 10:13:10.183742 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15020 | 2025.02.28 10:13:10.184108 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 15021 | 2025.02.28 10:13:10.184343 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15022 | 2025.02.28 10:13:10.184741 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec. | ||
| 15023 | 2025.02.28 10:13:10.184950 [ 261 ] {7eaf5cbf-496b-40a7-845c-84a08aaf3644} <Debug> TCPHandler: Processed in 0.002093188 sec. | ||
| 15024 | 2025.02.28 10:13:10.185111 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15025 | 2025.02.28 10:13:10.185250 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15026 | 2025.02.28 10:13:10.185343 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <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 | ||
| 15027 | 2025.02.28 10:13:10.186609 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15028 | 2025.02.28 10:13:10.186647 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15029 | 2025.02.28 10:13:10.187319 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15030 | 2025.02.28 10:13:10.187572 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15031 | 2025.02.28 10:13:10.187781 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002563 sec., 14046.039797112757 rows/sec., 25.17 MiB/sec. | ||
| 15032 | 2025.02.28 10:13:10.187789 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15033 | 2025.02.28 10:13:10.187836 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15034 | 2025.02.28 10:13:10.187962 [ 262 ] {79cf1768-f6c0-408e-b184-77e348169d60} <Debug> TCPHandler: Processed in 0.002919918 sec. | ||
| 15035 | 2025.02.28 10:13:10.188146 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15036 | 2025.02.28 10:13:10.188283 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15037 | 2025.02.28 10:13:10.188342 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15038 | 2025.02.28 10:13:10.189274 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15039 | 2025.02.28 10:13:10.189334 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15040 | 2025.02.28 10:13:10.190077 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15041 | 2025.02.28 10:13:10.190517 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15042 | 2025.02.28 10:13:10.190752 [ 45 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15043 | 2025.02.28 10:13:10.190840 [ 45 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15044 | 2025.02.28 10:13:10.190889 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15045 | 2025.02.28 10:13:10.190906 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002643 sec., 31025.349981082105 rows/sec., 1.97 MiB/sec. | ||
| 15046 | 2025.02.28 10:13:10.191234 [ 261 ] {e02cd56d-a1df-4da1-9181-a42015cf83e3} <Debug> TCPHandler: Processed in 0.003165802 sec. | ||
| 15047 | 2025.02.28 10:13:10.191282 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 15048 | 2025.02.28 10:13:10.191891 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15049 | 2025.02.28 10:13:10.192059 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7116 rows starting from the beginning of the part | ||
| 15050 | 2025.02.28 10:13:10.192406 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 15051 | 2025.02.28 10:13:10.192994 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15052 | 2025.02.28 10:13:10.192990 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 36 rows starting from the beginning of the part | ||
| 15053 | 2025.02.28 10:13:10.193702 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 24 rows starting from the beginning of the part | ||
| 15054 | 2025.02.28 10:13:10.194325 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 15055 | 2025.02.28 10:13:10.194739 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 82 rows starting from the beginning of the part | ||
| 15056 | 2025.02.28 10:13:10.197836 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7378 rows, containing 4 columns (4 merged, 0 gathered) in 0.006824469 sec., 1081109.7537405475 rows/sec., 72.42 MiB/sec. | ||
| 15057 | 2025.02.28 10:13:10.198309 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15058 | 2025.02.28 10:13:10.198642 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15059 | 2025.02.28 10:13:10.198729 [ 186 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_141_28} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15060 | 2025.02.28 10:13:10.198811 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 15061 | 2025.02.28 10:13:10.611321 [ 222 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15062 | 2025.02.28 10:13:10.611379 [ 222 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15063 | 2025.02.28 10:13:10.613331 [ 222 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15064 | 2025.02.28 10:13:11.858224 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 15065 | 2025.02.28 10:13:11.883175 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15066 | 2025.02.28 10:13:11.883222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15067 | 2025.02.28 10:13:11.890797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15068 | 2025.02.28 10:13:11.891609 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15069 | 2025.02.28 10:13:11.895147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 15070 | 2025.02.28 10:13:15.149851 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15071 | 2025.02.28 10:13:15.150139 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15072 | 2025.02.28 10:13:15.150251 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15073 | 2025.02.28 10:13:15.151251 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15074 | 2025.02.28 10:13:15.151298 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15075 | 2025.02.28 10:13:15.151731 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 15076 | 2025.02.28 10:13:15.151984 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15077 | 2025.02.28 10:13:15.152197 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002138 sec., 1870.9073900841906 rows/sec., 152.56 KiB/sec. | ||
| 15078 | 2025.02.28 10:13:15.152265 [ 261 ] {b30e9ace-2fdc-46c1-bdf6-382aef28e6b4} <Debug> TCPHandler: Processed in 0.002554724 sec. | ||
| 15079 | 2025.02.28 10:13:15.152568 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15080 | 2025.02.28 10:13:15.152885 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15081 | 2025.02.28 10:13:15.153001 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15082 | 2025.02.28 10:13:15.153790 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15083 | 2025.02.28 10:13:15.153841 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15084 | 2025.02.28 10:13:15.154295 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15085 | 2025.02.28 10:13:15.154554 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15086 | 2025.02.28 10:13:15.154812 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002017 sec., 32721.864154685172 rows/sec., 2.57 MiB/sec. | ||
| 15087 | 2025.02.28 10:13:15.154918 [ 262 ] {58402d0b-73db-408c-b0e0-a836aa0fd8de} <Debug> TCPHandler: Processed in 0.002536943 sec. | ||
| 15088 | 2025.02.28 10:13:15.155137 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15089 | 2025.02.28 10:13:15.155451 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15090 | 2025.02.28 10:13:15.155578 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15091 | 2025.02.28 10:13:15.156213 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15092 | 2025.02.28 10:13:15.156253 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15093 | 2025.02.28 10:13:15.156626 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15094 | 2025.02.28 10:13:15.156866 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15095 | 2025.02.28 10:13:15.157059 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001718 sec., 4656.577415599535 rows/sec., 337.65 KiB/sec. | ||
| 15096 | 2025.02.28 10:13:15.157164 [ 261 ] {2435b123-72da-44dd-b191-33e7409b6e7b} <Debug> TCPHandler: Processed in 0.002138128 sec. | ||
| 15097 | 2025.02.28 10:13:15.157422 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15098 | 2025.02.28 10:13:15.157667 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15099 | 2025.02.28 10:13:15.157764 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15100 | 2025.02.28 10:13:15.158488 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15101 | 2025.02.28 10:13:15.158530 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15102 | 2025.02.28 10:13:15.158907 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15103 | 2025.02.28 10:13:15.159156 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15104 | 2025.02.28 10:13:15.159356 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001747 sec., 41213.508872352606 rows/sec., 3.22 MiB/sec. | ||
| 15105 | 2025.02.28 10:13:15.159410 [ 262 ] {9f4bc1f0-409a-4ae0-8712-fb2c0ddac9c3} <Debug> TCPHandler: Processed in 0.002161638 sec. | ||
| 15106 | 2025.02.28 10:13:15.159556 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15107 | 2025.02.28 10:13:15.159696 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15108 | 2025.02.28 10:13:15.159759 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15109 | 2025.02.28 10:13:15.160320 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2025.02.28 10:13:15.160358 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15111 | 2025.02.28 10:13:15.160723 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15112 | 2025.02.28 10:13:15.161025 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15113 | 2025.02.28 10:13:15.161249 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001583 sec., 102337.33417561592 rows/sec., 7.13 MiB/sec. | ||
| 15114 | 2025.02.28 10:13:15.161302 [ 261 ] {9e44ca68-1411-4a67-b1a4-532e48757c3b} <Debug> TCPHandler: Processed in 0.001811824 sec. | ||
| 15115 | 2025.02.28 10:13:15.161438 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15116 | 2025.02.28 10:13:15.161558 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15117 | 2025.02.28 10:13:15.161640 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <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 | ||
| 15118 | 2025.02.28 10:13:15.162754 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15119 | 2025.02.28 10:13:15.162795 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15120 | 2025.02.28 10:13:15.163429 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15121 | 2025.02.28 10:13:15.163682 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15122 | 2025.02.28 10:13:15.163966 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002433 sec., 1644.0608302507194 rows/sec., 2.95 MiB/sec. | ||
| 15123 | 2025.02.28 10:13:15.164085 [ 262 ] {cbf6ca2a-aabc-4490-beab-ba04f226f80b} <Debug> TCPHandler: Processed in 0.002700635 sec. | ||
| 15124 | 2025.02.28 10:13:15.164345 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15125 | 2025.02.28 10:13:15.164685 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15126 | 2025.02.28 10:13:15.164787 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15127 | 2025.02.28 10:13:15.165298 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15128 | 2025.02.28 10:13:15.165338 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15129 | 2025.02.28 10:13:15.165704 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15130 | 2025.02.28 10:13:15.165932 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15131 | 2025.02.28 10:13:15.166146 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 15132 | 2025.02.28 10:13:15.166202 [ 261 ] {73150df1-18fd-4249-a238-41a232da6e66} <Debug> TCPHandler: Processed in 0.002008737 sec. | ||
| 15133 | 2025.02.28 10:13:16.028687 [ 224 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 15134 | 2025.02.28 10:13:16.028772 [ 224 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 15135 | 2025.02.28 10:13:16.030891 [ 224 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 15136 | 2025.02.28 10:13:16.470265 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 15137 | 2025.02.28 10:13:16.471233 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15138 | 2025.02.28 10:13:16.471290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15139 | 2025.02.28 10:13:16.471833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15140 | 2025.02.28 10:13:16.472105 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15141 | 2025.02.28 10:13:16.472380 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 15142 | 2025.02.28 10:13:17.836693 [ 223 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 15143 | 2025.02.28 10:13:17.836763 [ 223 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 15144 | 2025.02.28 10:13:17.838723 [ 223 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 15145 | 2025.02.28 10:13:18.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.34 MiB, peak 288.14 MiB, free memory in arenas 0.00 B, will set to 269.34 MiB (RSS), difference: 4.00 MiB | ||
| 15146 | 2025.02.28 10:13:19.200685 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2070 | ||
| 15147 | 2025.02.28 10:13:19.203945 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15148 | 2025.02.28 10:13:19.204001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15149 | 2025.02.28 10:13:19.205546 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15150 | 2025.02.28 10:13:19.205866 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15151 | 2025.02.28 10:13:19.206508 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2070 | ||
| 15152 | 2025.02.28 10:13:19.395248 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 15153 | 2025.02.28 10:13:19.418685 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15154 | 2025.02.28 10:13:19.418751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15155 | 2025.02.28 10:13:19.426423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15156 | 2025.02.28 10:13:19.427218 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15157 | 2025.02.28 10:13:19.431691 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 15158 | 2025.02.28 10:13:20.156650 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2025.02.28 10:13:20.156882 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15160 | 2025.02.28 10:13:20.156982 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15161 | 2025.02.28 10:13:20.157849 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2025.02.28 10:13:20.157912 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15163 | 2025.02.28 10:13:20.158380 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 15164 | 2025.02.28 10:13:20.158640 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15165 | 2025.02.28 10:13:20.158920 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002093 sec., 101290.01433349261 rows/sec., 6.44 MiB/sec. | ||
| 15166 | 2025.02.28 10:13:20.159049 [ 261 ] {c53e5861-005b-484b-8068-ffd90c094b76} <Debug> TCPHandler: Processed in 0.002542814 sec. | ||
| 15167 | 2025.02.28 10:13:20.159329 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2025.02.28 10:13:20.159513 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15169 | 2025.02.28 10:13:20.159584 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15170 | 2025.02.28 10:13:20.160704 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15171 | 2025.02.28 10:13:20.160752 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15172 | 2025.02.28 10:13:20.161242 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15173 | 2025.02.28 10:13:20.161495 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15174 | 2025.02.28 10:13:20.161735 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Debug> executeQuery: Read 689 rows, 56.19 KiB in 0.002271 sec., 303390.5768383972 rows/sec., 24.16 MiB/sec. | ||
| 15175 | 2025.02.28 10:13:20.161800 [ 262 ] {faa04090-dbc8-4327-92c8-961891794531} <Debug> TCPHandler: Processed in 0.002622994 sec. | ||
| 15176 | 2025.02.28 10:13:20.161981 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15177 | 2025.02.28 10:13:20.162121 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15178 | 2025.02.28 10:13:20.162179 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15179 | 2025.02.28 10:13:20.162958 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2025.02.28 10:13:20.163007 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15181 | 2025.02.28 10:13:20.163421 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15182 | 2025.02.28 10:13:20.163674 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2025.02.28 10:13:20.163895 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Debug> executeQuery: Read 142 rows, 9.09 KiB in 0.001794 sec., 79152.73132664437 rows/sec., 4.95 MiB/sec. | ||
| 15184 | 2025.02.28 10:13:20.163953 [ 261 ] {4adf2a59-72bc-4928-8ae2-421e5584ee39} <Debug> TCPHandler: Processed in 0.002029526 sec. | ||
| 15185 | 2025.02.28 10:13:20.164106 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15186 | 2025.02.28 10:13:20.164232 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15187 | 2025.02.28 10:13:20.164284 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15188 | 2025.02.28 10:13:20.164919 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2025.02.28 10:13:20.164960 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15190 | 2025.02.28 10:13:20.165339 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15191 | 2025.02.28 10:13:20.165589 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15192 | 2025.02.28 10:13:20.165804 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0016 sec., 70625 rows/sec., 4.57 MiB/sec. | ||
| 15193 | 2025.02.28 10:13:20.165859 [ 262 ] {2c02d968-d58b-404f-908f-7511a8cb9e8f} <Debug> TCPHandler: Processed in 0.001813424 sec. | ||
| 15194 | 2025.02.28 10:13:20.166004 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15195 | 2025.02.28 10:13:20.166134 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15196 | 2025.02.28 10:13:20.166193 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15197 | 2025.02.28 10:13:20.166928 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2025.02.28 10:13:20.166975 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15199 | 2025.02.28 10:13:20.167351 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 15200 | 2025.02.28 10:13:20.167584 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2025.02.28 10:13:20.167831 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001719 sec., 65154.15939499709 rows/sec., 3.71 MiB/sec. | ||
| 15202 | 2025.02.28 10:13:20.168046 [ 261 ] {a52a3c0c-d364-4400-9a5e-5cf67d94ac88} <Debug> TCPHandler: Processed in 0.002094288 sec. | ||
| 15203 | 2025.02.28 10:13:20.168219 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15204 | 2025.02.28 10:13:20.168337 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15205 | 2025.02.28 10:13:20.168387 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15206 | 2025.02.28 10:13:20.169125 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15207 | 2025.02.28 10:13:20.169166 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15208 | 2025.02.28 10:13:20.169550 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15209 | 2025.02.28 10:13:20.169790 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15210 | 2025.02.28 10:13:20.170010 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Debug> executeQuery: Read 418 rows, 30.47 KiB in 0.001698 sec., 246171.96702002356 rows/sec., 17.52 MiB/sec. | ||
| 15211 | 2025.02.28 10:13:20.170066 [ 262 ] {11119572-3cc0-42c8-8139-1f6a87a1cb49} <Debug> TCPHandler: Processed in 0.001913995 sec. | ||
| 15212 | 2025.02.28 10:13:20.170231 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15213 | 2025.02.28 10:13:20.170383 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15214 | 2025.02.28 10:13:20.170446 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15215 | 2025.02.28 10:13:20.171041 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15216 | 2025.02.28 10:13:20.171088 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15217 | 2025.02.28 10:13:20.171493 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 15218 | 2025.02.28 10:13:20.171746 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15219 | 2025.02.28 10:13:20.171933 [ 28 ] {} <Debug> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 15220 | 2025.02.28 10:13:20.172002 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001646 sec., 3645.2004860267316 rows/sec., 190.45 KiB/sec. | ||
| 15221 | 2025.02.28 10:13:20.172016 [ 28 ] {} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15222 | 2025.02.28 10:13:20.172086 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15223 | 2025.02.28 10:13:20.172131 [ 261 ] {0622a963-d868-467a-b317-7d320e8e4c28} <Debug> TCPHandler: Processed in 0.001972445 sec. | ||
| 15224 | 2025.02.28 10:13:20.172453 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15225 | 2025.02.28 10:13:20.172565 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::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 | ||
| 15226 | 2025.02.28 10:13:20.172654 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15227 | 2025.02.28 10:13:20.172739 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15228 | 2025.02.28 10:13:20.172744 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15229 | 2025.02.28 10:13:20.172787 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 15230 | 2025.02.28 10:13:20.173001 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 15231 | 2025.02.28 10:13:20.173239 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 15232 | 2025.02.28 10:13:20.173630 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 15233 | 2025.02.28 10:13:20.173921 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 15234 | 2025.02.28 10:13:20.174203 [ 193 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 15235 | 2025.02.28 10:13:20.175087 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2025.02.28 10:13:20.175130 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15237 | 2025.02.28 10:13:20.175719 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15238 | 2025.02.28 10:13:20.175957 [ 200 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003741009 sec., 17642.29917650559 rows/sec., 921.74 KiB/sec. | ||
| 15239 | 2025.02.28 10:13:20.176094 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15240 | 2025.02.28 10:13:20.176218 [ 200 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 15241 | 2025.02.28 10:13:20.176363 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_138_32 to all_143_143_0 | ||
| 15242 | 2025.02.28 10:13:20.176484 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2025.02.28 10:13:20.176570 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15244 | 2025.02.28 10:13:20.176673 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00402 sec., 58955.22388059701 rows/sec., 3.95 MiB/sec. | ||
| 15245 | 2025.02.28 10:13:20.176955 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15246 | 2025.02.28 10:13:20.177105 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15247 | 2025.02.28 10:13:20.177135 [ 262 ] {7fca1356-5726-4710-b56e-91f107f45f08} <Debug> TCPHandler: Processed in 0.004884154 sec. | ||
| 15248 | 2025.02.28 10:13:20.177230 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_32 to all_143_143_0 into Compact with storage Full | ||
| 15249 | 2025.02.28 10:13:20.177462 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15250 | 2025.02.28 10:13:20.177739 [ 201 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15251 | 2025.02.28 10:13:20.177959 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15252 | 2025.02.28 10:13:20.178083 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15253 | 2025.02.28 10:13:20.178196 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15254 | 2025.02.28 10:13:20.178259 [ 201 ] {383b651c-b2ad-4fc0-8961-3f4b92e4db5d::all_1_11_2} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 15255 | 2025.02.28 10:13:20.178273 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_32, total 39259 rows starting from the beginning of the part | ||
| 15256 | 2025.02.28 10:13:20.179161 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15257 | 2025.02.28 10:13:20.179288 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 15258 | 2025.02.28 10:13:20.179909 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part | ||
| 15259 | 2025.02.28 10:13:20.180424 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 237 rows starting from the beginning of the part | ||
| 15260 | 2025.02.28 10:13:20.181013 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 162 rows starting from the beginning of the part | ||
| 15261 | 2025.02.28 10:13:20.181598 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 15262 | 2025.02.28 10:13:20.181994 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15263 | 2025.02.28 10:13:20.182142 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15264 | 2025.02.28 10:13:20.183654 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 15265 | 2025.02.28 10:13:20.184051 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15266 | 2025.02.28 10:13:20.184375 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15267 | 2025.02.28 10:13:20.185036 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00728 sec., 137.36263736263737 rows/sec., 9.26 KiB/sec. | ||
| 15268 | 2025.02.28 10:13:20.185346 [ 261 ] {bd10263b-6632-44a4-91bc-f1ce8d532101} <Debug> TCPHandler: Processed in 0.008046715 sec. | ||
| 15269 | 2025.02.28 10:13:20.185692 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15270 | 2025.02.28 10:13:20.186128 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15271 | 2025.02.28 10:13:20.186587 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <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 | ||
| 15272 | 2025.02.28 10:13:20.188475 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15273 | 2025.02.28 10:13:20.188516 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15274 | 2025.02.28 10:13:20.189329 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15275 | 2025.02.28 10:13:20.189603 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15276 | 2025.02.28 10:13:20.189932 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.003946 sec., 9123.16269640142 rows/sec., 16.35 MiB/sec. | ||
| 15277 | 2025.02.28 10:13:20.190095 [ 262 ] {0789311f-ecff-4ff1-920c-987c5c868b30} <Debug> TCPHandler: Processed in 0.00461449 sec. | ||
| 15278 | 2025.02.28 10:13:20.190272 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15279 | 2025.02.28 10:13:20.190415 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15280 | 2025.02.28 10:13:20.190481 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15281 | 2025.02.28 10:13:20.191325 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15282 | 2025.02.28 10:13:20.191378 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15283 | 2025.02.28 10:13:20.191876 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15284 | 2025.02.28 10:13:20.192168 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15285 | 2025.02.28 10:13:20.192552 [ 225 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15286 | 2025.02.28 10:13:20.192586 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002201 sec., 37255.792821444804 rows/sec., 2.37 MiB/sec. | ||
| 15287 | 2025.02.28 10:13:20.192612 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15288 | 2025.02.28 10:13:20.192762 [ 261 ] {ba87b9c8-852f-4526-bf39-4f481cacd3fe} <Debug> TCPHandler: Processed in 0.002558833 sec. | ||
| 15289 | 2025.02.28 10:13:20.193651 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40119 rows, containing 5 columns (5 merged, 0 gathered) in 0.016975822 sec., 2363302.348481269 rows/sec., 161.53 MiB/sec. | ||
| 15290 | 2025.02.28 10:13:20.194267 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Trace> MergedBlockOutputStream: filled checksums all_1_143_33 (state Temporary) | ||
| 15291 | 2025.02.28 10:13:20.194796 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_143_33 to all_1_143_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15292 | 2025.02.28 10:13:20.194968 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_143_33} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_138_32, all_143_143_0] -> all_1_143_33 | ||
| 15293 | 2025.02.28 10:13:20.195111 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15294 | 2025.02.28 10:13:20.195286 [ 225 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15295 | 2025.02.28 10:13:20.916362 [ 222 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15296 | 2025.02.28 10:13:20.916414 [ 222 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15297 | 2025.02.28 10:13:20.918224 [ 222 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15298 | 2025.02.28 10:13:20.958910 [ 223 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15299 | 2025.02.28 10:13:20.958969 [ 223 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15300 | 2025.02.28 10:13:20.960812 [ 223 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15301 | 2025.02.28 10:13:23.726666 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15302 | 2025.02.28 10:13:23.726733 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15303 | 2025.02.28 10:13:23.972563 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 15304 | 2025.02.28 10:13:23.973237 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15305 | 2025.02.28 10:13:23.973289 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15306 | 2025.02.28 10:13:23.973852 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15307 | 2025.02.28 10:13:23.974114 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15308 | 2025.02.28 10:13:23.974350 [ 23 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15309 | 2025.02.28 10:13:23.974382 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 15310 | 2025.02.28 10:13:23.974434 [ 23 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15311 | 2025.02.28 10:13:23.974464 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15312 | 2025.02.28 10:13:23.974578 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 15313 | 2025.02.28 10:13:23.974682 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15314 | 2025.02.28 10:13:23.974718 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 15315 | 2025.02.28 10:13:23.974787 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 15316 | 2025.02.28 10:13:23.974888 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 15317 | 2025.02.28 10:13:23.975144 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 15318 | 2025.02.28 10:13:23.975306 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 15319 | 2025.02.28 10:13:23.975516 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 15320 | 2025.02.28 10:13:23.978887 [ 189 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004352807 sec., 9053008.782608556 rows/sec., 129.50 MiB/sec. | ||
| 15321 | 2025.02.28 10:13:23.979329 [ 191 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15322 | 2025.02.28 10:13:23.979711 [ 191 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15323 | 2025.02.28 10:13:23.979813 [ 191 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_86_17} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15324 | 2025.02.28 10:13:23.979939 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 15325 | 2025.02.28 10:13:25.149767 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15326 | 2025.02.28 10:13:25.149980 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15327 | 2025.02.28 10:13:25.150062 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15328 | 2025.02.28 10:13:25.150828 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2025.02.28 10:13:25.150872 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15330 | 2025.02.28 10:13:25.151305 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15331 | 2025.02.28 10:13:25.151555 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2025.02.28 10:13:25.151812 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.68 MiB/sec. | ||
| 15333 | 2025.02.28 10:13:25.151883 [ 261 ] {8c058943-791a-49fc-84ae-ecbcfaf4ae90} <Debug> TCPHandler: Processed in 0.00225168 sec. | ||
| 15334 | 2025.02.28 10:13:25.152224 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15335 | 2025.02.28 10:13:25.152462 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15336 | 2025.02.28 10:13:25.152545 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15337 | 2025.02.28 10:13:25.153385 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2025.02.28 10:13:25.153428 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15339 | 2025.02.28 10:13:25.153870 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15340 | 2025.02.28 10:13:25.154130 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2025.02.28 10:13:25.154335 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 155.60 KiB/sec. | ||
| 15342 | 2025.02.28 10:13:25.154404 [ 262 ] {fc9c77ac-da9b-4879-b5a9-b16c8d14450c} <Debug> TCPHandler: Processed in 0.002406582 sec. | ||
| 15343 | 2025.02.28 10:13:25.154557 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15344 | 2025.02.28 10:13:25.154703 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15345 | 2025.02.28 10:13:25.154764 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15346 | 2025.02.28 10:13:25.155440 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15347 | 2025.02.28 10:13:25.155480 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15348 | 2025.02.28 10:13:25.155853 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15349 | 2025.02.28 10:13:25.156089 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15350 | 2025.02.28 10:13:25.156311 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001644 sec., 41362.5304136253 rows/sec., 3.23 MiB/sec. | ||
| 15351 | 2025.02.28 10:13:25.156368 [ 261 ] {f2cd2a9d-b21e-470d-bd5b-7cf77a74b745} <Debug> TCPHandler: Processed in 0.001879904 sec. | ||
| 15352 | 2025.02.28 10:13:25.156567 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15353 | 2025.02.28 10:13:25.156801 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15354 | 2025.02.28 10:13:25.156906 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15355 | 2025.02.28 10:13:25.157648 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15356 | 2025.02.28 10:13:25.157686 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15357 | 2025.02.28 10:13:25.158094 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15358 | 2025.02.28 10:13:25.158338 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15359 | 2025.02.28 10:13:25.158519 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec. | ||
| 15360 | 2025.02.28 10:13:25.158576 [ 262 ] {8f225be2-214b-40b6-9413-c6f2f46cede4} <Debug> TCPHandler: Processed in 0.002120558 sec. | ||
| 15361 | 2025.02.28 10:13:25.158728 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15362 | 2025.02.28 10:13:25.158871 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15363 | 2025.02.28 10:13:25.158965 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <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 | ||
| 15364 | 2025.02.28 10:13:25.160103 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15365 | 2025.02.28 10:13:25.160143 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15366 | 2025.02.28 10:13:25.160775 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15367 | 2025.02.28 10:13:25.161026 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15368 | 2025.02.28 10:13:25.161292 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002455 sec., 1629.3279022403258 rows/sec., 2.92 MiB/sec. | ||
| 15369 | 2025.02.28 10:13:25.161411 [ 261 ] {98956deb-4380-48ae-81c3-f1968408abf4} <Debug> TCPHandler: Processed in 0.002752286 sec. | ||
| 15370 | 2025.02.28 10:13:25.161609 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15371 | 2025.02.28 10:13:25.161835 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15372 | 2025.02.28 10:13:25.161929 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15373 | 2025.02.28 10:13:25.162583 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15374 | 2025.02.28 10:13:25.162619 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15375 | 2025.02.28 10:13:25.162988 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15376 | 2025.02.28 10:13:25.163238 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15377 | 2025.02.28 10:13:25.163418 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
| 15378 | 2025.02.28 10:13:25.163472 [ 262 ] {731225be-8a3a-4e87-bc81-7e82bbfb24dc} <Debug> TCPHandler: Processed in 0.001971616 sec. | ||
| 15379 | 2025.02.28 10:13:25.473583 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15380 | 2025.02.28 10:13:25.473774 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15381 | 2025.02.28 10:13:25.473850 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15382 | 2025.02.28 10:13:25.474627 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15383 | 2025.02.28 10:13:25.474681 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15384 | 2025.02.28 10:13:25.475122 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 15385 | 2025.02.28 10:13:25.475368 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15386 | 2025.02.28 10:13:25.475615 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00189 sec., 12698.412698412698 rows/sec., 1.05 MiB/sec. | ||
| 15387 | 2025.02.28 10:13:25.475680 [ 261 ] {859eaaf1-3ba5-49d6-be80-1ad32bc36223} <Debug> TCPHandler: Processed in 0.002227599 sec. | ||
| 15388 | 2025.02.28 10:13:25.475933 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15389 | 2025.02.28 10:13:25.476124 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15390 | 2025.02.28 10:13:25.476198 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15391 | 2025.02.28 10:13:25.476944 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15392 | 2025.02.28 10:13:25.476990 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15393 | 2025.02.28 10:13:25.477413 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15394 | 2025.02.28 10:13:25.477676 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15395 | 2025.02.28 10:13:25.477890 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 179.61 KiB/sec. | ||
| 15396 | 2025.02.28 10:13:25.477969 [ 262 ] {54d12982-f74a-4a79-bde4-beed7cbc2eb7} <Debug> TCPHandler: Processed in 0.002156998 sec. | ||
| 15397 | 2025.02.28 10:13:25.478130 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15398 | 2025.02.28 10:13:25.478278 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15399 | 2025.02.28 10:13:25.478341 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15400 | 2025.02.28 10:13:25.479755 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15401 | 2025.02.28 10:13:25.479797 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15402 | 2025.02.28 10:13:25.480249 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15403 | 2025.02.28 10:13:25.480491 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15404 | 2025.02.28 10:13:25.480722 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Debug> executeQuery: Read 1390 rows, 118.92 KiB in 0.002477 sec., 561162.6968106581 rows/sec., 46.88 MiB/sec. | ||
| 15405 | 2025.02.28 10:13:25.480786 [ 261 ] {7b46faf2-8002-4d19-b6e5-b1274a229e02} <Debug> TCPHandler: Processed in 0.002726676 sec. | ||
| 15406 | 2025.02.28 10:13:25.481002 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15407 | 2025.02.28 10:13:25.481179 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15408 | 2025.02.28 10:13:25.481260 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15409 | 2025.02.28 10:13:25.482019 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15410 | 2025.02.28 10:13:25.482059 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15411 | 2025.02.28 10:13:25.482434 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15412 | 2025.02.28 10:13:25.482682 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15413 | 2025.02.28 10:13:25.482828 [ 73 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15414 | 2025.02.28 10:13:25.482876 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Debug> executeQuery: Read 52 rows, 3.95 KiB in 0.001744 sec., 29816.51376146789 rows/sec., 2.21 MiB/sec. | ||
| 15415 | 2025.02.28 10:13:25.482880 [ 73 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15416 | 2025.02.28 10:13:25.482927 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15417 | 2025.02.28 10:13:25.482961 [ 262 ] {6ba2b013-a488-451e-b009-0809c381563c} <Debug> TCPHandler: Processed in 0.002028626 sec. | ||
| 15418 | 2025.02.28 10:13:25.483190 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15419 | 2025.02.28 10:13:25.483296 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 15420 | 2025.02.28 10:13:25.483507 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15421 | 2025.02.28 10:13:25.483726 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15422 | 2025.02.28 10:13:25.483826 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15423 | 2025.02.28 10:13:25.483985 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 178 rows starting from the beginning of the part | ||
| 15424 | 2025.02.28 10:13:25.484436 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 142 rows starting from the beginning of the part | ||
| 15425 | 2025.02.28 10:13:25.484747 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
| 15426 | 2025.02.28 10:13:25.485212 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 142 rows starting from the beginning of the part | ||
| 15427 | 2025.02.28 10:13:25.485685 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 4 rows starting from the beginning of the part | ||
| 15428 | 2025.02.28 10:13:25.486172 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 52 rows starting from the beginning of the part | ||
| 15429 | 2025.02.28 10:13:25.488474 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15430 | 2025.02.28 10:13:25.488576 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15431 | 2025.02.28 10:13:25.489579 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15432 | 2025.02.28 10:13:25.490091 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.007053312 sec., 74574.89474448316 rows/sec., 5.10 MiB/sec. | ||
| 15433 | 2025.02.28 10:13:25.490104 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15434 | 2025.02.28 10:13:25.490308 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15435 | 2025.02.28 10:13:25.490591 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.007243 sec., 34792.21317133784 rows/sec., 2.41 MiB/sec. | ||
| 15436 | 2025.02.28 10:13:25.490745 [ 261 ] {c1ded9e1-f899-4b91-9441-c7a89acdd0d5} <Debug> TCPHandler: Processed in 0.007683791 sec. | ||
| 15437 | 2025.02.28 10:13:25.490909 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15438 | 2025.02.28 10:13:25.490939 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15439 | 2025.02.28 10:13:25.491047 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_121_24} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15440 | 2025.02.28 10:13:25.491125 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15441 | 2025.02.28 10:13:25.491209 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 15442 | 2025.02.28 10:13:25.491231 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15443 | 2025.02.28 10:13:25.491843 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15444 | 2025.02.28 10:13:25.491883 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15445 | 2025.02.28 10:13:25.492256 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 15446 | 2025.02.28 10:13:25.492511 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15447 | 2025.02.28 10:13:25.492719 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001644 sec., 7299.2700729927 rows/sec., 570.26 KiB/sec. | ||
| 15448 | 2025.02.28 10:13:25.492854 [ 262 ] {2fa21459-a065-4d48-a642-7105689ebd98} <Debug> TCPHandler: Processed in 0.001999996 sec. | ||
| 15449 | 2025.02.28 10:13:25.493013 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15450 | 2025.02.28 10:13:25.493152 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15451 | 2025.02.28 10:13:25.493211 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15452 | 2025.02.28 10:13:25.494195 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15453 | 2025.02.28 10:13:25.494242 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15454 | 2025.02.28 10:13:25.494639 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15455 | 2025.02.28 10:13:25.494874 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15456 | 2025.02.28 10:13:25.495104 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Debug> executeQuery: Read 596 rows, 45.87 KiB in 0.001984 sec., 300403.2258064516 rows/sec., 22.58 MiB/sec. | ||
| 15457 | 2025.02.28 10:13:25.495161 [ 261 ] {4cb616d9-60a1-4c9e-bec2-0881faba0a7e} <Debug> TCPHandler: Processed in 0.002214949 sec. | ||
| 15458 | 2025.02.28 10:13:25.495316 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15459 | 2025.02.28 10:13:25.495436 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15460 | 2025.02.28 10:13:25.495491 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15461 | 2025.02.28 10:13:25.496288 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15462 | 2025.02.28 10:13:25.496327 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15463 | 2025.02.28 10:13:25.496780 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15464 | 2025.02.28 10:13:25.497028 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15465 | 2025.02.28 10:13:25.497215 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Debug> executeQuery: Read 952 rows, 66.23 KiB in 0.001805 sec., 527423.8227146815 rows/sec., 35.83 MiB/sec. | ||
| 15466 | 2025.02.28 10:13:25.497273 [ 262 ] {24cae915-9e7b-4bad-99ee-420608752669} <Debug> TCPHandler: Processed in 0.002016786 sec. | ||
| 15467 | 2025.02.28 10:13:25.497429 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15468 | 2025.02.28 10:13:25.497567 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15469 | 2025.02.28 10:13:25.497661 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <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 | ||
| 15470 | 2025.02.28 10:13:25.499022 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15471 | 2025.02.28 10:13:25.499061 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15472 | 2025.02.28 10:13:25.499739 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15473 | 2025.02.28 10:13:25.499990 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15474 | 2025.02.28 10:13:25.500181 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15475 | 2025.02.28 10:13:25.500244 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15476 | 2025.02.28 10:13:25.500260 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002711 sec., 13279.232755440797 rows/sec., 23.80 MiB/sec. | ||
| 15477 | 2025.02.28 10:13:25.500292 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15478 | 2025.02.28 10:13:25.500655 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 15479 | 2025.02.28 10:13:25.500667 [ 261 ] {d9591c8c-dad8-4a6e-9702-5cd680a4fdf9} <Debug> TCPHandler: Processed in 0.003302833 sec. | ||
| 15480 | 2025.02.28 10:13:25.500929 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15481 | 2025.02.28 10:13:25.501090 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15482 | 2025.02.28 10:13:25.501167 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15483 | 2025.02.28 10:13:25.501205 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15484 | 2025.02.28 10:13:25.501344 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2359 rows starting from the beginning of the part | ||
| 15485 | 2025.02.28 10:13:25.501965 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 36 rows starting from the beginning of the part | ||
| 15486 | 2025.02.28 10:13:25.502563 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 4 rows starting from the beginning of the part | ||
| 15487 | 2025.02.28 10:13:25.502563 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2025.02.28 10:13:25.502619 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15489 | 2025.02.28 10:13:25.503083 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 36 rows starting from the beginning of the part | ||
| 15490 | 2025.02.28 10:13:25.503725 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 4 rows starting from the beginning of the part | ||
| 15491 | 2025.02.28 10:13:25.503817 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15492 | 2025.02.28 10:13:25.504200 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 36 rows starting from the beginning of the part | ||
| 15493 | 2025.02.28 10:13:25.504511 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15494 | 2025.02.28 10:13:25.504949 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003901 sec., 3076.1343245321714 rows/sec., 212.29 KiB/sec. | ||
| 15495 | 2025.02.28 10:13:25.505079 [ 262 ] {06675191-6d3a-4380-864d-d3f968889e7b} <Debug> TCPHandler: Processed in 0.004239906 sec. | ||
| 15496 | 2025.02.28 10:13:25.512494 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2475 rows, containing 19 columns (19 merged, 0 gathered) in 0.012069467 sec., 205062.9079146577 rows/sec., 367.46 MiB/sec. | ||
| 15497 | 2025.02.28 10:13:25.514199 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15498 | 2025.02.28 10:13:25.514586 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15499 | 2025.02.28 10:13:25.514668 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15500 | 2025.02.28 10:13:25.514784 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.71 MiB. | ||
| 15501 | 2025.02.28 10:13:26.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.61 MiB, peak 289.25 MiB, free memory in arenas 0.00 B, will set to 269.48 MiB (RSS), difference: -1.12 MiB | ||
| 15502 | 2025.02.28 10:13:26.931800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 15503 | 2025.02.28 10:13:26.954522 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2025.02.28 10:13:26.954576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15505 | 2025.02.28 10:13:26.962214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15506 | 2025.02.28 10:13:26.963019 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2025.02.28 10:13:26.963447 [ 119 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15508 | 2025.02.28 10:13:26.963595 [ 119 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15509 | 2025.02.28 10:13:26.963676 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15510 | 2025.02.28 10:13:26.964234 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 15511 | 2025.02.28 10:13:26.979929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 15512 | 2025.02.28 10:13:26.981619 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15513 | 2025.02.28 10:13:26.982906 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 15514 | 2025.02.28 10:13:26.988915 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 15515 | 2025.02.28 10:13:26.995936 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 15516 | 2025.02.28 10:13:27.003231 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 15517 | 2025.02.28 10:13:27.009854 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 15518 | 2025.02.28 10:13:27.016347 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 15519 | 2025.02.28 10:13:27.088932 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.125105902 sec., 5187.604978060907 rows/sec., 26.82 MiB/sec. | ||
| 15520 | 2025.02.28 10:13:27.092447 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15521 | 2025.02.28 10:13:27.095456 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15522 | 2025.02.28 10:13:27.095550 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_86_17} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15523 | 2025.02.28 10:13:27.098041 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15524 | 2025.02.28 10:13:29.206772 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2124 | ||
| 15525 | 2025.02.28 10:13:29.210421 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15526 | 2025.02.28 10:13:29.210487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15527 | 2025.02.28 10:13:29.212052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 15528 | 2025.02.28 10:13:29.212376 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15529 | 2025.02.28 10:13:29.214107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15530 | 2025.02.28 10:13:30.147071 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15531 | 2025.02.28 10:13:30.147264 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15532 | 2025.02.28 10:13:30.147339 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15533 | 2025.02.28 10:13:30.148206 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15534 | 2025.02.28 10:13:30.148270 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15535 | 2025.02.28 10:13:30.148740 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15536 | 2025.02.28 10:13:30.148998 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15537 | 2025.02.28 10:13:30.149187 [ 131 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15538 | 2025.02.28 10:13:30.149227 [ 131 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2025.02.28 10:13:30.149232 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.12 MiB/sec. | ||
| 15540 | 2025.02.28 10:13:30.149253 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15541 | 2025.02.28 10:13:30.149358 [ 261 ] {851c9bc6-e2a9-4f03-ac81-9613008a58ad} <Debug> TCPHandler: Processed in 0.002419091 sec. | ||
| 15542 | 2025.02.28 10:13:30.149544 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 15543 | 2025.02.28 10:13:30.149669 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15544 | 2025.02.28 10:13:30.149749 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15545 | 2025.02.28 10:13:30.149816 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1967 rows starting from the beginning of the part | ||
| 15546 | 2025.02.28 10:13:30.149995 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15547 | 2025.02.28 10:13:30.150077 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 66 rows starting from the beginning of the part | ||
| 15548 | 2025.02.28 10:13:30.150187 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15549 | 2025.02.28 10:13:30.150333 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 689 rows starting from the beginning of the part | ||
| 15550 | 2025.02.28 10:13:30.150702 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 15551 | 2025.02.28 10:13:30.151139 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1390 rows starting from the beginning of the part | ||
| 15552 | 2025.02.28 10:13:30.151433 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 15553 | 2025.02.28 10:13:30.153240 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15554 | 2025.02.28 10:13:30.153315 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15555 | 2025.02.28 10:13:30.154462 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15556 | 2025.02.28 10:13:30.154773 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15557 | 2025.02.28 10:13:30.155015 [ 131 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15558 | 2025.02.28 10:13:30.155113 [ 131 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15559 | 2025.02.28 10:13:30.155178 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15560 | 2025.02.28 10:13:30.155230 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00535 sec., 11962.616822429907 rows/sec., 956.12 KiB/sec. | ||
| 15561 | 2025.02.28 10:13:30.155650 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 15562 | 2025.02.28 10:13:30.155866 [ 262 ] {84875fdd-4a8b-46f9-bcc9-805cdd696992} <Debug> TCPHandler: Processed in 0.006342103 sec. | ||
| 15563 | 2025.02.28 10:13:30.156005 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006631776 sec., 638139.7682913295 rows/sec., 54.74 MiB/sec. | ||
| 15564 | 2025.02.28 10:13:30.156159 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15565 | 2025.02.28 10:13:30.156175 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15566 | 2025.02.28 10:13:30.156247 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 952 rows starting from the beginning of the part | ||
| 15567 | 2025.02.28 10:13:30.156622 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15568 | 2025.02.28 10:13:30.156649 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 72 rows starting from the beginning of the part | ||
| 15569 | 2025.02.28 10:13:30.156639 [ 192 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15570 | 2025.02.28 10:13:30.156869 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15571 | 2025.02.28 10:13:30.156948 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 418 rows starting from the beginning of the part | ||
| 15572 | 2025.02.28 10:13:30.157335 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 68 rows starting from the beginning of the part | ||
| 15573 | 2025.02.28 10:13:30.157822 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 596 rows starting from the beginning of the part | ||
| 15574 | 2025.02.28 10:13:30.158267 [ 186 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 15575 | 2025.02.28 10:13:30.159227 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15576 | 2025.02.28 10:13:30.159621 [ 199 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_146_29} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15577 | 2025.02.28 10:13:30.159869 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 15578 | 2025.02.28 10:13:30.160363 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15579 | 2025.02.28 10:13:30.160443 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15580 | 2025.02.28 10:13:30.161523 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15581 | 2025.02.28 10:13:30.161909 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15582 | 2025.02.28 10:13:30.162341 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2170 rows, containing 5 columns (5 merged, 0 gathered) in 0.007046252 sec., 307965.14231963316 rows/sec., 23.91 MiB/sec. | ||
| 15583 | 2025.02.28 10:13:30.162455 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006097 sec., 20993.931441692635 rows/sec., 1.46 MiB/sec. | ||
| 15584 | 2025.02.28 10:13:30.162667 [ 261 ] {90e58413-c887-4c2b-815f-58832b26d260} <Debug> TCPHandler: Processed in 0.006669557 sec. | ||
| 15585 | 2025.02.28 10:13:30.162777 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15586 | 2025.02.28 10:13:30.163149 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15587 | 2025.02.28 10:13:30.163694 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15588 | 2025.02.28 10:13:30.163866 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15589 | 2025.02.28 10:13:30.164050 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15590 | 2025.02.28 10:13:30.164289 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_146_29} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15591 | 2025.02.28 10:13:30.164664 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15592 | 2025.02.28 10:13:30.165210 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15593 | 2025.02.28 10:13:30.165258 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15594 | 2025.02.28 10:13:30.165666 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15595 | 2025.02.28 10:13:30.165940 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15596 | 2025.02.28 10:13:30.166137 [ 131 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15597 | 2025.02.28 10:13:30.166160 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002678 sec., 17923.82374906647 rows/sec., 1.21 MiB/sec. | ||
| 15598 | 2025.02.28 10:13:30.166196 [ 131 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15599 | 2025.02.28 10:13:30.166282 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15600 | 2025.02.28 10:13:30.166285 [ 262 ] {a9c6d29c-2916-41f1-b3e6-5048d60fb263} <Debug> TCPHandler: Processed in 0.003487355 sec. | ||
| 15601 | 2025.02.28 10:13:30.166493 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 15602 | 2025.02.28 10:13:30.166615 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15603 | 2025.02.28 10:13:30.166684 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7378 rows starting from the beginning of the part | ||
| 15604 | 2025.02.28 10:13:30.166780 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 15605 | 2025.02.28 10:13:30.166854 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 15606 | 2025.02.28 10:13:30.167062 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 15607 | 2025.02.28 10:13:30.167137 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 12 rows starting from the beginning of the part | ||
| 15608 | 2025.02.28 10:13:30.167357 [ 197 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 48 rows starting from the beginning of the part | ||
| 15609 | 2025.02.28 10:13:30.169878 [ 200 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7640 rows, containing 4 columns (4 merged, 0 gathered) in 0.003477455 sec., 2197009.019527212 rows/sec., 147.11 MiB/sec. | ||
| 15610 | 2025.02.28 10:13:30.170304 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15611 | 2025.02.28 10:13:30.170612 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15612 | 2025.02.28 10:13:30.170690 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_146_29} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15613 | 2025.02.28 10:13:30.170772 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 15614 | 2025.02.28 10:13:31.474559 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 15615 | 2025.02.28 10:13:31.475352 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15616 | 2025.02.28 10:13:31.475407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15617 | 2025.02.28 10:13:31.475945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15618 | 2025.02.28 10:13:31.476216 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15619 | 2025.02.28 10:13:31.476421 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 15620 | 2025.02.28 10:13:34.480058 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 15621 | 2025.02.28 10:13:34.503678 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15622 | 2025.02.28 10:13:34.503739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15623 | 2025.02.28 10:13:34.511359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15624 | 2025.02.28 10:13:34.512159 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15625 | 2025.02.28 10:13:34.515317 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 15626 | 2025.02.28 10:13:35.149012 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15627 | 2025.02.28 10:13:35.149205 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15628 | 2025.02.28 10:13:35.149280 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15629 | 2025.02.28 10:13:35.150078 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15630 | 2025.02.28 10:13:35.150133 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15631 | 2025.02.28 10:13:35.150586 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15632 | 2025.02.28 10:13:35.150845 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15633 | 2025.02.28 10:13:35.151074 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.62 MiB/sec. | ||
| 15634 | 2025.02.28 10:13:35.151146 [ 261 ] {9b8ba94d-976c-4800-983d-d48ce9e9a4db} <Debug> TCPHandler: Processed in 0.00227618 sec. | ||
| 15635 | 2025.02.28 10:13:35.151385 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15636 | 2025.02.28 10:13:35.151571 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15637 | 2025.02.28 10:13:35.151655 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15638 | 2025.02.28 10:13:35.152417 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15639 | 2025.02.28 10:13:35.152465 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15640 | 2025.02.28 10:13:35.152933 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15641 | 2025.02.28 10:13:35.153188 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15642 | 2025.02.28 10:13:35.153409 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 159.31 KiB/sec. | ||
| 15643 | 2025.02.28 10:13:35.153482 [ 262 ] {6de7564f-0855-4c3b-8b83-7ba55bd5b124} <Debug> TCPHandler: Processed in 0.002223609 sec. | ||
| 15644 | 2025.02.28 10:13:35.153625 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15645 | 2025.02.28 10:13:35.153757 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15646 | 2025.02.28 10:13:35.153811 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15647 | 2025.02.28 10:13:35.154441 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15648 | 2025.02.28 10:13:35.154484 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15649 | 2025.02.28 10:13:35.154863 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15650 | 2025.02.28 10:13:35.155164 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15651 | 2025.02.28 10:13:35.155398 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001672 sec., 40669.85645933014 rows/sec., 3.17 MiB/sec. | ||
| 15652 | 2025.02.28 10:13:35.155460 [ 261 ] {96defb75-8061-4af8-afd2-60e0692c29d2} <Debug> TCPHandler: Processed in 0.001893094 sec. | ||
| 15653 | 2025.02.28 10:13:35.155614 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15654 | 2025.02.28 10:13:35.155739 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15655 | 2025.02.28 10:13:35.155796 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15656 | 2025.02.28 10:13:35.156386 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15657 | 2025.02.28 10:13:35.156424 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15658 | 2025.02.28 10:13:35.156832 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15659 | 2025.02.28 10:13:35.157070 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2025.02.28 10:13:35.157256 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
| 15661 | 2025.02.28 10:13:35.157315 [ 262 ] {16148d5a-9268-4401-88c1-bbf784cdb8ac} <Debug> TCPHandler: Processed in 0.001760083 sec. | ||
| 15662 | 2025.02.28 10:13:35.157452 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15663 | 2025.02.28 10:13:35.157573 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15664 | 2025.02.28 10:13:35.157659 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <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 | ||
| 15665 | 2025.02.28 10:13:35.158798 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2025.02.28 10:13:35.158840 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15667 | 2025.02.28 10:13:35.159475 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15668 | 2025.02.28 10:13:35.159737 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15669 | 2025.02.28 10:13:35.159998 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002451 sec., 1631.986944104447 rows/sec., 2.92 MiB/sec. | ||
| 15670 | 2025.02.28 10:13:35.160111 [ 261 ] {b1ceea10-9e61-4225-b814-c2d6ee60170d} <Debug> TCPHandler: Processed in 0.002715435 sec. | ||
| 15671 | 2025.02.28 10:13:35.160270 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15672 | 2025.02.28 10:13:35.160410 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15673 | 2025.02.28 10:13:35.160471 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15674 | 2025.02.28 10:13:35.161062 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15675 | 2025.02.28 10:13:35.161108 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15676 | 2025.02.28 10:13:35.161545 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15677 | 2025.02.28 10:13:35.161780 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15678 | 2025.02.28 10:13:35.161971 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 15679 | 2025.02.28 10:13:35.162039 [ 262 ] {6eb08c64-9b45-4241-8f4c-d7f8c9593b25} <Debug> TCPHandler: Processed in 0.001838884 sec. | ||
| 15680 | 2025.02.28 10:13:36.128413 [ 149 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15681 | 2025.02.28 10:13:36.128481 [ 149 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15682 | 2025.02.28 10:13:36.128513 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.77 GiB. | ||
| 15683 | 2025.02.28 10:13:36.128672 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 15684 | 2025.02.28 10:13:36.128989 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15685 | 2025.02.28 10:13:36.129035 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 236 rows starting from the beginning of the part | ||
| 15686 | 2025.02.28 10:13:36.129122 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 15687 | 2025.02.28 10:13:36.129446 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 15688 | 2025.02.28 10:13:36.129628 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 15689 | 2025.02.28 10:13:36.129897 [ 193 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 15690 | 2025.02.28 10:13:36.131199 [ 200 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.002610984 sec., 271162.1365737975 rows/sec., 18.81 MiB/sec. | ||
| 15691 | 2025.02.28 10:13:36.131436 [ 195 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15692 | 2025.02.28 10:13:36.131857 [ 195 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15693 | 2025.02.28 10:13:36.131956 [ 195 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_25_6} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15694 | 2025.02.28 10:13:36.132072 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 15695 | 2025.02.28 10:13:36.159514 [ 225 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15696 | 2025.02.28 10:13:36.159551 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15697 | 2025.02.28 10:13:36.161544 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 15698 | 2025.02.28 10:13:36.202119 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15699 | 2025.02.28 10:13:36.202166 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15700 | 2025.02.28 10:13:36.204138 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 15701 | 2025.02.28 10:13:36.957314 [ 150 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15702 | 2025.02.28 10:13:36.957435 [ 150 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15703 | 2025.02.28 10:13:36.957478 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15704 | 2025.02.28 10:13:36.957692 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 15705 | 2025.02.28 10:13:36.957887 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15706 | 2025.02.28 10:13:36.957933 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 124 rows starting from the beginning of the part | ||
| 15707 | 2025.02.28 10:13:36.958037 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 15708 | 2025.02.28 10:13:36.958338 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 15709 | 2025.02.28 10:13:36.958593 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 15710 | 2025.02.28 10:13:36.958816 [ 193 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 15711 | 2025.02.28 10:13:36.960430 [ 195 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.002835087 sec., 131212.90457753147 rows/sec., 8.22 MiB/sec. | ||
| 15712 | 2025.02.28 10:13:36.960720 [ 191 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15713 | 2025.02.28 10:13:36.961176 [ 191 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15714 | 2025.02.28 10:13:36.961300 [ 191 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_25_6} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15715 | 2025.02.28 10:13:36.961440 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15716 | 2025.02.28 10:13:38.124180 [ 222 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 15717 | 2025.02.28 10:13:38.124232 [ 222 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 15718 | 2025.02.28 10:13:38.126041 [ 222 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 15719 | 2025.02.28 10:13:38.726781 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15720 | 2025.02.28 10:13:38.726844 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15721 | 2025.02.28 10:13:38.728738 [ 145 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
| 15722 | 2025.02.28 10:13:38.728816 [ 145 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15723 | 2025.02.28 10:13:38.728843 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15724 | 2025.02.28 10:13:38.729054 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
| 15725 | 2025.02.28 10:13:38.729322 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15726 | 2025.02.28 10:13:38.729363 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 365 rows starting from the beginning of the part | ||
| 15727 | 2025.02.28 10:13:38.729446 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
| 15728 | 2025.02.28 10:13:38.729534 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 15729 | 2025.02.28 10:13:38.729827 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 15730 | 2025.02.28 10:13:38.729973 [ 196 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 252 rows starting from the beginning of the part | ||
| 15731 | 2025.02.28 10:13:38.731303 [ 191 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.002375231 sec., 450903.5121215579 rows/sec., 32.13 MiB/sec. | ||
| 15732 | 2025.02.28 10:13:38.731544 [ 191 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
| 15733 | 2025.02.28 10:13:38.731893 [ 191 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15734 | 2025.02.28 10:13:38.731987 [ 191 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_31_7} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
| 15735 | 2025.02.28 10:13:38.732100 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 15736 | 2025.02.28 10:13:38.976596 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 15737 | 2025.02.28 10:13:38.977246 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15738 | 2025.02.28 10:13:38.977303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15739 | 2025.02.28 10:13:38.977873 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15740 | 2025.02.28 10:13:38.978150 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15741 | 2025.02.28 10:13:38.978411 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 15742 | 2025.02.28 10:13:39.214597 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2144 | ||
| 15743 | 2025.02.28 10:13:39.219169 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15744 | 2025.02.28 10:13:39.219251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15745 | 2025.02.28 10:13:39.221299 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 15746 | 2025.02.28 10:13:39.221650 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15747 | 2025.02.28 10:13:39.222844 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2144 | ||
| 15748 | 2025.02.28 10:13:40.056156 [ 218 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15749 | 2025.02.28 10:13:40.056207 [ 218 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15750 | 2025.02.28 10:13:40.058167 [ 218 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 15751 | 2025.02.28 10:13:40.151506 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15752 | 2025.02.28 10:13:40.151711 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15753 | 2025.02.28 10:13:40.151789 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15754 | 2025.02.28 10:13:40.152663 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15755 | 2025.02.28 10:13:40.152721 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15756 | 2025.02.28 10:13:40.153181 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15757 | 2025.02.28 10:13:40.153463 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15758 | 2025.02.28 10:13:40.153710 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Debug> executeQuery: Read 146 rows, 12.92 KiB in 0.002051 sec., 71184.7879083374 rows/sec., 6.15 MiB/sec. | ||
| 15759 | 2025.02.28 10:13:40.153784 [ 261 ] {f56bca3c-d018-4874-881c-d6224c9d0e1a} <Debug> TCPHandler: Processed in 0.002448392 sec. | ||
| 15760 | 2025.02.28 10:13:40.154068 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15761 | 2025.02.28 10:13:40.154260 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15762 | 2025.02.28 10:13:40.154339 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15763 | 2025.02.28 10:13:40.155178 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15764 | 2025.02.28 10:13:40.155230 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15765 | 2025.02.28 10:13:40.155681 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15766 | 2025.02.28 10:13:40.155961 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15767 | 2025.02.28 10:13:40.156212 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.002004 sec., 22455.08982035928 rows/sec., 1.65 MiB/sec. | ||
| 15768 | 2025.02.28 10:13:40.156284 [ 262 ] {11609bfc-7086-4f76-ba11-559dc9114a87} <Debug> TCPHandler: Processed in 0.002370221 sec. | ||
| 15769 | 2025.02.28 10:13:40.156455 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15770 | 2025.02.28 10:13:40.156588 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15771 | 2025.02.28 10:13:40.156646 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15772 | 2025.02.28 10:13:40.157326 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15773 | 2025.02.28 10:13:40.157371 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15774 | 2025.02.28 10:13:40.157772 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15775 | 2025.02.28 10:13:40.158021 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15776 | 2025.02.28 10:13:40.158238 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Debug> executeQuery: Read 115 rows, 9.23 KiB in 0.00168 sec., 68452.38095238095 rows/sec., 5.36 MiB/sec. | ||
| 15777 | 2025.02.28 10:13:40.158303 [ 261 ] {4a9fa80e-7ce6-44fb-a487-8fee791cd3a8} <Debug> TCPHandler: Processed in 0.001909565 sec. | ||
| 15778 | 2025.02.28 10:13:40.158461 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15779 | 2025.02.28 10:13:40.158590 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15780 | 2025.02.28 10:13:40.158649 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15781 | 2025.02.28 10:13:40.159241 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15782 | 2025.02.28 10:13:40.159285 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15783 | 2025.02.28 10:13:40.159710 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15784 | 2025.02.28 10:13:40.159970 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15785 | 2025.02.28 10:13:40.160165 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 3 parts from all_1_143_33 to all_145_145_0 | ||
| 15786 | 2025.02.28 10:13:40.160188 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 15787 | 2025.02.28 10:13:40.160252 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15788 | 2025.02.28 10:13:40.160330 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15789 | 2025.02.28 10:13:40.160337 [ 262 ] {d270e418-9d21-400d-8143-8e140ec385ac} <Debug> TCPHandler: Processed in 0.001934855 sec. | ||
| 15790 | 2025.02.28 10:13:40.160618 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15791 | 2025.02.28 10:13:40.160653 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_143_33 to all_145_145_0 into Compact with storage Full | ||
| 15792 | 2025.02.28 10:13:40.160697 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15793 | 2025.02.28 10:13:40.160782 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15794 | 2025.02.28 10:13:40.160950 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15795 | 2025.02.28 10:13:40.161199 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <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 | ||
| 15796 | 2025.02.28 10:13:40.161261 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15797 | 2025.02.28 10:13:40.161598 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_143_33, total 40119 rows starting from the beginning of the part | ||
| 15798 | 2025.02.28 10:13:40.162516 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 15799 | 2025.02.28 10:13:40.163348 [ 189 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 952 rows starting from the beginning of the part | ||
| 15800 | 2025.02.28 10:13:40.167510 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 15801 | 2025.02.28 10:13:40.168933 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15802 | 2025.02.28 10:13:40.169067 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15803 | 2025.02.28 10:13:40.171444 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15804 | 2025.02.28 10:13:40.171819 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15805 | 2025.02.28 10:13:40.172194 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.011398 sec., 3948.061063344446 rows/sec., 7.07 MiB/sec. | ||
| 15806 | 2025.02.28 10:13:40.172396 [ 261 ] {e4947e6d-357b-4b4b-a357-fbbbcda1bc32} <Debug> TCPHandler: Processed in 0.011945235 sec. | ||
| 15807 | 2025.02.28 10:13:40.172622 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15808 | 2025.02.28 10:13:40.172773 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 15809 | 2025.02.28 10:13:40.172840 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15810 | 2025.02.28 10:13:40.173418 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15811 | 2025.02.28 10:13:40.173476 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15812 | 2025.02.28 10:13:40.173953 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 15813 | 2025.02.28 10:13:40.174242 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15814 | 2025.02.28 10:13:40.174599 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001851 sec., 3241.4910858995136 rows/sec., 244.27 KiB/sec. | ||
| 15815 | 2025.02.28 10:13:40.174738 [ 262 ] {cb90960e-dec1-46b5-8da6-ef30fa4aee34} <Debug> TCPHandler: Processed in 0.002185999 sec. | ||
| 15816 | 2025.02.28 10:13:40.174952 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15817 | 2025.02.28 10:13:40.175155 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15818 | 2025.02.28 10:13:40.175274 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15819 | 2025.02.28 10:13:40.176242 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15820 | 2025.02.28 10:13:40.176302 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15821 | 2025.02.28 10:13:40.176949 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41231 rows, containing 5 columns (5 merged, 0 gathered) in 0.016505205 sec., 2498060.460321456 rows/sec., 170.73 MiB/sec. | ||
| 15822 | 2025.02.28 10:13:40.177208 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15823 | 2025.02.28 10:13:40.177557 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Trace> MergedBlockOutputStream: filled checksums all_1_145_34 (state Temporary) | ||
| 15824 | 2025.02.28 10:13:40.177748 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15825 | 2025.02.28 10:13:40.178194 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_145_34 to all_1_145_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15826 | 2025.02.28 10:13:40.178233 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003157 sec., 19005.384859043395 rows/sec., 1.28 MiB/sec. | ||
| 15827 | 2025.02.28 10:13:40.178342 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_145_34} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 3 parts: [all_1_143_33, all_145_145_0] -> all_1_145_34 | ||
| 15828 | 2025.02.28 10:13:40.178402 [ 261 ] {01803034-bd68-4ef9-9a33-a260168cb490} <Debug> TCPHandler: Processed in 0.003527026 sec. | ||
| 15829 | 2025.02.28 10:13:40.178523 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 15830 | 2025.02.28 10:13:40.795002 [ 225 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15831 | 2025.02.28 10:13:40.795081 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15832 | 2025.02.28 10:13:40.797798 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 15833 | 2025.02.28 10:13:40.925684 [ 225 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15834 | 2025.02.28 10:13:40.925774 [ 225 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15835 | 2025.02.28 10:13:40.928567 [ 225 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 15836 | 2025.02.28 10:13:41.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.00 MiB, peak 289.25 MiB, free memory in arenas 0.00 B, will set to 269.48 MiB (RSS), difference: 3.48 MiB | ||
| 15837 | 2025.02.28 10:13:42.015423 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 15838 | 2025.02.28 10:13:42.039007 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15839 | 2025.02.28 10:13:42.039075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15840 | 2025.02.28 10:13:42.046679 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15841 | 2025.02.28 10:13:42.047549 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15842 | 2025.02.28 10:13:42.051044 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 15843 | 2025.02.28 10:13:45.149327 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15844 | 2025.02.28 10:13:45.149541 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15845 | 2025.02.28 10:13:45.149624 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15846 | 2025.02.28 10:13:45.150402 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2025.02.28 10:13:45.150450 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15848 | 2025.02.28 10:13:45.150891 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15849 | 2025.02.28 10:13:45.151148 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15850 | 2025.02.28 10:13:45.151382 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001898 sec., 2107.4815595363543 rows/sec., 171.85 KiB/sec. | ||
| 15851 | 2025.02.28 10:13:45.151492 [ 261 ] {6658469f-d2aa-4fda-b926-1fae8e9bd870} <Debug> TCPHandler: Processed in 0.00230743 sec. | ||
| 15852 | 2025.02.28 10:13:45.151789 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15853 | 2025.02.28 10:13:45.151992 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15854 | 2025.02.28 10:13:45.152070 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15855 | 2025.02.28 10:13:45.152890 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15856 | 2025.02.28 10:13:45.152939 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15857 | 2025.02.28 10:13:45.153437 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15858 | 2025.02.28 10:13:45.153710 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15859 | 2025.02.28 10:13:45.153962 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002026 sec., 32576.50542941757 rows/sec., 2.56 MiB/sec. | ||
| 15860 | 2025.02.28 10:13:45.154035 [ 262 ] {2a956bfe-4b8a-4396-9f08-5652e0581606} <Debug> TCPHandler: Processed in 0.002416421 sec. | ||
| 15861 | 2025.02.28 10:13:45.154237 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15862 | 2025.02.28 10:13:45.154432 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15863 | 2025.02.28 10:13:45.154493 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15864 | 2025.02.28 10:13:45.155122 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15865 | 2025.02.28 10:13:45.155163 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15866 | 2025.02.28 10:13:45.155554 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15867 | 2025.02.28 10:13:45.155792 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15868 | 2025.02.28 10:13:45.156053 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001648 sec., 4854.368932038835 rows/sec., 351.99 KiB/sec. | ||
| 15869 | 2025.02.28 10:13:45.156173 [ 261 ] {39876546-fd69-4e8c-830c-7aaf1c1806a4} <Debug> TCPHandler: Processed in 0.002032146 sec. | ||
| 15870 | 2025.02.28 10:13:45.156355 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15871 | 2025.02.28 10:13:45.156516 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15872 | 2025.02.28 10:13:45.156578 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15873 | 2025.02.28 10:13:45.157254 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15874 | 2025.02.28 10:13:45.157296 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15875 | 2025.02.28 10:13:45.157684 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15876 | 2025.02.28 10:13:45.157939 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15877 | 2025.02.28 10:13:45.158164 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001682 sec., 42806.183115338885 rows/sec., 3.35 MiB/sec. | ||
| 15878 | 2025.02.28 10:13:45.158220 [ 262 ] {8149693e-f80f-4ed6-a5a3-cacd6bb922d0} <Debug> TCPHandler: Processed in 0.001959225 sec. | ||
| 15879 | 2025.02.28 10:13:45.158373 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15880 | 2025.02.28 10:13:45.158529 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15881 | 2025.02.28 10:13:45.158594 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15882 | 2025.02.28 10:13:45.159203 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15883 | 2025.02.28 10:13:45.159243 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15884 | 2025.02.28 10:13:45.159650 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15885 | 2025.02.28 10:13:45.159890 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15886 | 2025.02.28 10:13:45.160113 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001617 sec., 100185.52875695733 rows/sec., 6.98 MiB/sec. | ||
| 15887 | 2025.02.28 10:13:45.160169 [ 261 ] {8d7cbd0f-4490-4d61-8eec-738690e4ad58} <Debug> TCPHandler: Processed in 0.001864094 sec. | ||
| 15888 | 2025.02.28 10:13:45.160323 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15889 | 2025.02.28 10:13:45.160465 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15890 | 2025.02.28 10:13:45.160564 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <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 | ||
| 15891 | 2025.02.28 10:13:45.161712 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15892 | 2025.02.28 10:13:45.161753 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15893 | 2025.02.28 10:13:45.162392 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15894 | 2025.02.28 10:13:45.162658 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15895 | 2025.02.28 10:13:45.162906 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002474 sec., 1616.8148746968473 rows/sec., 2.90 MiB/sec. | ||
| 15896 | 2025.02.28 10:13:45.163020 [ 262 ] {a7ecffba-d1df-4d7e-9fb6-be96ed839198} <Debug> TCPHandler: Processed in 0.002763996 sec. | ||
| 15897 | 2025.02.28 10:13:45.163166 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15898 | 2025.02.28 10:13:45.163310 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15899 | 2025.02.28 10:13:45.163372 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15900 | 2025.02.28 10:13:45.163932 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15901 | 2025.02.28 10:13:45.163971 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15902 | 2025.02.28 10:13:45.164357 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15903 | 2025.02.28 10:13:45.164602 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15904 | 2025.02.28 10:13:45.164825 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001547 sec., 38784.744667097606 rows/sec., 2.61 MiB/sec. | ||
| 15905 | 2025.02.28 10:13:45.164875 [ 261 ] {60eeb085-9daa-45cf-8825-76e8223f6936} <Debug> TCPHandler: Processed in 0.001775213 sec. | ||
| 15906 | 2025.02.28 10:13:46.478588 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 15907 | 2025.02.28 10:13:46.479461 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15908 | 2025.02.28 10:13:46.479510 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15909 | 2025.02.28 10:13:46.480051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15910 | 2025.02.28 10:13:46.480315 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2025.02.28 10:13:46.480587 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 15912 | 2025.02.28 10:13:49.223104 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2172 | ||
| 15913 | 2025.02.28 10:13:49.226319 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15914 | 2025.02.28 10:13:49.226384 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15915 | 2025.02.28 10:13:49.227907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 15916 | 2025.02.28 10:13:49.228246 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15917 | 2025.02.28 10:13:49.230746 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2172 | ||
| 15918 | 2025.02.28 10:13:49.551156 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 15919 | 2025.02.28 10:13:49.575452 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15920 | 2025.02.28 10:13:49.575518 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15921 | 2025.02.28 10:13:49.583137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15922 | 2025.02.28 10:13:49.583957 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15923 | 2025.02.28 10:13:49.589587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 15924 | 2025.02.28 10:13:50.151534 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15925 | 2025.02.28 10:13:50.151755 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15926 | 2025.02.28 10:13:50.151841 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15927 | 2025.02.28 10:13:50.152684 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15928 | 2025.02.28 10:13:50.152740 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15929 | 2025.02.28 10:13:50.153215 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15930 | 2025.02.28 10:13:50.153484 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15931 | 2025.02.28 10:13:50.153731 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Debug> executeQuery: Read 156 rows, 13.86 KiB in 0.002028 sec., 76923.07692307692 rows/sec., 6.68 MiB/sec. | ||
| 15932 | 2025.02.28 10:13:50.153825 [ 261 ] {ca6e510e-1e25-4e23-8269-3354cf2f1724} <Debug> TCPHandler: Processed in 0.002437782 sec. | ||
| 15933 | 2025.02.28 10:13:50.154089 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15934 | 2025.02.28 10:13:50.154305 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15935 | 2025.02.28 10:13:50.154388 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15936 | 2025.02.28 10:13:50.155233 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15937 | 2025.02.28 10:13:50.155280 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15938 | 2025.02.28 10:13:50.155732 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15939 | 2025.02.28 10:13:50.156015 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15940 | 2025.02.28 10:13:50.156292 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Debug> executeQuery: Read 50 rows, 3.76 KiB in 0.002038 sec., 24533.856722276745 rows/sec., 1.80 MiB/sec. | ||
| 15941 | 2025.02.28 10:13:50.156403 [ 262 ] {7b30c136-b161-4d1a-aea5-ffb276f79140} <Debug> TCPHandler: Processed in 0.002466033 sec. | ||
| 15942 | 2025.02.28 10:13:50.156630 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15943 | 2025.02.28 10:13:50.156922 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15944 | 2025.02.28 10:13:50.156986 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15945 | 2025.02.28 10:13:50.157647 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15946 | 2025.02.28 10:13:50.157690 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15947 | 2025.02.28 10:13:50.158078 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15948 | 2025.02.28 10:13:50.158327 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15949 | 2025.02.28 10:13:50.158553 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Debug> executeQuery: Read 123 rows, 9.84 KiB in 0.001732 sec., 71016.1662817552 rows/sec., 5.55 MiB/sec. | ||
| 15950 | 2025.02.28 10:13:50.158611 [ 261 ] {d4dc806e-ac3a-4c75-9e33-ea47f7d3500d} <Debug> TCPHandler: Processed in 0.002115867 sec. | ||
| 15951 | 2025.02.28 10:13:50.158770 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15952 | 2025.02.28 10:13:50.158917 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15953 | 2025.02.28 10:13:50.158984 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15954 | 2025.02.28 10:13:50.159671 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2025.02.28 10:13:50.159719 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15956 | 2025.02.28 10:13:50.160164 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15957 | 2025.02.28 10:13:50.160412 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15958 | 2025.02.28 10:13:50.160594 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_145_34 to all_146_146_0 | ||
| 15959 | 2025.02.28 10:13:50.160659 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001777 sec., 90039.39223410243 rows/sec., 6.27 MiB/sec. | ||
| 15960 | 2025.02.28 10:13:50.160685 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15961 | 2025.02.28 10:13:50.160749 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15962 | 2025.02.28 10:13:50.160775 [ 262 ] {d729121c-925b-46af-94e5-11bc8be861c3} <Debug> TCPHandler: Processed in 0.002073997 sec. | ||
| 15963 | 2025.02.28 10:13:50.160971 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15964 | 2025.02.28 10:13:50.160981 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_145_34 to all_146_146_0 into Compact with storage Full | ||
| 15965 | 2025.02.28 10:13:50.161235 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15966 | 2025.02.28 10:13:50.161257 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15967 | 2025.02.28 10:13:50.161340 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_145_34, total 41231 rows starting from the beginning of the part | ||
| 15968 | 2025.02.28 10:13:50.161431 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <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 | ||
| 15969 | 2025.02.28 10:13:50.161629 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 128 rows starting from the beginning of the part | ||
| 15970 | 2025.02.28 10:13:50.164806 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15971 | 2025.02.28 10:13:50.164866 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15972 | 2025.02.28 10:13:50.165909 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15973 | 2025.02.28 10:13:50.166292 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15974 | 2025.02.28 10:13:50.166619 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.005469 sec., 9142.439202779302 rows/sec., 16.38 MiB/sec. | ||
| 15975 | 2025.02.28 10:13:50.166790 [ 261 ] {76a7053f-e0c1-4e69-a557-db0446cf7826} <Debug> TCPHandler: Processed in 0.005921467 sec. | ||
| 15976 | 2025.02.28 10:13:50.166964 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15977 | 2025.02.28 10:13:50.167107 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 15978 | 2025.02.28 10:13:50.167169 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15979 | 2025.02.28 10:13:50.167945 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15980 | 2025.02.28 10:13:50.167988 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15981 | 2025.02.28 10:13:50.168492 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 15982 | 2025.02.28 10:13:50.168828 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15983 | 2025.02.28 10:13:50.169136 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.002058 sec., 4373.1778425655975 rows/sec., 308.91 KiB/sec. | ||
| 15984 | 2025.02.28 10:13:50.169210 [ 262 ] {f6458fc3-664a-4b03-a78a-ad4a25028c38} <Debug> TCPHandler: Processed in 0.00231983 sec. | ||
| 15985 | 2025.02.28 10:13:50.169385 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15986 | 2025.02.28 10:13:50.169546 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15987 | 2025.02.28 10:13:50.169632 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15988 | 2025.02.28 10:13:50.170445 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15989 | 2025.02.28 10:13:50.170485 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 15990 | 2025.02.28 10:13:50.170974 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15991 | 2025.02.28 10:13:50.171235 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15992 | 2025.02.28 10:13:50.171779 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41359 rows, containing 5 columns (5 merged, 0 gathered) in 0.010919322 sec., 3787689.3821795895 rows/sec., 258.89 MiB/sec. | ||
| 15993 | 2025.02.28 10:13:50.171799 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002288 sec., 26223.77622377622 rows/sec., 1.77 MiB/sec. | ||
| 15994 | 2025.02.28 10:13:50.172075 [ 261 ] {ddf70826-f030-40af-b89f-d09e6fbd2331} <Debug> TCPHandler: Processed in 0.002772636 sec. | ||
| 15995 | 2025.02.28 10:13:50.172243 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Trace> MergedBlockOutputStream: filled checksums all_1_146_35 (state Temporary) | ||
| 15996 | 2025.02.28 10:13:50.172863 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_146_35 to all_1_146_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15997 | 2025.02.28 10:13:50.172952 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_146_35} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_145_34, all_146_146_0] -> all_1_146_35 | ||
| 15998 | 2025.02.28 10:13:50.173055 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15999 | 2025.02.28 10:13:53.727107 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16000 | 2025.02.28 10:13:53.727186 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16001 | 2025.02.28 10:13:53.941778 [ 218 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 16002 | 2025.02.28 10:13:53.941861 [ 218 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 16003 | 2025.02.28 10:13:53.943798 [ 218 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 16004 | 2025.02.28 10:13:53.980758 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 16005 | 2025.02.28 10:13:53.981388 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16006 | 2025.02.28 10:13:53.981428 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16007 | 2025.02.28 10:13:53.981931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16008 | 2025.02.28 10:13:53.982200 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16009 | 2025.02.28 10:13:53.982429 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 16010 | 2025.02.28 10:13:55.148980 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16011 | 2025.02.28 10:13:55.149178 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16012 | 2025.02.28 10:13:55.149256 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16013 | 2025.02.28 10:13:55.150054 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16014 | 2025.02.28 10:13:55.150111 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16015 | 2025.02.28 10:13:55.150554 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16016 | 2025.02.28 10:13:55.150807 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16017 | 2025.02.28 10:13:55.151029 [ 126 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16018 | 2025.02.28 10:13:55.151063 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.60 MiB/sec. | ||
| 16019 | 2025.02.28 10:13:55.151114 [ 126 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16020 | 2025.02.28 10:13:55.151188 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16021 | 2025.02.28 10:13:55.151203 [ 261 ] {5047c225-74cd-459a-8925-b9c329988cb9} <Debug> TCPHandler: Processed in 0.002359521 sec. | ||
| 16022 | 2025.02.28 10:13:55.151451 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 16023 | 2025.02.28 10:13:55.151603 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16024 | 2025.02.28 10:13:55.151655 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16025 | 2025.02.28 10:13:55.151731 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1967 rows starting from the beginning of the part | ||
| 16026 | 2025.02.28 10:13:55.152014 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part | ||
| 16027 | 2025.02.28 10:13:55.152211 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16028 | 2025.02.28 10:13:55.152352 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 146 rows starting from the beginning of the part | ||
| 16029 | 2025.02.28 10:13:55.152393 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16030 | 2025.02.28 10:13:55.152777 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 66 rows starting from the beginning of the part | ||
| 16031 | 2025.02.28 10:13:55.153120 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 156 rows starting from the beginning of the part | ||
| 16032 | 2025.02.28 10:13:55.153419 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::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 | ||
| 16033 | 2025.02.28 10:13:55.155191 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16034 | 2025.02.28 10:13:55.155287 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16035 | 2025.02.28 10:13:55.156325 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16036 | 2025.02.28 10:13:55.156836 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16037 | 2025.02.28 10:13:55.157062 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2463 rows, containing 5 columns (5 merged, 0 gathered) in 0.005779725 sec., 426144.8425314353 rows/sec., 36.71 MiB/sec. | ||
| 16038 | 2025.02.28 10:13:55.157209 [ 126 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16039 | 2025.02.28 10:13:55.157288 [ 126 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16040 | 2025.02.28 10:13:55.157350 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16041 | 2025.02.28 10:13:55.157379 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.005389 sec., 742.2527370569679 rows/sec., 55.81 KiB/sec. | ||
| 16042 | 2025.02.28 10:13:55.157436 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16043 | 2025.02.28 10:13:55.157798 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 16044 | 2025.02.28 10:13:55.157833 [ 262 ] {9cb86036-ee96-4196-b2bf-cbdf1b5bf534} <Debug> TCPHandler: Processed in 0.006496825 sec. | ||
| 16045 | 2025.02.28 10:13:55.158168 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16046 | 2025.02.28 10:13:55.158264 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16047 | 2025.02.28 10:13:55.158342 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 178 rows starting from the beginning of the part | ||
| 16048 | 2025.02.28 10:13:55.158381 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16049 | 2025.02.28 10:13:55.158574 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16050 | 2025.02.28 10:13:55.158783 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 4 rows starting from the beginning of the part | ||
| 16051 | 2025.02.28 10:13:55.158830 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16052 | 2025.02.28 10:13:55.158851 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_151_30} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16053 | 2025.02.28 10:13:55.159210 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 45 rows starting from the beginning of the part | ||
| 16054 | 2025.02.28 10:13:55.159255 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 16055 | 2025.02.28 10:13:55.159514 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part | ||
| 16056 | 2025.02.28 10:13:55.159919 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 50 rows starting from the beginning of the part | ||
| 16057 | 2025.02.28 10:13:55.160384 [ 187 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 4 rows starting from the beginning of the part | ||
| 16058 | 2025.02.28 10:13:55.161758 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16059 | 2025.02.28 10:13:55.161806 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16060 | 2025.02.28 10:13:55.162367 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16061 | 2025.02.28 10:13:55.162577 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096227 sec., 56708.61992607472 rows/sec., 4.06 MiB/sec. | ||
| 16062 | 2025.02.28 10:13:55.162754 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2025.02.28 10:13:55.162793 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16064 | 2025.02.28 10:13:55.163078 [ 126 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16065 | 2025.02.28 10:13:55.163159 [ 126 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16066 | 2025.02.28 10:13:55.163203 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004774 sec., 14243.8206954336 rows/sec., 1.11 MiB/sec. | ||
| 16067 | 2025.02.28 10:13:55.163231 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16068 | 2025.02.28 10:13:55.163549 [ 261 ] {4d4b5703-8885-4c69-b67a-c6144e38abce} <Debug> TCPHandler: Processed in 0.005550533 sec. | ||
| 16069 | 2025.02.28 10:13:55.163726 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::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 | ||
| 16070 | 2025.02.28 10:13:55.163929 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16071 | 2025.02.28 10:13:55.164128 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16072 | 2025.02.28 10:13:55.164356 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16073 | 2025.02.28 10:13:55.164522 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 952 rows starting from the beginning of the part | ||
| 16074 | 2025.02.28 10:13:55.164739 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16075 | 2025.02.28 10:13:55.164906 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 68 rows starting from the beginning of the part | ||
| 16076 | 2025.02.28 10:13:55.165075 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_126_25} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16077 | 2025.02.28 10:13:55.165236 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 115 rows starting from the beginning of the part | ||
| 16078 | 2025.02.28 10:13:55.165691 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 72 rows starting from the beginning of the part | ||
| 16079 | 2025.02.28 10:13:55.166200 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 123 rows starting from the beginning of the part | ||
| 16080 | 2025.02.28 10:13:55.166649 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 68 rows starting from the beginning of the part | ||
| 16081 | 2025.02.28 10:13:55.166747 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16082 | 2025.02.28 10:13:55.167557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16083 | 2025.02.28 10:13:55.169604 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16084 | 2025.02.28 10:13:55.169681 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16085 | 2025.02.28 10:13:55.170409 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1398 rows, containing 5 columns (5 merged, 0 gathered) in 0.007014581 sec., 199299.1455940134 rows/sec., 15.67 MiB/sec. | ||
| 16086 | 2025.02.28 10:13:55.170589 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16087 | 2025.02.28 10:13:55.170640 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16088 | 2025.02.28 10:13:55.171120 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16089 | 2025.02.28 10:13:55.171230 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16090 | 2025.02.28 10:13:55.171415 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_146_35 to all_147_147_0 | ||
| 16091 | 2025.02.28 10:13:55.171476 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_151_30} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16092 | 2025.02.28 10:13:55.171517 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16093 | 2025.02.28 10:13:55.171621 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16094 | 2025.02.28 10:13:55.171693 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 16095 | 2025.02.28 10:13:55.171712 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007263 sec., 22029.464408646563 rows/sec., 1.53 MiB/sec. | ||
| 16096 | 2025.02.28 10:13:55.171934 [ 262 ] {85383936-48b9-4067-8e20-ec2ef40e8643} <Debug> TCPHandler: Processed in 0.008255978 sec. | ||
| 16097 | 2025.02.28 10:13:55.171937 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_146_35 to all_147_147_0 into Compact with storage Full | ||
| 16098 | 2025.02.28 10:13:55.172119 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16099 | 2025.02.28 10:13:55.172202 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16100 | 2025.02.28 10:13:55.172290 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_146_35, total 41359 rows starting from the beginning of the part | ||
| 16101 | 2025.02.28 10:13:55.172347 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16102 | 2025.02.28 10:13:55.172588 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part | ||
| 16103 | 2025.02.28 10:13:55.172793 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <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 | ||
| 16104 | 2025.02.28 10:13:55.175764 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2025.02.28 10:13:55.175806 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16106 | 2025.02.28 10:13:55.176593 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 16107 | 2025.02.28 10:13:55.176888 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2025.02.28 10:13:55.177172 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 16109 | 2025.02.28 10:13:55.177254 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16110 | 2025.02.28 10:13:55.177284 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005012 sec., 798.0845969672786 rows/sec., 1.43 MiB/sec. | ||
| 16111 | 2025.02.28 10:13:55.177303 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16112 | 2025.02.28 10:13:55.177837 [ 261 ] {0e82fe7e-0462-4cae-9f42-9120384f3a18} <Debug> TCPHandler: Processed in 0.005792356 sec. | ||
| 16113 | 2025.02.28 10:13:55.177961 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 16114 | 2025.02.28 10:13:55.178185 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16115 | 2025.02.28 10:13:55.178621 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16116 | 2025.02.28 10:13:55.178911 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16117 | 2025.02.28 10:13:55.179192 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16118 | 2025.02.28 10:13:55.179524 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2475 rows starting from the beginning of the part | ||
| 16119 | 2025.02.28 10:13:55.180524 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 4 rows starting from the beginning of the part | ||
| 16120 | 2025.02.28 10:13:55.181554 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 45 rows starting from the beginning of the part | ||
| 16121 | 2025.02.28 10:13:55.181709 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16122 | 2025.02.28 10:13:55.181961 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16123 | 2025.02.28 10:13:55.182400 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 4 rows starting from the beginning of the part | ||
| 16124 | 2025.02.28 10:13:55.183178 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 50 rows starting from the beginning of the part | ||
| 16125 | 2025.02.28 10:13:55.183973 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 4 rows starting from the beginning of the part | ||
| 16126 | 2025.02.28 10:13:55.184666 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16127 | 2025.02.28 10:13:55.185208 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41519 rows, containing 5 columns (5 merged, 0 gathered) in 0.013405415 sec., 3097181.251009387 rows/sec., 211.71 MiB/sec. | ||
| 16128 | 2025.02.28 10:13:55.185688 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Trace> MergedBlockOutputStream: filled checksums all_1_147_36 (state Temporary) | ||
| 16129 | 2025.02.28 10:13:55.186040 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2025.02.28 10:13:55.186506 [ 124 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16131 | 2025.02.28 10:13:55.186632 [ 124 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16132 | 2025.02.28 10:13:55.186633 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_147_36 to all_1_147_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16133 | 2025.02.28 10:13:55.186751 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16134 | 2025.02.28 10:13:55.187187 [ 200 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_147_36} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_146_35, all_147_147_0] -> all_1_147_36 | ||
| 16135 | 2025.02.28 10:13:55.187402 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008841 sec., 6786.562606040041 rows/sec., 468.34 KiB/sec. | ||
| 16136 | 2025.02.28 10:13:55.187596 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 16137 | 2025.02.28 10:13:55.187591 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 16138 | 2025.02.28 10:13:55.187875 [ 262 ] {40bb659e-dada-42cb-8904-762121bfc85b} <Debug> TCPHandler: Processed in 0.009880459 sec. | ||
| 16139 | 2025.02.28 10:13:55.188189 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16140 | 2025.02.28 10:13:55.188247 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7640 rows starting from the beginning of the part | ||
| 16141 | 2025.02.28 10:13:55.188476 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 16142 | 2025.02.28 10:13:55.188659 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 16143 | 2025.02.28 10:13:55.188821 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::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 | ||
| 16144 | 2025.02.28 10:13:55.188962 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part | ||
| 16145 | 2025.02.28 10:13:55.189091 [ 201 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 16146 | 2025.02.28 10:13:55.193458 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7940 rows, containing 4 columns (4 merged, 0 gathered) in 0.006516835 sec., 1218382.8499570726 rows/sec., 81.60 MiB/sec. | ||
| 16147 | 2025.02.28 10:13:55.194424 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16148 | 2025.02.28 10:13:55.194810 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16149 | 2025.02.28 10:13:55.194928 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_151_30} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16150 | 2025.02.28 10:13:55.195024 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 16151 | 2025.02.28 10:13:55.201261 [ 195 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2582 rows, containing 19 columns (19 merged, 0 gathered) in 0.02378159 sec., 108571.37811222883 rows/sec., 194.55 MiB/sec. | ||
| 16152 | 2025.02.28 10:13:55.203413 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 16153 | 2025.02.28 10:13:55.203880 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16154 | 2025.02.28 10:13:55.203963 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 16155 | 2025.02.28 10:13:55.204119 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.89 MiB. | ||
| 16156 | 2025.02.28 10:13:55.380317 [ 224 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 16157 | 2025.02.28 10:13:55.380353 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 16158 | 2025.02.28 10:13:55.382245 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 16159 | 2025.02.28 10:13:56.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.15 MiB, peak 289.25 MiB, free memory in arenas 0.00 B, will set to 272.76 MiB (RSS), difference: 6.61 MiB | ||
| 16160 | 2025.02.28 10:13:56.398183 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16161 | 2025.02.28 10:13:56.398517 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) 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) | ||
| 16162 | 2025.02.28 10:13:56.399061 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 16163 | 2025.02.28 10:13:56.399133 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <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 | ||
| 16164 | 2025.02.28 10:13:56.399548 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16165 | 2025.02.28 10:13:56.399635 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 16166 | 2025.02.28 10:13:56.399815 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 16167 | 2025.02.28 10:13:56.399857 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 16168 | 2025.02.28 10:13:56.399886 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Debug> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (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 | ||
| 16169 | 2025.02.28 10:13:56.399904 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 16170 | 2025.02.28 10:13:56.399956 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <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'))" | ||
| 16171 | 2025.02.28 10:13:56.399982 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 47 rows starting from 0 | ||
| 16172 | 2025.02.28 10:13:56.401113 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.002756 sec., 17053.701015965165 rows/sec., 677.85 KiB/sec. | ||
| 16173 | 2025.02.28 10:13:56.401252 [ 261 ] {06601448-d35d-4094-8ee9-ad9fd4840ae8} <Debug> TCPHandler: Processed in 0.003212031 sec. | ||
| 16174 | 2025.02.28 10:13:56.435615 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16175 | 2025.02.28 10:13:56.435771 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 16176 | 2025.02.28 10:13:56.435836 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 16177 | 2025.02.28 10:13:56.436613 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16178 | 2025.02.28 10:13:56.436658 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16179 | 2025.02.28 10:13:56.437182 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 16180 | 2025.02.28 10:13:56.437408 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Trace> oximeter.timeseries_schema (873f0192-a8f0-45b1-a4c9-2e9e7ab073ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16181 | 2025.02.28 10:13:56.437643 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001913 sec., 522.7391531625718 rows/sec., 145.49 KiB/sec. | ||
| 16182 | 2025.02.28 10:13:56.437801 [ 261 ] {e980b1de-065f-429c-8529-88f6703af2d6} <Debug> TCPHandler: Processed in 0.002252639 sec. | ||
| 16183 | 2025.02.28 10:13:56.438070 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16184 | 2025.02.28 10:13:56.438335 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16185 | 2025.02.28 10:13:56.438443 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16186 | 2025.02.28 10:13:56.439421 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16187 | 2025.02.28 10:13:56.439469 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16188 | 2025.02.28 10:13:56.439901 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 16189 | 2025.02.28 10:13:56.440156 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16190 | 2025.02.28 10:13:56.440438 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002173 sec., 11044.638748274276 rows/sec., 938.36 KiB/sec. | ||
| 16191 | 2025.02.28 10:13:56.440658 [ 262 ] {ca110e7d-4033-4277-8485-0b9f8f043ed6} <Debug> TCPHandler: Processed in 0.002748216 sec. | ||
| 16192 | 2025.02.28 10:13:56.440848 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16193 | 2025.02.28 10:13:56.440990 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16194 | 2025.02.28 10:13:56.441051 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16195 | 2025.02.28 10:13:56.441671 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16196 | 2025.02.28 10:13:56.441710 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16197 | 2025.02.28 10:13:56.442080 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 16198 | 2025.02.28 10:13:56.442317 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16199 | 2025.02.28 10:13:56.442615 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Debug> executeQuery: Read 7 rows, 577.00 B in 0.001628 sec., 4299.7542997543 rows/sec., 346.12 KiB/sec. | ||
| 16200 | 2025.02.28 10:13:56.442955 [ 261 ] {ef7b0093-5fe7-4b06-8e94-48d01d821967} <Debug> TCPHandler: Processed in 0.002173468 sec. | ||
| 16201 | 2025.02.28 10:13:56.443395 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16202 | 2025.02.28 10:13:56.443606 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16203 | 2025.02.28 10:13:56.443694 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16204 | 2025.02.28 10:13:56.445084 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16205 | 2025.02.28 10:13:56.445126 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16206 | 2025.02.28 10:13:56.445610 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16207 | 2025.02.28 10:13:56.445856 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16208 | 2025.02.28 10:13:56.446091 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Debug> executeQuery: Read 1425 rows, 122.16 KiB in 0.002535 sec., 562130.1775147929 rows/sec., 47.06 MiB/sec. | ||
| 16209 | 2025.02.28 10:13:56.446155 [ 262 ] {c1f4fd1e-b337-4be0-8082-ebdf1073b294} <Debug> TCPHandler: Processed in 0.00305971 sec. | ||
| 16210 | 2025.02.28 10:13:56.446304 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16211 | 2025.02.28 10:13:56.446426 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16212 | 2025.02.28 10:13:56.446474 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16213 | 2025.02.28 10:13:56.447076 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16214 | 2025.02.28 10:13:56.447114 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16215 | 2025.02.28 10:13:56.447476 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16216 | 2025.02.28 10:13:56.447722 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2025.02.28 10:13:56.447907 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Debug> executeQuery: Read 71 rows, 5.35 KiB in 0.001506 sec., 47144.754316069055 rows/sec., 3.47 MiB/sec. | ||
| 16218 | 2025.02.28 10:13:56.447958 [ 261 ] {77df030b-5963-40c0-bfa4-3bde3bd6893e} <Debug> TCPHandler: Processed in 0.001712083 sec. | ||
| 16219 | 2025.02.28 10:13:56.448100 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16220 | 2025.02.28 10:13:56.448240 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16221 | 2025.02.28 10:13:56.448299 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16222 | 2025.02.28 10:13:56.449094 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2025.02.28 10:13:56.449143 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16224 | 2025.02.28 10:13:56.449519 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 16225 | 2025.02.28 10:13:56.449759 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16226 | 2025.02.28 10:13:56.450022 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001804 sec., 139689.57871396895 rows/sec., 9.66 MiB/sec. | ||
| 16227 | 2025.02.28 10:13:56.450220 [ 262 ] {03510171-9adf-481b-b471-86c921e600b0} <Debug> TCPHandler: Processed in 0.002171978 sec. | ||
| 16228 | 2025.02.28 10:13:56.450417 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16229 | 2025.02.28 10:13:56.450533 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16230 | 2025.02.28 10:13:56.450581 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16231 | 2025.02.28 10:13:56.451161 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16232 | 2025.02.28 10:13:56.451198 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16233 | 2025.02.28 10:13:56.451554 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 16234 | 2025.02.28 10:13:56.451787 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16235 | 2025.02.28 10:13:56.452011 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001501 sec., 7994.670219853431 rows/sec., 624.58 KiB/sec. | ||
| 16236 | 2025.02.28 10:13:56.452226 [ 261 ] {64c620e5-5709-4116-8fc2-5d8ff8e1cf6a} <Debug> TCPHandler: Processed in 0.001892264 sec. | ||
| 16237 | 2025.02.28 10:13:56.452393 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16238 | 2025.02.28 10:13:56.452563 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16239 | 2025.02.28 10:13:56.452622 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16240 | 2025.02.28 10:13:56.453484 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16241 | 2025.02.28 10:13:56.453524 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16242 | 2025.02.28 10:13:56.453920 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16243 | 2025.02.28 10:13:56.454157 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2025.02.28 10:13:56.454371 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Debug> executeQuery: Read 621 rows, 47.81 KiB in 0.001838 sec., 337867.24700761697 rows/sec., 25.40 MiB/sec. | ||
| 16245 | 2025.02.28 10:13:56.454427 [ 262 ] {2a8161cf-62d9-40b2-b317-eaf4e7b5d733} <Debug> TCPHandler: Processed in 0.002101377 sec. | ||
| 16246 | 2025.02.28 10:13:56.454610 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16247 | 2025.02.28 10:13:56.454753 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16248 | 2025.02.28 10:13:56.454815 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16249 | 2025.02.28 10:13:56.455620 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2025.02.28 10:13:56.455658 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16251 | 2025.02.28 10:13:56.456108 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16252 | 2025.02.28 10:13:56.456343 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2025.02.28 10:13:56.456500 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_147_36 to all_152_152_0 | ||
| 16254 | 2025.02.28 10:13:56.456522 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Debug> executeQuery: Read 930 rows, 64.24 KiB in 0.0018 sec., 516666.6666666667 rows/sec., 34.85 MiB/sec. | ||
| 16255 | 2025.02.28 10:13:56.456546 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16256 | 2025.02.28 10:13:56.456588 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16257 | 2025.02.28 10:13:56.456604 [ 261 ] {2fd38b9b-d689-419f-a4f1-a359750a3839} <Debug> TCPHandler: Processed in 0.002062987 sec. | ||
| 16258 | 2025.02.28 10:13:56.456766 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_36 to all_152_152_0 into Compact with storage Full | ||
| 16259 | 2025.02.28 10:13:56.456805 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16260 | 2025.02.28 10:13:56.456987 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16261 | 2025.02.28 10:13:56.457057 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16262 | 2025.02.28 10:13:56.457064 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_36, total 41519 rows starting from the beginning of the part | ||
| 16263 | 2025.02.28 10:13:56.457351 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <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 | ||
| 16264 | 2025.02.28 10:13:56.457390 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part | ||
| 16265 | 2025.02.28 10:13:56.457831 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 162 rows starting from the beginning of the part | ||
| 16266 | 2025.02.28 10:13:56.458264 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part | ||
| 16267 | 2025.02.28 10:13:56.458668 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 16268 | 2025.02.28 10:13:56.458991 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 930 rows starting from the beginning of the part | ||
| 16269 | 2025.02.28 10:13:56.463952 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16270 | 2025.02.28 10:13:56.464018 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16271 | 2025.02.28 10:13:56.464967 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 16272 | 2025.02.28 10:13:56.465288 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16273 | 2025.02.28 10:13:56.465660 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.008672 sec., 5996.309963099631 rows/sec., 10.75 MiB/sec. | ||
| 16274 | 2025.02.28 10:13:56.465806 [ 262 ] {92c80cd6-03bf-4d3a-a838-98bb4923a89e} <Debug> TCPHandler: Processed in 0.009111399 sec. | ||
| 16275 | 2025.02.28 10:13:56.465983 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16276 | 2025.02.28 10:13:56.466114 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16277 | 2025.02.28 10:13:56.466171 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16278 | 2025.02.28 10:13:56.466840 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16279 | 2025.02.28 10:13:56.466891 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16280 | 2025.02.28 10:13:56.467389 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16281 | 2025.02.28 10:13:56.467653 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16282 | 2025.02.28 10:13:56.467871 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001766 sec., 10192.525481313703 rows/sec., 699.52 KiB/sec. | ||
| 16283 | 2025.02.28 10:13:56.467940 [ 261 ] {b742180b-60c5-4f81-83f0-6d418856f550} <Debug> TCPHandler: Processed in 0.002040796 sec. | ||
| 16284 | 2025.02.28 10:13:56.470632 [ 196 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43091 rows, containing 5 columns (5 merged, 0 gathered) in 0.013957362 sec., 3087331.2593024387 rows/sec., 211.03 MiB/sec. | ||
| 16285 | 2025.02.28 10:13:56.470976 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Trace> MergedBlockOutputStream: filled checksums all_1_152_37 (state Temporary) | ||
| 16286 | 2025.02.28 10:13:56.471305 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_152_37 to all_1_152_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16287 | 2025.02.28 10:13:56.471381 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_152_37} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_147_36, all_152_152_0] -> all_1_152_37 | ||
| 16288 | 2025.02.28 10:13:56.471459 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 16289 | 2025.02.28 10:13:57.089680 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 16290 | 2025.02.28 10:13:57.113034 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16291 | 2025.02.28 10:13:57.113096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16292 | 2025.02.28 10:13:57.120746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16293 | 2025.02.28 10:13:57.121561 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16294 | 2025.02.28 10:13:57.124848 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 16295 | 2025.02.28 10:13:57.183726 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16296 | 2025.02.28 10:13:57.183768 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16297 | 2025.02.28 10:13:57.185781 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16298 | 2025.02.28 10:13:57.862055 [ 219 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16299 | 2025.02.28 10:13:57.862113 [ 219 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16300 | 2025.02.28 10:13:57.864945 [ 219 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16301 | 2025.02.28 10:13:58.050434 [ 225 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16302 | 2025.02.28 10:13:58.050524 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16303 | 2025.02.28 10:13:58.052399 [ 225 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16304 | 2025.02.28 10:13:59.230965 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2222 | ||
| 16305 | 2025.02.28 10:13:59.234479 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16306 | 2025.02.28 10:13:59.234529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16307 | 2025.02.28 10:13:59.236147 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16308 | 2025.02.28 10:13:59.236477 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16309 | 2025.02.28 10:13:59.236657 [ 95 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16310 | 2025.02.28 10:13:59.236728 [ 95 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16311 | 2025.02.28 10:13:59.236768 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16312 | 2025.02.28 10:13:59.237371 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 16313 | 2025.02.28 10:13:59.237928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2222 | ||
| 16314 | 2025.02.28 10:13:59.238451 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16315 | 2025.02.28 10:13:59.238653 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2034 rows starting from the beginning of the part | ||
| 16316 | 2025.02.28 10:13:59.239371 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 16317 | 2025.02.28 10:13:59.240092 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 54 rows starting from the beginning of the part | ||
| 16318 | 2025.02.28 10:13:59.240780 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 16319 | 2025.02.28 10:13:59.241422 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
| 16320 | 2025.02.28 10:13:59.242085 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
| 16321 | 2025.02.28 10:13:59.253682 [ 188 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2222 rows, containing 72 columns (72 merged, 0 gathered) in 0.016747678 sec., 132675.10875238944 rows/sec., 101.17 MiB/sec. | ||
| 16322 | 2025.02.28 10:13:59.255835 [ 199 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16323 | 2025.02.28 10:13:59.256656 [ 199 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16324 | 2025.02.28 10:13:59.256738 [ 199 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_66_13} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16325 | 2025.02.28 10:13:59.257111 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16326 | 2025.02.28 10:14:00.146257 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16327 | 2025.02.28 10:14:00.146468 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16328 | 2025.02.28 10:14:00.146552 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16329 | 2025.02.28 10:14:00.147414 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16330 | 2025.02.28 10:14:00.147461 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16331 | 2025.02.28 10:14:00.147904 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16332 | 2025.02.28 10:14:00.148167 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16333 | 2025.02.28 10:14:00.148384 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 16334 | 2025.02.28 10:14:00.148481 [ 261 ] {cddcbd0f-1ee1-46dc-8f86-66b7aa849e5e} <Debug> TCPHandler: Processed in 0.002352561 sec. | ||
| 16335 | 2025.02.28 10:14:00.148481 [ 221 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 16336 | 2025.02.28 10:14:00.148566 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 16337 | 2025.02.28 10:14:00.148725 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16338 | 2025.02.28 10:14:00.148926 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16339 | 2025.02.28 10:14:00.149012 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16340 | 2025.02.28 10:14:00.150059 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16341 | 2025.02.28 10:14:00.150106 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16342 | 2025.02.28 10:14:00.150599 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16343 | 2025.02.28 10:14:00.150889 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16344 | 2025.02.28 10:14:00.151192 [ 221 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): 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] | ||
| 16345 | 2025.02.28 10:14:00.151213 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00235 sec., 27234.042553191488 rows/sec., 2.13 MiB/sec. | ||
| 16346 | 2025.02.28 10:14:00.151397 [ 262 ] {f8e32637-11f5-4556-b826-d0f54ddc7a32} <Debug> TCPHandler: Processed in 0.002809677 sec. | ||
| 16347 | 2025.02.28 10:14:00.151582 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16348 | 2025.02.28 10:14:00.151889 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16349 | 2025.02.28 10:14:00.152042 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16350 | 2025.02.28 10:14:00.152706 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16351 | 2025.02.28 10:14:00.152744 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16352 | 2025.02.28 10:14:00.153144 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16353 | 2025.02.28 10:14:00.153378 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16354 | 2025.02.28 10:14:00.153557 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Debug> executeQuery: Read 116 rows, 8.27 KiB in 0.001786 sec., 64949.608062709965 rows/sec., 4.52 MiB/sec. | ||
| 16355 | 2025.02.28 10:14:00.153613 [ 261 ] {c9bdb93b-0ac1-45a2-869f-dfe6090a49e7} <Debug> TCPHandler: Processed in 0.002113198 sec. | ||
| 16356 | 2025.02.28 10:14:00.153766 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16357 | 2025.02.28 10:14:00.153905 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16358 | 2025.02.28 10:14:00.153965 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16359 | 2025.02.28 10:14:00.154493 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16360 | 2025.02.28 10:14:00.154532 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16361 | 2025.02.28 10:14:00.154915 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16362 | 2025.02.28 10:14:00.155149 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16363 | 2025.02.28 10:14:00.155363 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001489 sec., 28206.850235057085 rows/sec., 1.91 MiB/sec. | ||
| 16364 | 2025.02.28 10:14:00.155413 [ 262 ] {e57093be-64f4-472a-8ccb-38ece58b0cae} <Debug> TCPHandler: Processed in 0.001715512 sec. | ||
| 16365 | 2025.02.28 10:14:00.789644 [ 219 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 16366 | 2025.02.28 10:14:00.789710 [ 219 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 16367 | 2025.02.28 10:14:00.791824 [ 219 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): 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] | ||
| 16368 | 2025.02.28 10:14:01.086098 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 16369 | 2025.02.28 10:14:01.086158 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 16370 | 2025.02.28 10:14:01.088372 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): 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] | ||
| 16371 | 2025.02.28 10:14:01.482587 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 16372 | 2025.02.28 10:14:01.483284 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16373 | 2025.02.28 10:14:01.483339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16374 | 2025.02.28 10:14:01.483900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16375 | 2025.02.28 10:14:01.484166 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16376 | 2025.02.28 10:14:01.484395 [ 35 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16377 | 2025.02.28 10:14:01.484433 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 16378 | 2025.02.28 10:14:01.484479 [ 35 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16379 | 2025.02.28 10:14:01.484510 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16380 | 2025.02.28 10:14:01.484648 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 16381 | 2025.02.28 10:14:01.484853 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16382 | 2025.02.28 10:14:01.484920 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 16383 | 2025.02.28 10:14:01.485030 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 16384 | 2025.02.28 10:14:01.485270 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 16385 | 2025.02.28 10:14:01.485459 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 16386 | 2025.02.28 10:14:01.485637 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 16387 | 2025.02.28 10:14:01.485818 [ 187 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 16388 | 2025.02.28 10:14:01.489328 [ 198 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004749842 sec., 8784292.193298219 rows/sec., 125.66 MiB/sec. | ||
| 16389 | 2025.02.28 10:14:01.489726 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16390 | 2025.02.28 10:14:01.490116 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16391 | 2025.02.28 10:14:01.490220 [ 200 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_91_18} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16392 | 2025.02.28 10:14:01.490364 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16393 | 2025.02.28 10:14:01.517838 [ 220 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 16394 | 2025.02.28 10:14:01.517876 [ 220 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 16395 | 2025.02.28 10:14:01.519734 [ 220 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): 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] | ||
| 16396 | 2025.02.28 10:14:04.624957 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 16397 | 2025.02.28 10:14:04.649232 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16398 | 2025.02.28 10:14:04.649290 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16399 | 2025.02.28 10:14:04.656963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16400 | 2025.02.28 10:14:04.657793 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16401 | 2025.02.28 10:14:04.658279 [ 42 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 16402 | 2025.02.28 10:14:04.658431 [ 42 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16403 | 2025.02.28 10:14:04.658522 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16404 | 2025.02.28 10:14:04.659275 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 16405 | 2025.02.28 10:14:04.675106 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 16406 | 2025.02.28 10:14:04.676898 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16407 | 2025.02.28 10:14:04.678396 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 16408 | 2025.02.28 10:14:04.684705 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 16409 | 2025.02.28 10:14:04.691000 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 16410 | 2025.02.28 10:14:04.697631 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 16411 | 2025.02.28 10:14:04.704107 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 16412 | 2025.02.28 10:14:04.710222 [ 187 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 16413 | 2025.02.28 10:14:04.785892 [ 198 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.12720829 sec., 5392.730300831809 rows/sec., 27.88 MiB/sec. | ||
| 16414 | 2025.02.28 10:14:04.789752 [ 193 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 16415 | 2025.02.28 10:14:04.793104 [ 193 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2025.02.28 10:14:04.793252 [ 193 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_91_18} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 16417 | 2025.02.28 10:14:04.795892 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 16418 | 2025.02.28 10:14:05.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.86 MiB, peak 291.27 MiB, free memory in arenas 0.00 B, will set to 272.78 MiB (RSS), difference: -1.09 MiB | ||
| 16419 | 2025.02.28 10:14:05.148988 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16420 | 2025.02.28 10:14:05.149208 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16421 | 2025.02.28 10:14:05.149297 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16422 | 2025.02.28 10:14:05.150112 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16423 | 2025.02.28 10:14:05.150169 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16424 | 2025.02.28 10:14:05.150675 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16425 | 2025.02.28 10:14:05.150939 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16426 | 2025.02.28 10:14:05.151180 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002032 sec., 31496.062992125986 rows/sec., 2.48 MiB/sec. | ||
| 16427 | 2025.02.28 10:14:05.151250 [ 261 ] {8ffb2f3f-97c1-46a5-91dd-2d4ef8135ca8} <Debug> TCPHandler: Processed in 0.002411892 sec. | ||
| 16428 | 2025.02.28 10:14:05.151542 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16429 | 2025.02.28 10:14:05.151759 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16430 | 2025.02.28 10:14:05.151853 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16431 | 2025.02.28 10:14:05.152724 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16432 | 2025.02.28 10:14:05.152775 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16433 | 2025.02.28 10:14:05.153213 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16434 | 2025.02.28 10:14:05.153453 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16435 | 2025.02.28 10:14:05.153701 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00203 sec., 1970.4433497536945 rows/sec., 148.17 KiB/sec. | ||
| 16436 | 2025.02.28 10:14:05.153799 [ 262 ] {8d03d549-95e8-4407-baba-c81eaf7423c7} <Debug> TCPHandler: Processed in 0.002474152 sec. | ||
| 16437 | 2025.02.28 10:14:05.153972 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16438 | 2025.02.28 10:14:05.154203 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16439 | 2025.02.28 10:14:05.154266 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16440 | 2025.02.28 10:14:05.154904 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16441 | 2025.02.28 10:14:05.154945 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16442 | 2025.02.28 10:14:05.155330 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16443 | 2025.02.28 10:14:05.155592 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16444 | 2025.02.28 10:14:05.155799 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001632 sec., 41666.666666666664 rows/sec., 3.25 MiB/sec. | ||
| 16445 | 2025.02.28 10:14:05.155888 [ 261 ] {01e8dc53-b584-4db0-9670-e204e02cf7ea} <Debug> TCPHandler: Processed in 0.001953065 sec. | ||
| 16446 | 2025.02.28 10:14:05.156169 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16447 | 2025.02.28 10:14:05.156492 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16448 | 2025.02.28 10:14:05.156550 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16449 | 2025.02.28 10:14:05.157130 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16450 | 2025.02.28 10:14:05.157172 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16451 | 2025.02.28 10:14:05.157581 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16452 | 2025.02.28 10:14:05.157814 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16453 | 2025.02.28 10:14:05.158033 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 16454 | 2025.02.28 10:14:05.158085 [ 262 ] {4cbd56c1-12ff-430c-b544-ba1fae371d31} <Debug> TCPHandler: Processed in 0.002098048 sec. | ||
| 16455 | 2025.02.28 10:14:05.158240 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16456 | 2025.02.28 10:14:05.158381 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16457 | 2025.02.28 10:14:05.158475 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <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 | ||
| 16458 | 2025.02.28 10:14:05.159724 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16459 | 2025.02.28 10:14:05.159764 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16460 | 2025.02.28 10:14:05.160391 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16461 | 2025.02.28 10:14:05.160651 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16462 | 2025.02.28 10:14:05.160893 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002544 sec., 1572.3270440251574 rows/sec., 2.82 MiB/sec. | ||
| 16463 | 2025.02.28 10:14:05.161110 [ 261 ] {a9a4e30c-a62c-451d-b270-6385c91a43b8} <Debug> TCPHandler: Processed in 0.002935288 sec. | ||
| 16464 | 2025.02.28 10:14:05.161405 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16465 | 2025.02.28 10:14:05.161646 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16466 | 2025.02.28 10:14:05.161741 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16467 | 2025.02.28 10:14:05.162544 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2025.02.28 10:14:05.162584 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.76 GiB. | ||
| 16469 | 2025.02.28 10:14:05.162981 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16470 | 2025.02.28 10:14:05.163241 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16471 | 2025.02.28 10:14:05.163465 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001876 sec., 31982.942430703624 rows/sec., 2.16 MiB/sec. | ||
| 16472 | 2025.02.28 10:14:05.163519 [ 262 ] {a63d7133-431a-4485-b76e-3f7a927b50c6} <Debug> TCPHandler: Processed in 0.002306361 sec. | ||
| 16473 | 2025.02.28 10:14:07.229279 [ 44 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 16474 | 2025.02.28 10:14:07.229353 [ 44 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16475 | 2025.02.28 10:14:07.229377 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16476 | 2025.02.28 10:14:07.229538 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 16477 | 2025.02.28 10:14:07.229716 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16478 | 2025.02.28 10:14:07.229753 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 20 rows starting from the beginning of the part | ||
| 16479 | 2025.02.28 10:14:07.229850 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 16480 | 2025.02.28 10:14:07.229941 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
| 16481 | 2025.02.28 10:14:07.230214 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 16482 | 2025.02.28 10:14:07.230345 [ 201 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 16483 | 2025.02.28 10:14:07.231486 [ 198 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.002035037 sec., 19164.270723333288 rows/sec., 1.60 MiB/sec. | ||
| 16484 | 2025.02.28 10:14:07.231692 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 16485 | 2025.02.28 10:14:07.232021 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16486 | 2025.02.28 10:14:07.232114 [ 196 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_41_10} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 16487 | 2025.02.28 10:14:07.232235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16488 | 2025.02.28 10:14:08.727233 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16489 | 2025.02.28 10:14:08.727286 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16490 | 2025.02.28 10:14:08.984642 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 16491 | 2025.02.28 10:14:08.985653 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16492 | 2025.02.28 10:14:08.985701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16493 | 2025.02.28 10:14:08.986223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16494 | 2025.02.28 10:14:08.986487 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16495 | 2025.02.28 10:14:08.986696 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 16496 | 2025.02.28 10:14:09.238298 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2242 | ||
| 16497 | 2025.02.28 10:14:09.241181 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2025.02.28 10:14:09.241243 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16499 | 2025.02.28 10:14:09.242766 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 16500 | 2025.02.28 10:14:09.243081 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2025.02.28 10:14:09.244758 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2242 | ||
| 16502 | 2025.02.28 10:14:10.151431 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16503 | 2025.02.28 10:14:10.151625 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16504 | 2025.02.28 10:14:10.151711 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16505 | 2025.02.28 10:14:10.152455 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16506 | 2025.02.28 10:14:10.152511 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16507 | 2025.02.28 10:14:10.152929 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 16508 | 2025.02.28 10:14:10.153173 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16509 | 2025.02.28 10:14:10.153440 [ 225 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16510 | 2025.02.28 10:14:10.153442 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001862 sec., 537.0569280343717 rows/sec., 39.86 KiB/sec. | ||
| 16511 | 2025.02.28 10:14:10.153509 [ 225 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16512 | 2025.02.28 10:14:10.153686 [ 261 ] {f78cf2c6-6a1b-4b87-b49c-842b2335ca93} <Debug> TCPHandler: Processed in 0.002386771 sec. | ||
| 16513 | 2025.02.28 10:14:10.153953 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16514 | 2025.02.28 10:14:10.154132 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16515 | 2025.02.28 10:14:10.154212 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16516 | 2025.02.28 10:14:10.155300 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16517 | 2025.02.28 10:14:10.155348 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16518 | 2025.02.28 10:14:10.155842 [ 225 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16519 | 2025.02.28 10:14:10.155878 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16520 | 2025.02.28 10:14:10.156230 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16521 | 2025.02.28 10:14:10.156447 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Debug> executeQuery: Read 166 rows, 14.75 KiB in 0.002367 sec., 70130.9674693705 rows/sec., 6.09 MiB/sec. | ||
| 16522 | 2025.02.28 10:14:10.156535 [ 262 ] {beccc8af-ad2f-4079-9312-6d7826642b35} <Debug> TCPHandler: Processed in 0.002735286 sec. | ||
| 16523 | 2025.02.28 10:14:10.156721 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16524 | 2025.02.28 10:14:10.157043 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16525 | 2025.02.28 10:14:10.157185 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16526 | 2025.02.28 10:14:10.157860 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16527 | 2025.02.28 10:14:10.157903 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16528 | 2025.02.28 10:14:10.158276 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16529 | 2025.02.28 10:14:10.158526 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16530 | 2025.02.28 10:14:10.158743 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Debug> executeQuery: Read 55 rows, 4.12 KiB in 0.00182 sec., 30219.78021978022 rows/sec., 2.21 MiB/sec. | ||
| 16531 | 2025.02.28 10:14:10.158801 [ 261 ] {101af140-2242-4df3-90b4-3cbf83dd7ba7} <Debug> TCPHandler: Processed in 0.002170299 sec. | ||
| 16532 | 2025.02.28 10:14:10.158955 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16533 | 2025.02.28 10:14:10.159100 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16534 | 2025.02.28 10:14:10.159162 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16535 | 2025.02.28 10:14:10.159842 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16536 | 2025.02.28 10:14:10.159880 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16537 | 2025.02.28 10:14:10.160256 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16538 | 2025.02.28 10:14:10.160487 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16539 | 2025.02.28 10:14:10.160673 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Debug> executeQuery: Read 125 rows, 9.93 KiB in 0.001609 sec., 77688.00497203231 rows/sec., 6.03 MiB/sec. | ||
| 16540 | 2025.02.28 10:14:10.160727 [ 262 ] {b86278d3-e56f-46ea-8e23-75c9b0756290} <Debug> TCPHandler: Processed in 0.001841314 sec. | ||
| 16541 | 2025.02.28 10:14:10.160884 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16542 | 2025.02.28 10:14:10.161026 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16543 | 2025.02.28 10:14:10.161093 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16544 | 2025.02.28 10:14:10.161729 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16545 | 2025.02.28 10:14:10.161770 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16546 | 2025.02.28 10:14:10.162164 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16547 | 2025.02.28 10:14:10.162397 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16548 | 2025.02.28 10:14:10.162577 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001584 sec., 101641.41414141415 rows/sec., 7.07 MiB/sec. | ||
| 16549 | 2025.02.28 10:14:10.162634 [ 261 ] {99621d6d-b86d-494e-b825-4bdbfc71b0a4} <Debug> TCPHandler: Processed in 0.001818533 sec. | ||
| 16550 | 2025.02.28 10:14:10.162783 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16551 | 2025.02.28 10:14:10.162924 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16552 | 2025.02.28 10:14:10.163018 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <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 | ||
| 16553 | 2025.02.28 10:14:10.164351 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16554 | 2025.02.28 10:14:10.164391 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16555 | 2025.02.28 10:14:10.165092 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16556 | 2025.02.28 10:14:10.165349 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16557 | 2025.02.28 10:14:10.165601 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002709 sec., 19933.554817275748 rows/sec., 35.72 MiB/sec. | ||
| 16558 | 2025.02.28 10:14:10.165721 [ 262 ] {4ef8e7b7-f3a6-4185-93fa-bc1e292bf574} <Debug> TCPHandler: Processed in 0.003007569 sec. | ||
| 16559 | 2025.02.28 10:14:10.165881 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16560 | 2025.02.28 10:14:10.166020 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16561 | 2025.02.28 10:14:10.166082 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16562 | 2025.02.28 10:14:10.166643 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16563 | 2025.02.28 10:14:10.166680 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16564 | 2025.02.28 10:14:10.167043 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16565 | 2025.02.28 10:14:10.167269 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16566 | 2025.02.28 10:14:10.167446 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 16567 | 2025.02.28 10:14:10.167498 [ 261 ] {392ef789-52e4-4793-93e4-0eb65b446a39} <Debug> TCPHandler: Processed in 0.001685562 sec. | ||
| 16568 | 2025.02.28 10:14:12.175225 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 16569 | 2025.02.28 10:14:12.202776 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2025.02.28 10:14:12.202846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16571 | 2025.02.28 10:14:12.210895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16572 | 2025.02.28 10:14:12.211959 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2025.02.28 10:14:12.215621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 16574 | 2025.02.28 10:14:15.149507 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16575 | 2025.02.28 10:14:15.149707 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16576 | 2025.02.28 10:14:15.149784 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16577 | 2025.02.28 10:14:15.150556 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16578 | 2025.02.28 10:14:15.150611 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16579 | 2025.02.28 10:14:15.151035 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 16580 | 2025.02.28 10:14:15.151321 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16581 | 2025.02.28 10:14:15.151556 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001903 sec., 2101.9442984760904 rows/sec., 171.40 KiB/sec. | ||
| 16582 | 2025.02.28 10:14:15.151627 [ 261 ] {0c6fff82-5514-4373-9e8f-58a6a600577a} <Debug> TCPHandler: Processed in 0.002255229 sec. | ||
| 16583 | 2025.02.28 10:14:15.151862 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16584 | 2025.02.28 10:14:15.152048 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16585 | 2025.02.28 10:14:15.152119 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16586 | 2025.02.28 10:14:15.152891 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16587 | 2025.02.28 10:14:15.152936 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16588 | 2025.02.28 10:14:15.153381 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16589 | 2025.02.28 10:14:15.153644 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16590 | 2025.02.28 10:14:15.153851 [ 63 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16591 | 2025.02.28 10:14:15.153922 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001913 sec., 34500.78410872974 rows/sec., 2.71 MiB/sec. | ||
| 16592 | 2025.02.28 10:14:15.153922 [ 63 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16593 | 2025.02.28 10:14:15.154013 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16594 | 2025.02.28 10:14:15.154065 [ 262 ] {b3c26178-6751-4802-b834-36a7e149c8e3} <Debug> TCPHandler: Processed in 0.00232477 sec. | ||
| 16595 | 2025.02.28 10:14:15.154284 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16596 | 2025.02.28 10:14:15.154306 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16597 | 2025.02.28 10:14:15.154509 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16598 | 2025.02.28 10:14:15.154598 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16599 | 2025.02.28 10:14:15.154621 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16600 | 2025.02.28 10:14:15.154689 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1995 rows starting from the beginning of the part | ||
| 16601 | 2025.02.28 10:14:15.154954 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 1425 rows starting from the beginning of the part | ||
| 16602 | 2025.02.28 10:14:15.155286 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 16603 | 2025.02.28 10:14:15.155674 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 64 rows starting from the beginning of the part | ||
| 16604 | 2025.02.28 10:14:15.156038 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 166 rows starting from the beginning of the part | ||
| 16605 | 2025.02.28 10:14:15.156341 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 66 rows starting from the beginning of the part | ||
| 16606 | 2025.02.28 10:14:15.157631 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16607 | 2025.02.28 10:14:15.157687 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16608 | 2025.02.28 10:14:15.158640 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16609 | 2025.02.28 10:14:15.159035 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16610 | 2025.02.28 10:14:15.159260 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.004823 sec., 1658.7186398507154 rows/sec., 120.27 KiB/sec. | ||
| 16611 | 2025.02.28 10:14:15.159331 [ 261 ] {263cf43d-9ed4-4968-a2a5-c193bded1938} <Debug> TCPHandler: Processed in 0.005169547 sec. | ||
| 16612 | 2025.02.28 10:14:15.159504 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16613 | 2025.02.28 10:14:15.159842 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16614 | 2025.02.28 10:14:15.159843 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703314 sec., 661369.8632058484 rows/sec., 57.26 MiB/sec. | ||
| 16615 | 2025.02.28 10:14:15.159935 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16616 | 2025.02.28 10:14:15.160158 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16617 | 2025.02.28 10:14:15.160838 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16618 | 2025.02.28 10:14:15.161048 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_156_31} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16619 | 2025.02.28 10:14:15.161227 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 16620 | 2025.02.28 10:14:15.161367 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16621 | 2025.02.28 10:14:15.161415 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16622 | 2025.02.28 10:14:15.161792 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16623 | 2025.02.28 10:14:15.162048 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16624 | 2025.02.28 10:14:15.162245 [ 62 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16625 | 2025.02.28 10:14:15.162310 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002557 sec., 28157.9976535002 rows/sec., 2.20 MiB/sec. | ||
| 16626 | 2025.02.28 10:14:15.162315 [ 62 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16627 | 2025.02.28 10:14:15.162404 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16628 | 2025.02.28 10:14:15.162458 [ 262 ] {42c540d4-f283-4d51-96d5-f883297b5080} <Debug> TCPHandler: Processed in 0.00303663 sec. | ||
| 16629 | 2025.02.28 10:14:15.162748 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16630 | 2025.02.28 10:14:15.162821 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16631 | 2025.02.28 10:14:15.163121 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16632 | 2025.02.28 10:14:15.163362 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16633 | 2025.02.28 10:14:15.163391 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16634 | 2025.02.28 10:14:15.163538 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 969 rows starting from the beginning of the part | ||
| 16635 | 2025.02.28 10:14:15.164062 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 621 rows starting from the beginning of the part | ||
| 16636 | 2025.02.28 10:14:15.164467 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 16637 | 2025.02.28 10:14:15.164855 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 68 rows starting from the beginning of the part | ||
| 16638 | 2025.02.28 10:14:15.165173 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 125 rows starting from the beginning of the part | ||
| 16639 | 2025.02.28 10:14:15.165621 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 72 rows starting from the beginning of the part | ||
| 16640 | 2025.02.28 10:14:15.167392 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16641 | 2025.02.28 10:14:15.167517 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16642 | 2025.02.28 10:14:15.168996 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16643 | 2025.02.28 10:14:15.169357 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16644 | 2025.02.28 10:14:15.169868 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.006879 sec., 23549.934583515045 rows/sec., 1.64 MiB/sec. | ||
| 16645 | 2025.02.28 10:14:15.170283 [ 261 ] {6a36f30f-9841-450a-83bf-a6d40aca2958} <Debug> TCPHandler: Processed in 0.007690711 sec. | ||
| 16646 | 2025.02.28 10:14:15.170574 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1919 rows, containing 5 columns (5 merged, 0 gathered) in 0.008060645 sec., 238070.2784950832 rows/sec., 18.70 MiB/sec. | ||
| 16647 | 2025.02.28 10:14:15.170689 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16648 | 2025.02.28 10:14:15.170957 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16649 | 2025.02.28 10:14:15.171370 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16650 | 2025.02.28 10:14:15.171713 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <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 | ||
| 16651 | 2025.02.28 10:14:15.171755 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16652 | 2025.02.28 10:14:15.172151 [ 194 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_156_31} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16653 | 2025.02.28 10:14:15.172360 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 16654 | 2025.02.28 10:14:15.173370 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16655 | 2025.02.28 10:14:15.173415 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16656 | 2025.02.28 10:14:15.174048 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16657 | 2025.02.28 10:14:15.174312 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16658 | 2025.02.28 10:14:15.174561 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003564 sec., 1122.3344556677891 rows/sec., 2.01 MiB/sec. | ||
| 16659 | 2025.02.28 10:14:15.174679 [ 262 ] {db0af966-93bb-4307-afaf-15930dd9ca53} <Debug> TCPHandler: Processed in 0.004274686 sec. | ||
| 16660 | 2025.02.28 10:14:15.174842 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16661 | 2025.02.28 10:14:15.174985 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16662 | 2025.02.28 10:14:15.175047 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16663 | 2025.02.28 10:14:15.175633 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16664 | 2025.02.28 10:14:15.175679 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16665 | 2025.02.28 10:14:15.176044 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16666 | 2025.02.28 10:14:15.176284 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16667 | 2025.02.28 10:14:15.176457 [ 62 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16668 | 2025.02.28 10:14:15.176503 [ 62 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16669 | 2025.02.28 10:14:15.176522 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 16670 | 2025.02.28 10:14:15.176538 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16671 | 2025.02.28 10:14:15.176669 [ 261 ] {45a14e2b-5de3-49f1-9e1d-6d21b77af395} <Debug> TCPHandler: Processed in 0.001890905 sec. | ||
| 16672 | 2025.02.28 10:14:15.176835 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16673 | 2025.02.28 10:14:15.177090 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16674 | 2025.02.28 10:14:15.177195 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 7940 rows starting from the beginning of the part | ||
| 16675 | 2025.02.28 10:14:15.177592 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 18 rows starting from the beginning of the part | ||
| 16676 | 2025.02.28 10:14:15.178015 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 42 rows starting from the beginning of the part | ||
| 16677 | 2025.02.28 10:14:15.178353 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part | ||
| 16678 | 2025.02.28 10:14:15.178645 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part | ||
| 16679 | 2025.02.28 10:14:15.178934 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 16680 | 2025.02.28 10:14:15.181487 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8180 rows, containing 4 columns (4 merged, 0 gathered) in 0.004821263 sec., 1696650.856839795 rows/sec., 113.65 MiB/sec. | ||
| 16681 | 2025.02.28 10:14:15.182110 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16682 | 2025.02.28 10:14:15.182489 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16683 | 2025.02.28 10:14:15.182587 [ 190 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_156_31} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16684 | 2025.02.28 10:14:15.182685 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 16685 | 2025.02.28 10:14:16.486877 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 16686 | 2025.02.28 10:14:16.488094 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16687 | 2025.02.28 10:14:16.488140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16688 | 2025.02.28 10:14:16.488732 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16689 | 2025.02.28 10:14:16.489044 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16690 | 2025.02.28 10:14:16.489327 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 16691 | 2025.02.28 10:14:19.246438 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2270 | ||
| 16692 | 2025.02.28 10:14:19.249616 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16693 | 2025.02.28 10:14:19.249678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16694 | 2025.02.28 10:14:19.251215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 16695 | 2025.02.28 10:14:19.251543 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16696 | 2025.02.28 10:14:19.252222 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2270 | ||
| 16697 | 2025.02.28 10:14:19.717213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 16698 | 2025.02.28 10:14:19.741982 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16699 | 2025.02.28 10:14:19.742062 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16700 | 2025.02.28 10:14:19.749745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 16701 | 2025.02.28 10:14:19.750561 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2025.02.28 10:14:19.753769 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 16703 | 2025.02.28 10:14:20.154164 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16704 | 2025.02.28 10:14:20.154427 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16705 | 2025.02.28 10:14:20.154501 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16706 | 2025.02.28 10:14:20.155324 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16707 | 2025.02.28 10:14:20.155370 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16708 | 2025.02.28 10:14:20.155838 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16709 | 2025.02.28 10:14:20.156083 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16710 | 2025.02.28 10:14:20.156283 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.00191 sec., 86910.99476439791 rows/sec., 7.57 MiB/sec. | ||
| 16711 | 2025.02.28 10:14:20.156339 [ 261 ] {9b59a297-d14e-45ab-b61f-99c0420dc142} <Debug> TCPHandler: Processed in 0.00235066 sec. | ||
| 16712 | 2025.02.28 10:14:20.156628 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16713 | 2025.02.28 10:14:20.156930 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16714 | 2025.02.28 10:14:20.157043 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16715 | 2025.02.28 10:14:20.157915 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16716 | 2025.02.28 10:14:20.157960 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16717 | 2025.02.28 10:14:20.158396 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16718 | 2025.02.28 10:14:20.158644 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16719 | 2025.02.28 10:14:20.158841 [ 91 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16720 | 2025.02.28 10:14:20.158912 [ 91 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16721 | 2025.02.28 10:14:20.158920 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.002062 sec., 26673.13288069835 rows/sec., 1.96 MiB/sec. | ||
| 16722 | 2025.02.28 10:14:20.158954 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16723 | 2025.02.28 10:14:20.159102 [ 262 ] {73d85afe-d169-4b07-bfbc-258610887887} <Debug> TCPHandler: Processed in 0.002651354 sec. | ||
| 16724 | 2025.02.28 10:14:20.159282 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 16725 | 2025.02.28 10:14:20.159345 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16726 | 2025.02.28 10:14:20.159664 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16727 | 2025.02.28 10:14:20.159687 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16728 | 2025.02.28 10:14:20.159780 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 192 rows starting from the beginning of the part | ||
| 16729 | 2025.02.28 10:14:20.159793 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16730 | 2025.02.28 10:14:20.160342 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 71 rows starting from the beginning of the part | ||
| 16731 | 2025.02.28 10:14:20.160888 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 4 rows starting from the beginning of the part | ||
| 16732 | 2025.02.28 10:14:20.161293 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 55 rows starting from the beginning of the part | ||
| 16733 | 2025.02.28 10:14:20.161647 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part | ||
| 16734 | 2025.02.28 10:14:20.162012 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 55 rows starting from the beginning of the part | ||
| 16735 | 2025.02.28 10:14:20.162935 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16736 | 2025.02.28 10:14:20.162977 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16737 | 2025.02.28 10:14:20.163686 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16738 | 2025.02.28 10:14:20.164153 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16739 | 2025.02.28 10:14:20.164195 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 5 columns (5 merged, 0 gathered) in 0.005124117 sec., 75134.89641239651 rows/sec., 5.49 MiB/sec. | ||
| 16740 | 2025.02.28 10:14:20.164369 [ 195 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16741 | 2025.02.28 10:14:20.164379 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Debug> executeQuery: Read 128 rows, 10.24 KiB in 0.004813 sec., 26594.639517972162 rows/sec., 2.08 MiB/sec. | ||
| 16742 | 2025.02.28 10:14:20.164472 [ 261 ] {77275a9d-ce5c-45ef-9168-fa2606eaf305} <Debug> TCPHandler: Processed in 0.005249568 sec. | ||
| 16743 | 2025.02.28 10:14:20.164666 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16744 | 2025.02.28 10:14:20.164785 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16745 | 2025.02.28 10:14:20.164903 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16746 | 2025.02.28 10:14:20.164965 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_131_26} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16747 | 2025.02.28 10:14:20.165013 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16748 | 2025.02.28 10:14:20.165138 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 16749 | 2025.02.28 10:14:20.165772 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16750 | 2025.02.28 10:14:20.165818 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16751 | 2025.02.28 10:14:20.166228 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16752 | 2025.02.28 10:14:20.166481 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16753 | 2025.02.28 10:14:20.166677 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_152_37 to all_153_153_0 | ||
| 16754 | 2025.02.28 10:14:20.166728 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16755 | 2025.02.28 10:14:20.166746 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001913 sec., 83638.2645060115 rows/sec., 5.83 MiB/sec. | ||
| 16756 | 2025.02.28 10:14:20.166761 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16757 | 2025.02.28 10:14:20.166945 [ 262 ] {3c24fe6f-fa9a-4b39-8ea3-511d7375eb8f} <Debug> TCPHandler: Processed in 0.00238076 sec. | ||
| 16758 | 2025.02.28 10:14:20.166959 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_152_37 to all_153_153_0 into Compact with storage Full | ||
| 16759 | 2025.02.28 10:14:20.167131 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16760 | 2025.02.28 10:14:20.167144 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16761 | 2025.02.28 10:14:20.167163 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_37, total 43091 rows starting from the beginning of the part | ||
| 16762 | 2025.02.28 10:14:20.167319 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 116 rows starting from the beginning of the part | ||
| 16763 | 2025.02.28 10:14:20.167463 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16764 | 2025.02.28 10:14:20.167981 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <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 | ||
| 16765 | 2025.02.28 10:14:20.170076 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16766 | 2025.02.28 10:14:20.170152 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16767 | 2025.02.28 10:14:20.171224 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16768 | 2025.02.28 10:14:20.171608 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16769 | 2025.02.28 10:14:20.171793 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16770 | 2025.02.28 10:14:20.171835 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16771 | 2025.02.28 10:14:20.171867 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16772 | 2025.02.28 10:14:20.171934 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.004583 sec., 12000.872790748417 rows/sec., 21.51 MiB/sec. | ||
| 16773 | 2025.02.28 10:14:20.172006 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 16774 | 2025.02.28 10:14:20.172180 [ 261 ] {83ef72e8-92ff-4002-bffa-18abd63b6843} <Debug> TCPHandler: Processed in 0.005111947 sec. | ||
| 16775 | 2025.02.28 10:14:20.172467 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16776 | 2025.02.28 10:14:20.172564 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16777 | 2025.02.28 10:14:20.172772 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2582 rows starting from the beginning of the part | ||
| 16778 | 2025.02.28 10:14:20.172783 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 16779 | 2025.02.28 10:14:20.172915 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 16780 | 2025.02.28 10:14:20.173806 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 52 rows starting from the beginning of the part | ||
| 16781 | 2025.02.28 10:14:20.174770 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 4 rows starting from the beginning of the part | ||
| 16782 | 2025.02.28 10:14:20.175742 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 54 rows starting from the beginning of the part | ||
| 16783 | 2025.02.28 10:14:20.176688 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16784 | 2025.02.28 10:14:20.176749 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 4 rows starting from the beginning of the part | ||
| 16785 | 2025.02.28 10:14:20.176816 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16786 | 2025.02.28 10:14:20.177601 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 55 rows starting from the beginning of the part | ||
| 16787 | 2025.02.28 10:14:20.179440 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43207 rows, containing 5 columns (5 merged, 0 gathered) in 0.012563833 sec., 3438998.273854802 rows/sec., 235.08 MiB/sec. | ||
| 16788 | 2025.02.28 10:14:20.179535 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 16789 | 2025.02.28 10:14:20.179805 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Trace> MergedBlockOutputStream: filled checksums all_1_153_38 (state Temporary) | ||
| 16790 | 2025.02.28 10:14:20.180374 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16791 | 2025.02.28 10:14:20.180714 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_153_38 to all_1_153_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16792 | 2025.02.28 10:14:20.181070 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_153_38} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_152_37, all_153_153_0] -> all_1_153_38 | ||
| 16793 | 2025.02.28 10:14:20.181377 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 16794 | 2025.02.28 10:14:20.181527 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.008813 sec., 1021.2186542607512 rows/sec., 72.14 KiB/sec. | ||
| 16795 | 2025.02.28 10:14:20.181610 [ 262 ] {c96d49e7-559c-4a3c-bb2f-5cb920aaf283} <Debug> TCPHandler: Processed in 0.009294401 sec. | ||
| 16796 | 2025.02.28 10:14:20.181765 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16797 | 2025.02.28 10:14:20.181881 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16798 | 2025.02.28 10:14:20.181932 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16799 | 2025.02.28 10:14:20.182458 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16800 | 2025.02.28 10:14:20.182496 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16801 | 2025.02.28 10:14:20.182924 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16802 | 2025.02.28 10:14:20.183190 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16803 | 2025.02.28 10:14:20.183478 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 16804 | 2025.02.28 10:14:20.183703 [ 261 ] {df7443d7-e7a2-4a2e-9f85-773b2974e9be} <Debug> TCPHandler: Processed in 0.001992556 sec. | ||
| 16805 | 2025.02.28 10:14:20.191333 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 19 columns (19 merged, 0 gathered) in 0.019399693 sec., 141806.367760562 rows/sec., 254.11 MiB/sec. | ||
| 16806 | 2025.02.28 10:14:20.193710 [ 187 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16807 | 2025.02.28 10:14:20.194130 [ 187 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16808 | 2025.02.28 10:14:20.194206 [ 187 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16809 | 2025.02.28 10:14:20.194325 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.58 MiB. | ||
| 16810 | 2025.02.28 10:14:23.727334 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16811 | 2025.02.28 10:14:23.727395 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16812 | 2025.02.28 10:14:23.991030 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 16813 | 2025.02.28 10:14:23.991748 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16814 | 2025.02.28 10:14:23.991795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16815 | 2025.02.28 10:14:23.992331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 16816 | 2025.02.28 10:14:23.992576 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16817 | 2025.02.28 10:14:23.992826 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 16818 | 2025.02.28 10:14:25.151151 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16819 | 2025.02.28 10:14:25.151370 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16820 | 2025.02.28 10:14:25.151455 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16821 | 2025.02.28 10:14:25.152256 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16822 | 2025.02.28 10:14:25.152309 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16823 | 2025.02.28 10:14:25.152757 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16824 | 2025.02.28 10:14:25.153022 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16825 | 2025.02.28 10:14:25.153260 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.00195 sec., 32820.51282051282 rows/sec., 2.58 MiB/sec. | ||
| 16826 | 2025.02.28 10:14:25.153330 [ 261 ] {ed8f7e73-3b95-41d4-9f22-a00b8fa0ce91} <Debug> TCPHandler: Processed in 0.00232477 sec. | ||
| 16827 | 2025.02.28 10:14:25.153624 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16828 | 2025.02.28 10:14:25.153927 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16829 | 2025.02.28 10:14:25.154040 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16830 | 2025.02.28 10:14:25.154984 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16831 | 2025.02.28 10:14:25.155028 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16832 | 2025.02.28 10:14:25.155459 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16833 | 2025.02.28 10:14:25.155710 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16834 | 2025.02.28 10:14:25.155935 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002091 sec., 1912.960306073649 rows/sec., 143.85 KiB/sec. | ||
| 16835 | 2025.02.28 10:14:25.155992 [ 262 ] {595cb491-6c94-4902-a5d8-855f0ff5c07b} <Debug> TCPHandler: Processed in 0.002552133 sec. | ||
| 16836 | 2025.02.28 10:14:25.156154 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16837 | 2025.02.28 10:14:25.156302 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16838 | 2025.02.28 10:14:25.156364 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16839 | 2025.02.28 10:14:25.157006 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16840 | 2025.02.28 10:14:25.157044 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16841 | 2025.02.28 10:14:25.157408 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16842 | 2025.02.28 10:14:25.157639 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16843 | 2025.02.28 10:14:25.157846 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001571 sec., 43284.53214513049 rows/sec., 3.38 MiB/sec. | ||
| 16844 | 2025.02.28 10:14:25.157908 [ 261 ] {1e5c907c-2079-4076-bcba-8f497bfdf105} <Debug> TCPHandler: Processed in 0.001826264 sec. | ||
| 16845 | 2025.02.28 10:14:25.157936 [ 224 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16846 | 2025.02.28 10:14:25.158008 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16847 | 2025.02.28 10:14:25.158151 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16848 | 2025.02.28 10:14:25.158425 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16849 | 2025.02.28 10:14:25.158564 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16850 | 2025.02.28 10:14:25.159833 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16851 | 2025.02.28 10:14:25.159886 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16852 | 2025.02.28 10:14:25.160687 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16853 | 2025.02.28 10:14:25.161084 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16854 | 2025.02.28 10:14:25.161371 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_153_38 to all_154_154_0 | ||
| 16855 | 2025.02.28 10:14:25.161491 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16856 | 2025.02.28 10:14:25.161559 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16857 | 2025.02.28 10:14:25.161737 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003305 sec., 48411.49773071104 rows/sec., 3.37 MiB/sec. | ||
| 16858 | 2025.02.28 10:14:25.161900 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16859 | 2025.02.28 10:14:25.161967 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_153_38 to all_154_154_0 into Compact with storage Full | ||
| 16860 | 2025.02.28 10:14:25.161988 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16861 | 2025.02.28 10:14:25.161974 [ 262 ] {7cd41416-e534-41a5-8aac-b1ee472a2b99} <Debug> TCPHandler: Processed in 0.003965852 sec. | ||
| 16862 | 2025.02.28 10:14:25.162412 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16863 | 2025.02.28 10:14:25.162793 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16864 | 2025.02.28 10:14:25.162973 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16865 | 2025.02.28 10:14:25.163080 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16866 | 2025.02.28 10:14:25.163383 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <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 | ||
| 16867 | 2025.02.28 10:14:25.164507 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_153_38, total 43207 rows starting from the beginning of the part | ||
| 16868 | 2025.02.28 10:14:25.167137 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part | ||
| 16869 | 2025.02.28 10:14:25.170911 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16870 | 2025.02.28 10:14:25.171329 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16871 | 2025.02.28 10:14:25.171443 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16872 | 2025.02.28 10:14:25.173826 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16873 | 2025.02.28 10:14:25.174193 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16874 | 2025.02.28 10:14:25.174483 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.01173 sec., 341.00596760443307 rows/sec., 625.73 KiB/sec. | ||
| 16875 | 2025.02.28 10:14:25.174497 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16876 | 2025.02.28 10:14:25.174576 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16877 | 2025.02.28 10:14:25.174863 [ 261 ] {7e3eaf79-c5d4-4450-9217-45458e99e840} <Debug> TCPHandler: Processed in 0.012600495 sec. | ||
| 16878 | 2025.02.28 10:14:25.175071 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16879 | 2025.02.28 10:14:25.175367 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16880 | 2025.02.28 10:14:25.175492 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16881 | 2025.02.28 10:14:25.176715 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16882 | 2025.02.28 10:14:25.176779 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16883 | 2025.02.28 10:14:25.177511 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16884 | 2025.02.28 10:14:25.178065 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16885 | 2025.02.28 10:14:25.178567 [ 219 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16886 | 2025.02.28 10:14:25.178666 [ 219 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16887 | 2025.02.28 10:14:25.178866 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003571 sec., 16802.016241949033 rows/sec., 1.13 MiB/sec. | ||
| 16888 | 2025.02.28 10:14:25.179110 [ 262 ] {72b7bd78-8d0e-48a4-889e-a28f0f27e474} <Debug> TCPHandler: Processed in 0.004099073 sec. | ||
| 16889 | 2025.02.28 10:14:25.179449 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 16890 | 2025.02.28 10:14:25.180846 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43367 rows, containing 5 columns (5 merged, 0 gathered) in 0.019083419 sec., 2272496.348793683 rows/sec., 155.35 MiB/sec. | ||
| 16891 | 2025.02.28 10:14:25.181568 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Trace> MergedBlockOutputStream: filled checksums all_1_154_39 (state Temporary) | ||
| 16892 | 2025.02.28 10:14:25.183060 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_154_39 to all_1_154_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16893 | 2025.02.28 10:14:25.183407 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_154_39} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_153_38, all_154_154_0] -> all_1_154_39 | ||
| 16894 | 2025.02.28 10:14:25.183677 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 16895 | 2025.02.28 10:14:25.184545 [ 219 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16896 | 2025.02.28 10:14:25.834428 [ 225 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16897 | 2025.02.28 10:14:25.834483 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16898 | 2025.02.28 10:14:25.836302 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 16899 | 2025.02.28 10:14:25.844053 [ 218 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16900 | 2025.02.28 10:14:25.844111 [ 218 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16901 | 2025.02.28 10:14:25.845962 [ 218 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 16902 | 2025.02.28 10:14:26.433290 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16903 | 2025.02.28 10:14:26.433498 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16904 | 2025.02.28 10:14:26.433575 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16905 | 2025.02.28 10:14:26.434401 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16906 | 2025.02.28 10:14:26.434455 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16907 | 2025.02.28 10:14:26.434903 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16908 | 2025.02.28 10:14:26.435163 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16909 | 2025.02.28 10:14:26.435396 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001953 sec., 12288.786482334868 rows/sec., 1.02 MiB/sec. | ||
| 16910 | 2025.02.28 10:14:26.435464 [ 261 ] {68e35692-491e-4c93-890f-449457d4709b} <Debug> TCPHandler: Processed in 0.00230911 sec. | ||
| 16911 | 2025.02.28 10:14:26.435713 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16912 | 2025.02.28 10:14:26.435889 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16913 | 2025.02.28 10:14:26.435989 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16914 | 2025.02.28 10:14:26.436707 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16915 | 2025.02.28 10:14:26.436752 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16916 | 2025.02.28 10:14:26.437167 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 16917 | 2025.02.28 10:14:26.437418 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16918 | 2025.02.28 10:14:26.437695 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001854 sec., 2157.497303128371 rows/sec., 175.93 KiB/sec. | ||
| 16919 | 2025.02.28 10:14:26.437948 [ 262 ] {dc516503-e51a-4825-8802-142a06a4043c} <Debug> TCPHandler: Processed in 0.002360071 sec. | ||
| 16920 | 2025.02.28 10:14:26.438158 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16921 | 2025.02.28 10:14:26.438288 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16922 | 2025.02.28 10:14:26.438343 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16923 | 2025.02.28 10:14:26.439529 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16924 | 2025.02.28 10:14:26.439573 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16925 | 2025.02.28 10:14:26.440043 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 16926 | 2025.02.28 10:14:26.440284 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16927 | 2025.02.28 10:14:26.440501 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Debug> executeQuery: Read 1428 rows, 122.51 KiB in 0.002244 sec., 636363.6363636364 rows/sec., 53.31 MiB/sec. | ||
| 16928 | 2025.02.28 10:14:26.440567 [ 261 ] {9a8aeb2e-8b11-4eb8-8afb-e0578dc4ab1d} <Debug> TCPHandler: Processed in 0.002497253 sec. | ||
| 16929 | 2025.02.28 10:14:26.440795 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16930 | 2025.02.28 10:14:26.441005 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16931 | 2025.02.28 10:14:26.441089 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16932 | 2025.02.28 10:14:26.441895 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16933 | 2025.02.28 10:14:26.441935 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16934 | 2025.02.28 10:14:26.442309 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16935 | 2025.02.28 10:14:26.442550 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16936 | 2025.02.28 10:14:26.442761 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Debug> executeQuery: Read 71 rows, 5.38 KiB in 0.001809 sec., 39248.203427307904 rows/sec., 2.90 MiB/sec. | ||
| 16937 | 2025.02.28 10:14:26.442817 [ 262 ] {0a0d7fd9-9b18-405b-aa0e-66138923a3e5} <Debug> TCPHandler: Processed in 0.002123488 sec. | ||
| 16938 | 2025.02.28 10:14:26.442974 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16939 | 2025.02.28 10:14:26.443118 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16940 | 2025.02.28 10:14:26.443179 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16941 | 2025.02.28 10:14:26.443891 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16942 | 2025.02.28 10:14:26.443931 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16943 | 2025.02.28 10:14:26.444301 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16944 | 2025.02.28 10:14:26.444532 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16945 | 2025.02.28 10:14:26.444778 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001679 sec., 150089.33889219773 rows/sec., 10.38 MiB/sec. | ||
| 16946 | 2025.02.28 10:14:26.444890 [ 261 ] {c1da6254-c392-4b04-842e-b63d4a7547e5} <Debug> TCPHandler: Processed in 0.001983535 sec. | ||
| 16947 | 2025.02.28 10:14:26.445158 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16948 | 2025.02.28 10:14:26.445353 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16949 | 2025.02.28 10:14:26.445433 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16950 | 2025.02.28 10:14:26.446073 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16951 | 2025.02.28 10:14:26.446111 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16952 | 2025.02.28 10:14:26.446472 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16953 | 2025.02.28 10:14:26.446705 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16954 | 2025.02.28 10:14:26.446936 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001629 sec., 7366.482504604051 rows/sec., 575.51 KiB/sec. | ||
| 16955 | 2025.02.28 10:14:26.447054 [ 262 ] {f85f09e6-5953-4574-a565-152342a27d1a} <Debug> TCPHandler: Processed in 0.002055797 sec. | ||
| 16956 | 2025.02.28 10:14:26.447221 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16957 | 2025.02.28 10:14:26.447362 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16958 | 2025.02.28 10:14:26.447419 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16959 | 2025.02.28 10:14:26.448303 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16960 | 2025.02.28 10:14:26.448340 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16961 | 2025.02.28 10:14:26.448732 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 16962 | 2025.02.28 10:14:26.448965 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16963 | 2025.02.28 10:14:26.449188 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Debug> executeQuery: Read 615 rows, 47.39 KiB in 0.001858 sec., 331001.0764262648 rows/sec., 24.91 MiB/sec. | ||
| 16964 | 2025.02.28 10:14:26.449272 [ 261 ] {9daea5bc-ae1b-465a-9496-de1fb5371471} <Debug> TCPHandler: Processed in 0.002120678 sec. | ||
| 16965 | 2025.02.28 10:14:26.449462 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16966 | 2025.02.28 10:14:26.449616 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16967 | 2025.02.28 10:14:26.449677 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16968 | 2025.02.28 10:14:26.450546 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16969 | 2025.02.28 10:14:26.450586 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16970 | 2025.02.28 10:14:26.451034 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 16971 | 2025.02.28 10:14:26.451270 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16972 | 2025.02.28 10:14:26.451446 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_154_39 to all_159_159_0 | ||
| 16973 | 2025.02.28 10:14:26.451510 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Debug> executeQuery: Read 928 rows, 64.11 KiB in 0.001919 sec., 483585.2006253257 rows/sec., 32.62 MiB/sec. | ||
| 16974 | 2025.02.28 10:14:26.451523 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16975 | 2025.02.28 10:14:26.451602 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16976 | 2025.02.28 10:14:26.451648 [ 262 ] {1f21da1f-e5ac-416e-aaa5-28ec6ec8596d} <Debug> TCPHandler: Processed in 0.00227614 sec. | ||
| 16977 | 2025.02.28 10:14:26.451903 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_154_39 to all_159_159_0 into Compact with storage Full | ||
| 16978 | 2025.02.28 10:14:26.451909 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16979 | 2025.02.28 10:14:26.452466 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16980 | 2025.02.28 10:14:26.452490 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16981 | 2025.02.28 10:14:26.452592 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_154_39, total 43367 rows starting from the beginning of the part | ||
| 16982 | 2025.02.28 10:14:26.453029 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <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 | ||
| 16983 | 2025.02.28 10:14:26.453208 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 161 rows starting from the beginning of the part | ||
| 16984 | 2025.02.28 10:14:26.453817 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 162 rows starting from the beginning of the part | ||
| 16985 | 2025.02.28 10:14:26.454656 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part | ||
| 16986 | 2025.02.28 10:14:26.455403 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 16987 | 2025.02.28 10:14:26.455853 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 928 rows starting from the beginning of the part | ||
| 16988 | 2025.02.28 10:14:26.458502 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16989 | 2025.02.28 10:14:26.458577 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16990 | 2025.02.28 10:14:26.460311 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16991 | 2025.02.28 10:14:26.460677 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16992 | 2025.02.28 10:14:26.460966 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.008694 sec., 6326.2019783758915 rows/sec., 11.34 MiB/sec. | ||
| 16993 | 2025.02.28 10:14:26.461278 [ 261 ] {6953f6e8-c01e-45bc-ae5b-516d658929fd} <Debug> TCPHandler: Processed in 0.009514754 sec. | ||
| 16994 | 2025.02.28 10:14:26.461520 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16995 | 2025.02.28 10:14:26.461711 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16996 | 2025.02.28 10:14:26.461763 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16997 | 2025.02.28 10:14:26.462218 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16998 | 2025.02.28 10:14:26.462256 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 16999 | 2025.02.28 10:14:26.462617 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17000 | 2025.02.28 10:14:26.462849 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17001 | 2025.02.28 10:14:26.463081 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001409 sec., 12775.017743080198 rows/sec., 876.76 KiB/sec. | ||
| 17002 | 2025.02.28 10:14:26.463167 [ 262 ] {7907aa88-03aa-4b64-a764-730e26c3bb56} <Debug> TCPHandler: Processed in 0.001750323 sec. | ||
| 17003 | 2025.02.28 10:14:26.469095 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44938 rows, containing 5 columns (5 merged, 0 gathered) in 0.017384636 sec., 2584926.1382291815 rows/sec., 176.71 MiB/sec. | ||
| 17004 | 2025.02.28 10:14:26.469573 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Trace> MergedBlockOutputStream: filled checksums all_1_159_40 (state Temporary) | ||
| 17005 | 2025.02.28 10:14:26.469917 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_159_40 to all_1_159_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17006 | 2025.02.28 10:14:26.470005 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_159_40} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_154_39, all_159_159_0] -> all_1_159_40 | ||
| 17007 | 2025.02.28 10:14:26.470114 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17008 | 2025.02.28 10:14:27.253941 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 17009 | 2025.02.28 10:14:27.278782 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17010 | 2025.02.28 10:14:27.278850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17011 | 2025.02.28 10:14:27.286683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17012 | 2025.02.28 10:14:27.287477 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17013 | 2025.02.28 10:14:27.290661 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 17014 | 2025.02.28 10:14:29.252528 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2316 | ||
| 17015 | 2025.02.28 10:14:29.256197 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17016 | 2025.02.28 10:14:29.256261 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17017 | 2025.02.28 10:14:29.257870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17018 | 2025.02.28 10:14:29.258203 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17019 | 2025.02.28 10:14:29.258639 [ 224 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 17020 | 2025.02.28 10:14:29.258740 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 17021 | 2025.02.28 10:14:29.259603 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2316 | ||
| 17022 | 2025.02.28 10:14:29.261167 [ 224 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 17023 | 2025.02.28 10:14:30.148432 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17024 | 2025.02.28 10:14:30.148638 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17025 | 2025.02.28 10:14:30.148713 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17026 | 2025.02.28 10:14:30.149474 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17027 | 2025.02.28 10:14:30.149526 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17028 | 2025.02.28 10:14:30.149961 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17029 | 2025.02.28 10:14:30.150204 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17030 | 2025.02.28 10:14:30.150456 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. | ||
| 17031 | 2025.02.28 10:14:30.150523 [ 261 ] {8b094199-cb01-4c0d-9509-3b6a37c8bea7} <Debug> TCPHandler: Processed in 0.002225439 sec. | ||
| 17032 | 2025.02.28 10:14:30.150800 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17033 | 2025.02.28 10:14:30.151105 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17034 | 2025.02.28 10:14:30.151217 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17035 | 2025.02.28 10:14:30.152200 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17036 | 2025.02.28 10:14:30.152247 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17037 | 2025.02.28 10:14:30.152707 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17038 | 2025.02.28 10:14:30.152963 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17039 | 2025.02.28 10:14:30.153228 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002208 sec., 28985.507246376812 rows/sec., 2.26 MiB/sec. | ||
| 17040 | 2025.02.28 10:14:30.153297 [ 262 ] {526e1761-8c7f-4a5c-bf3e-a8716173745b} <Debug> TCPHandler: Processed in 0.002670695 sec. | ||
| 17041 | 2025.02.28 10:14:30.153484 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17042 | 2025.02.28 10:14:30.153633 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17043 | 2025.02.28 10:14:30.153699 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17044 | 2025.02.28 10:14:30.154350 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17045 | 2025.02.28 10:14:30.154400 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17046 | 2025.02.28 10:14:30.154839 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17047 | 2025.02.28 10:14:30.155076 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17048 | 2025.02.28 10:14:30.155306 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Debug> executeQuery: Read 116 rows, 8.27 KiB in 0.001709 sec., 67875.95084844939 rows/sec., 4.72 MiB/sec. | ||
| 17049 | 2025.02.28 10:14:30.155411 [ 261 ] {9bd66cd4-5bf9-4051-9328-cb064fe27198} <Debug> TCPHandler: Processed in 0.001995155 sec. | ||
| 17050 | 2025.02.28 10:14:30.155605 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17051 | 2025.02.28 10:14:30.155894 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17052 | 2025.02.28 10:14:30.156006 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17053 | 2025.02.28 10:14:30.156522 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17054 | 2025.02.28 10:14:30.156562 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17055 | 2025.02.28 10:14:30.156950 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17056 | 2025.02.28 10:14:30.157197 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17057 | 2025.02.28 10:14:30.157418 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001637 sec., 25656.68906536347 rows/sec., 1.73 MiB/sec. | ||
| 17058 | 2025.02.28 10:14:30.157471 [ 262 ] {1b490d08-89eb-4c1d-9928-456d51d8c270} <Debug> TCPHandler: Processed in 0.001967455 sec. | ||
| 17059 | 2025.02.28 10:14:31.492976 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 17060 | 2025.02.28 10:14:31.493728 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17061 | 2025.02.28 10:14:31.493786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17062 | 2025.02.28 10:14:31.494365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17063 | 2025.02.28 10:14:31.494617 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17064 | 2025.02.28 10:14:31.494817 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 17065 | 2025.02.28 10:14:31.725564 [ 118 ] {} <Debug> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 17066 | 2025.02.28 10:14:31.725639 [ 118 ] {} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17067 | 2025.02.28 10:14:31.725686 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17068 | 2025.02.28 10:14:31.726003 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::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 | ||
| 17069 | 2025.02.28 10:14:31.726241 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17070 | 2025.02.28 10:14:31.726300 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 17071 | 2025.02.28 10:14:31.726421 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part | ||
| 17072 | 2025.02.28 10:14:31.726601 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::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 | ||
| 17073 | 2025.02.28 10:14:31.726871 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 17074 | 2025.02.28 10:14:31.727334 [ 190 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 17075 | 2025.02.28 10:14:31.728374 [ 194 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002585113 sec., 19728.34456366124 rows/sec., 1.40 MiB/sec. | ||
| 17076 | 2025.02.28 10:14:31.728491 [ 194 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 17077 | 2025.02.28 10:14:31.728758 [ 194 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17078 | 2025.02.28 10:14:31.728829 [ 194 ] {b2d5222f-2198-4472-b411-b2318c853d54::all_1_5_1} <Trace> oximeter.measurements_i64 (b2d5222f-2198-4472-b411-b2318c853d54) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 17079 | 2025.02.28 10:14:31.728893 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 17080 | 2025.02.28 10:14:32.643223 [ 220 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17081 | 2025.02.28 10:14:32.643302 [ 220 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17082 | 2025.02.28 10:14:32.645360 [ 220 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17083 | 2025.02.28 10:14:33.349197 [ 224 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 17084 | 2025.02.28 10:14:33.349245 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 17085 | 2025.02.28 10:14:33.351172 [ 224 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 17086 | 2025.02.28 10:14:34.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.89 MiB, peak 291.27 MiB, free memory in arenas 0.00 B, will set to 272.89 MiB (RSS), difference: 4.00 MiB | ||
| 17087 | 2025.02.28 10:14:34.790729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 17088 | 2025.02.28 10:14:34.816522 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17089 | 2025.02.28 10:14:34.816586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17090 | 2025.02.28 10:14:34.824318 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 17091 | 2025.02.28 10:14:34.825115 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17092 | 2025.02.28 10:14:34.828240 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 17093 | 2025.02.28 10:14:35.151506 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17094 | 2025.02.28 10:14:35.151732 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17095 | 2025.02.28 10:14:35.151814 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17096 | 2025.02.28 10:14:35.152624 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17097 | 2025.02.28 10:14:35.152675 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17098 | 2025.02.28 10:14:35.153142 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17099 | 2025.02.28 10:14:35.153391 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17100 | 2025.02.28 10:14:35.153595 [ 116 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17101 | 2025.02.28 10:14:35.153665 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.00199 sec., 32160.804020100502 rows/sec., 2.53 MiB/sec. | ||
| 17102 | 2025.02.28 10:14:35.153669 [ 116 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17103 | 2025.02.28 10:14:35.153757 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17104 | 2025.02.28 10:14:35.153818 [ 261 ] {deb108b6-23ef-49d1-a579-8d507255f77f} <Debug> TCPHandler: Processed in 0.002456042 sec. | ||
| 17105 | 2025.02.28 10:14:35.153968 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17106 | 2025.02.28 10:14:35.154098 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17107 | 2025.02.28 10:14:35.154164 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17108 | 2025.02.28 10:14:35.154181 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 2005 rows starting from the beginning of the part | ||
| 17109 | 2025.02.28 10:14:35.154358 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 166 rows starting from the beginning of the part | ||
| 17110 | 2025.02.28 10:14:35.154756 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part | ||
| 17111 | 2025.02.28 10:14:35.155044 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 1428 rows starting from the beginning of the part | ||
| 17112 | 2025.02.28 10:14:35.155207 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17113 | 2025.02.28 10:14:35.155356 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part | ||
| 17114 | 2025.02.28 10:14:35.155461 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17115 | 2025.02.28 10:14:35.155637 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 64 rows starting from the beginning of the part | ||
| 17116 | 2025.02.28 10:14:35.158058 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17117 | 2025.02.28 10:14:35.158127 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17118 | 2025.02.28 10:14:35.158911 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17119 | 2025.02.28 10:14:35.159259 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17120 | 2025.02.28 10:14:35.159850 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.004951 sec., 807.9175924055747 rows/sec., 60.75 KiB/sec. | ||
| 17121 | 2025.02.28 10:14:35.159868 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3783 rows, containing 5 columns (5 merged, 0 gathered) in 0.005992818 sec., 631255.6129687236 rows/sec., 54.69 MiB/sec. | ||
| 17122 | 2025.02.28 10:14:35.159956 [ 262 ] {8e007537-6bde-4bad-a6e3-dbf69f95e26f} <Debug> TCPHandler: Processed in 0.005998568 sec. | ||
| 17123 | 2025.02.28 10:14:35.160146 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17124 | 2025.02.28 10:14:35.160242 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17125 | 2025.02.28 10:14:35.160385 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17126 | 2025.02.28 10:14:35.160473 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17127 | 2025.02.28 10:14:35.160853 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17128 | 2025.02.28 10:14:35.161107 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_161_32} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17129 | 2025.02.28 10:14:35.161266 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 17130 | 2025.02.28 10:14:35.161550 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17131 | 2025.02.28 10:14:35.161596 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17132 | 2025.02.28 10:14:35.161977 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17133 | 2025.02.28 10:14:35.162216 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2025.02.28 10:14:35.162394 [ 116 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17135 | 2025.02.28 10:14:35.162448 [ 116 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17136 | 2025.02.28 10:14:35.162463 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002169 sec., 31350.852927616415 rows/sec., 2.45 MiB/sec. | ||
| 17137 | 2025.02.28 10:14:35.162487 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17138 | 2025.02.28 10:14:35.162663 [ 261 ] {a41b348d-54a5-4406-b708-37609d9c89a0} <Debug> TCPHandler: Processed in 0.002595574 sec. | ||
| 17139 | 2025.02.28 10:14:35.162736 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17140 | 2025.02.28 10:14:35.162937 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17141 | 2025.02.28 10:14:35.162939 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17142 | 2025.02.28 10:14:35.163054 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 980 rows starting from the beginning of the part | ||
| 17143 | 2025.02.28 10:14:35.163415 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 128 rows starting from the beginning of the part | ||
| 17144 | 2025.02.28 10:14:35.163503 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17145 | 2025.02.28 10:14:35.163692 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 68 rows starting from the beginning of the part | ||
| 17146 | 2025.02.28 10:14:35.163816 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17147 | 2025.02.28 10:14:35.164080 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 615 rows starting from the beginning of the part | ||
| 17148 | 2025.02.28 10:14:35.164404 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part | ||
| 17149 | 2025.02.28 10:14:35.164825 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 68 rows starting from the beginning of the part | ||
| 17150 | 2025.02.28 10:14:35.166617 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17151 | 2025.02.28 10:14:35.166706 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17152 | 2025.02.28 10:14:35.167657 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17153 | 2025.02.28 10:14:35.168146 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 5 columns (5 merged, 0 gathered) in 0.005538283 sec., 347219.5263405644 rows/sec., 27.28 MiB/sec. | ||
| 17154 | 2025.02.28 10:14:35.168161 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17155 | 2025.02.28 10:14:35.168400 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17156 | 2025.02.28 10:14:35.168550 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005233 sec., 30575.19587234856 rows/sec., 2.13 MiB/sec. | ||
| 17157 | 2025.02.28 10:14:35.168694 [ 262 ] {9dac776b-243c-4b1c-8594-082e130211c3} <Debug> TCPHandler: Processed in 0.005911427 sec. | ||
| 17158 | 2025.02.28 10:14:35.168903 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17159 | 2025.02.28 10:14:35.168931 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17160 | 2025.02.28 10:14:35.169057 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_161_32} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17161 | 2025.02.28 10:14:35.169116 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17162 | 2025.02.28 10:14:35.169192 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 17163 | 2025.02.28 10:14:35.169282 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <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 | ||
| 17164 | 2025.02.28 10:14:35.170500 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17165 | 2025.02.28 10:14:35.170542 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17166 | 2025.02.28 10:14:35.171187 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 17167 | 2025.02.28 10:14:35.171437 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17168 | 2025.02.28 10:14:35.171687 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002634 sec., 1518.602885345482 rows/sec., 2.72 MiB/sec. | ||
| 17169 | 2025.02.28 10:14:35.171803 [ 261 ] {435328b6-c352-4f1f-8350-b03d640a8478} <Debug> TCPHandler: Processed in 0.002985639 sec. | ||
| 17170 | 2025.02.28 10:14:35.172012 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17171 | 2025.02.28 10:14:35.172237 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17172 | 2025.02.28 10:14:35.172330 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17173 | 2025.02.28 10:14:35.173030 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17174 | 2025.02.28 10:14:35.173069 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17175 | 2025.02.28 10:14:35.173447 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17176 | 2025.02.28 10:14:35.173686 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17177 | 2025.02.28 10:14:35.173861 [ 116 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17178 | 2025.02.28 10:14:35.173915 [ 116 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17179 | 2025.02.28 10:14:35.173930 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001737 sec., 34542.31433506045 rows/sec., 2.33 MiB/sec. | ||
| 17180 | 2025.02.28 10:14:35.173959 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.75 GiB. | ||
| 17181 | 2025.02.28 10:14:35.174083 [ 262 ] {8d05e4e7-b31a-47ed-a699-232c3362f298} <Debug> TCPHandler: Processed in 0.002174468 sec. | ||
| 17182 | 2025.02.28 10:14:35.174217 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17183 | 2025.02.28 10:14:35.174351 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17184 | 2025.02.28 10:14:35.174385 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 8180 rows starting from the beginning of the part | ||
| 17185 | 2025.02.28 10:14:35.174499 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part | ||
| 17186 | 2025.02.28 10:14:35.174699 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 17187 | 2025.02.28 10:14:35.174881 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 18 rows starting from the beginning of the part | ||
| 17188 | 2025.02.28 10:14:35.174966 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 42 rows starting from the beginning of the part | ||
| 17189 | 2025.02.28 10:14:35.175209 [ 187 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part | ||
| 17190 | 2025.02.28 10:14:35.177823 [ 189 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8420 rows, containing 4 columns (4 merged, 0 gathered) in 0.003734329 sec., 2254755.807535972 rows/sec., 151.06 MiB/sec. | ||
| 17191 | 2025.02.28 10:14:35.178036 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17192 | 2025.02.28 10:14:35.178402 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17193 | 2025.02.28 10:14:35.178502 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_161_32} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17194 | 2025.02.28 10:14:35.178609 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 17195 | 2025.02.28 10:14:36.024335 [ 225 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17196 | 2025.02.28 10:14:36.024384 [ 225 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17197 | 2025.02.28 10:14:36.025910 [ 225 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17198 | 2025.02.28 10:14:37.029201 [ 218 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17199 | 2025.02.28 10:14:37.029306 [ 218 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17200 | 2025.02.28 10:14:37.031303 [ 218 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 17201 | 2025.02.28 10:14:38.727454 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17202 | 2025.02.28 10:14:38.727533 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17203 | 2025.02.28 10:14:38.995008 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 17204 | 2025.02.28 10:14:38.995845 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17205 | 2025.02.28 10:14:38.995897 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17206 | 2025.02.28 10:14:38.996422 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17207 | 2025.02.28 10:14:38.996671 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17208 | 2025.02.28 10:14:38.996877 [ 111 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17209 | 2025.02.28 10:14:38.996915 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 17210 | 2025.02.28 10:14:38.996958 [ 111 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17211 | 2025.02.28 10:14:38.996991 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17212 | 2025.02.28 10:14:38.997176 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 17213 | 2025.02.28 10:14:38.997495 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17214 | 2025.02.28 10:14:38.997610 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 17215 | 2025.02.28 10:14:38.997990 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 17216 | 2025.02.28 10:14:38.998358 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 17217 | 2025.02.28 10:14:38.998769 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 17218 | 2025.02.28 10:14:38.998890 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 17219 | 2025.02.28 10:14:38.998985 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 17220 | 2025.02.28 10:14:39.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.16 MiB, peak 291.27 MiB, free memory in arenas 0.00 B, will set to 272.89 MiB (RSS), difference: -6.27 MiB | ||
| 17221 | 2025.02.28 10:14:39.003945 [ 189 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.0068821 sec., 6390636.578951192 rows/sec., 91.42 MiB/sec. | ||
| 17222 | 2025.02.28 10:14:39.004048 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003278152 sec. | ||
| 17223 | 2025.02.28 10:14:39.004274 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17224 | 2025.02.28 10:14:39.004554 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17225 | 2025.02.28 10:14:39.004629 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_96_19} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17226 | 2025.02.28 10:14:39.004712 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17227 | 2025.02.28 10:14:39.259935 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2336 | ||
| 17228 | 2025.02.28 10:14:39.264083 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17229 | 2025.02.28 10:14:39.264175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17230 | 2025.02.28 10:14:39.266206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 17231 | 2025.02.28 10:14:39.266685 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17232 | 2025.02.28 10:14:39.268589 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2336 | ||
| 17233 | 2025.02.28 10:14:40.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.66 MiB, peak 291.27 MiB, free memory in arenas 0.00 B, will set to 272.89 MiB (RSS), difference: 6.23 MiB | ||
| 17234 | 2025.02.28 10:14:40.153378 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17235 | 2025.02.28 10:14:40.153594 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17236 | 2025.02.28 10:14:40.153676 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17237 | 2025.02.28 10:14:40.154548 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17238 | 2025.02.28 10:14:40.154598 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17239 | 2025.02.28 10:14:40.155051 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 17240 | 2025.02.28 10:14:40.155301 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17241 | 2025.02.28 10:14:40.155537 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.002001 sec., 82958.52073963018 rows/sec., 7.23 MiB/sec. | ||
| 17242 | 2025.02.28 10:14:40.155605 [ 261 ] {fda9e2e7-6625-41a6-a9fe-040ad6eac0f9} <Debug> TCPHandler: Processed in 0.002373251 sec. | ||
| 17243 | 2025.02.28 10:14:40.155862 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17244 | 2025.02.28 10:14:40.156140 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17245 | 2025.02.28 10:14:40.156257 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17246 | 2025.02.28 10:14:40.157311 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17247 | 2025.02.28 10:14:40.157361 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17248 | 2025.02.28 10:14:40.157798 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17249 | 2025.02.28 10:14:40.158050 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2025.02.28 10:14:40.158315 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.002257 sec., 24368.630926007976 rows/sec., 1.79 MiB/sec. | ||
| 17251 | 2025.02.28 10:14:40.158438 [ 262 ] {ccd64f15-55e1-4875-af7e-f603a3076d8f} <Debug> TCPHandler: Processed in 0.002710505 sec. | ||
| 17252 | 2025.02.28 10:14:40.158611 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17253 | 2025.02.28 10:14:40.158787 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17254 | 2025.02.28 10:14:40.158848 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17255 | 2025.02.28 10:14:40.159498 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17256 | 2025.02.28 10:14:40.159538 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17257 | 2025.02.28 10:14:40.159913 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 17258 | 2025.02.28 10:14:40.160150 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17259 | 2025.02.28 10:14:40.160364 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001615 sec., 73684.2105263158 rows/sec., 5.76 MiB/sec. | ||
| 17260 | 2025.02.28 10:14:40.160417 [ 261 ] {422faf76-094e-42c4-bd4b-afc24766445c} <Debug> TCPHandler: Processed in 0.001895434 sec. | ||
| 17261 | 2025.02.28 10:14:40.160577 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17262 | 2025.02.28 10:14:40.160722 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17263 | 2025.02.28 10:14:40.160788 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17264 | 2025.02.28 10:14:40.161397 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17265 | 2025.02.28 10:14:40.161439 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17266 | 2025.02.28 10:14:40.161840 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 17267 | 2025.02.28 10:14:40.162097 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17268 | 2025.02.28 10:14:40.162334 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 17269 | 2025.02.28 10:14:40.162388 [ 262 ] {5c4aaa37-e381-4de1-ba1a-b02e178a1cfe} <Debug> TCPHandler: Processed in 0.001878284 sec. | ||
| 17270 | 2025.02.28 10:14:40.162529 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17271 | 2025.02.28 10:14:40.162820 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17272 | 2025.02.28 10:14:40.163101 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <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 | ||
| 17273 | 2025.02.28 10:14:40.164876 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17274 | 2025.02.28 10:14:40.164915 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17275 | 2025.02.28 10:14:40.165610 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 17276 | 2025.02.28 10:14:40.165874 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17277 | 2025.02.28 10:14:40.166132 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003415 sec., 16105.41727672035 rows/sec., 28.86 MiB/sec. | ||
| 17278 | 2025.02.28 10:14:40.166225 [ 261 ] {1e23a725-6317-458f-b862-cbe3557321ff} <Debug> TCPHandler: Processed in 0.003763249 sec. | ||
| 17279 | 2025.02.28 10:14:40.166382 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17280 | 2025.02.28 10:14:40.166520 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17281 | 2025.02.28 10:14:40.166578 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17282 | 2025.02.28 10:14:40.167132 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17283 | 2025.02.28 10:14:40.167170 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17284 | 2025.02.28 10:14:40.167540 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 17285 | 2025.02.28 10:14:40.167768 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17286 | 2025.02.28 10:14:40.167975 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 17287 | 2025.02.28 10:14:40.168025 [ 262 ] {740e704c-67b7-419b-bba5-fa921b84f775} <Debug> TCPHandler: Processed in 0.001712983 sec. | ||
| 17288 | 2025.02.28 10:14:42.328346 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 17289 | 2025.02.28 10:14:42.351820 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17290 | 2025.02.28 10:14:42.351876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17291 | 2025.02.28 10:14:42.359503 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 17292 | 2025.02.28 10:14:42.360337 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17293 | 2025.02.28 10:14:42.360793 [ 105 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 17294 | 2025.02.28 10:14:42.360939 [ 105 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17295 | 2025.02.28 10:14:42.361016 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17296 | 2025.02.28 10:14:42.361295 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 17297 | 2025.02.28 10:14:42.371789 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 17298 | 2025.02.28 10:14:42.373180 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17299 | 2025.02.28 10:14:42.374114 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 17300 | 2025.02.28 10:14:42.379040 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 17301 | 2025.02.28 10:14:42.383873 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 17302 | 2025.02.28 10:14:42.389154 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 17303 | 2025.02.28 10:14:42.395126 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 17304 | 2025.02.28 10:14:42.401190 [ 188 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 17305 | 2025.02.28 10:14:42.465235 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.104084318 sec., 6955.898966451411 rows/sec., 35.97 MiB/sec. | ||
| 17306 | 2025.02.28 10:14:42.469243 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 17307 | 2025.02.28 10:14:42.472610 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17308 | 2025.02.28 10:14:42.472747 [ 195 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_96_19} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 17309 | 2025.02.28 10:14:42.475692 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17310 | 2025.02.28 10:14:43.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.96 MiB, peak 291.38 MiB, free memory in arenas 0.00 B, will set to 272.89 MiB (RSS), difference: -1.07 MiB | ||
| 17311 | 2025.02.28 10:14:45.150930 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17312 | 2025.02.28 10:14:45.151125 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17313 | 2025.02.28 10:14:45.151200 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17314 | 2025.02.28 10:14:45.151967 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17315 | 2025.02.28 10:14:45.152018 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17316 | 2025.02.28 10:14:45.152446 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 17317 | 2025.02.28 10:14:45.152703 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17318 | 2025.02.28 10:14:45.152988 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001908 sec., 2096.4360587002097 rows/sec., 170.95 KiB/sec. | ||
| 17319 | 2025.02.28 10:14:45.153139 [ 261 ] {10859d7e-b38f-4472-a8e7-aee5cbe30d50} <Debug> TCPHandler: Processed in 0.002341051 sec. | ||
| 17320 | 2025.02.28 10:14:45.153532 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17321 | 2025.02.28 10:14:45.153831 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17322 | 2025.02.28 10:14:45.153949 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17323 | 2025.02.28 10:14:45.154806 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17324 | 2025.02.28 10:14:45.154852 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17325 | 2025.02.28 10:14:45.155303 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 17326 | 2025.02.28 10:14:45.155565 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17327 | 2025.02.28 10:14:45.155808 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002061 sec., 32023.289665211065 rows/sec., 2.51 MiB/sec. | ||
| 17328 | 2025.02.28 10:14:45.155875 [ 262 ] {9b100370-cf4e-4dc7-a944-bc848978e3ef} <Debug> TCPHandler: Processed in 0.002567644 sec. | ||
| 17329 | 2025.02.28 10:14:45.156041 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17330 | 2025.02.28 10:14:45.156187 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17331 | 2025.02.28 10:14:45.156249 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17332 | 2025.02.28 10:14:45.156960 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17333 | 2025.02.28 10:14:45.157009 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17334 | 2025.02.28 10:14:45.157388 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17335 | 2025.02.28 10:14:45.157621 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17336 | 2025.02.28 10:14:45.157802 [ 100 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17337 | 2025.02.28 10:14:45.157869 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001712 sec., 4672.897196261682 rows/sec., 338.83 KiB/sec. | ||
| 17338 | 2025.02.28 10:14:45.157890 [ 100 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17339 | 2025.02.28 10:14:45.157961 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17340 | 2025.02.28 10:14:45.158013 [ 261 ] {fa40f490-977f-4d17-a0bf-902628f92d2b} <Debug> TCPHandler: Processed in 0.002040856 sec. | ||
| 17341 | 2025.02.28 10:14:45.158249 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 17342 | 2025.02.28 10:14:45.158264 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17343 | 2025.02.28 10:14:45.158535 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17344 | 2025.02.28 10:14:45.158548 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17345 | 2025.02.28 10:14:45.158610 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 198 rows starting from the beginning of the part | ||
| 17346 | 2025.02.28 10:14:45.158658 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17347 | 2025.02.28 10:14:45.159019 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 4 rows starting from the beginning of the part | ||
| 17348 | 2025.02.28 10:14:45.159358 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 71 rows starting from the beginning of the part | ||
| 17349 | 2025.02.28 10:14:45.159702 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 4 rows starting from the beginning of the part | ||
| 17350 | 2025.02.28 10:14:45.160066 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 55 rows starting from the beginning of the part | ||
| 17351 | 2025.02.28 10:14:45.160435 [ 200 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 8 rows starting from the beginning of the part | ||
| 17352 | 2025.02.28 10:14:45.161829 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17353 | 2025.02.28 10:14:45.161911 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17354 | 2025.02.28 10:14:45.162971 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 17355 | 2025.02.28 10:14:45.163436 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537442 sec., 63262.64043375843 rows/sec., 4.59 MiB/sec. | ||
| 17356 | 2025.02.28 10:14:45.163500 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17357 | 2025.02.28 10:14:45.163773 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17358 | 2025.02.28 10:14:45.163950 [ 223 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17359 | 2025.02.28 10:14:45.164000 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005532 sec., 13015.184381778743 rows/sec., 1.02 MiB/sec. | ||
| 17360 | 2025.02.28 10:14:45.164013 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17361 | 2025.02.28 10:14:45.164276 [ 262 ] {3355be38-4af5-4c17-afcb-b51e88046d17} <Debug> TCPHandler: Processed in 0.0061442 sec. | ||
| 17362 | 2025.02.28 10:14:45.164586 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17363 | 2025.02.28 10:14:45.164647 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17364 | 2025.02.28 10:14:45.164751 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_136_27} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17365 | 2025.02.28 10:14:45.164763 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17366 | 2025.02.28 10:14:45.164882 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17367 | 2025.02.28 10:14:45.164892 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17368 | 2025.02.28 10:14:45.165753 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17369 | 2025.02.28 10:14:45.165795 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17370 | 2025.02.28 10:14:45.166273 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 17371 | 2025.02.28 10:14:45.166559 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17372 | 2025.02.28 10:14:45.166986 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002252 sec., 71936.0568383659 rows/sec., 5.01 MiB/sec. | ||
| 17373 | 2025.02.28 10:14:45.167091 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17374 | 2025.02.28 10:14:45.167221 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17375 | 2025.02.28 10:14:45.167269 [ 261 ] {90fdafbf-a569-4e5c-b32f-c03e27871f34} <Debug> TCPHandler: Processed in 0.002864887 sec. | ||
| 17376 | 2025.02.28 10:14:45.167667 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17377 | 2025.02.28 10:14:45.167864 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17378 | 2025.02.28 10:14:45.168200 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17379 | 2025.02.28 10:14:45.169385 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <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 | ||
| 17380 | 2025.02.28 10:14:45.173325 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17381 | 2025.02.28 10:14:45.173370 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17382 | 2025.02.28 10:14:45.173841 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17383 | 2025.02.28 10:14:45.174411 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 17384 | 2025.02.28 10:14:45.174752 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17385 | 2025.02.28 10:14:45.174929 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 17386 | 2025.02.28 10:14:45.175000 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17387 | 2025.02.28 10:14:45.175031 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17388 | 2025.02.28 10:14:45.175070 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007101 sec., 563.3009435290804 rows/sec., 1.01 MiB/sec. | ||
| 17389 | 2025.02.28 10:14:45.175351 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 17390 | 2025.02.28 10:14:45.175484 [ 262 ] {a09de5cf-ae8f-4dc8-9e77-0fc9ad968794} <Debug> TCPHandler: Processed in 0.008074825 sec. | ||
| 17391 | 2025.02.28 10:14:45.175696 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17392 | 2025.02.28 10:14:45.175891 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17393 | 2025.02.28 10:14:45.175895 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17394 | 2025.02.28 10:14:45.175985 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2751 rows starting from the beginning of the part | ||
| 17395 | 2025.02.28 10:14:45.175992 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17396 | 2025.02.28 10:14:45.176752 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 4 rows starting from the beginning of the part | ||
| 17397 | 2025.02.28 10:14:45.177359 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 55 rows starting from the beginning of the part | ||
| 17398 | 2025.02.28 10:14:45.177982 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17399 | 2025.02.28 10:14:45.178061 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17400 | 2025.02.28 10:14:45.178064 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 4 rows starting from the beginning of the part | ||
| 17401 | 2025.02.28 10:14:45.178666 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 55 rows starting from the beginning of the part | ||
| 17402 | 2025.02.28 10:14:45.179214 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 17403 | 2025.02.28 10:14:45.179271 [ 199 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 4 rows starting from the beginning of the part | ||
| 17404 | 2025.02.28 10:14:45.179796 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17405 | 2025.02.28 10:14:45.180290 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004433 sec., 13534.852244529662 rows/sec., 934.05 KiB/sec. | ||
| 17406 | 2025.02.28 10:14:45.180414 [ 261 ] {b28fd383-4317-4918-af7a-f20a105e0c43} <Debug> TCPHandler: Processed in 0.004827153 sec. | ||
| 17407 | 2025.02.28 10:14:45.190013 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2873 rows, containing 19 columns (19 merged, 0 gathered) in 0.014910995 sec., 192676.6121241406 rows/sec., 345.27 MiB/sec. | ||
| 17408 | 2025.02.28 10:14:45.192606 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 17409 | 2025.02.28 10:14:45.193040 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17410 | 2025.02.28 10:14:45.193128 [ 196 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 17411 | 2025.02.28 10:14:45.193280 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.33 MiB. | ||
| 17412 | 2025.02.28 10:14:45.968942 [ 218 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17413 | 2025.02.28 10:14:45.968998 [ 218 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17414 | 2025.02.28 10:14:45.970841 [ 218 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17415 | 2025.02.28 10:14:46.203315 [ 224 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17416 | 2025.02.28 10:14:46.203394 [ 224 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17417 | 2025.02.28 10:14:46.205609 [ 224 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 17418 | 2025.02.28 10:14:46.497089 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 17419 | 2025.02.28 10:14:46.497755 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17420 | 2025.02.28 10:14:46.497796 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17421 | 2025.02.28 10:14:46.498353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 17422 | 2025.02.28 10:14:46.498639 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17423 | 2025.02.28 10:14:46.498889 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 17424 | 2025.02.28 10:14:49.268844 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2362 | ||
| 17425 | 2025.02.28 10:14:49.272206 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17426 | 2025.02.28 10:14:49.272268 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17427 | 2025.02.28 10:14:49.273848 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 17428 | 2025.02.28 10:14:49.274168 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17429 | 2025.02.28 10:14:49.274446 [ 92 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 17430 | 2025.02.28 10:14:49.274617 [ 92 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17431 | 2025.02.28 10:14:49.274720 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17432 | 2025.02.28 10:14:49.275739 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 17433 | 2025.02.28 10:14:49.276610 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2362 | ||
| 17434 | 2025.02.28 10:14:49.277160 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17435 | 2025.02.28 10:14:49.277372 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2222 rows starting from the beginning of the part | ||
| 17436 | 2025.02.28 10:14:49.277948 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 20 rows starting from the beginning of the part | ||
| 17437 | 2025.02.28 10:14:49.278696 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 28 rows starting from the beginning of the part | ||
| 17438 | 2025.02.28 10:14:49.279474 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part | ||
| 17439 | 2025.02.28 10:14:49.280143 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part | ||
| 17440 | 2025.02.28 10:14:49.280798 [ 200 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
| 17441 | 2025.02.28 10:14:49.290678 [ 196 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2362 rows, containing 72 columns (72 merged, 0 gathered) in 0.015740195 sec., 150061.6733147207 rows/sec., 113.94 MiB/sec. | ||
| 17442 | 2025.02.28 10:14:49.292896 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 17443 | 2025.02.28 10:14:49.293788 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17444 | 2025.02.28 10:14:49.293891 [ 197 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_71_14} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 17445 | 2025.02.28 10:14:49.294278 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 17446 | 2025.02.28 10:14:49.871890 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 17447 | 2025.02.28 10:14:49.896085 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17448 | 2025.02.28 10:14:49.896136 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17449 | 2025.02.28 10:14:49.903846 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 17450 | 2025.02.28 10:14:49.904642 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17451 | 2025.02.28 10:14:49.907728 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 17452 | 2025.02.28 10:14:50.153643 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17453 | 2025.02.28 10:14:50.153925 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17454 | 2025.02.28 10:14:50.154037 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17455 | 2025.02.28 10:14:50.154970 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17456 | 2025.02.28 10:14:50.155019 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17457 | 2025.02.28 10:14:50.155482 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 17458 | 2025.02.28 10:14:50.155739 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17459 | 2025.02.28 10:14:50.155985 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.002136 sec., 77715.35580524345 rows/sec., 6.77 MiB/sec. | ||
| 17460 | 2025.02.28 10:14:50.156057 [ 261 ] {628322b2-610f-4c7d-a748-9f7cf5fa7baf} <Debug> TCPHandler: Processed in 0.002587274 sec. | ||
| 17461 | 2025.02.28 10:14:50.156333 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17462 | 2025.02.28 10:14:50.156621 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17463 | 2025.02.28 10:14:50.156735 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17464 | 2025.02.28 10:14:50.157693 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17465 | 2025.02.28 10:14:50.157741 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17466 | 2025.02.28 10:14:50.158176 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17467 | 2025.02.28 10:14:50.158428 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17468 | 2025.02.28 10:14:50.158663 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.002125 sec., 25882.35294117647 rows/sec., 1.90 MiB/sec. | ||
| 17469 | 2025.02.28 10:14:50.158730 [ 262 ] {3e5c1b75-65fb-4923-82c5-e21f40bf8b5c} <Debug> TCPHandler: Processed in 0.002571174 sec. | ||
| 17470 | 2025.02.28 10:14:50.158879 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17471 | 2025.02.28 10:14:50.159029 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17472 | 2025.02.28 10:14:50.159091 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17473 | 2025.02.28 10:14:50.159743 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17474 | 2025.02.28 10:14:50.159783 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17475 | 2025.02.28 10:14:50.160161 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 17476 | 2025.02.28 10:14:50.160396 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17477 | 2025.02.28 10:14:50.160607 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001612 sec., 73821.33995037222 rows/sec., 5.77 MiB/sec. | ||
| 17478 | 2025.02.28 10:14:50.160665 [ 261 ] {719235a4-79ef-4344-b916-92fa8aa8a187} <Debug> TCPHandler: Processed in 0.001855584 sec. | ||
| 17479 | 2025.02.28 10:14:50.160880 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17480 | 2025.02.28 10:14:50.161112 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17481 | 2025.02.28 10:14:50.161215 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17482 | 2025.02.28 10:14:50.161855 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17483 | 2025.02.28 10:14:50.161895 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17484 | 2025.02.28 10:14:50.162304 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 17485 | 2025.02.28 10:14:50.162549 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17486 | 2025.02.28 10:14:50.162724 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_159_40 to all_160_160_0 | ||
| 17487 | 2025.02.28 10:14:50.162787 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 17488 | 2025.02.28 10:14:50.162813 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17489 | 2025.02.28 10:14:50.162881 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17490 | 2025.02.28 10:14:50.162932 [ 262 ] {52c7e61d-54b3-4f1d-a58a-7546f835c9b9} <Debug> TCPHandler: Processed in 0.002167919 sec. | ||
| 17491 | 2025.02.28 10:14:50.163044 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_159_40 to all_160_160_0 into Compact with storage Full | ||
| 17492 | 2025.02.28 10:14:50.163131 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17493 | 2025.02.28 10:14:50.163207 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17494 | 2025.02.28 10:14:50.163292 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_159_40, total 44938 rows starting from the beginning of the part | ||
| 17495 | 2025.02.28 10:14:50.163377 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17496 | 2025.02.28 10:14:50.163554 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 116 rows starting from the beginning of the part | ||
| 17497 | 2025.02.28 10:14:50.163754 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <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 | ||
| 17498 | 2025.02.28 10:14:50.167146 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17499 | 2025.02.28 10:14:50.167190 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17500 | 2025.02.28 10:14:50.168131 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17501 | 2025.02.28 10:14:50.168475 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17502 | 2025.02.28 10:14:50.168839 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.005528 sec., 9949.348769898697 rows/sec., 17.83 MiB/sec. | ||
| 17503 | 2025.02.28 10:14:50.168884 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 17504 | 2025.02.28 10:14:50.169063 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 17505 | 2025.02.28 10:14:50.169366 [ 261 ] {35cc8997-b0d2-4e9d-b157-95ec67713621} <Debug> TCPHandler: Processed in 0.006307813 sec. | ||
| 17506 | 2025.02.28 10:14:50.169602 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17507 | 2025.02.28 10:14:50.169856 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17508 | 2025.02.28 10:14:50.169992 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17509 | 2025.02.28 10:14:50.171551 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17510 | 2025.02.28 10:14:50.171605 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17511 | 2025.02.28 10:14:50.172610 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 17512 | 2025.02.28 10:14:50.173212 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17513 | 2025.02.28 10:14:50.173349 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): 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] | ||
| 17514 | 2025.02.28 10:14:50.173869 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004069 sec., 14745.637748832638 rows/sec., 1017.60 KiB/sec. | ||
| 17515 | 2025.02.28 10:14:50.174267 [ 262 ] {fb7a171f-e3b8-4c16-b49a-3599d2fdbb69} <Debug> TCPHandler: Processed in 0.004734712 sec. | ||
| 17516 | 2025.02.28 10:14:50.176221 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45054 rows, containing 5 columns (5 merged, 0 gathered) in 0.013235273 sec., 3404085.4314074214 rows/sec., 232.72 MiB/sec. | ||
| 17517 | 2025.02.28 10:14:50.176708 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Trace> MergedBlockOutputStream: filled checksums all_1_160_41 (state Temporary) | ||
| 17518 | 2025.02.28 10:14:50.177054 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_160_41 to all_1_160_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17519 | 2025.02.28 10:14:50.177143 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_160_41} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_159_40, all_160_160_0] -> all_1_160_41 | ||
| 17520 | 2025.02.28 10:14:50.177245 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 17521 | 2025.02.28 10:14:50.644067 [ 223 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 17522 | 2025.02.28 10:14:50.644149 [ 223 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 17523 | 2025.02.28 10:14:50.646483 [ 223 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): 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] | ||
| 17524 | 2025.02.28 10:14:53.727580 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17525 | 2025.02.28 10:14:53.727655 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17526 | 2025.02.28 10:14:53.999016 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 17527 | 2025.02.28 10:14:53.999661 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17528 | 2025.02.28 10:14:53.999713 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17529 | 2025.02.28 10:14:54.000615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 17530 | 2025.02.28 10:14:54.000923 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17531 | 2025.02.28 10:14:54.001169 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 17532 | 2025.02.28 10:14:55.151033 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17533 | 2025.02.28 10:14:55.151223 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17534 | 2025.02.28 10:14:55.151297 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17535 | 2025.02.28 10:14:55.152078 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17536 | 2025.02.28 10:14:55.152124 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17537 | 2025.02.28 10:14:55.152568 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 17538 | 2025.02.28 10:14:55.152816 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17539 | 2025.02.28 10:14:55.153055 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.68 MiB/sec. | ||
| 17540 | 2025.02.28 10:14:55.153126 [ 261 ] {04c1f98d-ca5d-4416-995c-f455a259a130} <Debug> TCPHandler: Processed in 0.002223119 sec. | ||
| 17541 | 2025.02.28 10:14:55.153422 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17542 | 2025.02.28 10:14:55.153719 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17543 | 2025.02.28 10:14:55.153834 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17544 | 2025.02.28 10:14:55.154814 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17545 | 2025.02.28 10:14:55.154860 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17546 | 2025.02.28 10:14:55.155284 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17547 | 2025.02.28 10:14:55.155537 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17548 | 2025.02.28 10:14:55.155805 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00217 sec., 1843.3179723502303 rows/sec., 138.61 KiB/sec. | ||
| 17549 | 2025.02.28 10:14:55.155875 [ 262 ] {f5e32bc9-1dc3-4cb6-98bf-91a8ee6bbb63} <Debug> TCPHandler: Processed in 0.002638124 sec. | ||
| 17550 | 2025.02.28 10:14:55.156059 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17551 | 2025.02.28 10:14:55.156204 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17552 | 2025.02.28 10:14:55.156266 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17553 | 2025.02.28 10:14:55.156894 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17554 | 2025.02.28 10:14:55.156934 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17555 | 2025.02.28 10:14:55.157306 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 17556 | 2025.02.28 10:14:55.157537 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17557 | 2025.02.28 10:14:55.157754 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001584 sec., 42929.29292929293 rows/sec., 3.35 MiB/sec. | ||
| 17558 | 2025.02.28 10:14:55.157812 [ 261 ] {94a4020e-52b7-4bda-9f25-c49d8f80d682} <Debug> TCPHandler: Processed in 0.001819923 sec. | ||
| 17559 | 2025.02.28 10:14:55.157972 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17560 | 2025.02.28 10:14:55.158098 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17561 | 2025.02.28 10:14:55.158157 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17562 | 2025.02.28 10:14:55.158736 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17563 | 2025.02.28 10:14:55.158777 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17564 | 2025.02.28 10:14:55.159178 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 17565 | 2025.02.28 10:14:55.159417 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17566 | 2025.02.28 10:14:55.159614 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_160_41 to all_161_161_0 | ||
| 17567 | 2025.02.28 10:14:55.159659 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 17568 | 2025.02.28 10:14:55.159687 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17569 | 2025.02.28 10:14:55.159760 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17570 | 2025.02.28 10:14:55.159776 [ 262 ] {767420e8-1288-4805-ab65-74618ab4c99c} <Debug> TCPHandler: Processed in 0.001860694 sec. | ||
| 17571 | 2025.02.28 10:14:55.159994 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_160_41 to all_161_161_0 into Compact with storage Full | ||
| 17572 | 2025.02.28 10:14:55.160014 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17573 | 2025.02.28 10:14:55.160243 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17574 | 2025.02.28 10:14:55.160277 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17575 | 2025.02.28 10:14:55.160305 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_160_41, total 45054 rows starting from the beginning of the part | ||
| 17576 | 2025.02.28 10:14:55.160540 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <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 | ||
| 17577 | 2025.02.28 10:14:55.160600 [ 201 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 160 rows starting from the beginning of the part | ||
| 17578 | 2025.02.28 10:14:55.163829 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17579 | 2025.02.28 10:14:55.163875 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17580 | 2025.02.28 10:14:55.164643 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17581 | 2025.02.28 10:14:55.164970 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17582 | 2025.02.28 10:14:55.165338 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005136 sec., 778.816199376947 rows/sec., 1.40 MiB/sec. | ||
| 17583 | 2025.02.28 10:14:55.165481 [ 261 ] {da0733bd-501b-4f13-a84e-643e5c5cc7d9} <Debug> TCPHandler: Processed in 0.005591073 sec. | ||
| 17584 | 2025.02.28 10:14:55.165699 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17585 | 2025.02.28 10:14:55.165859 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17586 | 2025.02.28 10:14:55.165924 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17587 | 2025.02.28 10:14:55.166552 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17588 | 2025.02.28 10:14:55.166595 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17589 | 2025.02.28 10:14:55.166984 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 17590 | 2025.02.28 10:14:55.167239 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17591 | 2025.02.28 10:14:55.167497 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001667 sec., 35992.80143971206 rows/sec., 2.43 MiB/sec. | ||
| 17592 | 2025.02.28 10:14:55.167563 [ 262 ] {0495181f-31c7-4efc-bf26-7e96e513ce21} <Debug> TCPHandler: Processed in 0.001961936 sec. | ||
| 17593 | 2025.02.28 10:14:55.170136 [ 190 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45214 rows, containing 5 columns (5 merged, 0 gathered) in 0.010245994 sec., 4412846.620835422 rows/sec., 301.71 MiB/sec. | ||
| 17594 | 2025.02.28 10:14:55.170682 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Trace> MergedBlockOutputStream: filled checksums all_1_161_42 (state Temporary) | ||
| 17595 | 2025.02.28 10:14:55.171049 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_161_42 to all_1_161_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17596 | 2025.02.28 10:14:55.171148 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_161_42} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_160_41, all_161_161_0] -> all_1_161_42 | ||
| 17597 | 2025.02.28 10:14:55.171251 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 17598 | 2025.02.28 10:14:56.212979 [ 80 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 17599 | 2025.02.28 10:14:56.213043 [ 80 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17600 | 2025.02.28 10:14:56.213066 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17601 | 2025.02.28 10:14:56.213254 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 17602 | 2025.02.28 10:14:56.213579 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17603 | 2025.02.28 10:14:56.213623 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 21 rows starting from the beginning of the part | ||
| 17604 | 2025.02.28 10:14:56.213756 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 17605 | 2025.02.28 10:14:56.214011 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 17606 | 2025.02.28 10:14:56.214266 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
| 17607 | 2025.02.28 10:14:56.214445 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 17608 | 2025.02.28 10:14:56.215589 [ 187 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002456882 sec., 13838.678455049936 rows/sec., 1.15 MiB/sec. | ||
| 17609 | 2025.02.28 10:14:56.215752 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 17610 | 2025.02.28 10:14:56.216037 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17611 | 2025.02.28 10:14:56.216116 [ 192 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_45_11} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 17612 | 2025.02.28 10:14:56.216195 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17613 | 2025.02.28 10:14:56.433232 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17614 | 2025.02.28 10:14:56.433503 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17615 | 2025.02.28 10:14:56.433578 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17616 | 2025.02.28 10:14:56.434365 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17617 | 2025.02.28 10:14:56.434412 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17618 | 2025.02.28 10:14:56.434843 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 17619 | 2025.02.28 10:14:56.435098 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17620 | 2025.02.28 10:14:56.435373 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 1.04 MiB/sec. | ||
| 17621 | 2025.02.28 10:14:56.435550 [ 261 ] {13cf3800-541c-45a2-a7cb-f3a3562329a2} <Debug> TCPHandler: Processed in 0.002485713 sec. | ||
| 17622 | 2025.02.28 10:14:56.435821 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17623 | 2025.02.28 10:14:56.436008 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17624 | 2025.02.28 10:14:56.436082 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17625 | 2025.02.28 10:14:56.436832 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17626 | 2025.02.28 10:14:56.436878 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17627 | 2025.02.28 10:14:56.437294 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 17628 | 2025.02.28 10:14:56.437542 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17629 | 2025.02.28 10:14:56.437779 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001823 sec., 3291.2781130005487 rows/sec., 268.38 KiB/sec. | ||
| 17630 | 2025.02.28 10:14:56.437846 [ 262 ] {d31ea647-99db-4199-b96f-6c46a0a124bc} <Debug> TCPHandler: Processed in 0.002154868 sec. | ||
| 17631 | 2025.02.28 10:14:56.438011 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17632 | 2025.02.28 10:14:56.438155 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17633 | 2025.02.28 10:14:56.438216 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17634 | 2025.02.28 10:14:56.439356 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17635 | 2025.02.28 10:14:56.439398 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17636 | 2025.02.28 10:14:56.439863 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 17637 | 2025.02.28 10:14:56.440106 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17638 | 2025.02.28 10:14:56.440298 [ 80 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 17639 | 2025.02.28 10:14:56.440356 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Debug> executeQuery: Read 1429 rows, 122.58 KiB in 0.002229 sec., 641094.6612830865 rows/sec., 53.70 MiB/sec. | ||
| 17640 | 2025.02.28 10:14:56.440364 [ 80 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17641 | 2025.02.28 10:14:56.440443 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17642 | 2025.02.28 10:14:56.440499 [ 261 ] {16888b09-e093-446b-ae3e-aa9ec3c329e8} <Debug> TCPHandler: Processed in 0.002555203 sec. | ||
| 17643 | 2025.02.28 10:14:56.440745 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 17644 | 2025.02.28 10:14:56.440778 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17645 | 2025.02.28 10:14:56.441030 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17646 | 2025.02.28 10:14:56.441074 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17647 | 2025.02.28 10:14:56.441105 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2007 rows starting from the beginning of the part | ||
| 17648 | 2025.02.28 10:14:56.441194 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17649 | 2025.02.28 10:14:56.441444 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 166 rows starting from the beginning of the part | ||
| 17650 | 2025.02.28 10:14:56.441685 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 66 rows starting from the beginning of the part | ||
| 17651 | 2025.02.28 10:14:56.442122 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 166 rows starting from the beginning of the part | ||
| 17652 | 2025.02.28 10:14:56.442355 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part | ||
| 17653 | 2025.02.28 10:14:56.442592 [ 193 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 1429 rows starting from the beginning of the part | ||
| 17654 | 2025.02.28 10:14:56.443388 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17655 | 2025.02.28 10:14:56.443434 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17656 | 2025.02.28 10:14:56.443973 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17657 | 2025.02.28 10:14:56.444266 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17658 | 2025.02.28 10:14:56.444512 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Debug> executeQuery: Read 73 rows, 5.52 KiB in 0.003516 sec., 20762.229806598407 rows/sec., 1.53 MiB/sec. | ||
| 17659 | 2025.02.28 10:14:56.444580 [ 262 ] {1770c43a-2e4d-4705-be44-0883ed121148} <Debug> TCPHandler: Processed in 0.003927922 sec. | ||
| 17660 | 2025.02.28 10:14:56.444744 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17661 | 2025.02.28 10:14:56.445100 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17662 | 2025.02.28 10:14:56.445165 [ 187 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3898 rows, containing 5 columns (5 merged, 0 gathered) in 0.00457779 sec., 851502.5809397111 rows/sec., 74.00 MiB/sec. | ||
| 17663 | 2025.02.28 10:14:56.445172 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17664 | 2025.02.28 10:14:56.445637 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 17665 | 2025.02.28 10:14:56.446219 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17666 | 2025.02.28 10:14:56.446255 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17667 | 2025.02.28 10:14:56.446314 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17668 | 2025.02.28 10:14:56.446356 [ 186 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_166_33} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 17669 | 2025.02.28 10:14:56.446526 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 17670 | 2025.02.28 10:14:56.446799 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 17671 | 2025.02.28 10:14:56.447049 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17672 | 2025.02.28 10:14:56.447374 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002413 sec., 104434.31413178614 rows/sec., 7.22 MiB/sec. | ||
| 17673 | 2025.02.28 10:14:56.447805 [ 261 ] {a5ead997-530a-44ea-a56c-20692e62a8f6} <Debug> TCPHandler: Processed in 0.003133101 sec. | ||
| 17674 | 2025.02.28 10:14:56.448145 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17675 | 2025.02.28 10:14:56.448272 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17676 | 2025.02.28 10:14:56.448322 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17677 | 2025.02.28 10:14:56.448912 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17678 | 2025.02.28 10:14:56.448953 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17679 | 2025.02.28 10:14:56.449315 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 17680 | 2025.02.28 10:14:56.449552 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17681 | 2025.02.28 10:14:56.449777 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001528 sec., 7853.4031413612565 rows/sec., 613.55 KiB/sec. | ||
| 17682 | 2025.02.28 10:14:56.449892 [ 262 ] {57990d61-df67-4324-8110-0271828a40b5} <Debug> TCPHandler: Processed in 0.001963046 sec. | ||
| 17683 | 2025.02.28 10:14:56.450066 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17684 | 2025.02.28 10:14:56.450185 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17685 | 2025.02.28 10:14:56.450234 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17686 | 2025.02.28 10:14:56.451049 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17687 | 2025.02.28 10:14:56.451087 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17688 | 2025.02.28 10:14:56.451485 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 17689 | 2025.02.28 10:14:56.451721 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17690 | 2025.02.28 10:14:56.451895 [ 80 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 17691 | 2025.02.28 10:14:56.451959 [ 80 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17692 | 2025.02.28 10:14:56.451963 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Debug> executeQuery: Read 617 rows, 47.56 KiB in 0.001789 sec., 344885.410844047 rows/sec., 25.96 MiB/sec. | ||
| 17693 | 2025.02.28 10:14:56.452004 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17694 | 2025.02.28 10:14:56.452145 [ 261 ] {b06a56c9-8dd0-454a-814f-f241c47eece8} <Debug> TCPHandler: Processed in 0.002132908 sec. | ||
| 17695 | 2025.02.28 10:14:56.452245 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 17696 | 2025.02.28 10:14:56.452387 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17697 | 2025.02.28 10:14:56.452419 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17698 | 2025.02.28 10:14:56.452481 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 981 rows starting from the beginning of the part | ||
| 17699 | 2025.02.28 10:14:56.452793 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 119 rows starting from the beginning of the part | ||
| 17700 | 2025.02.28 10:14:56.452959 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17701 | 2025.02.28 10:14:56.453270 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 72 rows starting from the beginning of the part | ||
| 17702 | 2025.02.28 10:14:56.453331 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17703 | 2025.02.28 10:14:56.453629 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 119 rows starting from the beginning of the part | ||
| 17704 | 2025.02.28 10:14:56.454037 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 68 rows starting from the beginning of the part | ||
| 17705 | 2025.02.28 10:14:56.454412 [ 192 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 617 rows starting from the beginning of the part | ||
| 17706 | 2025.02.28 10:14:56.456170 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17707 | 2025.02.28 10:14:56.456251 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17708 | 2025.02.28 10:14:56.457154 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 17709 | 2025.02.28 10:14:56.457505 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.00539244 sec., 366438.94044254546 rows/sec., 28.83 MiB/sec. | ||
| 17710 | 2025.02.28 10:14:56.457697 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17711 | 2025.02.28 10:14:56.457802 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 17712 | 2025.02.28 10:14:56.457959 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_161_42 to all_166_166_0 | ||
| 17713 | 2025.02.28 10:14:56.458073 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17714 | 2025.02.28 10:14:56.458161 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17715 | 2025.02.28 10:14:56.458327 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Debug> executeQuery: Read 929 rows, 64.18 KiB in 0.005526 sec., 168114.36844010136 rows/sec., 11.34 MiB/sec. | ||
| 17716 | 2025.02.28 10:14:56.458521 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_42 to all_166_166_0 into Compact with storage Full | ||
| 17717 | 2025.02.28 10:14:56.458642 [ 262 ] {74c946d9-a7b2-49f3-a6db-c13bf2960d94} <Debug> TCPHandler: Processed in 0.006374863 sec. | ||
| 17718 | 2025.02.28 10:14:56.458700 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17719 | 2025.02.28 10:14:56.458951 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17720 | 2025.02.28 10:14:56.458977 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17721 | 2025.02.28 10:14:56.458995 [ 195 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_166_33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 17722 | 2025.02.28 10:14:56.459022 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_42, total 45214 rows starting from the beginning of the part | ||
| 17723 | 2025.02.28 10:14:56.459292 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 17724 | 2025.02.28 10:14:56.459376 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17725 | 2025.02.28 10:14:56.459464 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part | ||
| 17726 | 2025.02.28 10:14:56.459694 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <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 | ||
| 17727 | 2025.02.28 10:14:56.459758 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 162 rows starting from the beginning of the part | ||
| 17728 | 2025.02.28 10:14:56.460145 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 160 rows starting from the beginning of the part | ||
| 17729 | 2025.02.28 10:14:56.460511 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 17730 | 2025.02.28 10:14:56.460942 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 929 rows starting from the beginning of the part | ||
| 17731 | 2025.02.28 10:14:56.463159 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17732 | 2025.02.28 10:14:56.463210 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17733 | 2025.02.28 10:14:56.464216 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17734 | 2025.02.28 10:14:56.464530 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17735 | 2025.02.28 10:14:56.464802 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.005666 sec., 9707.024355806565 rows/sec., 17.39 MiB/sec. | ||
| 17736 | 2025.02.28 10:14:56.464963 [ 261 ] {eaac857c-67f0-4eb6-b5a3-72bff5174adb} <Debug> TCPHandler: Processed in 0.00619216 sec. | ||
| 17737 | 2025.02.28 10:14:56.465199 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17738 | 2025.02.28 10:14:56.465445 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17739 | 2025.02.28 10:14:56.465512 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17740 | 2025.02.28 10:14:56.466212 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17741 | 2025.02.28 10:14:56.466259 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17742 | 2025.02.28 10:14:56.466948 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 17743 | 2025.02.28 10:14:56.467198 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17744 | 2025.02.28 10:14:56.467429 [ 79 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 17745 | 2025.02.28 10:14:56.467506 [ 79 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17746 | 2025.02.28 10:14:56.467513 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.002112 sec., 8522.727272727272 rows/sec., 584.92 KiB/sec. | ||
| 17747 | 2025.02.28 10:14:56.467540 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17748 | 2025.02.28 10:14:56.467704 [ 262 ] {c9a3255c-4bea-4fe9-baf0-bb3d98575c8f} <Debug> TCPHandler: Processed in 0.002614154 sec. | ||
| 17749 | 2025.02.28 10:14:56.467800 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 17750 | 2025.02.28 10:14:56.467925 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17751 | 2025.02.28 10:14:56.467997 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 8420 rows starting from the beginning of the part | ||
| 17752 | 2025.02.28 10:14:56.468159 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part | ||
| 17753 | 2025.02.28 10:14:56.468334 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 17754 | 2025.02.28 10:14:56.468629 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part | ||
| 17755 | 2025.02.28 10:14:56.468798 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 17756 | 2025.02.28 10:14:56.468953 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 18 rows starting from the beginning of the part | ||
| 17757 | 2025.02.28 10:14:56.471934 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8678 rows, containing 4 columns (4 merged, 0 gathered) in 0.004261305 sec., 2036465.3550966196 rows/sec., 136.46 MiB/sec. | ||
| 17758 | 2025.02.28 10:14:56.472010 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46785 rows, containing 5 columns (5 merged, 0 gathered) in 0.013710839 sec., 3412263.8300982164 rows/sec., 233.29 MiB/sec. | ||
| 17759 | 2025.02.28 10:14:56.472128 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 17760 | 2025.02.28 10:14:56.472415 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17761 | 2025.02.28 10:14:56.472491 [ 195 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_166_33} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 17762 | 2025.02.28 10:14:56.472588 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 17763 | 2025.02.28 10:14:56.472777 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Trace> MergedBlockOutputStream: filled checksums all_1_166_43 (state Temporary) | ||
| 17764 | 2025.02.28 10:14:56.473088 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_166_43 to all_1_166_43 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17765 | 2025.02.28 10:14:56.473176 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_166_43} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_161_42, all_166_166_0] -> all_1_166_43 | ||
| 17766 | 2025.02.28 10:14:56.473273 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17767 | 2025.02.28 10:14:57.407811 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 17768 | 2025.02.28 10:14:57.431853 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17769 | 2025.02.28 10:14:57.431909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17770 | 2025.02.28 10:14:57.439542 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 17771 | 2025.02.28 10:14:57.440350 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17772 | 2025.02.28 10:14:57.443554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 17773 | 2025.02.28 10:14:59.276861 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2406 | ||
| 17774 | 2025.02.28 10:14:59.280648 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17775 | 2025.02.28 10:14:59.280711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17776 | 2025.02.28 10:14:59.282259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 17777 | 2025.02.28 10:14:59.282579 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17778 | 2025.02.28 10:14:59.283283 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2406 | ||
| 17779 | 2025.02.28 10:15:00.148966 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17780 | 2025.02.28 10:15:00.149171 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17781 | 2025.02.28 10:15:00.149251 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17782 | 2025.02.28 10:15:00.150030 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17783 | 2025.02.28 10:15:00.150074 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17784 | 2025.02.28 10:15:00.150502 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 17785 | 2025.02.28 10:15:00.150759 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17786 | 2025.02.28 10:15:00.150958 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.32 MiB/sec. | ||
| 17787 | 2025.02.28 10:15:00.151022 [ 261 ] {170be0ba-eb35-486e-9e68-eb0a47471f47} <Debug> TCPHandler: Processed in 0.002183648 sec. | ||
| 17788 | 2025.02.28 10:15:00.151256 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17789 | 2025.02.28 10:15:00.151462 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17790 | 2025.02.28 10:15:00.151540 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17791 | 2025.02.28 10:15:00.152371 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2025.02.28 10:15:00.152416 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17793 | 2025.02.28 10:15:00.152858 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 17794 | 2025.02.28 10:15:00.153118 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17795 | 2025.02.28 10:15:00.153357 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 17796 | 2025.02.28 10:15:00.153422 [ 262 ] {8f57e76a-8888-478e-8406-2c96c34d30bc} <Debug> TCPHandler: Processed in 0.00230344 sec. | ||
| 17797 | 2025.02.28 10:15:00.153569 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17798 | 2025.02.28 10:15:00.153717 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17799 | 2025.02.28 10:15:00.153785 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17800 | 2025.02.28 10:15:00.154615 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17801 | 2025.02.28 10:15:00.154705 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17802 | 2025.02.28 10:15:00.155184 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 17803 | 2025.02.28 10:15:00.155424 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17804 | 2025.02.28 10:15:00.155633 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Debug> executeQuery: Read 116 rows, 8.27 KiB in 0.001946 sec., 59609.45529290853 rows/sec., 4.15 MiB/sec. | ||
| 17805 | 2025.02.28 10:15:00.155731 [ 261 ] {538dee93-febb-4efd-bc8b-a0d4bb06f896} <Debug> TCPHandler: Processed in 0.002227499 sec. | ||
| 17806 | 2025.02.28 10:15:00.155910 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17807 | 2025.02.28 10:15:00.156111 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17808 | 2025.02.28 10:15:00.156179 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17809 | 2025.02.28 10:15:00.156738 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17810 | 2025.02.28 10:15:00.156777 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17811 | 2025.02.28 10:15:00.157181 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 17812 | 2025.02.28 10:15:00.157417 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17813 | 2025.02.28 10:15:00.157637 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001583 sec., 26531.90145293746 rows/sec., 1.79 MiB/sec. | ||
| 17814 | 2025.02.28 10:15:00.157701 [ 262 ] {e4e6c511-e858-455a-a47d-58c43ee00a39} <Debug> TCPHandler: Processed in 0.001888435 sec. | ||
| 17815 | 2025.02.28 10:15:01.501331 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 17816 | 2025.02.28 10:15:01.502185 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17817 | 2025.02.28 10:15:01.502244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17818 | 2025.02.28 10:15:01.502855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 17819 | 2025.02.28 10:15:01.503123 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17820 | 2025.02.28 10:15:01.503339 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 17821 | 2025.02.28 10:15:04.943675 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 17822 | 2025.02.28 10:15:04.967840 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17823 | 2025.02.28 10:15:04.967903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17824 | 2025.02.28 10:15:04.975521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 17825 | 2025.02.28 10:15:04.976334 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17826 | 2025.02.28 10:15:04.979480 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 17827 | 2025.02.28 10:15:05.050904 [ 224 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17828 | 2025.02.28 10:15:05.050938 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17829 | 2025.02.28 10:15:05.052815 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17830 | 2025.02.28 10:15:05.124749 [ 225 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17831 | 2025.02.28 10:15:05.124839 [ 225 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17832 | 2025.02.28 10:15:05.127604 [ 225 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17833 | 2025.02.28 10:15:05.151293 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17834 | 2025.02.28 10:15:05.151488 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17835 | 2025.02.28 10:15:05.151564 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17836 | 2025.02.28 10:15:05.152390 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17837 | 2025.02.28 10:15:05.152441 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17838 | 2025.02.28 10:15:05.152883 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 17839 | 2025.02.28 10:15:05.153132 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17840 | 2025.02.28 10:15:05.153380 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.59 MiB/sec. | ||
| 17841 | 2025.02.28 10:15:05.153448 [ 261 ] {c147217c-2af9-423a-9702-e2b876588e64} <Debug> TCPHandler: Processed in 0.002291739 sec. | ||
| 17842 | 2025.02.28 10:15:05.153698 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17843 | 2025.02.28 10:15:05.153889 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17844 | 2025.02.28 10:15:05.153969 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17845 | 2025.02.28 10:15:05.154807 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17846 | 2025.02.28 10:15:05.154848 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17847 | 2025.02.28 10:15:05.155271 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17848 | 2025.02.28 10:15:05.155519 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17849 | 2025.02.28 10:15:05.155720 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 159.31 KiB/sec. | ||
| 17850 | 2025.02.28 10:15:05.155786 [ 262 ] {88694345-c777-4835-b4c5-2d94d501997b} <Debug> TCPHandler: Processed in 0.002219429 sec. | ||
| 17851 | 2025.02.28 10:15:05.155959 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17852 | 2025.02.28 10:15:05.156111 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17853 | 2025.02.28 10:15:05.156175 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17854 | 2025.02.28 10:15:05.156872 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17855 | 2025.02.28 10:15:05.156914 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17856 | 2025.02.28 10:15:05.157284 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 17857 | 2025.02.28 10:15:05.157532 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17858 | 2025.02.28 10:15:05.157764 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001688 sec., 40284.36018957346 rows/sec., 3.14 MiB/sec. | ||
| 17859 | 2025.02.28 10:15:05.157820 [ 261 ] {14a1cca1-708f-4239-9e18-a7b6356a07ab} <Debug> TCPHandler: Processed in 0.001931256 sec. | ||
| 17860 | 2025.02.28 10:15:05.158026 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17861 | 2025.02.28 10:15:05.158258 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17862 | 2025.02.28 10:15:05.158365 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17863 | 2025.02.28 10:15:05.159102 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17864 | 2025.02.28 10:15:05.159141 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17865 | 2025.02.28 10:15:05.159548 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 17866 | 2025.02.28 10:15:05.159785 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17867 | 2025.02.28 10:15:05.159969 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001772 sec., 90293.45372460497 rows/sec., 6.29 MiB/sec. | ||
| 17868 | 2025.02.28 10:15:05.160023 [ 262 ] {9d6f80d2-7032-4e8c-9503-056c44c4fc88} <Debug> TCPHandler: Processed in 0.002112347 sec. | ||
| 17869 | 2025.02.28 10:15:05.160191 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17870 | 2025.02.28 10:15:05.160334 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17871 | 2025.02.28 10:15:05.160430 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <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 | ||
| 17872 | 2025.02.28 10:15:05.161633 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17873 | 2025.02.28 10:15:05.161675 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17874 | 2025.02.28 10:15:05.162325 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17875 | 2025.02.28 10:15:05.162578 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17876 | 2025.02.28 10:15:05.162845 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002542 sec., 1573.5641227380015 rows/sec., 2.82 MiB/sec. | ||
| 17877 | 2025.02.28 10:15:05.162964 [ 261 ] {10c60bc6-2189-4a26-a2a1-51fd7d6ca64c} <Debug> TCPHandler: Processed in 0.002844318 sec. | ||
| 17878 | 2025.02.28 10:15:05.163166 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17879 | 2025.02.28 10:15:05.163394 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17880 | 2025.02.28 10:15:05.163491 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17881 | 2025.02.28 10:15:05.164100 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17882 | 2025.02.28 10:15:05.164137 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.74 GiB. | ||
| 17883 | 2025.02.28 10:15:05.164517 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 17884 | 2025.02.28 10:15:05.164770 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17885 | 2025.02.28 10:15:05.164962 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 17886 | 2025.02.28 10:15:05.165013 [ 262 ] {bb32754d-c714-4944-ba7a-01d96552fb5a} <Debug> TCPHandler: Processed in 0.001955326 sec. | ||
| 17887 | 2025.02.28 10:15:05.789119 [ 218 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17888 | 2025.02.28 10:15:05.789173 [ 218 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17889 | 2025.02.28 10:15:05.791065 [ 218 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17890 | 2025.02.28 10:15:06.053150 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17891 | 2025.02.28 10:15:06.053226 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17892 | 2025.02.28 10:15:06.055253 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 17893 | 2025.02.28 10:15:07.800919 [ 222 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17894 | 2025.02.28 10:15:07.800987 [ 222 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17895 | 2025.02.28 10:15:07.802481 [ 222 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17896 | 2025.02.28 10:15:08.356429 [ 224 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17897 | 2025.02.28 10:15:08.356516 [ 224 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17898 | 2025.02.28 10:15:08.358808 [ 224 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 17899 | 2025.02.28 10:15:08.727711 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17900 | 2025.02.28 10:15:08.727781 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17901 | 2025.02.28 10:15:09.003540 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45872 | ||
| 17902 | 2025.02.28 10:15:09.004312 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17903 | 2025.02.28 10:15:09.004355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17904 | 2025.02.28 10:15:09.004890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 17905 | 2025.02.28 10:15:09.005164 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17906 | 2025.02.28 10:15:09.005369 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45872 | ||
| 17907 | 2025.02.28 10:15:09.283635 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2426 | ||
| 17908 | 2025.02.28 10:15:09.287559 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17909 | 2025.02.28 10:15:09.287636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17910 | 2025.02.28 10:15:09.289824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 17911 | 2025.02.28 10:15:09.290239 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17912 | 2025.02.28 10:15:09.291165 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2426 | ||
| 17913 | 2025.02.28 10:15:10.153117 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17914 | 2025.02.28 10:15:10.153326 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17915 | 2025.02.28 10:15:10.153409 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17916 | 2025.02.28 10:15:10.154274 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17917 | 2025.02.28 10:15:10.154326 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17918 | 2025.02.28 10:15:10.154771 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 17919 | 2025.02.28 10:15:10.155039 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17920 | 2025.02.28 10:15:10.155316 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.002042 sec., 81292.85014691479 rows/sec., 7.08 MiB/sec. | ||
| 17921 | 2025.02.28 10:15:10.155412 [ 261 ] {89f80b38-91e6-4326-950b-3dee3721cba2} <Debug> TCPHandler: Processed in 0.002436792 sec. | ||
| 17922 | 2025.02.28 10:15:10.155657 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17923 | 2025.02.28 10:15:10.155860 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17924 | 2025.02.28 10:15:10.155939 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17925 | 2025.02.28 10:15:10.156785 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17926 | 2025.02.28 10:15:10.156831 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17927 | 2025.02.28 10:15:10.157258 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17928 | 2025.02.28 10:15:10.157503 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17929 | 2025.02.28 10:15:10.157710 [ 60 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17930 | 2025.02.28 10:15:10.157755 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.001943 sec., 28306.742151312403 rows/sec., 2.08 MiB/sec. | ||
| 17931 | 2025.02.28 10:15:10.157801 [ 60 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17932 | 2025.02.28 10:15:10.157882 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17933 | 2025.02.28 10:15:10.157884 [ 262 ] {8ef9c4db-1c94-40e0-9235-589959c88648} <Debug> TCPHandler: Processed in 0.002360211 sec. | ||
| 17934 | 2025.02.28 10:15:10.158112 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17935 | 2025.02.28 10:15:10.158136 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 17936 | 2025.02.28 10:15:10.158287 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17937 | 2025.02.28 10:15:10.158296 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17938 | 2025.02.28 10:15:10.158328 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 198 rows starting from the beginning of the part | ||
| 17939 | 2025.02.28 10:15:10.158371 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17940 | 2025.02.28 10:15:10.158513 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 55 rows starting from the beginning of the part | ||
| 17941 | 2025.02.28 10:15:10.158948 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 4 rows starting from the beginning of the part | ||
| 17942 | 2025.02.28 10:15:10.159312 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 73 rows starting from the beginning of the part | ||
| 17943 | 2025.02.28 10:15:10.159737 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 4 rows starting from the beginning of the part | ||
| 17944 | 2025.02.28 10:15:10.160163 [ 199 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 55 rows starting from the beginning of the part | ||
| 17945 | 2025.02.28 10:15:10.161205 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17946 | 2025.02.28 10:15:10.161256 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17947 | 2025.02.28 10:15:10.161861 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 17948 | 2025.02.28 10:15:10.162060 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 389 rows, containing 5 columns (5 merged, 0 gathered) in 0.004072633 sec., 95515.60378752518 rows/sec., 6.99 MiB/sec. | ||
| 17949 | 2025.02.28 10:15:10.162253 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17950 | 2025.02.28 10:15:10.162320 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17951 | 2025.02.28 10:15:10.162628 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.004383 sec., 27150.353639060006 rows/sec., 2.12 MiB/sec. | ||
| 17952 | 2025.02.28 10:15:10.162762 [ 261 ] {4b5983f1-3fb6-464c-961e-42b9f2d87577} <Debug> TCPHandler: Processed in 0.004766032 sec. | ||
| 17953 | 2025.02.28 10:15:10.162943 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17954 | 2025.02.28 10:15:10.162961 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17955 | 2025.02.28 10:15:10.163055 [ 197 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_141_28} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17956 | 2025.02.28 10:15:10.163134 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17957 | 2025.02.28 10:15:10.163169 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 17958 | 2025.02.28 10:15:10.163211 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17959 | 2025.02.28 10:15:10.163867 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17960 | 2025.02.28 10:15:10.163904 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17961 | 2025.02.28 10:15:10.164287 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 17962 | 2025.02.28 10:15:10.164543 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17963 | 2025.02.28 10:15:10.164756 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 17964 | 2025.02.28 10:15:10.164812 [ 262 ] {15d99fa6-7b86-4cfc-a066-f18828da26ed} <Debug> TCPHandler: Processed in 0.001939015 sec. | ||
| 17965 | 2025.02.28 10:15:10.165043 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17966 | 2025.02.28 10:15:10.165375 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17967 | 2025.02.28 10:15:10.165517 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <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 | ||
| 17968 | 2025.02.28 10:15:10.166814 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17969 | 2025.02.28 10:15:10.166854 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17970 | 2025.02.28 10:15:10.167582 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17971 | 2025.02.28 10:15:10.167846 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17972 | 2025.02.28 10:15:10.168030 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17973 | 2025.02.28 10:15:10.168100 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17974 | 2025.02.28 10:15:10.168113 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002842 sec., 19352.568613652358 rows/sec., 34.68 MiB/sec. | ||
| 17975 | 2025.02.28 10:15:10.168146 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17976 | 2025.02.28 10:15:10.168541 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 17977 | 2025.02.28 10:15:10.168552 [ 261 ] {1cd12da9-0dd8-4558-a983-ce7bdf48e10c} <Debug> TCPHandler: Processed in 0.003627127 sec. | ||
| 17978 | 2025.02.28 10:15:10.168866 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17979 | 2025.02.28 10:15:10.169163 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17980 | 2025.02.28 10:15:10.169239 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17981 | 2025.02.28 10:15:10.169263 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17982 | 2025.02.28 10:15:10.169483 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2873 rows starting from the beginning of the part | ||
| 17983 | 2025.02.28 10:15:10.170363 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 55 rows starting from the beginning of the part | ||
| 17984 | 2025.02.28 10:15:10.170912 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 4 rows starting from the beginning of the part | ||
| 17985 | 2025.02.28 10:15:10.171547 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 55 rows starting from the beginning of the part | ||
| 17986 | 2025.02.28 10:15:10.172031 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17987 | 2025.02.28 10:15:10.172226 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 17988 | 2025.02.28 10:15:10.172240 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 4 rows starting from the beginning of the part | ||
| 17989 | 2025.02.28 10:15:10.172929 [ 200 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 55 rows starting from the beginning of the part | ||
| 17990 | 2025.02.28 10:15:10.173936 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 17991 | 2025.02.28 10:15:10.174365 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17992 | 2025.02.28 10:15:10.175011 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005916 sec., 10141.987829614603 rows/sec., 699.90 KiB/sec. | ||
| 17993 | 2025.02.28 10:15:10.175348 [ 262 ] {caced35a-1f03-4580-b80e-a2b5cf4b55c9} <Debug> TCPHandler: Processed in 0.006637037 sec. | ||
| 17994 | 2025.02.28 10:15:10.183245 [ 197 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3046 rows, containing 19 columns (19 merged, 0 gathered) in 0.014952495 sec., 203711.82200696273 rows/sec., 365.04 MiB/sec. | ||
| 17995 | 2025.02.28 10:15:10.186016 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17996 | 2025.02.28 10:15:10.186454 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17997 | 2025.02.28 10:15:10.186540 [ 191 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17998 | 2025.02.28 10:15:10.186698 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.80 MiB. | ||
| 17999 | 2025.02.28 10:15:10.396461 [ 221 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18000 | 2025.02.28 10:15:10.396506 [ 221 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18001 | 2025.02.28 10:15:10.401235 [ 221 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18002 | 2025.02.28 10:15:11.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.39 MiB, peak 292.76 MiB, free memory in arenas 0.00 B, will set to 273.18 MiB (RSS), difference: 3.78 MiB | ||
| 18003 | 2025.02.28 10:15:12.479592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 18004 | 2025.02.28 10:15:12.502475 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18005 | 2025.02.28 10:15:12.502535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18006 | 2025.02.28 10:15:12.510202 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18007 | 2025.02.28 10:15:12.511008 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18008 | 2025.02.28 10:15:12.514109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 18009 | 2025.02.28 10:15:15.099112 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18010 | 2025.02.28 10:15:15.099165 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18011 | 2025.02.28 10:15:15.101047 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18012 | 2025.02.28 10:15:15.150999 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18013 | 2025.02.28 10:15:15.151195 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18014 | 2025.02.28 10:15:15.151272 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18015 | 2025.02.28 10:15:15.152026 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18016 | 2025.02.28 10:15:15.152074 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18017 | 2025.02.28 10:15:15.152514 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 18018 | 2025.02.28 10:15:15.152772 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18019 | 2025.02.28 10:15:15.153018 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001875 sec., 2133.3333333333335 rows/sec., 173.96 KiB/sec. | ||
| 18020 | 2025.02.28 10:15:15.153084 [ 261 ] {2d5bd004-b58d-418e-a136-6072641b4b8e} <Debug> TCPHandler: Processed in 0.002215539 sec. | ||
| 18021 | 2025.02.28 10:15:15.153315 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18022 | 2025.02.28 10:15:15.153511 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18023 | 2025.02.28 10:15:15.153589 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18024 | 2025.02.28 10:15:15.154393 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18025 | 2025.02.28 10:15:15.154437 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18026 | 2025.02.28 10:15:15.154879 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18027 | 2025.02.28 10:15:15.155133 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18028 | 2025.02.28 10:15:15.155367 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.001913 sec., 34500.78410872974 rows/sec., 2.71 MiB/sec. | ||
| 18029 | 2025.02.28 10:15:15.155430 [ 262 ] {739f077d-df0a-4349-8507-41f528c7abc0} <Debug> TCPHandler: Processed in 0.002245379 sec. | ||
| 18030 | 2025.02.28 10:15:15.155578 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18031 | 2025.02.28 10:15:15.155723 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18032 | 2025.02.28 10:15:15.155784 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18033 | 2025.02.28 10:15:15.156398 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18034 | 2025.02.28 10:15:15.156439 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18035 | 2025.02.28 10:15:15.156803 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18036 | 2025.02.28 10:15:15.157039 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18037 | 2025.02.28 10:15:15.157243 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001552 sec., 5154.639175257732 rows/sec., 373.76 KiB/sec. | ||
| 18038 | 2025.02.28 10:15:15.157295 [ 261 ] {c6d21fdf-b1a7-4312-a87d-8c0e45dc035a} <Debug> TCPHandler: Processed in 0.001787244 sec. | ||
| 18039 | 2025.02.28 10:15:15.157497 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18040 | 2025.02.28 10:15:15.157723 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18041 | 2025.02.28 10:15:15.157816 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18042 | 2025.02.28 10:15:15.158533 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18043 | 2025.02.28 10:15:15.158574 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18044 | 2025.02.28 10:15:15.158962 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18045 | 2025.02.28 10:15:15.159215 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18046 | 2025.02.28 10:15:15.159442 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001779 sec., 40472.17537942665 rows/sec., 3.16 MiB/sec. | ||
| 18047 | 2025.02.28 10:15:15.159494 [ 262 ] {27bce8a5-adf4-4c97-b341-fbaafb3349c5} <Debug> TCPHandler: Processed in 0.002106367 sec. | ||
| 18048 | 2025.02.28 10:15:15.159674 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18049 | 2025.02.28 10:15:15.159813 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18050 | 2025.02.28 10:15:15.159874 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18051 | 2025.02.28 10:15:15.160460 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18052 | 2025.02.28 10:15:15.160499 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18053 | 2025.02.28 10:15:15.160958 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18054 | 2025.02.28 10:15:15.161192 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18055 | 2025.02.28 10:15:15.161420 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001634 sec., 99143.20685434516 rows/sec., 6.90 MiB/sec. | ||
| 18056 | 2025.02.28 10:15:15.161484 [ 261 ] {d98cbae3-873e-48c4-9933-5a86e021035a} <Debug> TCPHandler: Processed in 0.001876225 sec. | ||
| 18057 | 2025.02.28 10:15:15.161652 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18058 | 2025.02.28 10:15:15.161943 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18059 | 2025.02.28 10:15:15.162196 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <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 | ||
| 18060 | 2025.02.28 10:15:15.163952 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18061 | 2025.02.28 10:15:15.163992 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18062 | 2025.02.28 10:15:15.164607 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 18063 | 2025.02.28 10:15:15.164864 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18064 | 2025.02.28 10:15:15.165111 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00328 sec., 1219.5121951219512 rows/sec., 2.19 MiB/sec. | ||
| 18065 | 2025.02.28 10:15:15.165204 [ 262 ] {95cdc865-bfcc-4eac-b34b-1c1720db6c38} <Debug> TCPHandler: Processed in 0.003628777 sec. | ||
| 18066 | 2025.02.28 10:15:15.165358 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18067 | 2025.02.28 10:15:15.165499 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18068 | 2025.02.28 10:15:15.165558 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18069 | 2025.02.28 10:15:15.166123 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18070 | 2025.02.28 10:15:15.166162 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18071 | 2025.02.28 10:15:15.166533 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18072 | 2025.02.28 10:15:15.166773 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18073 | 2025.02.28 10:15:15.166999 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 18074 | 2025.02.28 10:15:15.167047 [ 261 ] {7c906a1e-ff40-4951-b510-be29e91678ce} <Debug> TCPHandler: Processed in 0.001756643 sec. | ||
| 18075 | 2025.02.28 10:15:16.500516 [ 224 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18076 | 2025.02.28 10:15:16.500589 [ 224 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18077 | 2025.02.28 10:15:16.502392 [ 224 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 18078 | 2025.02.28 10:15:16.505539 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46299 | ||
| 18079 | 2025.02.28 10:15:16.506236 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18080 | 2025.02.28 10:15:16.506276 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18081 | 2025.02.28 10:15:16.506805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 18082 | 2025.02.28 10:15:16.507062 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18083 | 2025.02.28 10:15:16.507211 [ 50 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 18084 | 2025.02.28 10:15:16.507272 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 18085 | 2025.02.28 10:15:16.507272 [ 50 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18086 | 2025.02.28 10:15:16.507310 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18087 | 2025.02.28 10:15:16.507492 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 18088 | 2025.02.28 10:15:16.507842 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18089 | 2025.02.28 10:15:16.507953 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 18090 | 2025.02.28 10:15:16.508369 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 18091 | 2025.02.28 10:15:16.508471 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 18092 | 2025.02.28 10:15:16.508684 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 18093 | 2025.02.28 10:15:16.508905 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part | ||
| 18094 | 2025.02.28 10:15:16.509042 [ 196 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part | ||
| 18095 | 2025.02.28 10:15:16.512491 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107977 sec., 9064058.040981783 rows/sec., 129.66 MiB/sec. | ||
| 18096 | 2025.02.28 10:15:16.512885 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 18097 | 2025.02.28 10:15:16.513200 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18098 | 2025.02.28 10:15:16.513279 [ 194 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_101_20} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 18099 | 2025.02.28 10:15:16.513389 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18100 | 2025.02.28 10:15:19.291381 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2452 | ||
| 18101 | 2025.02.28 10:15:19.294532 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18102 | 2025.02.28 10:15:19.294592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18103 | 2025.02.28 10:15:19.296158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 18104 | 2025.02.28 10:15:19.296486 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18105 | 2025.02.28 10:15:19.296850 [ 225 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 18106 | 2025.02.28 10:15:19.296944 [ 225 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 18107 | 2025.02.28 10:15:19.297762 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2452 | ||
| 18108 | 2025.02.28 10:15:19.299233 [ 225 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 18109 | 2025.02.28 10:15:20.014217 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 18110 | 2025.02.28 10:15:20.038572 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18111 | 2025.02.28 10:15:20.038638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18112 | 2025.02.28 10:15:20.046383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 18113 | 2025.02.28 10:15:20.047248 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18114 | 2025.02.28 10:15:20.047651 [ 45 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 18115 | 2025.02.28 10:15:20.047838 [ 45 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18116 | 2025.02.28 10:15:20.047931 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18117 | 2025.02.28 10:15:20.048486 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 18118 | 2025.02.28 10:15:20.062741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 18119 | 2025.02.28 10:15:20.064733 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18120 | 2025.02.28 10:15:20.066306 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 18121 | 2025.02.28 10:15:20.072371 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 18122 | 2025.02.28 10:15:20.078496 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 18123 | 2025.02.28 10:15:20.084646 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 18124 | 2025.02.28 10:15:20.090726 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 18125 | 2025.02.28 10:15:20.096737 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 18126 | 2025.02.28 10:15:20.153802 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18127 | 2025.02.28 10:15:20.154221 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18128 | 2025.02.28 10:15:20.154410 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18129 | 2025.02.28 10:15:20.158277 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18130 | 2025.02.28 10:15:20.158347 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18131 | 2025.02.28 10:15:20.158989 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 18132 | 2025.02.28 10:15:20.159309 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18133 | 2025.02.28 10:15:20.159575 [ 45 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 18134 | 2025.02.28 10:15:20.159675 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.005581 sec., 29743.773517290807 rows/sec., 2.59 MiB/sec. | ||
| 18135 | 2025.02.28 10:15:20.159695 [ 45 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18136 | 2025.02.28 10:15:20.159814 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18137 | 2025.02.28 10:15:20.159914 [ 261 ] {33febe98-a361-4409-821e-7c7a366f3458} <Debug> TCPHandler: Processed in 0.006297082 sec. | ||
| 18138 | 2025.02.28 10:15:20.160379 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 18139 | 2025.02.28 10:15:20.160523 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18140 | 2025.02.28 10:15:20.160927 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18141 | 2025.02.28 10:15:20.161085 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 2007 rows starting from the beginning of the part | ||
| 18142 | 2025.02.28 10:15:20.161524 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18143 | 2025.02.28 10:15:20.161731 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part | ||
| 18144 | 2025.02.28 10:15:20.162244 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 64 rows starting from the beginning of the part | ||
| 18145 | 2025.02.28 10:15:20.162384 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18146 | 2025.02.28 10:15:20.162794 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 166 rows starting from the beginning of the part | ||
| 18147 | 2025.02.28 10:15:20.163288 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 66 rows starting from the beginning of the part | ||
| 18148 | 2025.02.28 10:15:20.163750 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 166 rows starting from the beginning of the part | ||
| 18149 | 2025.02.28 10:15:20.169671 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18150 | 2025.02.28 10:15:20.169748 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18151 | 2025.02.28 10:15:20.170733 [ 188 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2525 rows, containing 5 columns (5 merged, 0 gathered) in 0.01074585 sec., 234974.43199002408 rows/sec., 20.29 MiB/sec. | ||
| 18152 | 2025.02.28 10:15:20.170870 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18153 | 2025.02.28 10:15:20.171265 [ 189 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 18154 | 2025.02.28 10:15:20.171871 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18155 | 2025.02.28 10:15:20.172763 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18156 | 2025.02.28 10:15:20.173194 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.012092 sec., 4548.461792920939 rows/sec., 342.02 KiB/sec. | ||
| 18157 | 2025.02.28 10:15:20.173398 [ 201 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_171_34} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 18158 | 2025.02.28 10:15:20.173885 [ 262 ] {60bd0f05-5fee-429c-a84e-ed0702b26a8e} <Debug> TCPHandler: Processed in 0.01377757 sec. | ||
| 18159 | 2025.02.28 10:15:20.174281 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18160 | 2025.02.28 10:15:20.175024 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18161 | 2025.02.28 10:15:20.175297 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18162 | 2025.02.28 10:15:20.178239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 18163 | 2025.02.28 10:15:20.179401 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18164 | 2025.02.28 10:15:20.179518 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18165 | 2025.02.28 10:15:20.180853 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 18166 | 2025.02.28 10:15:20.181482 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18167 | 2025.02.28 10:15:20.181990 [ 45 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 18168 | 2025.02.28 10:15:20.182303 [ 45 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18169 | 2025.02.28 10:15:20.182424 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.007749 sec., 15356.820234869016 rows/sec., 1.20 MiB/sec. | ||
| 18170 | 2025.02.28 10:15:20.182463 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18171 | 2025.02.28 10:15:20.182786 [ 261 ] {8ce599bd-5866-4ff4-838e-d0399efb272c} <Debug> TCPHandler: Processed in 0.008702104 sec. | ||
| 18172 | 2025.02.28 10:15:20.183306 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 18173 | 2025.02.28 10:15:20.183438 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18174 | 2025.02.28 10:15:20.183776 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18175 | 2025.02.28 10:15:20.183842 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18176 | 2025.02.28 10:15:20.183910 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 981 rows starting from the beginning of the part | ||
| 18177 | 2025.02.28 10:15:20.184083 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18178 | 2025.02.28 10:15:20.184546 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part | ||
| 18179 | 2025.02.28 10:15:20.185209 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 68 rows starting from the beginning of the part | ||
| 18180 | 2025.02.28 10:15:20.185798 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 119 rows starting from the beginning of the part | ||
| 18181 | 2025.02.28 10:15:20.186257 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 72 rows starting from the beginning of the part | ||
| 18182 | 2025.02.28 10:15:20.186965 [ 201 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 119 rows starting from the beginning of the part | ||
| 18183 | 2025.02.28 10:15:20.189652 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18184 | 2025.02.28 10:15:20.189760 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18185 | 2025.02.28 10:15:20.191625 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 18186 | 2025.02.28 10:15:20.192503 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18187 | 2025.02.28 10:15:20.193014 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_166_43 to all_167_167_0 | ||
| 18188 | 2025.02.28 10:15:20.193195 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18189 | 2025.02.28 10:15:20.193376 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18190 | 2025.02.28 10:15:20.193917 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010157 sec., 15752.682878802798 rows/sec., 1.10 MiB/sec. | ||
| 18191 | 2025.02.28 10:15:20.194083 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_166_43 to all_167_167_0 into Compact with storage Full | ||
| 18192 | 2025.02.28 10:15:20.194370 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.011404849 sec., 124771.4897408988 rows/sec., 9.81 MiB/sec. | ||
| 18193 | 2025.02.28 10:15:20.194818 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18194 | 2025.02.28 10:15:20.194863 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 18195 | 2025.02.28 10:15:20.195058 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_166_43, total 46785 rows starting from the beginning of the part | ||
| 18196 | 2025.02.28 10:15:20.195618 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 116 rows starting from the beginning of the part | ||
| 18197 | 2025.02.28 10:15:20.195947 [ 262 ] {4c6e0046-7590-4b66-a22e-aa3c5aa09f18} <Debug> TCPHandler: Processed in 0.012880768 sec. | ||
| 18198 | 2025.02.28 10:15:20.196355 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18199 | 2025.02.28 10:15:20.196862 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18200 | 2025.02.28 10:15:20.197006 [ 187 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_171_34} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 18201 | 2025.02.28 10:15:20.197406 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 18202 | 2025.02.28 10:15:20.197495 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18203 | 2025.02.28 10:15:20.197909 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <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 | ||
| 18204 | 2025.02.28 10:15:20.207049 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18205 | 2025.02.28 10:15:20.207132 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18206 | 2025.02.28 10:15:20.210491 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46901 rows, containing 5 columns (5 merged, 0 gathered) in 0.016797199 sec., 2792191.721965073 rows/sec., 190.91 MiB/sec. | ||
| 18207 | 2025.02.28 10:15:20.210998 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 18208 | 2025.02.28 10:15:20.211244 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Trace> MergedBlockOutputStream: filled checksums all_1_167_44 (state Temporary) | ||
| 18209 | 2025.02.28 10:15:20.212100 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18210 | 2025.02.28 10:15:20.212256 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_167_44 to all_1_167_44 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18211 | 2025.02.28 10:15:20.212791 [ 195 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_167_44} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_166_43, all_167_167_0] -> all_1_167_44 | ||
| 18212 | 2025.02.28 10:15:20.213181 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 18213 | 2025.02.28 10:15:20.213496 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.016155 sec., 3404.518724852987 rows/sec., 6.10 MiB/sec. | ||
| 18214 | 2025.02.28 10:15:20.214732 [ 261 ] {9419f89c-dd1a-47dd-b890-2753fac234df} <Debug> TCPHandler: Processed in 0.018264468 sec. | ||
| 18215 | 2025.02.28 10:15:20.215344 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18216 | 2025.02.28 10:15:20.215872 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18217 | 2025.02.28 10:15:20.216122 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18218 | 2025.02.28 10:15:20.218356 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18219 | 2025.02.28 10:15:20.218446 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18220 | 2025.02.28 10:15:20.218661 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.170535625 sec., 4468.274590719681 rows/sec., 23.10 MiB/sec. | ||
| 18221 | 2025.02.28 10:15:20.219572 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 18222 | 2025.02.28 10:15:20.220000 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18223 | 2025.02.28 10:15:20.220266 [ 41 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 18224 | 2025.02.28 10:15:20.220362 [ 41 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18225 | 2025.02.28 10:15:20.220435 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18226 | 2025.02.28 10:15:20.220451 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004775 sec., 12565.445026178011 rows/sec., 867.15 KiB/sec. | ||
| 18227 | 2025.02.28 10:15:20.220774 [ 262 ] {0499689b-b4b8-45e1-a41f-323352a99213} <Debug> TCPHandler: Processed in 0.005880217 sec. | ||
| 18228 | 2025.02.28 10:15:20.220968 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 18229 | 2025.02.28 10:15:20.221251 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18230 | 2025.02.28 10:15:20.221317 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 8678 rows starting from the beginning of the part | ||
| 18231 | 2025.02.28 10:15:20.221528 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 42 rows starting from the beginning of the part | ||
| 18232 | 2025.02.28 10:15:20.221839 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 60 rows starting from the beginning of the part | ||
| 18233 | 2025.02.28 10:15:20.222203 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 60 rows starting from the beginning of the part | ||
| 18234 | 2025.02.28 10:15:20.222487 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 18235 | 2025.02.28 10:15:20.222780 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part | ||
| 18236 | 2025.02.28 10:15:20.226131 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 18237 | 2025.02.28 10:15:20.228161 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8960 rows, containing 4 columns (4 merged, 0 gathered) in 0.007582259 sec., 1181705.8741992328 rows/sec., 79.20 MiB/sec. | ||
| 18238 | 2025.02.28 10:15:20.228426 [ 193 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 18239 | 2025.02.28 10:15:20.229293 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18240 | 2025.02.28 10:15:20.229508 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_171_34} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 18241 | 2025.02.28 10:15:20.229647 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 18242 | 2025.02.28 10:15:20.230831 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18243 | 2025.02.28 10:15:20.230943 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_101_20} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 18244 | 2025.02.28 10:15:20.232980 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 18245 | 2025.02.28 10:15:21.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.84 MiB, peak 295.66 MiB, free memory in arenas 0.00 B, will set to 273.18 MiB (RSS), difference: -1.66 MiB | ||
| 18246 | 2025.02.28 10:15:23.727840 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18247 | 2025.02.28 10:15:23.727901 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18248 | 2025.02.28 10:15:24.007428 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46787 | ||
| 18249 | 2025.02.28 10:15:24.008215 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18250 | 2025.02.28 10:15:24.008264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18251 | 2025.02.28 10:15:24.008815 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 18252 | 2025.02.28 10:15:24.009118 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18253 | 2025.02.28 10:15:24.009400 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46787 | ||
| 18254 | 2025.02.28 10:15:25.151567 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18255 | 2025.02.28 10:15:25.151758 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18256 | 2025.02.28 10:15:25.151831 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18257 | 2025.02.28 10:15:25.152645 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18258 | 2025.02.28 10:15:25.152691 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18259 | 2025.02.28 10:15:25.153294 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 18260 | 2025.02.28 10:15:25.153821 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18261 | 2025.02.28 10:15:25.154073 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002369 sec., 27015.61840439004 rows/sec., 2.13 MiB/sec. | ||
| 18262 | 2025.02.28 10:15:25.154142 [ 261 ] {74e0b60d-d239-4e84-a52c-32d06360bbc7} <Debug> TCPHandler: Processed in 0.002706375 sec. | ||
| 18263 | 2025.02.28 10:15:25.154469 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18264 | 2025.02.28 10:15:25.154768 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18265 | 2025.02.28 10:15:25.154884 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18266 | 2025.02.28 10:15:25.155802 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18267 | 2025.02.28 10:15:25.155850 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18268 | 2025.02.28 10:15:25.156438 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18269 | 2025.02.28 10:15:25.156967 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18270 | 2025.02.28 10:15:25.157215 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00253 sec., 1581.0276679841897 rows/sec., 118.89 KiB/sec. | ||
| 18271 | 2025.02.28 10:15:25.157284 [ 262 ] {a6851ec6-8c01-4a84-a8e1-a38ebbf9b092} <Debug> TCPHandler: Processed in 0.002997809 sec. | ||
| 18272 | 2025.02.28 10:15:25.157473 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18273 | 2025.02.28 10:15:25.157620 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18274 | 2025.02.28 10:15:25.157680 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18275 | 2025.02.28 10:15:25.158399 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18276 | 2025.02.28 10:15:25.158439 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18277 | 2025.02.28 10:15:25.158920 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 18278 | 2025.02.28 10:15:25.159360 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18279 | 2025.02.28 10:15:25.159585 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002 sec., 34000 rows/sec., 2.65 MiB/sec. | ||
| 18280 | 2025.02.28 10:15:25.159640 [ 261 ] {f6353c6d-29fb-4e48-9753-7a85cdea4c40} <Debug> TCPHandler: Processed in 0.002237439 sec. | ||
| 18281 | 2025.02.28 10:15:25.159803 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18282 | 2025.02.28 10:15:25.159949 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18283 | 2025.02.28 10:15:25.160016 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18284 | 2025.02.28 10:15:25.160647 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18285 | 2025.02.28 10:15:25.160688 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18286 | 2025.02.28 10:15:25.161227 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 18287 | 2025.02.28 10:15:25.161726 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18288 | 2025.02.28 10:15:25.161926 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 2 parts from all_1_167_44 to all_168_168_0 | ||
| 18289 | 2025.02.28 10:15:25.161968 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002047 sec., 78163.16560820713 rows/sec., 5.44 MiB/sec. | ||
| 18290 | 2025.02.28 10:15:25.162003 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18291 | 2025.02.28 10:15:25.162076 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18292 | 2025.02.28 10:15:25.162108 [ 262 ] {72a81fe8-c77b-40b9-8de7-cec55e588a4b} <Debug> TCPHandler: Processed in 0.002366751 sec. | ||
| 18293 | 2025.02.28 10:15:25.162349 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_167_44 to all_168_168_0 into Compact with storage Full | ||
| 18294 | 2025.02.28 10:15:25.162401 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18295 | 2025.02.28 10:15:25.162836 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18296 | 2025.02.28 10:15:25.162869 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18297 | 2025.02.28 10:15:25.163149 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_167_44, total 46901 rows starting from the beginning of the part | ||
| 18298 | 2025.02.28 10:15:25.163248 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <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 | ||
| 18299 | 2025.02.28 10:15:25.164933 [ 197 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 160 rows starting from the beginning of the part | ||
| 18300 | 2025.02.28 10:15:25.167681 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18301 | 2025.02.28 10:15:25.167751 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18302 | 2025.02.28 10:15:25.168773 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 18303 | 2025.02.28 10:15:25.169390 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18304 | 2025.02.28 10:15:25.169707 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007064 sec., 566.2514156285391 rows/sec., 1.01 MiB/sec. | ||
| 18305 | 2025.02.28 10:15:25.169963 [ 261 ] {a4c0683c-3bc2-4c75-8f57-f1c18ff7f389} <Debug> TCPHandler: Processed in 0.00772468 sec. | ||
| 18306 | 2025.02.28 10:15:25.170151 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18307 | 2025.02.28 10:15:25.170317 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18308 | 2025.02.28 10:15:25.170381 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18309 | 2025.02.28 10:15:25.171089 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18310 | 2025.02.28 10:15:25.171139 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18311 | 2025.02.28 10:15:25.171708 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 18312 | 2025.02.28 10:15:25.172277 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18313 | 2025.02.28 10:15:25.172499 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002215 sec., 27088.03611738149 rows/sec., 1.83 MiB/sec. | ||
| 18314 | 2025.02.28 10:15:25.172581 [ 262 ] {caa468d3-7fd8-4686-a429-51ebe851a820} <Debug> TCPHandler: Processed in 0.002508472 sec. | ||
| 18315 | 2025.02.28 10:15:25.174742 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47061 rows, containing 5 columns (5 merged, 0 gathered) in 0.012534574 sec., 3754495.3661767845 rows/sec., 256.72 MiB/sec. | ||
| 18316 | 2025.02.28 10:15:25.175630 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Trace> MergedBlockOutputStream: filled checksums all_1_168_45 (state Temporary) | ||
| 18317 | 2025.02.28 10:15:25.176211 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_168_45 to all_1_168_45 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18318 | 2025.02.28 10:15:25.176306 [ 199 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_168_45} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 2 parts: [all_1_167_44, all_168_168_0] -> all_1_168_45 | ||
| 18319 | 2025.02.28 10:15:25.176406 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 18320 | 2025.02.28 10:15:25.482058 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18321 | 2025.02.28 10:15:25.482205 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18322 | 2025.02.28 10:15:25.482269 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18323 | 2025.02.28 10:15:25.483175 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18324 | 2025.02.28 10:15:25.483229 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18325 | 2025.02.28 10:15:25.483724 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 18326 | 2025.02.28 10:15:25.483979 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18327 | 2025.02.28 10:15:25.484220 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002051 sec., 103364.21257922966 rows/sec., 6.57 MiB/sec. | ||
| 18328 | 2025.02.28 10:15:25.484283 [ 261 ] {b49c69f1-cb49-4727-9823-d6d1f5edbe68} <Debug> TCPHandler: Processed in 0.00231416 sec. | ||
| 18329 | 2025.02.28 10:15:25.484503 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18330 | 2025.02.28 10:15:25.484661 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18331 | 2025.02.28 10:15:25.484726 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18332 | 2025.02.28 10:15:25.485401 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18333 | 2025.02.28 10:15:25.485451 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18334 | 2025.02.28 10:15:25.485844 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 18335 | 2025.02.28 10:15:25.486093 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18336 | 2025.02.28 10:15:25.486341 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 189.97 KiB/sec. | ||
| 18337 | 2025.02.28 10:15:25.486458 [ 262 ] {1a7c3a56-7791-4e23-868e-a7f4b2514040} <Debug> TCPHandler: Processed in 0.002053647 sec. | ||
| 18338 | 2025.02.28 10:15:25.486663 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18339 | 2025.02.28 10:15:25.486803 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18340 | 2025.02.28 10:15:25.486861 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18341 | 2025.02.28 10:15:25.488337 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18342 | 2025.02.28 10:15:25.488379 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18343 | 2025.02.28 10:15:25.488861 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 18344 | 2025.02.28 10:15:25.489106 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18345 | 2025.02.28 10:15:25.489342 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Debug> executeQuery: Read 1869 rows, 156.04 KiB in 0.00257 sec., 727237.3540856031 rows/sec., 59.29 MiB/sec. | ||
| 18346 | 2025.02.28 10:15:25.489403 [ 261 ] {6ab27989-924d-4e48-a362-e49872801046} <Debug> TCPHandler: Processed in 0.002856717 sec. | ||
| 18347 | 2025.02.28 10:15:25.489660 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18348 | 2025.02.28 10:15:25.489885 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18349 | 2025.02.28 10:15:25.489979 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18350 | 2025.02.28 10:15:25.490785 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18351 | 2025.02.28 10:15:25.490826 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18352 | 2025.02.28 10:15:25.491207 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18353 | 2025.02.28 10:15:25.491454 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18354 | 2025.02.28 10:15:25.491674 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Debug> executeQuery: Read 165 rows, 10.80 KiB in 0.001845 sec., 89430.89430894308 rows/sec., 5.72 MiB/sec. | ||
| 18355 | 2025.02.28 10:15:25.491732 [ 262 ] {22c1fe45-59cc-49bd-a84e-786194d74b0e} <Debug> TCPHandler: Processed in 0.002185358 sec. | ||
| 18356 | 2025.02.28 10:15:25.491884 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18357 | 2025.02.28 10:15:25.492003 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18358 | 2025.02.28 10:15:25.492052 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18359 | 2025.02.28 10:15:25.492750 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18360 | 2025.02.28 10:15:25.492791 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18361 | 2025.02.28 10:15:25.493167 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 18362 | 2025.02.28 10:15:25.493417 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18363 | 2025.02.28 10:15:25.493658 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001672 sec., 203947.3684210526 rows/sec., 13.61 MiB/sec. | ||
| 18364 | 2025.02.28 10:15:25.493866 [ 261 ] {c571e6fd-cb2f-448b-9010-4644e8af3fe3} <Debug> TCPHandler: Processed in 0.002037407 sec. | ||
| 18365 | 2025.02.28 10:15:25.494086 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18366 | 2025.02.28 10:15:25.494225 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18367 | 2025.02.28 10:15:25.494283 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18368 | 2025.02.28 10:15:25.494999 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18369 | 2025.02.28 10:15:25.495046 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18370 | 2025.02.28 10:15:25.495445 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 18371 | 2025.02.28 10:15:25.495696 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18372 | 2025.02.28 10:15:25.495883 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001689 sec., 66311.42687981053 rows/sec., 3.78 MiB/sec. | ||
| 18373 | 2025.02.28 10:15:25.495937 [ 262 ] {66562c1b-392b-4825-81ae-3ecb89dfb132} <Debug> TCPHandler: Processed in 0.001966056 sec. | ||
| 18374 | 2025.02.28 10:15:25.496076 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18375 | 2025.02.28 10:15:25.496198 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18376 | 2025.02.28 10:15:25.496245 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18377 | 2025.02.28 10:15:25.497279 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18378 | 2025.02.28 10:15:25.497318 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18379 | 2025.02.28 10:15:25.497723 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 18380 | 2025.02.28 10:15:25.497961 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18381 | 2025.02.28 10:15:25.498195 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Debug> executeQuery: Read 897 rows, 66.60 KiB in 0.002018 sec., 444499.50445986126 rows/sec., 32.23 MiB/sec. | ||
| 18382 | 2025.02.28 10:15:25.498304 [ 261 ] {33f7f1ca-758a-4d8e-b5d8-fa71db779323} <Debug> TCPHandler: Processed in 0.00228525 sec. | ||
| 18383 | 2025.02.28 10:15:25.498544 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18384 | 2025.02.28 10:15:25.498887 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18385 | 2025.02.28 10:15:25.499008 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18386 | 2025.02.28 10:15:25.499621 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18387 | 2025.02.28 10:15:25.499658 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18388 | 2025.02.28 10:15:25.500015 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 18389 | 2025.02.28 10:15:25.500257 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18390 | 2025.02.28 10:15:25.500506 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 184.83 KiB/sec. | ||
| 18391 | 2025.02.28 10:15:25.500625 [ 262 ] {7fda64a8-b7c1-4383-9943-40fae102e987} <Debug> TCPHandler: Processed in 0.002226629 sec. | ||
| 18392 | 2025.02.28 10:15:25.500773 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18393 | 2025.02.28 10:15:25.500910 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18394 | 2025.02.28 10:15:25.500971 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18395 | 2025.02.28 10:15:25.501750 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18396 | 2025.02.28 10:15:25.501790 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18397 | 2025.02.28 10:15:25.502274 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 18398 | 2025.02.28 10:15:25.502525 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18399 | 2025.02.28 10:15:25.502712 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_168_45 to all_173_173_0 | ||
| 18400 | 2025.02.28 10:15:25.502774 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18401 | 2025.02.28 10:15:25.502773 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Debug> executeQuery: Read 957 rows, 65.11 KiB in 0.001884 sec., 507961.7834394904 rows/sec., 33.75 MiB/sec. | ||
| 18402 | 2025.02.28 10:15:25.502803 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18403 | 2025.02.28 10:15:25.502966 [ 261 ] {369e5236-7fe4-460d-ac49-29b3a04d760f} <Debug> TCPHandler: Processed in 0.00225858 sec. | ||
| 18404 | 2025.02.28 10:15:25.503065 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_168_45 to all_173_173_0 into Compact with storage Full | ||
| 18405 | 2025.02.28 10:15:25.503146 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18406 | 2025.02.28 10:15:25.503297 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18407 | 2025.02.28 10:15:25.503360 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18408 | 2025.02.28 10:15:25.503379 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_168_45, total 47061 rows starting from the beginning of the part | ||
| 18409 | 2025.02.28 10:15:25.503463 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18410 | 2025.02.28 10:15:25.503651 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 160 rows starting from the beginning of the part | ||
| 18411 | 2025.02.28 10:15:25.504086 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 162 rows starting from the beginning of the part | ||
| 18412 | 2025.02.28 10:15:25.504560 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part | ||
| 18413 | 2025.02.28 10:15:25.504892 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part | ||
| 18414 | 2025.02.28 10:15:25.505125 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 957 rows starting from the beginning of the part | ||
| 18415 | 2025.02.28 10:15:25.505945 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18416 | 2025.02.28 10:15:25.506016 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18417 | 2025.02.28 10:15:25.506768 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 18418 | 2025.02.28 10:15:25.507159 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18419 | 2025.02.28 10:15:25.507551 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004236 sec., 236.0717658168083 rows/sec., 15.91 KiB/sec. | ||
| 18420 | 2025.02.28 10:15:25.507659 [ 262 ] {f4e705fa-6a3b-42da-ba43-8bd41b0d63f7} <Debug> TCPHandler: Processed in 0.0045858 sec. | ||
| 18421 | 2025.02.28 10:15:25.507841 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18422 | 2025.02.28 10:15:25.508078 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18423 | 2025.02.28 10:15:25.508295 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <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 | ||
| 18424 | 2025.02.28 10:15:25.510984 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18425 | 2025.02.28 10:15:25.511031 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18426 | 2025.02.28 10:15:25.511755 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18427 | 2025.02.28 10:15:25.512024 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18428 | 2025.02.28 10:15:25.512285 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.00429 sec., 12820.512820512819 rows/sec., 22.97 MiB/sec. | ||
| 18429 | 2025.02.28 10:15:25.512400 [ 261 ] {60178162-95f0-4955-9ccb-c098c7bb371b} <Debug> TCPHandler: Processed in 0.004645191 sec. | ||
| 18430 | 2025.02.28 10:15:25.512561 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18431 | 2025.02.28 10:15:25.512679 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18432 | 2025.02.28 10:15:25.512729 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18433 | 2025.02.28 10:15:25.513221 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18434 | 2025.02.28 10:15:25.513258 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18435 | 2025.02.28 10:15:25.513723 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 18436 | 2025.02.28 10:15:25.514028 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18437 | 2025.02.28 10:15:25.514249 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001592 sec., 21356.783919597987 rows/sec., 1.24 MiB/sec. | ||
| 18438 | 2025.02.28 10:15:25.514303 [ 262 ] {9921839c-0d64-4555-928d-363bdaa3f026} <Debug> TCPHandler: Processed in 0.001800753 sec. | ||
| 18439 | 2025.02.28 10:15:25.520407 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48660 rows, containing 5 columns (5 merged, 0 gathered) in 0.017479618 sec., 2783813.696615109 rows/sec., 190.29 MiB/sec. | ||
| 18440 | 2025.02.28 10:15:25.521054 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Trace> MergedBlockOutputStream: filled checksums all_1_173_46 (state Temporary) | ||
| 18441 | 2025.02.28 10:15:25.521421 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_173_46 to all_1_173_46 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18442 | 2025.02.28 10:15:25.521516 [ 194 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_173_46} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_168_45, all_173_173_0] -> all_1_173_46 | ||
| 18443 | 2025.02.28 10:15:25.521617 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 18444 | 2025.02.28 10:15:26.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.50 MiB, peak 295.66 MiB, free memory in arenas 0.00 B, will set to 273.21 MiB (RSS), difference: -1.29 MiB | ||
| 18445 | 2025.02.28 10:15:26.098784 [ 224 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18446 | 2025.02.28 10:15:26.098869 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18447 | 2025.02.28 10:15:26.101028 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18448 | 2025.02.28 10:15:26.898409 [ 224 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18449 | 2025.02.28 10:15:26.898504 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18450 | 2025.02.28 10:15:26.900700 [ 224 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18451 | 2025.02.28 10:15:26.904106 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18452 | 2025.02.28 10:15:26.904137 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18453 | 2025.02.28 10:15:26.906104 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18454 | 2025.02.28 10:15:27.137567 [ 223 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18455 | 2025.02.28 10:15:27.137650 [ 223 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18456 | 2025.02.28 10:15:27.139973 [ 223 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 18457 | 2025.02.28 10:15:27.562869 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 18458 | 2025.02.28 10:15:27.587249 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18459 | 2025.02.28 10:15:27.587296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18460 | 2025.02.28 10:15:27.595016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 18461 | 2025.02.28 10:15:27.595881 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18462 | 2025.02.28 10:15:27.599017 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 18463 | 2025.02.28 10:15:29.298017 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2500 | ||
| 18464 | 2025.02.28 10:15:29.301545 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18465 | 2025.02.28 10:15:29.301604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18466 | 2025.02.28 10:15:29.303193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 18467 | 2025.02.28 10:15:29.303522 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18468 | 2025.02.28 10:15:29.305059 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2500 | ||
| 18469 | 2025.02.28 10:15:30.149487 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18470 | 2025.02.28 10:15:30.149705 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18471 | 2025.02.28 10:15:30.149792 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18472 | 2025.02.28 10:15:30.150752 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18473 | 2025.02.28 10:15:30.150806 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18474 | 2025.02.28 10:15:30.151283 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 18475 | 2025.02.28 10:15:30.151560 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18476 | 2025.02.28 10:15:30.151793 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002137 sec., 26204.960224613944 rows/sec., 2.00 MiB/sec. | ||
| 18477 | 2025.02.28 10:15:30.151926 [ 261 ] {4c995904-17b9-46a5-b5cd-4d8fd4ff49fb} <Debug> TCPHandler: Processed in 0.002580174 sec. | ||
| 18478 | 2025.02.28 10:15:30.152219 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18479 | 2025.02.28 10:15:30.152414 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18480 | 2025.02.28 10:15:30.152488 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18481 | 2025.02.28 10:15:30.153259 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18482 | 2025.02.28 10:15:30.153306 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18483 | 2025.02.28 10:15:30.153758 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 18484 | 2025.02.28 10:15:30.154019 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18485 | 2025.02.28 10:15:30.154239 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 18486 | 2025.02.28 10:15:30.154349 [ 262 ] {eaed7fb7-255c-44a1-9419-12c75a3354f5} <Debug> TCPHandler: Processed in 0.00229509 sec. | ||
| 18487 | 2025.02.28 10:15:30.154570 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18488 | 2025.02.28 10:15:30.154844 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18489 | 2025.02.28 10:15:30.154917 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18490 | 2025.02.28 10:15:30.155558 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18491 | 2025.02.28 10:15:30.155598 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18492 | 2025.02.28 10:15:30.156012 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 18493 | 2025.02.28 10:15:30.156248 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18494 | 2025.02.28 10:15:30.156464 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001704 sec., 75117.37089201878 rows/sec., 5.23 MiB/sec. | ||
| 18495 | 2025.02.28 10:15:30.156522 [ 261 ] {44fb12bc-366a-44fb-89f8-0635b34ac025} <Debug> TCPHandler: Processed in 0.002068317 sec. | ||
| 18496 | 2025.02.28 10:15:30.156725 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18497 | 2025.02.28 10:15:30.156952 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18498 | 2025.02.28 10:15:30.157051 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18499 | 2025.02.28 10:15:30.157726 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18500 | 2025.02.28 10:15:30.157764 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18501 | 2025.02.28 10:15:30.158146 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 18502 | 2025.02.28 10:15:30.158388 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18503 | 2025.02.28 10:15:30.158586 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001687 sec., 28452.874925903972 rows/sec., 1.92 MiB/sec. | ||
| 18504 | 2025.02.28 10:15:30.158673 [ 262 ] {fe8625ce-121d-4aac-bab7-8e674dfa6a56} <Debug> TCPHandler: Processed in 0.002056357 sec. | ||
| 18505 | 2025.02.28 10:15:31.509575 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47214 | ||
| 18506 | 2025.02.28 10:15:31.510322 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18507 | 2025.02.28 10:15:31.510375 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18508 | 2025.02.28 10:15:31.510919 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 18509 | 2025.02.28 10:15:31.511190 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18510 | 2025.02.28 10:15:31.511473 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 18511 | 2025.02.28 10:15:33.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.21 MiB, peak 295.66 MiB, free memory in arenas 0.00 B, will set to 273.21 MiB (RSS), difference: -4.00 MiB | ||
| 18512 | 2025.02.28 10:15:35.099141 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 18513 | 2025.02.28 10:15:35.122890 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18514 | 2025.02.28 10:15:35.122954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18515 | 2025.02.28 10:15:35.130709 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 18516 | 2025.02.28 10:15:35.131897 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18517 | 2025.02.28 10:15:35.136512 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 18518 | 2025.02.28 10:15:35.151379 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18519 | 2025.02.28 10:15:35.151605 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18520 | 2025.02.28 10:15:35.151682 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18521 | 2025.02.28 10:15:35.152502 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18522 | 2025.02.28 10:15:35.152547 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18523 | 2025.02.28 10:15:35.153145 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 18524 | 2025.02.28 10:15:35.153681 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18525 | 2025.02.28 10:15:35.153910 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002361 sec., 27107.157983905126 rows/sec., 2.13 MiB/sec. | ||
| 18526 | 2025.02.28 10:15:35.154013 [ 261 ] {7d279d24-e9b0-4d8c-aa7b-f73e7b93cd98} <Debug> TCPHandler: Processed in 0.002774916 sec. | ||
| 18527 | 2025.02.28 10:15:35.154370 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18528 | 2025.02.28 10:15:35.154653 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18529 | 2025.02.28 10:15:35.154727 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18530 | 2025.02.28 10:15:35.155487 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18531 | 2025.02.28 10:15:35.155536 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18532 | 2025.02.28 10:15:35.156133 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18533 | 2025.02.28 10:15:35.156626 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18534 | 2025.02.28 10:15:35.156825 [ 47 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18535 | 2025.02.28 10:15:35.156899 [ 47 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18536 | 2025.02.28 10:15:35.156906 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002296 sec., 1742.1602787456447 rows/sec., 131.00 KiB/sec. | ||
| 18537 | 2025.02.28 10:15:35.156936 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18538 | 2025.02.28 10:15:35.157075 [ 262 ] {11b9c401-e45b-4aa2-a611-3983b4713fa8} <Debug> TCPHandler: Processed in 0.002942468 sec. | ||
| 18539 | 2025.02.28 10:15:35.157168 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 18540 | 2025.02.28 10:15:35.157293 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18541 | 2025.02.28 10:15:35.157342 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18542 | 2025.02.28 10:15:35.157388 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 198 rows starting from the beginning of the part | ||
| 18543 | 2025.02.28 10:15:35.157489 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18544 | 2025.02.28 10:15:35.157564 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 8 rows starting from the beginning of the part | ||
| 18545 | 2025.02.28 10:15:35.157650 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18546 | 2025.02.28 10:15:35.157922 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 55 rows starting from the beginning of the part | ||
| 18547 | 2025.02.28 10:15:35.158306 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 4 rows starting from the beginning of the part | ||
| 18548 | 2025.02.28 10:15:35.158703 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 165 rows starting from the beginning of the part | ||
| 18549 | 2025.02.28 10:15:35.159092 [ 191 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 4 rows starting from the beginning of the part | ||
| 18550 | 2025.02.28 10:15:35.160468 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18551 | 2025.02.28 10:15:35.160515 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18552 | 2025.02.28 10:15:35.161166 [ 194 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 434 rows, containing 5 columns (5 merged, 0 gathered) in 0.004103684 sec., 105758.63053782894 rows/sec., 7.39 MiB/sec. | ||
| 18553 | 2025.02.28 10:15:35.161260 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 18554 | 2025.02.28 10:15:35.161506 [ 196 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18555 | 2025.02.28 10:15:35.161955 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18556 | 2025.02.28 10:15:35.162310 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004872 sec., 13957.307060755338 rows/sec., 1.09 MiB/sec. | ||
| 18557 | 2025.02.28 10:15:35.162329 [ 196 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18558 | 2025.02.28 10:15:35.162582 [ 261 ] {5711666d-c5df-49df-9898-4685ec92a298} <Debug> TCPHandler: Processed in 0.00538749 sec. | ||
| 18559 | 2025.02.28 10:15:35.162816 [ 196 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_146_29} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18560 | 2025.02.28 10:15:35.163002 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18561 | 2025.02.28 10:15:35.163107 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 18562 | 2025.02.28 10:15:35.163356 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18563 | 2025.02.28 10:15:35.163511 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18564 | 2025.02.28 10:15:35.164264 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18565 | 2025.02.28 10:15:35.164306 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18566 | 2025.02.28 10:15:35.164847 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 18567 | 2025.02.28 10:15:35.165313 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18568 | 2025.02.28 10:15:35.165537 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00229 sec., 69868.99563318778 rows/sec., 4.87 MiB/sec. | ||
| 18569 | 2025.02.28 10:15:35.165598 [ 262 ] {0fc8bb41-56b6-4f06-accf-a295a56b724b} <Debug> TCPHandler: Processed in 0.002890357 sec. | ||
| 18570 | 2025.02.28 10:15:35.165792 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18571 | 2025.02.28 10:15:35.165940 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18572 | 2025.02.28 10:15:35.166038 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <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 | ||
| 18573 | 2025.02.28 10:15:35.167242 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18574 | 2025.02.28 10:15:35.167280 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18575 | 2025.02.28 10:15:35.168029 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18576 | 2025.02.28 10:15:35.168502 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18577 | 2025.02.28 10:15:35.168654 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18578 | 2025.02.28 10:15:35.168698 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18579 | 2025.02.28 10:15:35.168718 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002812 sec., 1422.4751066856331 rows/sec., 2.55 MiB/sec. | ||
| 18580 | 2025.02.28 10:15:35.168727 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18581 | 2025.02.28 10:15:35.169162 [ 261 ] {bf0f8927-cca0-4575-8533-3e2d5d8f96a5} <Debug> TCPHandler: Processed in 0.003436005 sec. | ||
| 18582 | 2025.02.28 10:15:35.169192 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 18583 | 2025.02.28 10:15:35.169429 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18584 | 2025.02.28 10:15:35.169779 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18585 | 2025.02.28 10:15:35.169922 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18586 | 2025.02.28 10:15:35.169958 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18587 | 2025.02.28 10:15:35.170242 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 3046 rows starting from the beginning of the part | ||
| 18588 | 2025.02.28 10:15:35.171152 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 4 rows starting from the beginning of the part | ||
| 18589 | 2025.02.28 10:15:35.172036 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 55 rows starting from the beginning of the part | ||
| 18590 | 2025.02.28 10:15:35.172085 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18591 | 2025.02.28 10:15:35.172164 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18592 | 2025.02.28 10:15:35.172682 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 4 rows starting from the beginning of the part | ||
| 18593 | 2025.02.28 10:15:35.173344 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 55 rows starting from the beginning of the part | ||
| 18594 | 2025.02.28 10:15:35.173788 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 18595 | 2025.02.28 10:15:35.173849 [ 186 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 4 rows starting from the beginning of the part | ||
| 18596 | 2025.02.28 10:15:35.174702 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18597 | 2025.02.28 10:15:35.175263 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005565 sec., 10781.67115902965 rows/sec., 744.05 KiB/sec. | ||
| 18598 | 2025.02.28 10:15:35.175646 [ 262 ] {d491cc9d-4901-480e-9a12-a1d1d8c484b7} <Debug> TCPHandler: Processed in 0.006340613 sec. | ||
| 18599 | 2025.02.28 10:15:35.185568 [ 194 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 19 columns (19 merged, 0 gathered) in 0.016705898 sec., 189633.6252023088 rows/sec., 339.81 MiB/sec. | ||
| 18600 | 2025.02.28 10:15:35.188727 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18601 | 2025.02.28 10:15:35.189525 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18602 | 2025.02.28 10:15:35.189617 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18603 | 2025.02.28 10:15:35.189785 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.74 MiB. | ||
| 18604 | 2025.02.28 10:15:36.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.25 MiB, peak 297.93 MiB, free memory in arenas 0.00 B, will set to 273.21 MiB (RSS), difference: -1.03 MiB | ||
| 18605 | 2025.02.28 10:15:36.395046 [ 73 ] {} <Debug> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 18606 | 2025.02.28 10:15:36.395112 [ 73 ] {} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18607 | 2025.02.28 10:15:36.395133 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18608 | 2025.02.28 10:15:36.395363 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 18609 | 2025.02.28 10:15:36.395579 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18610 | 2025.02.28 10:15:36.395622 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 124 rows starting from the beginning of the part | ||
| 18611 | 2025.02.28 10:15:36.395713 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part | ||
| 18612 | 2025.02.28 10:15:36.395962 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
| 18613 | 2025.02.28 10:15:36.396166 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::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 | ||
| 18614 | 2025.02.28 10:15:36.396288 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 18615 | 2025.02.28 10:15:36.397586 [ 189 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378111 sec., 114376.49462115098 rows/sec., 7.34 MiB/sec. | ||
| 18616 | 2025.02.28 10:15:36.397840 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 18617 | 2025.02.28 10:15:36.398475 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18618 | 2025.02.28 10:15:36.398562 [ 188 ] {d3c19ac5-40eb-4c8b-9800-ebba76830f10::all_1_29_7} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 18619 | 2025.02.28 10:15:36.398650 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18620 | 2025.02.28 10:15:36.439354 [ 73 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Selected 5 parts from all_1_31_7 to all_35_35_0 | ||
| 18621 | 2025.02.28 10:15:36.439419 [ 73 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18622 | 2025.02.28 10:15:36.439456 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18623 | 2025.02.28 10:15:36.439671 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_31_7 to all_35_35_0 into Compact with storage Full | ||
| 18624 | 2025.02.28 10:15:36.439971 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18625 | 2025.02.28 10:15:36.440026 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_7, total 365 rows starting from the beginning of the part | ||
| 18626 | 2025.02.28 10:15:36.440201 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 252 rows starting from the beginning of the part | ||
| 18627 | 2025.02.28 10:15:36.440559 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 252 rows starting from the beginning of the part | ||
| 18628 | 2025.02.28 10:15:36.440730 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 252 rows starting from the beginning of the part | ||
| 18629 | 2025.02.28 10:15:36.440930 [ 192 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 341 rows starting from the beginning of the part | ||
| 18630 | 2025.02.28 10:15:36.442176 [ 189 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 5 columns (5 merged, 0 gathered) in 0.002628524 sec., 556205.6880591541 rows/sec., 40.08 MiB/sec. | ||
| 18631 | 2025.02.28 10:15:36.442542 [ 187 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Trace> MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) | ||
| 18632 | 2025.02.28 10:15:36.443181 [ 187 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18633 | 2025.02.28 10:15:36.443282 [ 187 ] {5da27670-fc11-4033-8b48-aeed7e791b21::all_1_35_8} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21) (MergerMutator): Merged 5 parts: [all_1_31_7, all_35_35_0] -> all_1_35_8 | ||
| 18634 | 2025.02.28 10:15:36.443396 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 18635 | 2025.02.28 10:15:38.509694 [ 119 ] {} <Debug> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 18636 | 2025.02.28 10:15:38.509760 [ 119 ] {} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18637 | 2025.02.28 10:15:38.509782 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18638 | 2025.02.28 10:15:38.509937 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::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 | ||
| 18639 | 2025.02.28 10:15:38.510104 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18640 | 2025.02.28 10:15:38.510142 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 236 rows starting from the beginning of the part | ||
| 18641 | 2025.02.28 10:15:38.510225 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part | ||
| 18642 | 2025.02.28 10:15:38.510331 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
| 18643 | 2025.02.28 10:15:38.510579 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
| 18644 | 2025.02.28 10:15:38.510798 [ 189 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 18645 | 2025.02.28 10:15:38.512021 [ 187 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002164808 sec., 240206.05984456823 rows/sec., 17.05 MiB/sec. | ||
| 18646 | 2025.02.28 10:15:38.512304 [ 201 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 18647 | 2025.02.28 10:15:38.512942 [ 201 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18648 | 2025.02.28 10:15:38.513025 [ 201 ] {36115f47-381d-4d90-b4a8-c8698bcdfb79::all_1_29_7} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 18649 | 2025.02.28 10:15:38.513109 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 18650 | 2025.02.28 10:15:38.727956 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18651 | 2025.02.28 10:15:38.728018 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18652 | 2025.02.28 10:15:39.011655 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47702 | ||
| 18653 | 2025.02.28 10:15:39.012714 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18654 | 2025.02.28 10:15:39.012763 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18655 | 2025.02.28 10:15:39.013469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 18656 | 2025.02.28 10:15:39.013979 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18657 | 2025.02.28 10:15:39.014239 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47702 | ||
| 18658 | 2025.02.28 10:15:39.305373 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2520 | ||
| 18659 | 2025.02.28 10:15:39.308273 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18660 | 2025.02.28 10:15:39.308326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18661 | 2025.02.28 10:15:39.309951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 18662 | 2025.02.28 10:15:39.310629 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18663 | 2025.02.28 10:15:39.310822 [ 67 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 18664 | 2025.02.28 10:15:39.310880 [ 67 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18665 | 2025.02.28 10:15:39.310919 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18666 | 2025.02.28 10:15:39.311387 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::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 | ||
| 18667 | 2025.02.28 10:15:39.311992 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2520 | ||
| 18668 | 2025.02.28 10:15:39.312532 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18669 | 2025.02.28 10:15:39.312743 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2362 rows starting from the beginning of the part | ||
| 18670 | 2025.02.28 10:15:39.313471 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part | ||
| 18671 | 2025.02.28 10:15:39.314002 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part | ||
| 18672 | 2025.02.28 10:15:39.314521 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part | ||
| 18673 | 2025.02.28 10:15:39.315033 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part | ||
| 18674 | 2025.02.28 10:15:39.315539 [ 189 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 20 rows starting from the beginning of the part | ||
| 18675 | 2025.02.28 10:15:39.325462 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2520 rows, containing 72 columns (72 merged, 0 gathered) in 0.014389258 sec., 175130.64259463552 rows/sec., 132.41 MiB/sec. | ||
| 18676 | 2025.02.28 10:15:39.327999 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 18677 | 2025.02.28 10:15:39.329077 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18678 | 2025.02.28 10:15:39.329173 [ 187 ] {96001bc8-253c-45d5-bfbd-ba4b7b88398b::all_1_76_15} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 18679 | 2025.02.28 10:15:39.329543 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18680 | 2025.02.28 10:15:40.159877 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18681 | 2025.02.28 10:15:40.160089 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18682 | 2025.02.28 10:15:40.160172 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18683 | 2025.02.28 10:15:40.161104 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18684 | 2025.02.28 10:15:40.161147 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18685 | 2025.02.28 10:15:40.161724 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 18686 | 2025.02.28 10:15:40.162295 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18687 | 2025.02.28 10:15:40.162536 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002498 sec., 84867.89431545237 rows/sec., 5.40 MiB/sec. | ||
| 18688 | 2025.02.28 10:15:40.162785 [ 261 ] {e6ec47f2-3979-4350-8fb8-f08e3519a820} <Debug> TCPHandler: Processed in 0.00304096 sec. | ||
| 18689 | 2025.02.28 10:15:40.163048 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18690 | 2025.02.28 10:15:40.163235 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18691 | 2025.02.28 10:15:40.163305 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18692 | 2025.02.28 10:15:40.164410 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18693 | 2025.02.28 10:15:40.164454 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18694 | 2025.02.28 10:15:40.165172 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 18695 | 2025.02.28 10:15:40.165785 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18696 | 2025.02.28 10:15:40.165976 [ 67 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 18697 | 2025.02.28 10:15:40.166040 [ 67 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18698 | 2025.02.28 10:15:40.166058 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Debug> executeQuery: Read 727 rows, 59.78 KiB in 0.002863 sec., 253929.44463849108 rows/sec., 20.39 MiB/sec. | ||
| 18699 | 2025.02.28 10:15:40.166076 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18700 | 2025.02.28 10:15:40.166257 [ 262 ] {4bbf1a39-7212-473c-991a-3a31f32173e5} <Debug> TCPHandler: Processed in 0.003326263 sec. | ||
| 18701 | 2025.02.28 10:15:40.166364 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 18702 | 2025.02.28 10:15:40.166519 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18703 | 2025.02.28 10:15:40.166656 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18704 | 2025.02.28 10:15:40.166751 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 2007 rows starting from the beginning of the part | ||
| 18705 | 2025.02.28 10:15:40.166822 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18706 | 2025.02.28 10:15:40.167040 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18707 | 2025.02.28 10:15:40.167199 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part | ||
| 18708 | 2025.02.28 10:15:40.167782 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 1869 rows starting from the beginning of the part | ||
| 18709 | 2025.02.28 10:15:40.168392 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part | ||
| 18710 | 2025.02.28 10:15:40.168930 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 64 rows starting from the beginning of the part | ||
| 18711 | 2025.02.28 10:15:40.169304 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 727 rows starting from the beginning of the part | ||
| 18712 | 2025.02.28 10:15:40.170445 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18713 | 2025.02.28 10:15:40.170487 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18714 | 2025.02.28 10:15:40.171143 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18715 | 2025.02.28 10:15:40.171651 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18716 | 2025.02.28 10:15:40.171899 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.005164 sec., 31177.38187451588 rows/sec., 1.99 MiB/sec. | ||
| 18717 | 2025.02.28 10:15:40.171955 [ 221 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18718 | 2025.02.28 10:15:40.172047 [ 221 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18719 | 2025.02.28 10:15:40.172252 [ 261 ] {fd940141-c94e-4b62-baac-888f4b637781} <Debug> TCPHandler: Processed in 0.005842497 sec. | ||
| 18720 | 2025.02.28 10:15:40.172580 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18721 | 2025.02.28 10:15:40.172822 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4787 rows, containing 5 columns (5 merged, 0 gathered) in 0.006629757 sec., 722047.5803260964 rows/sec., 61.60 MiB/sec. | ||
| 18722 | 2025.02.28 10:15:40.172849 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18723 | 2025.02.28 10:15:40.172921 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18724 | 2025.02.28 10:15:40.173304 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 18725 | 2025.02.28 10:15:40.174530 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18726 | 2025.02.28 10:15:40.174641 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18727 | 2025.02.28 10:15:40.174740 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18728 | 2025.02.28 10:15:40.174802 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_176_35} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 18729 | 2025.02.28 10:15:40.175081 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 18730 | 2025.02.28 10:15:40.175606 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 18731 | 2025.02.28 10:15:40.176214 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18732 | 2025.02.28 10:15:40.176454 [ 221 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18733 | 2025.02.28 10:15:40.176526 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003727 sec., 30319.291655486988 rows/sec., 1.96 MiB/sec. | ||
| 18734 | 2025.02.28 10:15:40.176665 [ 262 ] {95832a34-3abc-4734-9019-44b2961dd5bf} <Debug> TCPHandler: Processed in 0.004263515 sec. | ||
| 18735 | 2025.02.28 10:15:40.176867 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18736 | 2025.02.28 10:15:40.177144 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18737 | 2025.02.28 10:15:40.177217 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18738 | 2025.02.28 10:15:40.177864 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18739 | 2025.02.28 10:15:40.177904 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18740 | 2025.02.28 10:15:40.178404 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 18741 | 2025.02.28 10:15:40.178888 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18742 | 2025.02.28 10:15:40.179109 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002048 sec., 54687.5 rows/sec., 3.12 MiB/sec. | ||
| 18743 | 2025.02.28 10:15:40.179165 [ 261 ] {accbf5cf-ba1e-4384-8810-666438679613} <Debug> TCPHandler: Processed in 0.002404522 sec. | ||
| 18744 | 2025.02.28 10:15:40.179316 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18745 | 2025.02.28 10:15:40.179452 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18746 | 2025.02.28 10:15:40.179507 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18747 | 2025.02.28 10:15:40.180288 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18748 | 2025.02.28 10:15:40.180325 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18749 | 2025.02.28 10:15:40.180863 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 18750 | 2025.02.28 10:15:40.181396 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18751 | 2025.02.28 10:15:40.181541 [ 61 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 18752 | 2025.02.28 10:15:40.181587 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Debug> executeQuery: Read 437 rows, 31.99 KiB in 0.002165 sec., 201847.57505773674 rows/sec., 14.43 MiB/sec. | ||
| 18753 | 2025.02.28 10:15:40.181589 [ 61 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18754 | 2025.02.28 10:15:40.181642 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18755 | 2025.02.28 10:15:40.181661 [ 262 ] {f7c19337-8832-48d5-8506-1830567c3ea9} <Debug> TCPHandler: Processed in 0.002413522 sec. | ||
| 18756 | 2025.02.28 10:15:40.181918 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18757 | 2025.02.28 10:15:40.182011 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 18758 | 2025.02.28 10:15:40.182298 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18759 | 2025.02.28 10:15:40.182551 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18760 | 2025.02.28 10:15:40.182706 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18761 | 2025.02.28 10:15:40.182957 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 981 rows starting from the beginning of the part | ||
| 18762 | 2025.02.28 10:15:40.184014 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 68 rows starting from the beginning of the part | ||
| 18763 | 2025.02.28 10:15:40.184710 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 897 rows starting from the beginning of the part | ||
| 18764 | 2025.02.28 10:15:40.185065 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part | ||
| 18765 | 2025.02.28 10:15:40.185408 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 68 rows starting from the beginning of the part | ||
| 18766 | 2025.02.28 10:15:40.185648 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18767 | 2025.02.28 10:15:40.185761 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 437 rows starting from the beginning of the part | ||
| 18768 | 2025.02.28 10:15:40.185763 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18769 | 2025.02.28 10:15:40.186808 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 18770 | 2025.02.28 10:15:40.187675 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18771 | 2025.02.28 10:15:40.188117 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18772 | 2025.02.28 10:15:40.188170 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006004 sec., 999.3337774816789 rows/sec., 52.21 KiB/sec. | ||
| 18773 | 2025.02.28 10:15:40.188216 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18774 | 2025.02.28 10:15:40.188687 [ 261 ] {5b01c755-f0c7-4e23-a917-49ae1d6e6b3e} <Debug> TCPHandler: Processed in 0.00691044 sec. | ||
| 18775 | 2025.02.28 10:15:40.189312 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18776 | 2025.02.28 10:15:40.189385 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2515 rows, containing 5 columns (5 merged, 0 gathered) in 0.007618609 sec., 330112.7541786171 rows/sec., 25.39 MiB/sec. | ||
| 18777 | 2025.02.28 10:15:40.189609 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18778 | 2025.02.28 10:15:40.189764 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18779 | 2025.02.28 10:15:40.189827 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 18780 | 2025.02.28 10:15:40.191159 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18781 | 2025.02.28 10:15:40.191518 [ 200 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_176_35} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 18782 | 2025.02.28 10:15:40.191791 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 18783 | 2025.02.28 10:15:40.192115 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18784 | 2025.02.28 10:15:40.192175 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18785 | 2025.02.28 10:15:40.193061 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 18786 | 2025.02.28 10:15:40.193338 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18787 | 2025.02.28 10:15:40.193945 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18788 | 2025.02.28 10:15:40.194615 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005092 sec., 46543.597800471325 rows/sec., 3.12 MiB/sec. | ||
| 18789 | 2025.02.28 10:15:40.195301 [ 262 ] {1b72421f-4fb2-4f43-8b5b-3fc77726ce63} <Debug> TCPHandler: Processed in 0.006437814 sec. | ||
| 18790 | 2025.02.28 10:15:40.195577 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18791 | 2025.02.28 10:15:40.195990 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18792 | 2025.02.28 10:15:40.196170 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18793 | 2025.02.28 10:15:40.197622 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18794 | 2025.02.28 10:15:40.197663 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18795 | 2025.02.28 10:15:40.198216 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 18796 | 2025.02.28 10:15:40.198674 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18797 | 2025.02.28 10:15:40.198979 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003117 sec., 320.82130253448827 rows/sec., 21.62 KiB/sec. | ||
| 18798 | 2025.02.28 10:15:40.199143 [ 261 ] {5d3625b5-98a2-46ad-82af-fae26a5bcb3f} <Debug> TCPHandler: Processed in 0.003703659 sec. | ||
| 18799 | 2025.02.28 10:15:40.199310 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18800 | 2025.02.28 10:15:40.199448 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18801 | 2025.02.28 10:15:40.199542 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <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 | ||
| 18802 | 2025.02.28 10:15:40.200823 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18803 | 2025.02.28 10:15:40.200863 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18804 | 2025.02.28 10:15:40.201743 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18805 | 2025.02.28 10:15:40.202267 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18806 | 2025.02.28 10:15:40.202511 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003094 sec., 17776.34130575307 rows/sec., 31.85 MiB/sec. | ||
| 18807 | 2025.02.28 10:15:40.202621 [ 262 ] {ad89d2b5-8a92-42bd-b580-c4b0d7e2115d} <Debug> TCPHandler: Processed in 0.003386854 sec. | ||
| 18808 | 2025.02.28 10:15:40.202782 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18809 | 2025.02.28 10:15:40.202921 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18810 | 2025.02.28 10:15:40.202982 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18811 | 2025.02.28 10:15:40.203572 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18812 | 2025.02.28 10:15:40.203621 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18813 | 2025.02.28 10:15:40.204141 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 18814 | 2025.02.28 10:15:40.204685 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18815 | 2025.02.28 10:15:40.204861 [ 136 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 18816 | 2025.02.28 10:15:40.204930 [ 136 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18817 | 2025.02.28 10:15:40.204935 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002032 sec., 40354.330708661415 rows/sec., 2.56 MiB/sec. | ||
| 18818 | 2025.02.28 10:15:40.204974 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 18819 | 2025.02.28 10:15:40.205094 [ 261 ] {de167943-2ad1-480e-946c-c5f9a12e27b1} <Debug> TCPHandler: Processed in 0.002374061 sec. | ||
| 18820 | 2025.02.28 10:15:40.205166 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 18821 | 2025.02.28 10:15:40.205269 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18822 | 2025.02.28 10:15:40.205299 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 8960 rows starting from the beginning of the part | ||
| 18823 | 2025.02.28 10:15:40.205381 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part | ||
| 18824 | 2025.02.28 10:15:40.205562 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 34 rows starting from the beginning of the part | ||
| 18825 | 2025.02.28 10:15:40.205772 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 48 rows starting from the beginning of the part | ||
| 18826 | 2025.02.28 10:15:40.205939 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 60 rows starting from the beginning of the part | ||
| 18827 | 2025.02.28 10:15:40.206107 [ 199 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 82 rows starting from the beginning of the part | ||
| 18828 | 2025.02.28 10:15:40.208860 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9244 rows, containing 4 columns (4 merged, 0 gathered) in 0.003748319 sec., 2466172.1694444898 rows/sec., 165.15 MiB/sec. | ||
| 18829 | 2025.02.28 10:15:40.209234 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 18830 | 2025.02.28 10:15:40.209913 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18831 | 2025.02.28 10:15:40.210008 [ 198 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_176_35} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 18832 | 2025.02.28 10:15:40.210113 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 18833 | 2025.02.28 10:15:42.636613 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784 | ||
| 18834 | 2025.02.28 10:15:42.660805 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18835 | 2025.02.28 10:15:42.660861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18836 | 2025.02.28 10:15:42.668712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 18837 | 2025.02.28 10:15:42.669906 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18838 | 2025.02.28 10:15:42.673035 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784 | ||
| 18839 | 2025.02.28 10:15:45.151975 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18840 | 2025.02.28 10:15:45.152161 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18841 | 2025.02.28 10:15:45.152234 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18842 | 2025.02.28 10:15:45.153005 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18843 | 2025.02.28 10:15:45.153049 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18844 | 2025.02.28 10:15:45.153634 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 18845 | 2025.02.28 10:15:45.154146 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18846 | 2025.02.28 10:15:45.154414 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002295 sec., 1742.9193899782133 rows/sec., 142.12 KiB/sec. | ||
| 18847 | 2025.02.28 10:15:45.154649 [ 261 ] {2e748c71-b8bb-487a-9181-51c9e4bfca07} <Debug> TCPHandler: Processed in 0.002798837 sec. | ||
| 18848 | 2025.02.28 10:15:45.154970 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18849 | 2025.02.28 10:15:45.155155 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18850 | 2025.02.28 10:15:45.155227 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18851 | 2025.02.28 10:15:45.156019 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18852 | 2025.02.28 10:15:45.156068 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18853 | 2025.02.28 10:15:45.156683 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 18854 | 2025.02.28 10:15:45.157231 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18855 | 2025.02.28 10:15:45.157470 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Debug> executeQuery: Read 66 rows, 5.31 KiB in 0.002365 sec., 27906.976744186046 rows/sec., 2.19 MiB/sec. | ||
| 18856 | 2025.02.28 10:15:45.157539 [ 262 ] {bce13a06-13f8-4261-b4c7-73395b9151d1} <Debug> TCPHandler: Processed in 0.002743495 sec. | ||
| 18857 | 2025.02.28 10:15:45.157713 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18858 | 2025.02.28 10:15:45.157859 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18859 | 2025.02.28 10:15:45.157921 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18860 | 2025.02.28 10:15:45.158620 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18861 | 2025.02.28 10:15:45.158665 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18862 | 2025.02.28 10:15:45.159199 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18863 | 2025.02.28 10:15:45.159709 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18864 | 2025.02.28 10:15:45.159895 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.002073 sec., 3859.1413410516157 rows/sec., 279.83 KiB/sec. | ||
| 18865 | 2025.02.28 10:15:45.159951 [ 261 ] {1d3e9868-5df2-4325-a6e7-0af039d0f99f} <Debug> TCPHandler: Processed in 0.00231002 sec. | ||
| 18866 | 2025.02.28 10:15:45.160120 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18867 | 2025.02.28 10:15:45.160263 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18868 | 2025.02.28 10:15:45.160330 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18869 | 2025.02.28 10:15:45.161019 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18870 | 2025.02.28 10:15:45.161060 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18871 | 2025.02.28 10:15:45.161577 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 18872 | 2025.02.28 10:15:45.162123 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18873 | 2025.02.28 10:15:45.162355 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002125 sec., 33882.35294117647 rows/sec., 2.65 MiB/sec. | ||
| 18874 | 2025.02.28 10:15:45.162442 [ 262 ] {993aa72d-5896-4cd9-a9dc-180adb70d992} <Debug> TCPHandler: Processed in 0.002393081 sec. | ||
| 18875 | 2025.02.28 10:15:45.162642 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18876 | 2025.02.28 10:15:45.162971 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18877 | 2025.02.28 10:15:45.163104 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18878 | 2025.02.28 10:15:45.163792 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18879 | 2025.02.28 10:15:45.163837 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18880 | 2025.02.28 10:15:45.164363 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 18881 | 2025.02.28 10:15:45.164978 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18882 | 2025.02.28 10:15:45.165166 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002326 sec., 69647.46345657781 rows/sec., 4.85 MiB/sec. | ||
| 18883 | 2025.02.28 10:15:45.165222 [ 261 ] {d25d9911-aae5-4c58-8096-1298ea10b653} <Debug> TCPHandler: Processed in 0.002693075 sec. | ||
| 18884 | 2025.02.28 10:15:45.165373 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18885 | 2025.02.28 10:15:45.165512 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18886 | 2025.02.28 10:15:45.165604 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <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 | ||
| 18887 | 2025.02.28 10:15:45.166769 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18888 | 2025.02.28 10:15:45.166808 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18889 | 2025.02.28 10:15:45.167621 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18890 | 2025.02.28 10:15:45.168177 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18891 | 2025.02.28 10:15:45.168475 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002994 sec., 1336.005344021376 rows/sec., 2.39 MiB/sec. | ||
| 18892 | 2025.02.28 10:15:45.168985 [ 262 ] {7bfe9a25-5b4b-413b-a91b-15532d64c5b8} <Debug> TCPHandler: Processed in 0.003673828 sec. | ||
| 18893 | 2025.02.28 10:15:45.169259 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18894 | 2025.02.28 10:15:45.169474 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18895 | 2025.02.28 10:15:45.169535 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18896 | 2025.02.28 10:15:45.170069 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18897 | 2025.02.28 10:15:45.170107 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18898 | 2025.02.28 10:15:45.170642 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 18899 | 2025.02.28 10:15:45.171132 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18900 | 2025.02.28 10:15:45.171313 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001871 sec., 32068.412613575627 rows/sec., 2.16 MiB/sec. | ||
| 18901 | 2025.02.28 10:15:45.171364 [ 261 ] {368e0f96-b0d5-45c3-91ee-f26e43860363} <Debug> TCPHandler: Processed in 0.00227144 sec. | ||
| 18902 | 2025.02.28 10:15:46.514439 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48129 | ||
| 18903 | 2025.02.28 10:15:46.515445 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18904 | 2025.02.28 10:15:46.515494 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18905 | 2025.02.28 10:15:46.516178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 18906 | 2025.02.28 10:15:46.516668 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18907 | 2025.02.28 10:15:46.516988 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129 | ||
| 18908 | 2025.02.28 10:15:46.517093 [ 219 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 18909 | 2025.02.28 10:15:46.517169 [ 219 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 18910 | 2025.02.28 10:15:46.519588 [ 219 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): 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] | ||
| 18911 | 2025.02.28 10:15:48.328112 [ 222 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18912 | 2025.02.28 10:15:48.328207 [ 222 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18913 | 2025.02.28 10:15:48.330345 [ 222 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): 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] | ||
| 18914 | 2025.02.28 10:15:49.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.21 MiB, peak 297.93 MiB, free memory in arenas 0.00 B, will set to 273.21 MiB (RSS), difference: 4.00 MiB | ||
| 18915 | 2025.02.28 10:15:49.312225 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2556 | ||
| 18916 | 2025.02.28 10:15:49.315556 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18917 | 2025.02.28 10:15:49.315617 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18918 | 2025.02.28 10:15:49.317355 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 18919 | 2025.02.28 10:15:49.317873 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18920 | 2025.02.28 10:15:49.318548 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2556 | ||
| 18921 | 2025.02.28 10:15:50.160280 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18922 | 2025.02.28 10:15:50.160569 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18923 | 2025.02.28 10:15:50.160649 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18924 | 2025.02.28 10:15:50.161485 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18925 | 2025.02.28 10:15:50.161533 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18926 | 2025.02.28 10:15:50.162103 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 18927 | 2025.02.28 10:15:50.162685 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Trace> oximeter.fields_i16 (36115f47-381d-4d90-b4a8-c8698bcdfb79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18928 | 2025.02.28 10:15:50.162979 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002456 sec., 86319.21824104236 rows/sec., 5.49 MiB/sec. | ||
| 18929 | 2025.02.28 10:15:50.163212 [ 261 ] {f5e1a78a-d938-4c6b-8f8a-4f57988addbd} <Debug> TCPHandler: Processed in 0.00306113 sec. | ||
| 18930 | 2025.02.28 10:15:50.163533 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18931 | 2025.02.28 10:15:50.163839 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18932 | 2025.02.28 10:15:50.163955 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18933 | 2025.02.28 10:15:50.165052 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18934 | 2025.02.28 10:15:50.165102 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18935 | 2025.02.28 10:15:50.165774 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 18936 | 2025.02.28 10:15:50.166326 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18937 | 2025.02.28 10:15:50.166546 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Debug> executeQuery: Read 727 rows, 59.78 KiB in 0.002791 sec., 260480.1146542458 rows/sec., 20.92 MiB/sec. | ||
| 18938 | 2025.02.28 10:15:50.166614 [ 262 ] {906f9650-f6ea-4def-a583-23cf2307c22b} <Debug> TCPHandler: Processed in 0.003267362 sec. | ||
| 18939 | 2025.02.28 10:15:50.166763 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18940 | 2025.02.28 10:15:50.166912 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18941 | 2025.02.28 10:15:50.166975 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18942 | 2025.02.28 10:15:50.167746 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18943 | 2025.02.28 10:15:50.167794 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18944 | 2025.02.28 10:15:50.168331 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18945 | 2025.02.28 10:15:50.168834 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18946 | 2025.02.28 10:15:50.169060 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Debug> executeQuery: Read 161 rows, 10.52 KiB in 0.002183 sec., 73751.71781951442 rows/sec., 4.71 MiB/sec. | ||
| 18947 | 2025.02.28 10:15:50.169119 [ 261 ] {6e53cc68-e5f4-4c80-807c-244c6cbf6993} <Debug> TCPHandler: Processed in 0.002422882 sec. | ||
| 18948 | 2025.02.28 10:15:50.169337 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18949 | 2025.02.28 10:15:50.169568 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18950 | 2025.02.28 10:15:50.169662 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18951 | 2025.02.28 10:15:50.170475 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18952 | 2025.02.28 10:15:50.170514 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18953 | 2025.02.28 10:15:50.171030 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 18954 | 2025.02.28 10:15:50.171602 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18955 | 2025.02.28 10:15:50.171830 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002319 sec., 48727.89995687797 rows/sec., 3.15 MiB/sec. | ||
| 18956 | 2025.02.28 10:15:50.172033 [ 262 ] {d78cdcff-3940-4a93-92a2-aa5dbbe8ef3c} <Debug> TCPHandler: Processed in 0.002804536 sec. | ||
| 18957 | 2025.02.28 10:15:50.172232 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18958 | 2025.02.28 10:15:50.172371 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18959 | 2025.02.28 10:15:50.172430 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18960 | 2025.02.28 10:15:50.173116 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18961 | 2025.02.28 10:15:50.173143 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792 | ||
| 18962 | 2025.02.28 10:15:50.173166 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18963 | 2025.02.28 10:15:50.175526 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 18964 | 2025.02.28 10:15:50.176731 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Trace> oximeter.fields_u8 (d3c19ac5-40eb-4c8b-9800-ebba76830f10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18965 | 2025.02.28 10:15:50.177542 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005181 sec., 21617.448369040725 rows/sec., 1.23 MiB/sec. | ||
| 18966 | 2025.02.28 10:15:50.178056 [ 261 ] {11498dbf-20e7-4919-95a1-89aca1625b78} <Debug> TCPHandler: Processed in 0.005915937 sec. | ||
| 18967 | 2025.02.28 10:15:50.178501 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18968 | 2025.02.28 10:15:50.178933 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18969 | 2025.02.28 10:15:50.179202 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18970 | 2025.02.28 10:15:50.184974 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18971 | 2025.02.28 10:15:50.185826 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18972 | 2025.02.28 10:15:50.187465 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 18973 | 2025.02.28 10:15:50.188466 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18974 | 2025.02.28 10:15:50.189134 [ 223 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 18975 | 2025.02.28 10:15:50.189220 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 18976 | 2025.02.28 10:15:50.189503 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Debug> executeQuery: Read 437 rows, 31.99 KiB in 0.010662 sec., 40986.681673232044 rows/sec., 2.93 MiB/sec. | ||
| 18977 | 2025.02.28 10:15:50.189916 [ 262 ] {9b1145ed-5258-4434-a513-1e3b0a18a80e} <Debug> TCPHandler: Processed in 0.011690132 sec. | ||
| 18978 | 2025.02.28 10:15:50.190187 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18979 | 2025.02.28 10:15:50.190599 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18980 | 2025.02.28 10:15:50.190802 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18981 | 2025.02.28 10:15:50.193762 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18982 | 2025.02.28 10:15:50.194106 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18983 | 2025.02.28 10:15:50.196314 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 18984 | 2025.02.28 10:15:50.197060 [ 223 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 18985 | 2025.02.28 10:15:50.197759 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Trace> oximeter.measurements_bool (383b651c-b2ad-4fc0-8961-3f4b92e4db5d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18986 | 2025.02.28 10:15:50.198914 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.008418 sec., 712.7583749109052 rows/sec., 37.24 KiB/sec. | ||
| 18987 | 2025.02.28 10:15:50.199886 [ 261 ] {935e7b1c-9cc9-4c17-b6e9-6dd995829ba4} <Debug> TCPHandler: Processed in 0.009849528 sec. | ||
| 18988 | 2025.02.28 10:15:50.200882 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18989 | 2025.02.28 10:15:50.201542 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18990 | 2025.02.28 10:15:50.201717 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18991 | 2025.02.28 10:15:50.204048 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18992 | 2025.02.28 10:15:50.204137 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18993 | 2025.02.28 10:15:50.205893 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 18994 | 2025.02.28 10:15:50.206987 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18995 | 2025.02.28 10:15:50.207398 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 6 parts from all_1_173_46 to all_178_178_0 | ||
| 18996 | 2025.02.28 10:15:50.207524 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18997 | 2025.02.28 10:15:50.207627 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 18998 | 2025.02.28 10:15:50.207872 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006457 sec., 36704.351866191726 rows/sec., 2.46 MiB/sec. | ||
| 18999 | 2025.02.28 10:15:50.208191 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_173_46 to all_178_178_0 into Compact with storage Full | ||
| 19000 | 2025.02.28 10:15:50.208347 [ 262 ] {c2d67cec-0dd7-4f13-ad75-6044c416ca49} <Debug> TCPHandler: Processed in 0.007999295 sec. | ||
| 19001 | 2025.02.28 10:15:50.208652 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19002 | 2025.02.28 10:15:50.208894 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19003 | 2025.02.28 10:15:50.209044 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_173_46, total 48660 rows starting from the beginning of the part | ||
| 19004 | 2025.02.28 10:15:50.209070 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19005 | 2025.02.28 10:15:50.209225 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19006 | 2025.02.28 10:15:50.209514 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 128 rows starting from the beginning of the part | ||
| 19007 | 2025.02.28 10:15:50.210039 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 160 rows starting from the beginning of the part | ||
| 19008 | 2025.02.28 10:15:50.210506 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 237 rows starting from the beginning of the part | ||
| 19009 | 2025.02.28 10:15:50.211006 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 162 rows starting from the beginning of the part | ||
| 19010 | 2025.02.28 10:15:50.211533 [ 191 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 237 rows starting from the beginning of the part | ||
| 19011 | 2025.02.28 10:15:50.213943 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19012 | 2025.02.28 10:15:50.214057 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19013 | 2025.02.28 10:15:50.216120 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 19014 | 2025.02.28 10:15:50.217565 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19015 | 2025.02.28 10:15:50.218396 [ 145 ] {} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 19016 | 2025.02.28 10:15:50.218803 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.009813 sec., 101.9056353816366 rows/sec., 6.87 KiB/sec. | ||
| 19017 | 2025.02.28 10:15:50.218859 [ 145 ] {} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19018 | 2025.02.28 10:15:50.219178 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19019 | 2025.02.28 10:15:50.219300 [ 261 ] {9d9cc574-c768-44be-89e7-ea03231dc80d} <Debug> TCPHandler: Processed in 0.010805901 sec. | ||
| 19020 | 2025.02.28 10:15:50.219931 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::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 | ||
| 19021 | 2025.02.28 10:15:50.219954 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19022 | 2025.02.28 10:15:50.220601 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19023 | 2025.02.28 10:15:50.220740 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 19024 | 2025.02.28 10:15:50.220847 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19025 | 2025.02.28 10:15:50.221188 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 19026 | 2025.02.28 10:15:50.221725 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 19027 | 2025.02.28 10:15:50.222292 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 19028 | 2025.02.28 10:15:50.222062 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <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 | ||
| 19029 | 2025.02.28 10:15:50.222822 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 19030 | 2025.02.28 10:15:50.223304 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 19031 | 2025.02.28 10:15:50.231332 [ 196 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.011856864 sec., 1180.7506605456551 rows/sec., 79.56 KiB/sec. | ||
| 19032 | 2025.02.28 10:15:50.231919 [ 186 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 19033 | 2025.02.28 10:15:50.232454 [ 198 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49584 rows, containing 5 columns (5 merged, 0 gathered) in 0.024647962 sec., 2011687.6194469954 rows/sec., 137.51 MiB/sec. | ||
| 19034 | 2025.02.28 10:15:50.233267 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Trace> MergedBlockOutputStream: filled checksums all_1_178_47 (state Temporary) | ||
| 19035 | 2025.02.28 10:15:50.233592 [ 186 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19036 | 2025.02.28 10:15:50.234058 [ 186 ] {cacd7f3a-6f6d-4a09-b71c-de815f967d13::all_1_14_3} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 19037 | 2025.02.28 10:15:50.234410 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB. | ||
| 19038 | 2025.02.28 10:15:50.234917 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_178_47 to all_1_178_47 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19039 | 2025.02.28 10:15:50.235340 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_178_47} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 6 parts: [all_1_173_46, all_178_178_0] -> all_1_178_47 | ||
| 19040 | 2025.02.28 10:15:50.235729 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 19041 | 2025.02.28 10:15:50.237171 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19042 | 2025.02.28 10:15:50.237242 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19043 | 2025.02.28 10:15:50.240189 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 19044 | 2025.02.28 10:15:50.241325 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19045 | 2025.02.28 10:15:50.241976 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.021274 sec., 2585.3154084798343 rows/sec., 4.63 MiB/sec. | ||
| 19046 | 2025.02.28 10:15:50.242493 [ 262 ] {6ead1b54-8d2e-425e-a78a-b0572e4b2c74} <Debug> TCPHandler: Processed in 0.022806697 sec. | ||
| 19047 | 2025.02.28 10:15:50.242754 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19048 | 2025.02.28 10:15:50.243050 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19049 | 2025.02.28 10:15:50.243179 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19050 | 2025.02.28 10:15:50.245373 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19051 | 2025.02.28 10:15:50.245452 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19052 | 2025.02.28 10:15:50.246865 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19053 | 2025.02.28 10:15:50.247527 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19054 | 2025.02.28 10:15:50.247813 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004853 sec., 16896.764887698333 rows/sec., 1.07 MiB/sec. | ||
| 19055 | 2025.02.28 10:15:50.247925 [ 261 ] {69a86ab3-4f9b-48df-a9e2-37570d4351d5} <Debug> TCPHandler: Processed in 0.005306669 sec. | ||
| 19056 | 2025.02.28 10:15:50.259425 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19057 | 2025.02.28 10:15:50.259471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19058 | 2025.02.28 10:15:50.267478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19059 | 2025.02.28 10:15:50.268721 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19060 | 2025.02.28 10:15:50.272457 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792 | ||
| 19061 | 2025.02.28 10:15:50.890897 [ 220 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19062 | 2025.02.28 10:15:50.890956 [ 220 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19063 | 2025.02.28 10:15:50.893464 [ 220 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19064 | 2025.02.28 10:15:51.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.58 MiB, peak 297.93 MiB, free memory in arenas 0.00 B, will set to 273.22 MiB (RSS), difference: -1.36 MiB | ||
| 19065 | 2025.02.28 10:15:51.174060 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19066 | 2025.02.28 10:15:51.174127 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19067 | 2025.02.28 10:15:51.176368 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19068 | 2025.02.28 10:15:51.346730 [ 225 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19069 | 2025.02.28 10:15:51.346820 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19070 | 2025.02.28 10:15:51.348909 [ 225 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19071 | 2025.02.28 10:15:53.728262 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19072 | 2025.02.28 10:15:53.728309 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19073 | 2025.02.28 10:15:54.017192 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48617 | ||
| 19074 | 2025.02.28 10:15:54.018248 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19075 | 2025.02.28 10:15:54.018293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19076 | 2025.02.28 10:15:54.019019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 19077 | 2025.02.28 10:15:54.019558 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19078 | 2025.02.28 10:15:54.019841 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48617 | ||
| 19079 | 2025.02.28 10:15:54.019846 [ 140 ] {} <Debug> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 19080 | 2025.02.28 10:15:54.019951 [ 140 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19081 | 2025.02.28 10:15:54.019993 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19082 | 2025.02.28 10:15:54.020167 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::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 | ||
| 19083 | 2025.02.28 10:15:54.020346 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19084 | 2025.02.28 10:15:54.020395 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part | ||
| 19085 | 2025.02.28 10:15:54.020481 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 488 rows starting from the beginning of the part | ||
| 19086 | 2025.02.28 10:15:54.020613 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 427 rows starting from the beginning of the part | ||
| 19087 | 2025.02.28 10:15:54.020887 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 488 rows starting from the beginning of the part | ||
| 19088 | 2025.02.28 10:15:54.021008 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 427 rows starting from the beginning of the part | ||
| 19089 | 2025.02.28 10:15:54.021257 [ 201 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 488 rows starting from the beginning of the part | ||
| 19090 | 2025.02.28 10:15:54.024675 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48617 rows, containing 4 columns (4 merged, 0 gathered) in 0.004605281 sec., 10556793.385680482 rows/sec., 151.02 MiB/sec. | ||
| 19091 | 2025.02.28 10:15:54.025396 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 19092 | 2025.02.28 10:15:54.026014 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19093 | 2025.02.28 10:15:54.026101 [ 186 ] {5fbfe27a-674f-4d63-b55c-de49ad8d2aae::all_1_106_21} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 19094 | 2025.02.28 10:15:54.026216 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 19095 | 2025.02.28 10:15:55.151720 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19096 | 2025.02.28 10:15:55.151908 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19097 | 2025.02.28 10:15:55.151982 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19098 | 2025.02.28 10:15:55.152761 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19099 | 2025.02.28 10:15:55.152806 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19100 | 2025.02.28 10:15:55.153390 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19101 | 2025.02.28 10:15:55.153864 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19102 | 2025.02.28 10:15:55.154070 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002215 sec., 28893.90519187359 rows/sec., 2.28 MiB/sec. | ||
| 19103 | 2025.02.28 10:15:55.154137 [ 261 ] {e462c5fd-4eff-43c4-adee-e0d5f397c61f} <Debug> TCPHandler: Processed in 0.002545453 sec. | ||
| 19104 | 2025.02.28 10:15:55.154439 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19105 | 2025.02.28 10:15:55.154736 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19106 | 2025.02.28 10:15:55.154852 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19107 | 2025.02.28 10:15:55.155724 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19108 | 2025.02.28 10:15:55.155771 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19109 | 2025.02.28 10:15:55.156332 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19110 | 2025.02.28 10:15:55.156854 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19111 | 2025.02.28 10:15:55.157112 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.00246 sec., 1626.0162601626016 rows/sec., 122.27 KiB/sec. | ||
| 19112 | 2025.02.28 10:15:55.157180 [ 262 ] {f4904421-a531-44bf-b7e4-e0ba54de38fd} <Debug> TCPHandler: Processed in 0.002929938 sec. | ||
| 19113 | 2025.02.28 10:15:55.157359 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19114 | 2025.02.28 10:15:55.157524 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19115 | 2025.02.28 10:15:55.157598 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19116 | 2025.02.28 10:15:55.158431 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19117 | 2025.02.28 10:15:55.158474 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19118 | 2025.02.28 10:15:55.159103 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19119 | 2025.02.28 10:15:55.159666 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19120 | 2025.02.28 10:15:55.159862 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002376 sec., 28619.528619528617 rows/sec., 2.23 MiB/sec. | ||
| 19121 | 2025.02.28 10:15:55.159961 [ 261 ] {2449af29-298b-4f34-92f4-d66b10da19a8} <Debug> TCPHandler: Processed in 0.002670015 sec. | ||
| 19122 | 2025.02.28 10:15:55.160178 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19123 | 2025.02.28 10:15:55.160463 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19124 | 2025.02.28 10:15:55.160563 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19125 | 2025.02.28 10:15:55.161416 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19126 | 2025.02.28 10:15:55.161457 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19127 | 2025.02.28 10:15:55.161972 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19128 | 2025.02.28 10:15:55.162426 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19129 | 2025.02.28 10:15:55.162648 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002247 sec., 71206.05251446374 rows/sec., 4.96 MiB/sec. | ||
| 19130 | 2025.02.28 10:15:55.162705 [ 262 ] {96c6e4d0-8f6a-472c-bfff-879fcadc443e} <Debug> TCPHandler: Processed in 0.002648435 sec. | ||
| 19131 | 2025.02.28 10:15:55.162860 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19132 | 2025.02.28 10:15:55.163002 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19133 | 2025.02.28 10:15:55.163098 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <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 | ||
| 19134 | 2025.02.28 10:15:55.164220 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19135 | 2025.02.28 10:15:55.164258 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19136 | 2025.02.28 10:15:55.165034 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 19137 | 2025.02.28 10:15:55.165510 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19138 | 2025.02.28 10:15:55.165740 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002771 sec., 1443.5221941537352 rows/sec., 2.59 MiB/sec. | ||
| 19139 | 2025.02.28 10:15:55.165918 [ 261 ] {ddc58070-f372-492e-ad01-b42d5ee5a5b4} <Debug> TCPHandler: Processed in 0.00312682 sec. | ||
| 19140 | 2025.02.28 10:15:55.166166 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19141 | 2025.02.28 10:15:55.166396 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19142 | 2025.02.28 10:15:55.166465 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19143 | 2025.02.28 10:15:55.167031 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19144 | 2025.02.28 10:15:55.167077 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19145 | 2025.02.28 10:15:55.167568 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19146 | 2025.02.28 10:15:55.168148 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19147 | 2025.02.28 10:15:55.168368 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002036 sec., 29469.548133595283 rows/sec., 1.99 MiB/sec. | ||
| 19148 | 2025.02.28 10:15:55.168419 [ 262 ] {720bf717-758d-4e2b-900e-533cd29548d3} <Debug> TCPHandler: Processed in 0.002398151 sec. | ||
| 19149 | 2025.02.28 10:15:56.582042 [ 134 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 19150 | 2025.02.28 10:15:56.582117 [ 134 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19151 | 2025.02.28 10:15:56.582140 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19152 | 2025.02.28 10:15:56.582301 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 19153 | 2025.02.28 10:15:56.582528 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19154 | 2025.02.28 10:15:56.582566 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 21 rows starting from the beginning of the part | ||
| 19155 | 2025.02.28 10:15:56.582653 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 19156 | 2025.02.28 10:15:56.582920 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part | ||
| 19157 | 2025.02.28 10:15:56.583075 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
| 19158 | 2025.02.28 10:15:56.583337 [ 193 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part | ||
| 19159 | 2025.02.28 10:15:56.584605 [ 190 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.002391121 sec., 16310.341467453969 rows/sec., 1.36 MiB/sec. | ||
| 19160 | 2025.02.28 10:15:56.584918 [ 190 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 19161 | 2025.02.28 10:15:56.585501 [ 190 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19162 | 2025.02.28 10:15:56.585594 [ 190 ] {b51aa107-e4bd-430d-8f42-875972f78cb6::all_1_49_12} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 19163 | 2025.02.28 10:15:56.585697 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19164 | 2025.02.28 10:15:57.432284 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19165 | 2025.02.28 10:15:57.432565 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19166 | 2025.02.28 10:15:57.432677 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19167 | 2025.02.28 10:15:57.433673 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19168 | 2025.02.28 10:15:57.433726 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19169 | 2025.02.28 10:15:57.434290 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 19170 | 2025.02.28 10:15:57.434765 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19171 | 2025.02.28 10:15:57.435011 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002524 sec., 2377.1790808240885 rows/sec., 193.84 KiB/sec. | ||
| 19172 | 2025.02.28 10:15:57.435082 [ 261 ] {554fa0a1-e091-4a16-9b65-78c2a615327d} <Debug> TCPHandler: Processed in 0.002956059 sec. | ||
| 19173 | 2025.02.28 10:15:57.435368 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19174 | 2025.02.28 10:15:57.435574 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19175 | 2025.02.28 10:15:57.435655 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19176 | 2025.02.28 10:15:57.437662 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19177 | 2025.02.28 10:15:57.437710 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19178 | 2025.02.28 10:15:57.438334 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19179 | 2025.02.28 10:15:57.438809 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19180 | 2025.02.28 10:15:57.439082 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Debug> executeQuery: Read 1309 rows, 111.14 KiB in 0.003563 sec., 367387.0333988212 rows/sec., 30.46 MiB/sec. | ||
| 19181 | 2025.02.28 10:15:57.439195 [ 262 ] {6f11768d-144d-455b-afa2-467381653477} <Debug> TCPHandler: Processed in 0.003970382 sec. | ||
| 19182 | 2025.02.28 10:15:57.439393 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19183 | 2025.02.28 10:15:57.439572 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19184 | 2025.02.28 10:15:57.439640 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19185 | 2025.02.28 10:15:57.440284 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19186 | 2025.02.28 10:15:57.440323 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19187 | 2025.02.28 10:15:57.440814 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19188 | 2025.02.28 10:15:57.441322 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19189 | 2025.02.28 10:15:57.441538 [ 132 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19190 | 2025.02.28 10:15:57.441549 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Debug> executeQuery: Read 61 rows, 4.55 KiB in 0.002016 sec., 30257.93650793651 rows/sec., 2.21 MiB/sec. | ||
| 19191 | 2025.02.28 10:15:57.441620 [ 132 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19192 | 2025.02.28 10:15:57.441700 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19193 | 2025.02.28 10:15:57.441718 [ 261 ] {6ba65b5a-076d-48dd-b8c9-34ea9c099918} <Debug> TCPHandler: Processed in 0.002400071 sec. | ||
| 19194 | 2025.02.28 10:15:57.441919 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19195 | 2025.02.28 10:15:57.441928 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::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 | ||
| 19196 | 2025.02.28 10:15:57.442082 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19197 | 2025.02.28 10:15:57.442093 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19198 | 2025.02.28 10:15:57.442135 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 198 rows starting from the beginning of the part | ||
| 19199 | 2025.02.28 10:15:57.442144 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19200 | 2025.02.28 10:15:57.442389 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 161 rows starting from the beginning of the part | ||
| 19201 | 2025.02.28 10:15:57.442691 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 8 rows starting from the beginning of the part | ||
| 19202 | 2025.02.28 10:15:57.442951 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 161 rows starting from the beginning of the part | ||
| 19203 | 2025.02.28 10:15:57.443185 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 4 rows starting from the beginning of the part | ||
| 19204 | 2025.02.28 10:15:57.443401 [ 193 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 61 rows starting from the beginning of the part | ||
| 19205 | 2025.02.28 10:15:57.444202 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19206 | 2025.02.28 10:15:57.444253 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19207 | 2025.02.28 10:15:57.445000 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 19208 | 2025.02.28 10:15:57.445061 [ 190 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 593 rows, containing 5 columns (5 merged, 0 gathered) in 0.003252833 sec., 182302.62666420316 rows/sec., 12.62 MiB/sec. | ||
| 19209 | 2025.02.28 10:15:57.445411 [ 190 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19210 | 2025.02.28 10:15:57.445623 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19211 | 2025.02.28 10:15:57.446560 [ 190 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19212 | 2025.02.28 10:15:57.446890 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00479 sec., 47599.16492693111 rows/sec., 3.22 MiB/sec. | ||
| 19213 | 2025.02.28 10:15:57.446964 [ 190 ] {47db709c-ea0b-4902-aef3-bac2ad1a9ee9::all_1_151_30} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19214 | 2025.02.28 10:15:57.447220 [ 262 ] {24478fe3-7c9e-4ef6-a57b-fe5569218d44} <Debug> TCPHandler: Processed in 0.00537405 sec. | ||
| 19215 | 2025.02.28 10:15:57.447232 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 19216 | 2025.02.28 10:15:57.447406 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19217 | 2025.02.28 10:15:57.447536 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19218 | 2025.02.28 10:15:57.447590 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19219 | 2025.02.28 10:15:57.448478 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19220 | 2025.02.28 10:15:57.448519 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19221 | 2025.02.28 10:15:57.449043 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19222 | 2025.02.28 10:15:57.449515 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19223 | 2025.02.28 10:15:57.449751 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Debug> executeQuery: Read 581 rows, 44.30 KiB in 0.00224 sec., 259375.00000000003 rows/sec., 19.31 MiB/sec. | ||
| 19224 | 2025.02.28 10:15:57.449841 [ 261 ] {555db663-811f-4ce6-97d7-eae7a23c87b8} <Debug> TCPHandler: Processed in 0.002500292 sec. | ||
| 19225 | 2025.02.28 10:15:57.450016 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19226 | 2025.02.28 10:15:57.450223 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19227 | 2025.02.28 10:15:57.450304 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19228 | 2025.02.28 10:15:57.451195 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19229 | 2025.02.28 10:15:57.451241 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19230 | 2025.02.28 10:15:57.451811 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19231 | 2025.02.28 10:15:57.452330 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19232 | 2025.02.28 10:15:57.452569 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Debug> executeQuery: Read 923 rows, 63.32 KiB in 0.002406 sec., 383624.272651704 rows/sec., 25.70 MiB/sec. | ||
| 19233 | 2025.02.28 10:15:57.452625 [ 262 ] {39414350-08c8-4ab5-a470-d48467ef8159} <Debug> TCPHandler: Processed in 0.002685145 sec. | ||
| 19234 | 2025.02.28 10:15:57.452776 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19235 | 2025.02.28 10:15:57.452919 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19236 | 2025.02.28 10:15:57.453017 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <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 | ||
| 19237 | 2025.02.28 10:15:57.454376 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19238 | 2025.02.28 10:15:57.454416 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19239 | 2025.02.28 10:15:57.455265 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 19240 | 2025.02.28 10:15:57.455730 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19241 | 2025.02.28 10:15:57.455924 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 19242 | 2025.02.28 10:15:57.455989 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19243 | 2025.02.28 10:15:57.456032 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003138 sec., 17527.087316762267 rows/sec., 31.41 MiB/sec. | ||
| 19244 | 2025.02.28 10:15:57.456042 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19245 | 2025.02.28 10:15:57.456525 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::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 | ||
| 19246 | 2025.02.28 10:15:57.456556 [ 261 ] {ad781b2f-6fd8-4e8a-8b22-c5d224042ef7} <Debug> TCPHandler: Processed in 0.00384524 sec. | ||
| 19247 | 2025.02.28 10:15:57.456875 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19248 | 2025.02.28 10:15:57.457191 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19249 | 2025.02.28 10:15:57.457220 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19250 | 2025.02.28 10:15:57.457300 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19251 | 2025.02.28 10:15:57.457348 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 3168 rows starting from the beginning of the part | ||
| 19252 | 2025.02.28 10:15:57.457889 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 55 rows starting from the beginning of the part | ||
| 19253 | 2025.02.28 10:15:57.458312 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 4 rows starting from the beginning of the part | ||
| 19254 | 2025.02.28 10:15:57.458759 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19255 | 2025.02.28 10:15:57.458779 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 55 rows starting from the beginning of the part | ||
| 19256 | 2025.02.28 10:15:57.458806 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19257 | 2025.02.28 10:15:57.459149 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 4 rows starting from the beginning of the part | ||
| 19258 | 2025.02.28 10:15:57.459544 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 55 rows starting from the beginning of the part | ||
| 19259 | 2025.02.28 10:15:57.459937 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19260 | 2025.02.28 10:15:57.460591 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19261 | 2025.02.28 10:15:57.461021 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.003923 sec., 7137.394850879428 rows/sec., 493.88 KiB/sec. | ||
| 19262 | 2025.02.28 10:15:57.461183 [ 262 ] {dccc88bb-9b52-4c80-824a-af5836108664} <Debug> TCPHandler: Processed in 0.004484048 sec. | ||
| 19263 | 2025.02.28 10:15:57.477843 [ 193 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3341 rows, containing 19 columns (19 merged, 0 gathered) in 0.021657372 sec., 154266.17781695764 rows/sec., 276.44 MiB/sec. | ||
| 19264 | 2025.02.28 10:15:57.480586 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 19265 | 2025.02.28 10:15:57.481279 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19266 | 2025.02.28 10:15:57.481371 [ 189 ] {0cf12d69-2a7a-4ba4-87cc-11c8c16abed0::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 19267 | 2025.02.28 10:15:57.481502 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 27.32 MiB. | ||
| 19268 | 2025.02.28 10:15:57.772578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 800 | ||
| 19269 | 2025.02.28 10:15:57.797094 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2025.02.28 10:15:57.797142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19271 | 2025.02.28 10:15:57.805309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 19272 | 2025.02.28 10:15:57.806694 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19273 | 2025.02.28 10:15:57.807003 [ 132 ] {} <Debug> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 19274 | 2025.02.28 10:15:57.807065 [ 132 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19275 | 2025.02.28 10:15:57.807108 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19276 | 2025.02.28 10:15:57.807556 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::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 | ||
| 19277 | 2025.02.28 10:15:57.821820 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 800 | ||
| 19278 | 2025.02.28 10:15:57.823993 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19279 | 2025.02.28 10:15:57.825580 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part | ||
| 19280 | 2025.02.28 10:15:57.832207 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part | ||
| 19281 | 2025.02.28 10:15:57.838548 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 19282 | 2025.02.28 10:15:57.844659 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part | ||
| 19283 | 2025.02.28 10:15:57.850859 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 19284 | 2025.02.28 10:15:57.857515 [ 190 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 19285 | 2025.02.28 10:15:57.923793 [ 189 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 679 columns (679 merged, 0 gathered) in 0.116577281 sec., 6862.400573573164 rows/sec., 35.48 MiB/sec. | ||
| 19286 | 2025.02.28 10:15:57.927607 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 19287 | 2025.02.28 10:15:57.931047 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19288 | 2025.02.28 10:15:57.931144 [ 200 ] {87f88748-4bab-4f28-ae12-3a78bbeeac36::all_1_106_21} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 19289 | 2025.02.28 10:15:57.933694 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 19290 | 2025.02.28 10:15:58.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.93 MiB, peak 301.15 MiB, free memory in arenas 0.00 B, will set to 280.38 MiB (RSS), difference: 5.45 MiB | ||
| 19291 | 2025.02.28 10:15:59.318851 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2606 | ||
| 19292 | 2025.02.28 10:15:59.322489 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19293 | 2025.02.28 10:15:59.322546 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19294 | 2025.02.28 10:15:59.324288 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 19295 | 2025.02.28 10:15:59.324810 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19296 | 2025.02.28 10:15:59.325501 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2606 | ||
| 19297 | 2025.02.28 10:16:00.147595 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19298 | 2025.02.28 10:16:00.147793 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19299 | 2025.02.28 10:16:00.147873 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19300 | 2025.02.28 10:16:00.148661 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19301 | 2025.02.28 10:16:00.148706 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19302 | 2025.02.28 10:16:00.149250 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 19303 | 2025.02.28 10:16:00.149759 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19304 | 2025.02.28 10:16:00.149968 [ 129 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 19305 | 2025.02.28 10:16:00.149993 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002247 sec., 24922.118380062308 rows/sec., 1.90 MiB/sec. | ||
| 19306 | 2025.02.28 10:16:00.150064 [ 129 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19307 | 2025.02.28 10:16:00.150137 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19308 | 2025.02.28 10:16:00.150139 [ 261 ] {50cfe44f-d27e-47e8-a6ca-ff269433ad06} <Debug> TCPHandler: Processed in 0.002661785 sec. | ||
| 19309 | 2025.02.28 10:16:00.150354 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 19310 | 2025.02.28 10:16:00.150438 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19311 | 2025.02.28 10:16:00.150517 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19312 | 2025.02.28 10:16:00.150612 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 2007 rows starting from the beginning of the part | ||
| 19313 | 2025.02.28 10:16:00.150730 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19314 | 2025.02.28 10:16:00.150854 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 66 rows starting from the beginning of the part | ||
| 19315 | 2025.02.28 10:16:00.150985 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19316 | 2025.02.28 10:16:00.151201 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 727 rows starting from the beginning of the part | ||
| 19317 | 2025.02.28 10:16:00.151603 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 64 rows starting from the beginning of the part | ||
| 19318 | 2025.02.28 10:16:00.151860 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 1309 rows starting from the beginning of the part | ||
| 19319 | 2025.02.28 10:16:00.152176 [ 195 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 56 rows starting from the beginning of the part | ||
| 19320 | 2025.02.28 10:16:00.153979 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19321 | 2025.02.28 10:16:00.154066 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19322 | 2025.02.28 10:16:00.155126 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 19323 | 2025.02.28 10:16:00.155680 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4229 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422311 sec., 779925.754904136 rows/sec., 66.87 MiB/sec. | ||
| 19324 | 2025.02.28 10:16:00.155763 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19325 | 2025.02.28 10:16:00.156014 [ 129 ] {} <Debug> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 19326 | 2025.02.28 10:16:00.156063 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005445 sec., 11753.902662993572 rows/sec., 939.44 KiB/sec. | ||
| 19327 | 2025.02.28 10:16:00.156070 [ 129 ] {} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19328 | 2025.02.28 10:16:00.156152 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19329 | 2025.02.28 10:16:00.156270 [ 262 ] {8dbde8bc-53f9-4e7b-81e8-09559da9fa33} <Debug> TCPHandler: Processed in 0.005984088 sec. | ||
| 19330 | 2025.02.28 10:16:00.156478 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 19331 | 2025.02.28 10:16:00.156543 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19332 | 2025.02.28 10:16:00.156552 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 19333 | 2025.02.28 10:16:00.156889 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19334 | 2025.02.28 10:16:00.156970 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19335 | 2025.02.28 10:16:00.157060 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19336 | 2025.02.28 10:16:00.157095 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 981 rows starting from the beginning of the part | ||
| 19337 | 2025.02.28 10:16:00.157598 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19338 | 2025.02.28 10:16:00.157732 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 72 rows starting from the beginning of the part | ||
| 19339 | 2025.02.28 10:16:00.157970 [ 194 ] {7ed82dd6-52d8-4baa-8153-fe42642587ab::all_1_181_36} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 19340 | 2025.02.28 10:16:00.158264 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 19341 | 2025.02.28 10:16:00.158451 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 437 rows starting from the beginning of the part | ||
| 19342 | 2025.02.28 10:16:00.158793 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 68 rows starting from the beginning of the part | ||
| 19343 | 2025.02.28 10:16:00.159237 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 581 rows starting from the beginning of the part | ||
| 19344 | 2025.02.28 10:16:00.159537 [ 188 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 64 rows starting from the beginning of the part | ||
| 19345 | 2025.02.28 10:16:00.160314 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19346 | 2025.02.28 10:16:00.160418 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19347 | 2025.02.28 10:16:00.161747 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 19348 | 2025.02.28 10:16:00.162432 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 5 columns (5 merged, 0 gathered) in 0.006138131 sec., 358904.0377274451 rows/sec., 27.82 MiB/sec. | ||
| 19349 | 2025.02.28 10:16:00.162513 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19350 | 2025.02.28 10:16:00.162845 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Debug> executeQuery: Read 86 rows, 6.14 KiB in 0.006108 sec., 14079.895219384414 rows/sec., 1004.70 KiB/sec. | ||
| 19351 | 2025.02.28 10:16:00.162858 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 19352 | 2025.02.28 10:16:00.163020 [ 261 ] {43bce0ad-ade5-4208-934f-e7371fe98444} <Debug> TCPHandler: Processed in 0.006612956 sec. | ||
| 19353 | 2025.02.28 10:16:00.163277 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19354 | 2025.02.28 10:16:00.163481 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19355 | 2025.02.28 10:16:00.163565 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19356 | 2025.02.28 10:16:00.163714 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19357 | 2025.02.28 10:16:00.164000 [ 198 ] {9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5::all_1_181_36} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 19358 | 2025.02.28 10:16:00.164174 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19359 | 2025.02.28 10:16:00.164450 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19360 | 2025.02.28 10:16:00.164494 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19361 | 2025.02.28 10:16:00.164971 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 19362 | 2025.02.28 10:16:00.165484 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19363 | 2025.02.28 10:16:00.165632 [ 129 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 19364 | 2025.02.28 10:16:00.165671 [ 129 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19365 | 2025.02.28 10:16:00.165681 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.002255 sec., 14190.687361419068 rows/sec., 977.00 KiB/sec. | ||
| 19366 | 2025.02.28 10:16:00.165703 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19367 | 2025.02.28 10:16:00.165803 [ 262 ] {3e108278-460f-40d8-b196-16848fe77e5a} <Debug> TCPHandler: Processed in 0.002649675 sec. | ||
| 19368 | 2025.02.28 10:16:00.165941 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 19369 | 2025.02.28 10:16:00.166065 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19370 | 2025.02.28 10:16:00.166096 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 9244 rows starting from the beginning of the part | ||
| 19371 | 2025.02.28 10:16:00.166196 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 60 rows starting from the beginning of the part | ||
| 19372 | 2025.02.28 10:16:00.166403 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 82 rows starting from the beginning of the part | ||
| 19373 | 2025.02.28 10:16:00.166514 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 60 rows starting from the beginning of the part | ||
| 19374 | 2025.02.28 10:16:00.166734 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 28 rows starting from the beginning of the part | ||
| 19375 | 2025.02.28 10:16:00.166878 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 32 rows starting from the beginning of the part | ||
| 19376 | 2025.02.28 10:16:00.169600 [ 196 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9506 rows, containing 4 columns (4 merged, 0 gathered) in 0.003782019 sec., 2513472.301434763 rows/sec., 168.26 MiB/sec. | ||
| 19377 | 2025.02.28 10:16:00.169970 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 19378 | 2025.02.28 10:16:00.170629 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19379 | 2025.02.28 10:16:00.170719 [ 191 ] {e9dced10-d76f-4e3c-ae2b-c212a745d824::all_1_181_36} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 19380 | 2025.02.28 10:16:00.170815 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 19381 | 2025.02.28 10:16:01.520051 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 49044 | ||
| 19382 | 2025.02.28 10:16:01.520869 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19383 | 2025.02.28 10:16:01.520914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19384 | 2025.02.28 10:16:01.521640 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 19385 | 2025.02.28 10:16:01.522214 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19386 | 2025.02.28 10:16:01.522483 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044 | ||
| 19387 | 2025.02.28 10:16:05.151156 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19388 | 2025.02.28 10:16:05.151370 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19389 | 2025.02.28 10:16:05.151452 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19390 | 2025.02.28 10:16:05.152235 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19391 | 2025.02.28 10:16:05.152280 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19392 | 2025.02.28 10:16:05.152889 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 19393 | 2025.02.28 10:16:05.153467 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19394 | 2025.02.28 10:16:05.153681 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Debug> executeQuery: Read 64 rows, 5.16 KiB in 0.002373 sec., 26970.0800674252 rows/sec., 2.12 MiB/sec. | ||
| 19395 | 2025.02.28 10:16:05.153749 [ 261 ] {495b94c2-0bd8-4ad1-950a-af2c3262dbf7} <Debug> TCPHandler: Processed in 0.002731626 sec. | ||
| 19396 | 2025.02.28 10:16:05.153997 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19397 | 2025.02.28 10:16:05.154206 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19398 | 2025.02.28 10:16:05.154288 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19399 | 2025.02.28 10:16:05.155067 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19400 | 2025.02.28 10:16:05.155114 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19401 | 2025.02.28 10:16:05.155736 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19402 | 2025.02.28 10:16:05.156264 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19403 | 2025.02.28 10:16:05.156520 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.002371 sec., 1687.0518768452132 rows/sec., 126.86 KiB/sec. | ||
| 19404 | 2025.02.28 10:16:05.156588 [ 262 ] {653a670b-eb23-4ae6-bc0c-ca83411be24a} <Debug> TCPHandler: Processed in 0.002725986 sec. | ||
| 19405 | 2025.02.28 10:16:05.156764 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19406 | 2025.02.28 10:16:05.156912 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19407 | 2025.02.28 10:16:05.156975 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19408 | 2025.02.28 10:16:05.157676 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19409 | 2025.02.28 10:16:05.157714 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19410 | 2025.02.28 10:16:05.158220 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 19411 | 2025.02.28 10:16:05.158728 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19412 | 2025.02.28 10:16:05.158916 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002042 sec., 33300.68560235063 rows/sec., 2.60 MiB/sec. | ||
| 19413 | 2025.02.28 10:16:05.158972 [ 261 ] {f319557d-edcc-4c8b-aa97-2b307a85b895} <Debug> TCPHandler: Processed in 0.00227948 sec. | ||
| 19414 | 2025.02.28 10:16:05.159134 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19415 | 2025.02.28 10:16:05.159282 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19416 | 2025.02.28 10:16:05.159349 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19417 | 2025.02.28 10:16:05.159962 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19418 | 2025.02.28 10:16:05.160003 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19419 | 2025.02.28 10:16:05.160562 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 19420 | 2025.02.28 10:16:05.161158 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19421 | 2025.02.28 10:16:05.161424 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002178 sec., 73461.89164370984 rows/sec., 5.12 MiB/sec. | ||
| 19422 | 2025.02.28 10:16:05.161493 [ 262 ] {e11c1a1a-c420-4ff2-a83d-07e046837626} <Debug> TCPHandler: Processed in 0.002429562 sec. | ||
| 19423 | 2025.02.28 10:16:05.161646 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19424 | 2025.02.28 10:16:05.161773 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19425 | 2025.02.28 10:16:05.161858 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <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 | ||
| 19426 | 2025.02.28 10:16:05.162986 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19427 | 2025.02.28 10:16:05.163024 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19428 | 2025.02.28 10:16:05.163788 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 19429 | 2025.02.28 10:16:05.164383 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19430 | 2025.02.28 10:16:05.164602 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002857 sec., 1400.0700035001748 rows/sec., 2.51 MiB/sec. | ||
| 19431 | 2025.02.28 10:16:05.164718 [ 261 ] {7400e421-0cee-4696-a787-52b324e66c8d} <Debug> TCPHandler: Processed in 0.003128921 sec. | ||
| 19432 | 2025.02.28 10:16:05.164955 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19433 | 2025.02.28 10:16:05.165185 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19434 | 2025.02.28 10:16:05.165284 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19435 | 2025.02.28 10:16:05.165897 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19436 | 2025.02.28 10:16:05.165938 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19437 | 2025.02.28 10:16:05.166460 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 19438 | 2025.02.28 10:16:05.166993 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19439 | 2025.02.28 10:16:05.167212 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002086 sec., 28763.18312559923 rows/sec., 1.94 MiB/sec. | ||
| 19440 | 2025.02.28 10:16:05.167266 [ 262 ] {ede52a6e-2e3a-4027-8cfc-14fb221bb8aa} <Debug> TCPHandler: Processed in 0.002424471 sec. | ||
| 19441 | 2025.02.28 10:16:05.321950 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 807 | ||
| 19442 | 2025.02.28 10:16:05.345392 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19443 | 2025.02.28 10:16:05.345455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19444 | 2025.02.28 10:16:05.353345 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 19445 | 2025.02.28 10:16:05.354619 [ 244 ] {} <Trace> system.metric_log (87f88748-4bab-4f28-ae12-3a78bbeeac36): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19446 | 2025.02.28 10:16:05.357991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807 | ||
| 19447 | 2025.02.28 10:16:05.644986 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19448 | 2025.02.28 10:16:05.645067 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19449 | 2025.02.28 10:16:05.647252 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19450 | 2025.02.28 10:16:06.265733 [ 223 ] {} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19451 | 2025.02.28 10:16:06.265821 [ 223 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19452 | 2025.02.28 10:16:06.268016 [ 223 ] {} <Debug> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 19453 | 2025.02.28 10:16:08.728362 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19454 | 2025.02.28 10:16:08.728452 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19455 | 2025.02.28 10:16:09.022654 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49532 | ||
| 19456 | 2025.02.28 10:16:09.023329 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19457 | 2025.02.28 10:16:09.023380 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19458 | 2025.02.28 10:16:09.024077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 19459 | 2025.02.28 10:16:09.024606 [ 242 ] {} <Trace> system.asynchronous_metric_log (5fbfe27a-674f-4d63-b55c-de49ad8d2aae): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19460 | 2025.02.28 10:16:09.024872 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49532 | ||
| 19461 | 2025.02.28 10:16:09.105282 [ 218 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 19462 | 2025.02.28 10:16:09.105347 [ 218 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 19463 | 2025.02.28 10:16:09.108410 [ 218 ] {} <Debug> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): 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] | ||
| 19464 | 2025.02.28 10:16:09.157831 [ 224 ] {} <Trace> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 19465 | 2025.02.28 10:16:09.157893 [ 224 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 19466 | 2025.02.28 10:16:09.159984 [ 224 ] {} <Debug> oximeter.fields_u32 (5da27670-fc11-4033-8b48-aeed7e791b21): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 19467 | 2025.02.28 10:16:09.325826 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2626 | ||
| 19468 | 2025.02.28 10:16:09.328690 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19469 | 2025.02.28 10:16:09.328752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19470 | 2025.02.28 10:16:09.330476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 19471 | 2025.02.28 10:16:09.331010 [ 243 ] {} <Trace> system.query_log (96001bc8-253c-45d5-bfbd-ba4b7b88398b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19472 | 2025.02.28 10:16:09.331627 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2626 | ||
| 19473 | 2025.02.28 10:16:10.048091 [ 219 ] {} <Trace> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19474 | 2025.02.28 10:16:10.048148 [ 219 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19475 | 2025.02.28 10:16:10.049767 [ 219 ] {} <Debug> oximeter.fields_ipaddr (b51aa107-e4bd-430d-8f42-875972f78cb6): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 19476 | 2025.02.28 10:16:10.154616 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19477 | 2025.02.28 10:16:10.154816 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19478 | 2025.02.28 10:16:10.154897 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19479 | 2025.02.28 10:16:10.155796 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19480 | 2025.02.28 10:16:10.155839 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19481 | 2025.02.28 10:16:10.156452 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 19482 | 2025.02.28 10:16:10.157023 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19483 | 2025.02.28 10:16:10.157278 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Debug> executeQuery: Read 166 rows, 14.80 KiB in 0.002506 sec., 66241.02154828412 rows/sec., 5.77 MiB/sec. | ||
| 19484 | 2025.02.28 10:16:10.157385 [ 224 ] {} <Trace> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19485 | 2025.02.28 10:16:10.157392 [ 261 ] {44fc169a-66cc-485b-8bef-6f2a85b50246} <Debug> TCPHandler: Processed in 0.002909798 sec. | ||
| 19486 | 2025.02.28 10:16:10.157465 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19487 | 2025.02.28 10:16:10.157728 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19488 | 2025.02.28 10:16:10.157986 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19489 | 2025.02.28 10:16:10.158099 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19490 | 2025.02.28 10:16:10.159838 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19491 | 2025.02.28 10:16:10.159890 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19492 | 2025.02.28 10:16:10.160820 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19493 | 2025.02.28 10:16:10.161116 [ 224 ] {} <Debug> oximeter.fields_string (7ed82dd6-52d8-4baa-8153-fe42642587ab): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19494 | 2025.02.28 10:16:10.161657 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Trace> oximeter.fields_u16 (47db709c-ea0b-4902-aef3-bac2ad1a9ee9): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19495 | 2025.02.28 10:16:10.162287 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.004393 sec., 12519.91805144548 rows/sec., 941.44 KiB/sec. | ||
| 19496 | 2025.02.28 10:16:10.162376 [ 262 ] {5124e5ea-903d-4bb0-85af-6d0df87a60f7} <Debug> TCPHandler: Processed in 0.004813633 sec. | ||
| 19497 | 2025.02.28 10:16:10.162519 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19498 | 2025.02.28 10:16:10.162658 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19499 | 2025.02.28 10:16:10.162720 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19500 | 2025.02.28 10:16:10.163515 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19501 | 2025.02.28 10:16:10.163564 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19502 | 2025.02.28 10:16:10.164174 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 19503 | 2025.02.28 10:16:10.164700 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Trace> oximeter.fields_uuid (9da6073d-41bf-4cf9-b20a-0b6ac82f9fd5): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19504 | 2025.02.28 10:16:10.164916 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.002297 sec., 51806.70439703962 rows/sec., 4.05 MiB/sec. | ||
| 19505 | 2025.02.28 10:16:10.164971 [ 261 ] {e952e4cd-aa05-40ed-b7db-f834002f21af} <Debug> TCPHandler: Processed in 0.002512423 sec. | ||
| 19506 | 2025.02.28 10:16:10.165151 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19507 | 2025.02.28 10:16:10.165302 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19508 | 2025.02.28 10:16:10.165371 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19509 | 2025.02.28 10:16:10.166012 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19510 | 2025.02.28 10:16:10.166055 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19511 | 2025.02.28 10:16:10.166301 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19512 | 2025.02.28 10:16:10.166359 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19513 | 2025.02.28 10:16:10.166873 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 19514 | 2025.02.28 10:16:10.167534 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19515 | 2025.02.28 10:16:10.167716 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Selected 3 parts from all_1_178_47 to all_180_180_0 | ||
| 19516 | 2025.02.28 10:16:10.167836 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19517 | 2025.02.28 10:16:10.167919 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19518 | 2025.02.28 10:16:10.167947 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002654 sec., 60286.360211002255 rows/sec., 4.20 MiB/sec. | ||
| 19519 | 2025.02.28 10:16:10.168302 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_178_47 to all_180_180_0 into Compact with storage Full | ||
| 19520 | 2025.02.28 10:16:10.168330 [ 262 ] {9383dc1f-f0c0-4dfd-ab20-03f201bdd207} <Debug> TCPHandler: Processed in 0.003242923 sec. | ||
| 19521 | 2025.02.28 10:16:10.168609 [ 261 ] {} <Trace> TCP-Session: df4a7d97-6559-4a8b-ae61-b851a0e86580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19522 | 2025.02.28 10:16:10.168788 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19523 | 2025.02.28 10:16:10.168920 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63504) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19524 | 2025.02.28 10:16:10.168930 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_178_47, total 49584 rows starting from the beginning of the part | ||
| 19525 | 2025.02.28 10:16:10.169395 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <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 | ||
| 19526 | 2025.02.28 10:16:10.169463 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part | ||
| 19527 | 2025.02.28 10:16:10.170018 [ 192 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 923 rows starting from the beginning of the part | ||
| 19528 | 2025.02.28 10:16:10.172269 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19529 | 2025.02.28 10:16:10.175724 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19530 | 2025.02.28 10:16:10.175767 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19531 | 2025.02.28 10:16:10.176926 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19532 | 2025.02.28 10:16:10.177481 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Trace> oximeter.measurements_histogramu64 (0cf12d69-2a7a-4ba4-87cc-11c8c16abed0): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19533 | 2025.02.28 10:16:10.177756 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.008942 sec., 6150.749273093267 rows/sec., 11.02 MiB/sec. | ||
| 19534 | 2025.02.28 10:16:10.177857 [ 261 ] {c262f0a4-6e1b-47a7-8177-f653841a2b22} <Debug> TCPHandler: Processed in 0.009397712 sec. | ||
| 19535 | 2025.02.28 10:16:10.178083 [ 262 ] {} <Trace> TCP-Session: bf114d8c-967e-4699-89b0-5f760e6aea12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19536 | 2025.02.28 10:16:10.178234 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41242) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19537 | 2025.02.28 10:16:10.178292 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19538 | 2025.02.28 10:16:10.179042 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19539 | 2025.02.28 10:16:10.179096 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 19540 | 2025.02.28 10:16:10.179893 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 19541 | 2025.02.28 10:16:10.180562 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19542 | 2025.02.28 10:16:10.180934 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00272 sec., 22058.823529411762 rows/sec., 1.49 MiB/sec. | ||
| 19543 | 2025.02.28 10:16:10.180964 [ 221 ] {} <Trace> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19544 | 2025.02.28 10:16:10.181010 [ 221 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19545 | 2025.02.28 10:16:10.181067 [ 262 ] {42e8831a-43a4-4d17-b700-d8e5f9eb2479} <Debug> TCPHandler: Processed in 0.003106711 sec. | ||
| 19546 | 2025.02.28 10:16:10.183217 [ 221 ] {} <Debug> oximeter.measurements_u64 (e9dced10-d76f-4e3c-ae2b-c212a745d824): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 19547 | 2025.02.28 10:16:10.184071 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50667 rows, containing 5 columns (5 merged, 0 gathered) in 0.015990199 sec., 3168628.4829851086 rows/sec., 216.52 MiB/sec. | ||
| 19548 | 2025.02.28 10:16:10.184600 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Trace> MergedBlockOutputStream: filled checksums all_1_180_48 (state Temporary) | ||
| 19549 | 2025.02.28 10:16:10.185134 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055): Renaming temporary part tmp_merge_all_1_180_48 to all_1_180_48 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19550 | 2025.02.28 10:16:10.185214 [ 187 ] {5a115a44-c382-46c2-8132-65cd346bd055::all_1_180_48} <Trace> oximeter.measurements_cumulativeu64 (5a115a44-c382-46c2-8132-65cd346bd055) (MergerMutator): Merged 3 parts: [all_1_178_47, all_180_180_0] -> all_1_180_48 | ||
| 19551 | 2025.02.28 10:16:10.185306 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 19552 | 2025.02.28 10:16:10.377223 [ 220 ] {} <Trace> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): 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] | ||
| 19553 | 2025.02.28 10:16:10.377266 [ 220 ] {} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): 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] | ||
| 19554 | 2025.02.28 10:16:10.379364 [ 220 ] {} <Debug> oximeter.measurements_f64 (cacd7f3a-6f6d-4a09-b71c-de815f967d13): 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] | ||