| 1 | [ Dec 12 22:34:16 Enabled. ] | ||
| 2 | [ Dec 12 22:34:16 Rereading configuration. ] | ||
| 3 | [ Dec 12 22:34:18 Rereading configuration. ] | ||
| 4 | [ Dec 12 22:34:29 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 | [ Dec 12 22:34:29 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 | 2024.12.12 22:34:30.655492 [ 1 ] {} <Information> Application: Will watch for the process with pid 24462 | ||
| 29 | 2024.12.12 22:34:30.656618 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.12 22:34:30.987452 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24462 | ||
| 31 | 2024.12.12 22:34:30.988264 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.12 22:34:30.989007 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.12 22:34:31.081000 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.12 22:34:31.107273 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.12 22:34:31.107344 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.12 22:34:31.107356 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.12 22:34:31.107418 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.12 22:34:31.108038 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.12 22:34:31.109645 [ 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 | 2024.12.12 22:34:31.110481 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.12 22:34:31.111318 [ 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 | 2024.12.12 22:34:31.111366 [ 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 | 2024.12.12 22:34:31.111405 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.12 22:34:31.111579 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.12 22:34:31.112697 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.12 22:34:31.118434 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.12 22:34:31.119255 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.12 22:34:31.120577 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.12 22:34:31.120670 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.12 22:34:31.122274 [ 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 | 2024.12.12 22:34:31.122790 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.12 22:34:31.127214 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.12 22:34:31.127519 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.12 22:34:31.129149 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.12 22:34:31.129519 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.12 22:34:31.129905 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.12 22:34:31.130269 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.12 22:34:31.131723 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.12 22:34:31.131749 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.12 22:34:31.131829 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.12 22:34:31.131981 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.12 22:34:31.143546 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.12 22:34:31.143571 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000139703 sec | ||
| 68 | 2024.12.12 22:34:31.143642 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.12 22:34:31.143683 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.12 22:34:31.144812 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.12 22:34:31.145862 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.12 22:34:31.159763 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.12 22:34:31.159806 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.12 22:34:31.159874 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.12 22:34:31.159888 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.12 22:34:31.159919 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.12 22:34:31.159986 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.12 22:34:31.170405 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.12 22:34:31.170458 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.12 22:34:31.170513 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.12 22:34:31.170736 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.12 22:34:31.170758 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.12 22:34:31.170794 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.12 22:34:31.170867 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.12 22:34:31.170881 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.12 22:34:31.170916 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.12 22:34:31.170986 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.12 22:34:31.202161 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.12 22:34:31.208132 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.12 22:34:31.208228 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000120543 sec | ||
| 91 | 2024.12.12 22:34:31.208246 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.12 22:34:31.208260 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.12 22:34:31.208290 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.12 22:34:31.208587 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.12 22:34:31.208694 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.12 22:34:31.208712 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.12 22:34:31.208726 [ 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 | 2024.12.12 22:34:31.208741 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.12 22:34:31.229502 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.12 22:34:31.229713 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.36 MiB | ||
| 101 | 2024.12.12 22:34:31.230739 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.0611e-05 sec. | ||
| 102 | 2024.12.12 22:34:31.231777 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.12 22:34:31.231868 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.12 22:34:31.231886 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.12 22:34:31.232043 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59805 | ||
| 106 | 2024.12.12 22:34:31.232345 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.12 22:34:31.232407 [ 3 ] {} <Debug> TCP-Session: 47e577e0-e0d0-4b69-b957-5d6c4ab8dd4b Authenticating user 'default' from [fd00:1122:3344:101::c]:59805 | ||
| 108 | 2024.12.12 22:34:31.232444 [ 3 ] {} <Debug> TCP-Session: 47e577e0-e0d0-4b69-b957-5d6c4ab8dd4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.12 22:34:31.232522 [ 3 ] {} <Debug> TCP-Session: 47e577e0-e0d0-4b69-b957-5d6c4ab8dd4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.12 22:34:31.232624 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.12 22:34:31.232656 [ 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 | 2024.12.12 22:34:31.232735 [ 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 | 2024.12.12 22:34:31.234429 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46615 | ||
| 114 | 2024.12.12 22:34:31.234537 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.12 22:34:31.234566 [ 4 ] {} <Debug> TCP-Session: 4992859e-b779-49e3-876c-9b71b95cbbe6 Authenticating user 'default' from [fd00:1122:3344:101::c]:46615 | ||
| 116 | 2024.12.12 22:34:31.234590 [ 4 ] {} <Debug> TCP-Session: 4992859e-b779-49e3-876c-9b71b95cbbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.12 22:34:31.234671 [ 4 ] {} <Debug> TCP-Session: 4992859e-b779-49e3-876c-9b71b95cbbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.12 22:34:31.235291 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38906 | ||
| 119 | 2024.12.12 22:34:31.235299 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37974 | ||
| 120 | 2024.12.12 22:34:31.235372 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.12.12 22:34:31.235407 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36024 | ||
| 122 | 2024.12.12 22:34:31.235453 [ 253 ] {} <Debug> TCP-Session: 57b2895d-2b13-4548-8ccb-4abed3342462 Authenticating user 'default' from [fd00:1122:3344:101::c]:38906 | ||
| 123 | 2024.12.12 22:34:31.235615 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.12.12 22:34:31.235656 [ 253 ] {} <Debug> TCP-Session: 57b2895d-2b13-4548-8ccb-4abed3342462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2024.12.12 22:34:31.235639 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62622 | ||
| 126 | 2024.12.12 22:34:31.235726 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2024.12.12 22:34:31.235774 [ 253 ] {} <Debug> TCP-Session: 57b2895d-2b13-4548-8ccb-4abed3342462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.12 22:34:31.235763 [ 5 ] {} <Debug> TCP-Session: d502f4df-87f9-4fc6-853c-be7423918566 Authenticating user 'default' from [fd00:1122:3344:101::c]:37974 | ||
| 129 | 2024.12.12 22:34:31.235905 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2024.12.12 22:34:31.235946 [ 5 ] {} <Debug> TCP-Session: d502f4df-87f9-4fc6-853c-be7423918566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2024.12.12 22:34:31.236004 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58441 | ||
| 132 | 2024.12.12 22:34:31.236027 [ 255 ] {} <Debug> TCP-Session: 5b75a5c9-f88e-49c4-866d-678203c6c33d Authenticating user 'default' from [fd00:1122:3344:101::c]:62622 | ||
| 133 | 2024.12.12 22:34:31.236060 [ 5 ] {} <Debug> TCP-Session: d502f4df-87f9-4fc6-853c-be7423918566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.12 22:34:31.236092 [ 255 ] {} <Debug> TCP-Session: 5b75a5c9-f88e-49c4-866d-678203c6c33d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.12.12 22:34:31.236101 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61435 | ||
| 136 | 2024.12.12 22:34:31.236021 [ 254 ] {} <Debug> TCP-Session: 484b13d3-30d4-4787-881d-140305e924bd Authenticating user 'default' from [fd00:1122:3344:101::c]:36024 | ||
| 137 | 2024.12.12 22:34:31.236205 [ 255 ] {} <Debug> TCP-Session: 5b75a5c9-f88e-49c4-866d-678203c6c33d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.12.12 22:34:31.236368 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.12 22:34:31.236415 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.12.12 22:34:31.236493 [ 257 ] {} <Debug> TCP-Session: 4929583f-4dee-46a0-8eae-bb9bee0f0594 Authenticating user 'default' from [fd00:1122:3344:101::c]:61435 | ||
| 141 | 2024.12.12 22:34:31.236519 [ 256 ] {} <Debug> TCP-Session: da36ee8b-6460-4fcf-88a5-05c770fbfc1f Authenticating user 'default' from [fd00:1122:3344:101::c]:58441 | ||
| 142 | 2024.12.12 22:34:31.236415 [ 254 ] {} <Debug> TCP-Session: 484b13d3-30d4-4787-881d-140305e924bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.12 22:34:31.236606 [ 257 ] {} <Debug> TCP-Session: 4929583f-4dee-46a0-8eae-bb9bee0f0594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.12 22:34:31.236629 [ 256 ] {} <Debug> TCP-Session: da36ee8b-6460-4fcf-88a5-05c770fbfc1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.12 22:34:31.236614 [ 254 ] {} <Debug> TCP-Session: 484b13d3-30d4-4787-881d-140305e924bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.12 22:34:31.236698 [ 257 ] {} <Debug> TCP-Session: 4929583f-4dee-46a0-8eae-bb9bee0f0594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.12 22:34:31.236721 [ 256 ] {} <Debug> TCP-Session: da36ee8b-6460-4fcf-88a5-05c770fbfc1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.12 22:34:31.590392 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56176 | ||
| 149 | 2024.12.12 22:34:31.590595 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.12 22:34:31.590742 [ 258 ] {} <Debug> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Authenticating user 'default' from [fd00:1122:3344:101::d]:56176 | ||
| 151 | 2024.12.12 22:34:31.590779 [ 258 ] {} <Debug> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.12 22:34:31.590807 [ 258 ] {} <Debug> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.12 22:34:31.590982 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.12 22:34:31.591028 [ 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 | 2024.12.12 22:34:31.591277 [ 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 | 2024.12.12 22:34:31.591781 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48777 | ||
| 157 | 2024.12.12 22:34:31.592027 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40886 | ||
| 158 | 2024.12.12 22:34:31.592036 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.12.12 22:34:31.592051 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45883 | ||
| 160 | 2024.12.12 22:34:31.592101 [ 259 ] {} <Debug> TCP-Session: 552f45b5-99c2-41ad-8c59-49e950446277 Authenticating user 'default' from [fd00:1122:3344:101::d]:48777 | ||
| 161 | 2024.12.12 22:34:31.592211 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2024.12.12 22:34:31.592230 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60248 | ||
| 163 | 2024.12.12 22:34:31.592399 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44098 | ||
| 164 | 2024.12.12 22:34:31.592413 [ 259 ] {} <Debug> TCP-Session: 552f45b5-99c2-41ad-8c59-49e950446277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2024.12.12 22:34:31.592439 [ 261 ] {} <Debug> TCP-Session: 339ea931-be27-4b50-be3a-7cd3ab2c9b67 Authenticating user 'default' from [fd00:1122:3344:101::d]:40886 | ||
| 166 | 2024.12.12 22:34:31.592426 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2024.12.12 22:34:31.592680 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46157 | ||
| 168 | 2024.12.12 22:34:31.592685 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2024.12.12 22:34:31.592718 [ 261 ] {} <Debug> TCP-Session: 339ea931-be27-4b50-be3a-7cd3ab2c9b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.12.12 22:34:31.593527 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45813 | ||
| 171 | 2024.12.12 22:34:31.593542 [ 261 ] {} <Debug> TCP-Session: 339ea931-be27-4b50-be3a-7cd3ab2c9b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2024.12.12 22:34:31.593414 [ 260 ] {} <Debug> TCP-Session: 2da3997f-963b-4eb3-b4b4-8a1cabdf423a Authenticating user 'default' from [fd00:1122:3344:101::d]:45883 | ||
| 173 | 2024.12.12 22:34:31.593567 [ 259 ] {} <Debug> TCP-Session: 552f45b5-99c2-41ad-8c59-49e950446277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2024.12.12 22:34:31.593514 [ 263 ] {} <Debug> TCP-Session: 9f0d33b3-5c2c-479b-a8bb-55786f565eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:44098 | ||
| 175 | 2024.12.12 22:34:31.593513 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2024.12.12 22:34:31.594374 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 177 | 2024.12.12 22:34:31.594393 [ 260 ] {} <Debug> TCP-Session: 2da3997f-963b-4eb3-b4b4-8a1cabdf423a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2024.12.12 22:34:31.594395 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36446 | ||
| 179 | 2024.12.12 22:34:31.594537 [ 263 ] {} <Debug> TCP-Session: 9f0d33b3-5c2c-479b-a8bb-55786f565eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.12 22:34:31.594771 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2024.12.12 22:34:31.594839 [ 262 ] {} <Debug> TCP-Session: ee5e76e2-a8be-49ca-9f90-6718765b223a Authenticating user 'default' from [fd00:1122:3344:101::d]:60248 | ||
| 182 | 2024.12.12 22:34:31.594786 [ 265 ] {} <Debug> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Authenticating user 'default' from [fd00:1122:3344:101::d]:45813 | ||
| 183 | 2024.12.12 22:34:31.594842 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2024.12.12 22:34:31.594848 [ 260 ] {} <Debug> TCP-Session: 2da3997f-963b-4eb3-b4b4-8a1cabdf423a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2024.12.12 22:34:31.594909 [ 264 ] {} <Debug> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Authenticating user 'default' from [fd00:1122:3344:101::d]:46157 | ||
| 186 | 2024.12.12 22:34:31.594944 [ 262 ] {} <Debug> TCP-Session: ee5e76e2-a8be-49ca-9f90-6718765b223a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.12 22:34:31.594888 [ 263 ] {} <Debug> TCP-Session: 9f0d33b3-5c2c-479b-a8bb-55786f565eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.12 22:34:31.594779 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 189 | 2024.12.12 22:34:31.595069 [ 265 ] {} <Debug> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.12 22:34:31.595104 [ 264 ] {} <Debug> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.12 22:34:31.595099 [ 262 ] {} <Debug> TCP-Session: ee5e76e2-a8be-49ca-9f90-6718765b223a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.12 22:34:31.595073 [ 266 ] {} <Debug> TCP-Session: 9dd43768-5c75-4311-b9ec-78ea813a8ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36446 | ||
| 193 | 2024.12.12 22:34:31.595215 [ 265 ] {} <Debug> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.12 22:34:31.595254 [ 266 ] {} <Debug> TCP-Session: 9dd43768-5c75-4311-b9ec-78ea813a8ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.12 22:34:31.595283 [ 264 ] {} <Debug> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.12 22:34:31.595339 [ 266 ] {} <Debug> TCP-Session: 9dd43768-5c75-4311-b9ec-78ea813a8ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.12.12 22:34:31.598461 [ 258 ] {1c7c406f-b793-43d6-bc37-e5f5c1098d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2024.12.12 22:34:31.603749 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38987 | ||
| 199 | 2024.12.12 22:34:31.604798 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 200 | 2024.12.12 22:34:31.604895 [ 267 ] {} <Debug> TCP-Session: d98b5431-1769-407d-813b-10c2bee8e236 Authenticating user 'default' from [fd00:1122:3344:101::a]:38987 | ||
| 201 | 2024.12.12 22:34:31.604915 [ 267 ] {} <Debug> TCP-Session: d98b5431-1769-407d-813b-10c2bee8e236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 202 | 2024.12.12 22:34:31.604928 [ 267 ] {} <Debug> TCP-Session: d98b5431-1769-407d-813b-10c2bee8e236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 203 | 2024.12.12 22:34:31.605031 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 204 | 2024.12.12 22:34:31.605053 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 205 | 2024.12.12 22:34:31.605134 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 206 | 2024.12.12 22:34:31.608819 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55762 | ||
| 207 | 2024.12.12 22:34:31.610936 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2024.12.12 22:34:31.610949 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32934 | ||
| 209 | 2024.12.12 22:34:31.610985 [ 268 ] {} <Debug> TCP-Session: e4bc9875-2f7e-4779-be06-6f46ed62f733 Authenticating user 'default' from [fd00:1122:3344:101::a]:55762 | ||
| 210 | 2024.12.12 22:34:31.612630 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58629 | ||
| 211 | 2024.12.12 22:34:31.612629 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2024.12.12 22:34:31.612670 [ 268 ] {} <Debug> TCP-Session: e4bc9875-2f7e-4779-be06-6f46ed62f733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 213 | 2024.12.12 22:34:31.614756 [ 269 ] {} <Debug> TCP-Session: ee6fa701-3666-48f3-a625-20ad869b3993 Authenticating user 'default' from [fd00:1122:3344:101::a]:32934 | ||
| 214 | 2024.12.12 22:34:31.615317 [ 268 ] {} <Debug> TCP-Session: e4bc9875-2f7e-4779-be06-6f46ed62f733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2024.12.12 22:34:31.615341 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 216 | 2024.12.12 22:34:31.615335 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47604 | ||
| 217 | 2024.12.12 22:34:31.615418 [ 270 ] {} <Debug> TCP-Session: 37840531-4880-411f-a868-47f362a719ff Authenticating user 'default' from [fd00:1122:3344:101::a]:58629 | ||
| 218 | 2024.12.12 22:34:31.615397 [ 269 ] {} <Debug> TCP-Session: ee6fa701-3666-48f3-a625-20ad869b3993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2024.12.12 22:34:31.615926 [ 269 ] {} <Debug> TCP-Session: ee6fa701-3666-48f3-a625-20ad869b3993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 220 | 2024.12.12 22:34:31.616487 [ 270 ] {} <Debug> TCP-Session: 37840531-4880-411f-a868-47f362a719ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 221 | 2024.12.12 22:34:31.616553 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63530 | ||
| 222 | 2024.12.12 22:34:31.616562 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 223 | 2024.12.12 22:34:31.616654 [ 270 ] {} <Debug> TCP-Session: 37840531-4880-411f-a868-47f362a719ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.12.12 22:34:31.616698 [ 271 ] {} <Debug> TCP-Session: f8efd150-a89b-4f5b-a8bd-32550b8f4d6e Authenticating user 'default' from [fd00:1122:3344:101::a]:47604 | ||
| 225 | 2024.12.12 22:34:31.616896 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54515 | ||
| 226 | 2024.12.12 22:34:31.616917 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 227 | 2024.12.12 22:34:31.616917 [ 271 ] {} <Debug> TCP-Session: f8efd150-a89b-4f5b-a8bd-32550b8f4d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.12.12 22:34:31.616938 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45160 | ||
| 229 | 2024.12.12 22:34:31.617168 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 230 | 2024.12.12 22:34:31.617167 [ 271 ] {} <Debug> TCP-Session: f8efd150-a89b-4f5b-a8bd-32550b8f4d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.12.12 22:34:31.617186 [ 272 ] {} <Debug> TCP-Session: 8edd68d1-a82e-4f37-b1bd-aae1c2d01278 Authenticating user 'default' from [fd00:1122:3344:101::a]:63530 | ||
| 232 | 2024.12.12 22:34:31.617396 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 233 | 2024.12.12 22:34:31.617413 [ 273 ] {} <Debug> TCP-Session: 14ca04bb-3c93-4e83-9c80-5aa3f6797efa Authenticating user 'default' from [fd00:1122:3344:101::a]:54515 | ||
| 234 | 2024.12.12 22:34:31.617455 [ 274 ] {} <Debug> TCP-Session: 99dd8e35-c106-4ac2-880e-2fdbde987c67 Authenticating user 'default' from [fd00:1122:3344:101::a]:45160 | ||
| 235 | 2024.12.12 22:34:31.617431 [ 272 ] {} <Debug> TCP-Session: 8edd68d1-a82e-4f37-b1bd-aae1c2d01278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2024.12.12 22:34:31.617518 [ 273 ] {} <Debug> TCP-Session: 14ca04bb-3c93-4e83-9c80-5aa3f6797efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2024.12.12 22:34:31.617526 [ 272 ] {} <Debug> TCP-Session: 8edd68d1-a82e-4f37-b1bd-aae1c2d01278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.12.12 22:34:31.617535 [ 274 ] {} <Debug> TCP-Session: 99dd8e35-c106-4ac2-880e-2fdbde987c67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2024.12.12 22:34:31.617601 [ 273 ] {} <Debug> TCP-Session: 14ca04bb-3c93-4e83-9c80-5aa3f6797efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2024.12.12 22:34:31.617610 [ 274 ] {} <Debug> TCP-Session: 99dd8e35-c106-4ac2-880e-2fdbde987c67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 241 | 2024.12.12 22:34:31.656192 [ 258 ] {1c7c406f-b793-43d6-bc37-e5f5c1098d0a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56176) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 242 | |||
| 243 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 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 | ||
| 246 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 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 | ||
| 250 | 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 | ||
| 251 | 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 | ||
| 252 | 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 | ||
| 253 | 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 | ||
| 254 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 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 | ||
| 257 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 264 | |||
| 265 | 2024.12.12 22:34:31.657702 [ 258 ] {1c7c406f-b793-43d6-bc37-e5f5c1098d0a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 266 | |||
| 267 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 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 | ||
| 270 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 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 | ||
| 274 | 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 | ||
| 275 | 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 | ||
| 276 | 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 | ||
| 277 | 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 | ||
| 278 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 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 | ||
| 281 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 288 | |||
| 289 | 2024.12.12 22:34:31.657946 [ 258 ] {1c7c406f-b793-43d6-bc37-e5f5c1098d0a} <Debug> TCPHandler: Processed in 0.065399795 sec. | ||
| 290 | 2024.12.12 22:34:31.658244 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.12.12 22:34:31.658436 [ 264 ] {da5d1ad8-a158-420c-a9d1-594b6cf5b60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 292 | 2024.12.12 22:34:31.658825 [ 264 ] {da5d1ad8-a158-420c-a9d1-594b6cf5b60c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46157) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 293 | |||
| 294 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 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 | ||
| 297 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 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 | ||
| 301 | 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 | ||
| 302 | 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 | ||
| 303 | 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 | ||
| 304 | 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 | ||
| 305 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 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 | ||
| 308 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 309 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 315 | |||
| 316 | 2024.12.12 22:34:31.659191 [ 264 ] {da5d1ad8-a158-420c-a9d1-594b6cf5b60c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 317 | |||
| 318 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 319 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 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 | ||
| 321 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 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 | ||
| 325 | 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 | ||
| 326 | 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 | ||
| 327 | 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 | ||
| 328 | 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 | ||
| 329 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 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 | ||
| 332 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 333 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 339 | |||
| 340 | 2024.12.12 22:34:31.659427 [ 264 ] {da5d1ad8-a158-420c-a9d1-594b6cf5b60c} <Debug> TCPHandler: Processed in 0.001322975 sec. | ||
| 341 | 2024.12.12 22:34:31.659688 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.12.12 22:34:31.661053 [ 258 ] {8b5276b9-1a45-45a9-abc3-e593a533ca38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 343 | 2024.12.12 22:34:31.661707 [ 258 ] {8b5276b9-1a45-45a9-abc3-e593a533ca38} <Debug> TCPHandler: Processed in 0.002133312 sec. | ||
| 344 | 2024.12.12 22:34:31.661950 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2024.12.12 22:34:31.662115 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 346 | 2024.12.12 22:34:31.662207 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 347 | 2024.12.12 22:34:31.663910 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 348 | 2024.12.12 22:34:31.663989 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000112862 sec | ||
| 349 | 2024.12.12 22:34:31.664006 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Trace> ReferentialDeps: No tables | ||
| 350 | 2024.12.12 22:34:31.664017 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Trace> LoadingDeps: No tables | ||
| 351 | 2024.12.12 22:34:31.664041 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 352 | 2024.12.12 22:34:31.664142 [ 258 ] {f739ac79-ee09-4f7c-ad7f-e144162cf535} <Debug> TCPHandler: Processed in 0.002241464 sec. | ||
| 353 | 2024.12.12 22:34:31.664323 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.12.12 22:34:31.664506 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) /* The version table contains metadata about the `oximeter` database */ | ||
| 355 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 356 | 2024.12.12 22:34:31.664641 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 357 | 2024.12.12 22:34:31.672672 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 358 | 2024.12.12 22:34:31.674045 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Debug> oximeter.version (0a9df462-2ed0-44c4-b603-9bf142eab40d): Loading data parts | ||
| 359 | 2024.12.12 22:34:31.674531 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Debug> oximeter.version (0a9df462-2ed0-44c4-b603-9bf142eab40d): There are no data parts | ||
| 360 | 2024.12.12 22:34:31.679009 [ 264 ] {4310750c-21d2-4022-a799-74c1308aeaaf} <Debug> TCPHandler: Processed in 0.014744429 sec. | ||
| 361 | 2024.12.12 22:34:31.679785 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.12.12 22:34:31.680050 [ 258 ] {ec4cf477-25b6-4bf3-bf96-ba3929e9580d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) /* The measurement tables contain all individual samples from each timeseries. | ||
| 363 | * | ||
| 364 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 365 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 366 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 367 | * by all samples from the same timeseries. | ||
| 368 | * | ||
| 369 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 370 | * and then uses that to index quickly into the measurements tables. | ||
| 371 | */ | ||
| 372 | 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) | ||
| 373 | 2024.12.12 22:34:31.680168 [ 258 ] {ec4cf477-25b6-4bf3-bf96-ba3929e9580d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 374 | 2024.12.12 22:34:31.688893 [ 258 ] {ec4cf477-25b6-4bf3-bf96-ba3929e9580d} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Loading data parts | ||
| 375 | 2024.12.12 22:34:31.689109 [ 258 ] {ec4cf477-25b6-4bf3-bf96-ba3929e9580d} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): There are no data parts | ||
| 376 | 2024.12.12 22:34:31.693760 [ 258 ] {ec4cf477-25b6-4bf3-bf96-ba3929e9580d} <Debug> TCPHandler: Processed in 0.014031396 sec. | ||
| 377 | 2024.12.12 22:34:31.693996 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.12 22:34:31.694240 [ 264 ] {48c07ddf-0321-4979-a533-53747ff061fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 379 | 2024.12.12 22:34:31.694949 [ 264 ] {48c07ddf-0321-4979-a533-53747ff061fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 380 | 2024.12.12 22:34:31.701890 [ 264 ] {48c07ddf-0321-4979-a533-53747ff061fa} <Debug> oximeter.measurements_i8 (1ac2a22a-6438-4002-bdc0-912948094553): Loading data parts | ||
| 381 | 2024.12.12 22:34:31.702102 [ 264 ] {48c07ddf-0321-4979-a533-53747ff061fa} <Debug> oximeter.measurements_i8 (1ac2a22a-6438-4002-bdc0-912948094553): There are no data parts | ||
| 382 | 2024.12.12 22:34:31.708780 [ 264 ] {48c07ddf-0321-4979-a533-53747ff061fa} <Debug> TCPHandler: Processed in 0.014853992 sec. | ||
| 383 | 2024.12.12 22:34:31.709055 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.12 22:34:31.709314 [ 258 ] {1b8b4a42-528f-4763-a04e-b4a6ee042da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 385 | 2024.12.12 22:34:31.709424 [ 258 ] {1b8b4a42-528f-4763-a04e-b4a6ee042da7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 386 | 2024.12.12 22:34:31.717821 [ 258 ] {1b8b4a42-528f-4763-a04e-b4a6ee042da7} <Debug> oximeter.measurements_u8 (25cffd23-4044-47bb-8005-fd92d7cac29f): Loading data parts | ||
| 387 | 2024.12.12 22:34:31.717951 [ 258 ] {1b8b4a42-528f-4763-a04e-b4a6ee042da7} <Debug> oximeter.measurements_u8 (25cffd23-4044-47bb-8005-fd92d7cac29f): There are no data parts | ||
| 388 | 2024.12.12 22:34:31.723743 [ 258 ] {1b8b4a42-528f-4763-a04e-b4a6ee042da7} <Debug> TCPHandler: Processed in 0.01475647 sec. | ||
| 389 | 2024.12.12 22:34:31.723942 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.12 22:34:31.724152 [ 264 ] {9ce80c1c-a2a7-4df9-8671-4ca21b45c79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 391 | 2024.12.12 22:34:31.724290 [ 264 ] {9ce80c1c-a2a7-4df9-8671-4ca21b45c79b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 392 | 2024.12.12 22:34:31.731065 [ 264 ] {9ce80c1c-a2a7-4df9-8671-4ca21b45c79b} <Debug> oximeter.measurements_i16 (31a7a8f6-373f-4642-b179-8d6c627c781d): Loading data parts | ||
| 393 | 2024.12.12 22:34:31.731326 [ 264 ] {9ce80c1c-a2a7-4df9-8671-4ca21b45c79b} <Debug> oximeter.measurements_i16 (31a7a8f6-373f-4642-b179-8d6c627c781d): There are no data parts | ||
| 394 | 2024.12.12 22:34:31.738931 [ 264 ] {9ce80c1c-a2a7-4df9-8671-4ca21b45c79b} <Debug> TCPHandler: Processed in 0.015044335 sec. | ||
| 395 | 2024.12.12 22:34:31.739201 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.12 22:34:31.739527 [ 258 ] {90574c5c-cb32-422d-819d-19ac76f43ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 397 | 2024.12.12 22:34:31.739649 [ 258 ] {90574c5c-cb32-422d-819d-19ac76f43ac3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 398 | 2024.12.12 22:34:31.745574 [ 258 ] {90574c5c-cb32-422d-819d-19ac76f43ac3} <Debug> oximeter.measurements_u16 (dbbaa4e7-e549-4497-8b72-9db6e2b5ae07): Loading data parts | ||
| 399 | 2024.12.12 22:34:31.745837 [ 258 ] {90574c5c-cb32-422d-819d-19ac76f43ac3} <Debug> oximeter.measurements_u16 (dbbaa4e7-e549-4497-8b72-9db6e2b5ae07): There are no data parts | ||
| 400 | 2024.12.12 22:34:31.754170 [ 258 ] {90574c5c-cb32-422d-819d-19ac76f43ac3} <Debug> TCPHandler: Processed in 0.015071066 sec. | ||
| 401 | 2024.12.12 22:34:31.754542 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.12.12 22:34:31.754797 [ 264 ] {46695d1c-2ecd-4e63-9f16-34d7d40092ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 403 | 2024.12.12 22:34:31.754940 [ 264 ] {46695d1c-2ecd-4e63-9f16-34d7d40092ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 404 | 2024.12.12 22:34:31.760948 [ 264 ] {46695d1c-2ecd-4e63-9f16-34d7d40092ce} <Debug> oximeter.measurements_i32 (b3cad03b-12d1-4150-9787-d63f13f3810a): Loading data parts | ||
| 405 | 2024.12.12 22:34:31.761228 [ 264 ] {46695d1c-2ecd-4e63-9f16-34d7d40092ce} <Debug> oximeter.measurements_i32 (b3cad03b-12d1-4150-9787-d63f13f3810a): There are no data parts | ||
| 406 | 2024.12.12 22:34:31.769149 [ 264 ] {46695d1c-2ecd-4e63-9f16-34d7d40092ce} <Debug> TCPHandler: Processed in 0.014730729 sec. | ||
| 407 | 2024.12.12 22:34:31.769386 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2024.12.12 22:34:31.769893 [ 258 ] {e978e47c-5a59-4575-b973-9fb1a350bdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 409 | 2024.12.12 22:34:31.770076 [ 258 ] {e978e47c-5a59-4575-b973-9fb1a350bdf0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 410 | 2024.12.12 22:34:31.777010 [ 258 ] {e978e47c-5a59-4575-b973-9fb1a350bdf0} <Debug> oximeter.measurements_u32 (83c9f4cd-cfcd-4b93-a63c-4bce658438d0): Loading data parts | ||
| 411 | 2024.12.12 22:34:31.777363 [ 258 ] {e978e47c-5a59-4575-b973-9fb1a350bdf0} <Debug> oximeter.measurements_u32 (83c9f4cd-cfcd-4b93-a63c-4bce658438d0): There are no data parts | ||
| 412 | 2024.12.12 22:34:31.784503 [ 258 ] {e978e47c-5a59-4575-b973-9fb1a350bdf0} <Debug> TCPHandler: Processed in 0.015230559 sec. | ||
| 413 | 2024.12.12 22:34:31.784697 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.12.12 22:34:31.784945 [ 264 ] {d1561cb8-a424-4d7d-8a50-d627ceb13326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 415 | 2024.12.12 22:34:31.785092 [ 264 ] {d1561cb8-a424-4d7d-8a50-d627ceb13326} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 416 | 2024.12.12 22:34:31.792951 [ 264 ] {d1561cb8-a424-4d7d-8a50-d627ceb13326} <Debug> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): Loading data parts | ||
| 417 | 2024.12.12 22:34:31.793252 [ 264 ] {d1561cb8-a424-4d7d-8a50-d627ceb13326} <Debug> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): There are no data parts | ||
| 418 | 2024.12.12 22:34:31.799799 [ 264 ] {d1561cb8-a424-4d7d-8a50-d627ceb13326} <Debug> TCPHandler: Processed in 0.015168678 sec. | ||
| 419 | 2024.12.12 22:34:31.800024 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.12.12 22:34:31.800393 [ 258 ] {aa192857-d331-48ff-bb3b-fee2db2c6a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 421 | 2024.12.12 22:34:31.800521 [ 258 ] {aa192857-d331-48ff-bb3b-fee2db2c6a1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 422 | 2024.12.12 22:34:31.808839 [ 258 ] {aa192857-d331-48ff-bb3b-fee2db2c6a1b} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Loading data parts | ||
| 423 | 2024.12.12 22:34:31.809097 [ 258 ] {aa192857-d331-48ff-bb3b-fee2db2c6a1b} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): There are no data parts | ||
| 424 | 2024.12.12 22:34:31.815141 [ 258 ] {aa192857-d331-48ff-bb3b-fee2db2c6a1b} <Debug> TCPHandler: Processed in 0.015224659 sec. | ||
| 425 | 2024.12.12 22:34:31.815359 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2024.12.12 22:34:31.815568 [ 264 ] {72d143d6-1ec6-405c-8367-f1683d5e1e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 427 | 2024.12.12 22:34:31.815701 [ 264 ] {72d143d6-1ec6-405c-8367-f1683d5e1e1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 428 | 2024.12.12 22:34:31.823609 [ 264 ] {72d143d6-1ec6-405c-8367-f1683d5e1e1b} <Debug> oximeter.measurements_f32 (8d5c4bdd-941c-4de9-9f1b-de4e4fcb482b): Loading data parts | ||
| 429 | 2024.12.12 22:34:31.823920 [ 264 ] {72d143d6-1ec6-405c-8367-f1683d5e1e1b} <Debug> oximeter.measurements_f32 (8d5c4bdd-941c-4de9-9f1b-de4e4fcb482b): There are no data parts | ||
| 430 | 2024.12.12 22:34:31.830115 [ 264 ] {72d143d6-1ec6-405c-8367-f1683d5e1e1b} <Debug> TCPHandler: Processed in 0.014812711 sec. | ||
| 431 | 2024.12.12 22:34:31.830316 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2024.12.12 22:34:31.830644 [ 258 ] {c559ac19-8224-43dc-94aa-9459f176538f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 433 | 2024.12.12 22:34:31.830769 [ 258 ] {c559ac19-8224-43dc-94aa-9459f176538f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 434 | 2024.12.12 22:34:31.839344 [ 258 ] {c559ac19-8224-43dc-94aa-9459f176538f} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Loading data parts | ||
| 435 | 2024.12.12 22:34:31.839559 [ 258 ] {c559ac19-8224-43dc-94aa-9459f176538f} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): There are no data parts | ||
| 436 | 2024.12.12 22:34:31.845377 [ 258 ] {c559ac19-8224-43dc-94aa-9459f176538f} <Debug> TCPHandler: Processed in 0.015126786 sec. | ||
| 437 | 2024.12.12 22:34:31.845608 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2024.12.12 22:34:31.845818 [ 264 ] {b41ff221-0466-402c-a431-8eb61ca17fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 439 | 2024.12.12 22:34:31.845955 [ 264 ] {b41ff221-0466-402c-a431-8eb61ca17fc3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 440 | 2024.12.12 22:34:31.854908 [ 264 ] {b41ff221-0466-402c-a431-8eb61ca17fc3} <Debug> oximeter.measurements_string (c37ac96b-c374-4e24-a3a2-199154a36ce0): Loading data parts | ||
| 441 | 2024.12.12 22:34:31.855164 [ 264 ] {b41ff221-0466-402c-a431-8eb61ca17fc3} <Debug> oximeter.measurements_string (c37ac96b-c374-4e24-a3a2-199154a36ce0): There are no data parts | ||
| 442 | 2024.12.12 22:34:31.860396 [ 264 ] {b41ff221-0466-402c-a431-8eb61ca17fc3} <Debug> TCPHandler: Processed in 0.014860611 sec. | ||
| 443 | 2024.12.12 22:34:31.860583 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2024.12.12 22:34:31.860868 [ 258 ] {0b5361c8-44f0-453e-8a4f-ea584dfed9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 445 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 446 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 447 | * a string isn't palatable for a few reasons. | ||
| 448 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 449 | * details. | ||
| 450 | */ | ||
| 451 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 452 | 2024.12.12 22:34:31.860980 [ 258 ] {0b5361c8-44f0-453e-8a4f-ea584dfed9ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 453 | 2024.12.12 22:34:31.866676 [ 258 ] {0b5361c8-44f0-453e-8a4f-ea584dfed9ae} <Debug> oximeter.measurements_bytes (0bc7f6fd-d12a-4bb3-9098-6bda58add32c): Loading data parts | ||
| 454 | 2024.12.12 22:34:31.866835 [ 258 ] {0b5361c8-44f0-453e-8a4f-ea584dfed9ae} <Debug> oximeter.measurements_bytes (0bc7f6fd-d12a-4bb3-9098-6bda58add32c): There are no data parts | ||
| 455 | 2024.12.12 22:34:31.872352 [ 258 ] {0b5361c8-44f0-453e-8a4f-ea584dfed9ae} <Debug> TCPHandler: Processed in 0.011824992 sec. | ||
| 456 | 2024.12.12 22:34:31.872668 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2024.12.12 22:34:31.872973 [ 264 ] {dbf4ed70-cb1b-4e02-9581-4519ad7d8906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 458 | 2024.12.12 22:34:31.873115 [ 264 ] {dbf4ed70-cb1b-4e02-9581-4519ad7d8906} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 459 | 2024.12.12 22:34:31.880721 [ 264 ] {dbf4ed70-cb1b-4e02-9581-4519ad7d8906} <Debug> oximeter.measurements_cumulativei64 (6631df51-09cb-4f8f-ac2a-2117eb1834fb): Loading data parts | ||
| 460 | 2024.12.12 22:34:31.880980 [ 264 ] {dbf4ed70-cb1b-4e02-9581-4519ad7d8906} <Debug> oximeter.measurements_cumulativei64 (6631df51-09cb-4f8f-ac2a-2117eb1834fb): There are no data parts | ||
| 461 | 2024.12.12 22:34:31.886196 [ 264 ] {dbf4ed70-cb1b-4e02-9581-4519ad7d8906} <Debug> TCPHandler: Processed in 0.013597457 sec. | ||
| 462 | 2024.12.12 22:34:31.886398 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2024.12.12 22:34:31.886740 [ 258 ] {0c234694-52de-4571-8328-7e28f2553689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 464 | 2024.12.12 22:34:31.886837 [ 258 ] {0c234694-52de-4571-8328-7e28f2553689} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 465 | 2024.12.12 22:34:31.892547 [ 258 ] {0c234694-52de-4571-8328-7e28f2553689} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Loading data parts | ||
| 466 | 2024.12.12 22:34:31.892680 [ 258 ] {0c234694-52de-4571-8328-7e28f2553689} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): There are no data parts | ||
| 467 | 2024.12.12 22:34:31.894404 [ 258 ] {0c234694-52de-4571-8328-7e28f2553689} <Debug> TCPHandler: Processed in 0.008077249 sec. | ||
| 468 | 2024.12.12 22:34:31.894579 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2024.12.12 22:34:31.894796 [ 264 ] {36ca025b-2361-4587-b1b8-c4d64afd8ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 470 | 2024.12.12 22:34:31.894932 [ 264 ] {36ca025b-2361-4587-b1b8-c4d64afd8ca3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 471 | 2024.12.12 22:34:31.896823 [ 264 ] {36ca025b-2361-4587-b1b8-c4d64afd8ca3} <Debug> oximeter.measurements_cumulativef32 (c65b0bd0-dccb-4225-9018-315bee18a195): Loading data parts | ||
| 472 | 2024.12.12 22:34:31.897027 [ 264 ] {36ca025b-2361-4587-b1b8-c4d64afd8ca3} <Debug> oximeter.measurements_cumulativef32 (c65b0bd0-dccb-4225-9018-315bee18a195): There are no data parts | ||
| 473 | 2024.12.12 22:34:31.898235 [ 264 ] {36ca025b-2361-4587-b1b8-c4d64afd8ca3} <Debug> TCPHandler: Processed in 0.003714743 sec. | ||
| 474 | 2024.12.12 22:34:31.898410 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2024.12.12 22:34:31.898788 [ 258 ] {a3128048-756a-494a-b848-b506206ff585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 476 | 2024.12.12 22:34:31.898927 [ 258 ] {a3128048-756a-494a-b848-b506206ff585} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 477 | 2024.12.12 22:34:31.901092 [ 258 ] {a3128048-756a-494a-b848-b506206ff585} <Debug> oximeter.measurements_cumulativef64 (0a56209f-1365-40dc-a4a6-b6fc4593bd65): Loading data parts | ||
| 478 | 2024.12.12 22:34:31.901307 [ 258 ] {a3128048-756a-494a-b848-b506206ff585} <Debug> oximeter.measurements_cumulativef64 (0a56209f-1365-40dc-a4a6-b6fc4593bd65): There are no data parts | ||
| 479 | 2024.12.12 22:34:31.902553 [ 258 ] {a3128048-756a-494a-b848-b506206ff585} <Debug> TCPHandler: Processed in 0.004202272 sec. | ||
| 480 | 2024.12.12 22:34:31.902753 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2024.12.12 22:34:31.903154 [ 264 ] {53efd70a-fb73-4c6e-9160-3a5353fd8753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 482 | * NOTE: Array types cannot be Nullable, see | ||
| 483 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 484 | * for more details. | ||
| 485 | * | ||
| 486 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 487 | * is unfortunate, and at this point relies on the fact that an | ||
| 488 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 489 | * to figure out another way to represent missing samples here. | ||
| 490 | */ | ||
| 491 | 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) | ||
| 492 | 2024.12.12 22:34:31.903292 [ 264 ] {53efd70a-fb73-4c6e-9160-3a5353fd8753} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 493 | 2024.12.12 22:34:31.905576 [ 264 ] {53efd70a-fb73-4c6e-9160-3a5353fd8753} <Debug> oximeter.measurements_histogrami8 (b9fa3c01-3073-4826-be33-baf098d10355): Loading data parts | ||
| 494 | 2024.12.12 22:34:31.905749 [ 264 ] {53efd70a-fb73-4c6e-9160-3a5353fd8753} <Debug> oximeter.measurements_histogrami8 (b9fa3c01-3073-4826-be33-baf098d10355): There are no data parts | ||
| 495 | 2024.12.12 22:34:31.907122 [ 264 ] {53efd70a-fb73-4c6e-9160-3a5353fd8753} <Debug> TCPHandler: Processed in 0.004432007 sec. | ||
| 496 | 2024.12.12 22:34:31.907354 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.12.12 22:34:31.907706 [ 258 ] {42d85bed-d404-4bfc-8817-48d42f1fdc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 498 | 2024.12.12 22:34:31.907849 [ 258 ] {42d85bed-d404-4bfc-8817-48d42f1fdc48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 499 | 2024.12.12 22:34:31.910459 [ 258 ] {42d85bed-d404-4bfc-8817-48d42f1fdc48} <Debug> oximeter.measurements_histogramu8 (78bcc531-a5dc-4ba7-970e-b24bcf599246): Loading data parts | ||
| 500 | 2024.12.12 22:34:31.910621 [ 258 ] {42d85bed-d404-4bfc-8817-48d42f1fdc48} <Debug> oximeter.measurements_histogramu8 (78bcc531-a5dc-4ba7-970e-b24bcf599246): There are no data parts | ||
| 501 | 2024.12.12 22:34:31.912071 [ 258 ] {42d85bed-d404-4bfc-8817-48d42f1fdc48} <Debug> TCPHandler: Processed in 0.004782154 sec. | ||
| 502 | 2024.12.12 22:34:31.912267 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.12.12 22:34:31.912566 [ 264 ] {bebd7d51-10c5-43ec-8b7e-c73d00b76dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 504 | 2024.12.12 22:34:31.912713 [ 264 ] {bebd7d51-10c5-43ec-8b7e-c73d00b76dae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 505 | 2024.12.12 22:34:31.914988 [ 264 ] {bebd7d51-10c5-43ec-8b7e-c73d00b76dae} <Debug> oximeter.measurements_histogrami16 (61f36121-ceb6-4508-82ff-1880e7a62b93): Loading data parts | ||
| 506 | 2024.12.12 22:34:31.915145 [ 264 ] {bebd7d51-10c5-43ec-8b7e-c73d00b76dae} <Debug> oximeter.measurements_histogrami16 (61f36121-ceb6-4508-82ff-1880e7a62b93): There are no data parts | ||
| 507 | 2024.12.12 22:34:31.916397 [ 264 ] {bebd7d51-10c5-43ec-8b7e-c73d00b76dae} <Debug> TCPHandler: Processed in 0.004188553 sec. | ||
| 508 | 2024.12.12 22:34:31.916571 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.12.12 22:34:31.916960 [ 258 ] {2749e0c1-398a-4795-a9f1-b8c8e6c3d798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 510 | 2024.12.12 22:34:31.917087 [ 258 ] {2749e0c1-398a-4795-a9f1-b8c8e6c3d798} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 511 | 2024.12.12 22:34:31.919330 [ 258 ] {2749e0c1-398a-4795-a9f1-b8c8e6c3d798} <Debug> oximeter.measurements_histogramu16 (f00a4426-dfe4-4862-a977-1594e88ae088): Loading data parts | ||
| 512 | 2024.12.12 22:34:31.919460 [ 258 ] {2749e0c1-398a-4795-a9f1-b8c8e6c3d798} <Debug> oximeter.measurements_histogramu16 (f00a4426-dfe4-4862-a977-1594e88ae088): There are no data parts | ||
| 513 | 2024.12.12 22:34:31.920728 [ 258 ] {2749e0c1-398a-4795-a9f1-b8c8e6c3d798} <Debug> TCPHandler: Processed in 0.004216663 sec. | ||
| 514 | 2024.12.12 22:34:31.920912 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.12.12 22:34:31.921209 [ 264 ] {3807e68e-1466-495a-b5e7-0c8fafc38d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 516 | 2024.12.12 22:34:31.921358 [ 264 ] {3807e68e-1466-495a-b5e7-0c8fafc38d30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 517 | 2024.12.12 22:34:31.923543 [ 264 ] {3807e68e-1466-495a-b5e7-0c8fafc38d30} <Debug> oximeter.measurements_histogrami32 (90e98faf-703e-4349-80f3-c4d940c4873e): Loading data parts | ||
| 518 | 2024.12.12 22:34:31.923772 [ 264 ] {3807e68e-1466-495a-b5e7-0c8fafc38d30} <Debug> oximeter.measurements_histogrami32 (90e98faf-703e-4349-80f3-c4d940c4873e): There are no data parts | ||
| 519 | 2024.12.12 22:34:31.925049 [ 264 ] {3807e68e-1466-495a-b5e7-0c8fafc38d30} <Debug> TCPHandler: Processed in 0.004198112 sec. | ||
| 520 | 2024.12.12 22:34:31.925229 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.12.12 22:34:31.925667 [ 258 ] {eaa9c0ba-f43e-4a90-8667-2c476a275f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 522 | 2024.12.12 22:34:31.925808 [ 258 ] {eaa9c0ba-f43e-4a90-8667-2c476a275f88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 523 | 2024.12.12 22:34:31.928101 [ 258 ] {eaa9c0ba-f43e-4a90-8667-2c476a275f88} <Debug> oximeter.measurements_histogramu32 (24a0a88f-4652-4a6b-84e0-5aa3fb90b1a9): Loading data parts | ||
| 524 | 2024.12.12 22:34:31.928218 [ 258 ] {eaa9c0ba-f43e-4a90-8667-2c476a275f88} <Debug> oximeter.measurements_histogramu32 (24a0a88f-4652-4a6b-84e0-5aa3fb90b1a9): There are no data parts | ||
| 525 | 2024.12.12 22:34:31.929511 [ 258 ] {eaa9c0ba-f43e-4a90-8667-2c476a275f88} <Debug> TCPHandler: Processed in 0.004351636 sec. | ||
| 526 | 2024.12.12 22:34:31.929696 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.12.12 22:34:31.929988 [ 264 ] {2fa3b43a-b03b-4214-a950-dafc96c773fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 528 | 2024.12.12 22:34:31.930137 [ 264 ] {2fa3b43a-b03b-4214-a950-dafc96c773fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 529 | 2024.12.12 22:34:31.932312 [ 264 ] {2fa3b43a-b03b-4214-a950-dafc96c773fa} <Debug> oximeter.measurements_histogrami64 (29e9f850-fcf8-4d06-9dd3-6424d0e58f67): Loading data parts | ||
| 530 | 2024.12.12 22:34:31.932508 [ 264 ] {2fa3b43a-b03b-4214-a950-dafc96c773fa} <Debug> oximeter.measurements_histogrami64 (29e9f850-fcf8-4d06-9dd3-6424d0e58f67): There are no data parts | ||
| 531 | 2024.12.12 22:34:31.933686 [ 264 ] {2fa3b43a-b03b-4214-a950-dafc96c773fa} <Debug> TCPHandler: Processed in 0.00404792 sec. | ||
| 532 | 2024.12.12 22:34:31.933867 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.12.12 22:34:31.934273 [ 258 ] {3cb9bcc2-6dd0-4b12-b778-5bea10069dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 534 | 2024.12.12 22:34:31.934396 [ 258 ] {3cb9bcc2-6dd0-4b12-b778-5bea10069dcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 535 | 2024.12.12 22:34:31.936556 [ 258 ] {3cb9bcc2-6dd0-4b12-b778-5bea10069dcd} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Loading data parts | ||
| 536 | 2024.12.12 22:34:31.936695 [ 258 ] {3cb9bcc2-6dd0-4b12-b778-5bea10069dcd} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): There are no data parts | ||
| 537 | 2024.12.12 22:34:31.937937 [ 258 ] {3cb9bcc2-6dd0-4b12-b778-5bea10069dcd} <Debug> TCPHandler: Processed in 0.004139231 sec. | ||
| 538 | 2024.12.12 22:34:31.938122 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.12.12 22:34:31.938477 [ 264 ] {64c3558e-e3b9-448d-89ac-4078fdaadc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 540 | 2024.12.12 22:34:31.938648 [ 264 ] {64c3558e-e3b9-448d-89ac-4078fdaadc13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 541 | 2024.12.12 22:34:31.940889 [ 264 ] {64c3558e-e3b9-448d-89ac-4078fdaadc13} <Debug> oximeter.measurements_histogramf32 (2cd840cb-91e3-4bd4-bad4-c7581a79224d): Loading data parts | ||
| 542 | 2024.12.12 22:34:31.941154 [ 264 ] {64c3558e-e3b9-448d-89ac-4078fdaadc13} <Debug> oximeter.measurements_histogramf32 (2cd840cb-91e3-4bd4-bad4-c7581a79224d): There are no data parts | ||
| 543 | 2024.12.12 22:34:31.942325 [ 264 ] {64c3558e-e3b9-448d-89ac-4078fdaadc13} <Debug> TCPHandler: Processed in 0.004263504 sec. | ||
| 544 | 2024.12.12 22:34:31.942570 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.12.12 22:34:31.943011 [ 258 ] {216fb218-1440-4f9a-8505-8227d8b6f13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 546 | 2024.12.12 22:34:31.943145 [ 258 ] {216fb218-1440-4f9a-8505-8227d8b6f13f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 547 | 2024.12.12 22:34:31.945398 [ 258 ] {216fb218-1440-4f9a-8505-8227d8b6f13f} <Debug> oximeter.measurements_histogramf64 (5afbd051-268c-4375-94ec-665b22937607): Loading data parts | ||
| 548 | 2024.12.12 22:34:31.945521 [ 258 ] {216fb218-1440-4f9a-8505-8227d8b6f13f} <Debug> oximeter.measurements_histogramf64 (5afbd051-268c-4375-94ec-665b22937607): There are no data parts | ||
| 549 | 2024.12.12 22:34:31.946838 [ 258 ] {216fb218-1440-4f9a-8505-8227d8b6f13f} <Debug> TCPHandler: Processed in 0.004337965 sec. | ||
| 550 | 2024.12.12 22:34:31.947050 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.12.12 22:34:31.947279 [ 264 ] {a47c221a-bcd9-4cd3-8503-15b14f14e38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) /* The field tables store named dimensions of each timeseries. | ||
| 552 | * | ||
| 553 | * As with the measurement tables, there is one field table for each field data | ||
| 554 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 555 | * this behavior **must not** be relied upon for query correctness. | ||
| 556 | * | ||
| 557 | * The index for the fields differs from the measurements, however. Rows are | ||
| 558 | * sorted by timeseries name, then field name, field value, and finally | ||
| 559 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 560 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 561 | * usually then used to look up measurements. | ||
| 562 | * | ||
| 563 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 564 | * timeseries name and then key, since it would improve lookups where one | ||
| 565 | * already has the key. Realistically though, these tables are quite small and | ||
| 566 | * so performance benefits will be low in absolute terms. | ||
| 567 | * | ||
| 568 | * TTL: We use a materialized column to expire old field table records. This | ||
| 569 | * column is generated automatically by the database whenever a new row is | ||
| 570 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 571 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 572 | * record will remain during a deduplication, which will have the last | ||
| 573 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 574 | * measurement tables. | ||
| 575 | */ | ||
| 576 | 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) | ||
| 577 | 2024.12.12 22:34:31.947456 [ 264 ] {a47c221a-bcd9-4cd3-8503-15b14f14e38a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 578 | 2024.12.12 22:34:31.950032 [ 264 ] {a47c221a-bcd9-4cd3-8503-15b14f14e38a} <Debug> oximeter.fields_bool (8d140115-d76e-455b-a09a-0007873a069f): Loading data parts | ||
| 579 | 2024.12.12 22:34:31.950304 [ 264 ] {a47c221a-bcd9-4cd3-8503-15b14f14e38a} <Debug> oximeter.fields_bool (8d140115-d76e-455b-a09a-0007873a069f): There are no data parts | ||
| 580 | 2024.12.12 22:34:31.951554 [ 264 ] {a47c221a-bcd9-4cd3-8503-15b14f14e38a} <Debug> TCPHandler: Processed in 0.00457735 sec. | ||
| 581 | 2024.12.12 22:34:31.951769 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.12.12 22:34:31.952068 [ 258 ] {c87ae3d9-a974-4593-82bd-49da2d35ea4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 583 | 2024.12.12 22:34:31.952186 [ 258 ] {c87ae3d9-a974-4593-82bd-49da2d35ea4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 584 | 2024.12.12 22:34:31.954047 [ 258 ] {c87ae3d9-a974-4593-82bd-49da2d35ea4f} <Debug> oximeter.fields_i8 (5652a65a-fc69-4998-afac-32429109f9a8): Loading data parts | ||
| 585 | 2024.12.12 22:34:31.954179 [ 258 ] {c87ae3d9-a974-4593-82bd-49da2d35ea4f} <Debug> oximeter.fields_i8 (5652a65a-fc69-4998-afac-32429109f9a8): There are no data parts | ||
| 586 | 2024.12.12 22:34:31.955431 [ 258 ] {c87ae3d9-a974-4593-82bd-49da2d35ea4f} <Debug> TCPHandler: Processed in 0.003721263 sec. | ||
| 587 | 2024.12.12 22:34:31.955632 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2024.12.12 22:34:31.955889 [ 264 ] {0c36f129-bf91-4d06-bb29-605edb75db6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 589 | 2024.12.12 22:34:31.956049 [ 264 ] {0c36f129-bf91-4d06-bb29-605edb75db6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 590 | 2024.12.12 22:34:31.957954 [ 264 ] {0c36f129-bf91-4d06-bb29-605edb75db6b} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Loading data parts | ||
| 591 | 2024.12.12 22:34:31.958216 [ 264 ] {0c36f129-bf91-4d06-bb29-605edb75db6b} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): There are no data parts | ||
| 592 | 2024.12.12 22:34:31.960127 [ 264 ] {0c36f129-bf91-4d06-bb29-605edb75db6b} <Debug> TCPHandler: Processed in 0.004564409 sec. | ||
| 593 | 2024.12.12 22:34:31.960322 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.12.12 22:34:31.960619 [ 258 ] {ff5dceb1-b747-412f-8b95-94dc647739db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 595 | 2024.12.12 22:34:31.960742 [ 258 ] {ff5dceb1-b747-412f-8b95-94dc647739db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 596 | 2024.12.12 22:34:31.962693 [ 258 ] {ff5dceb1-b747-412f-8b95-94dc647739db} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Loading data parts | ||
| 597 | 2024.12.12 22:34:31.962824 [ 258 ] {ff5dceb1-b747-412f-8b95-94dc647739db} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): There are no data parts | ||
| 598 | 2024.12.12 22:34:31.964218 [ 258 ] {ff5dceb1-b747-412f-8b95-94dc647739db} <Debug> TCPHandler: Processed in 0.003955578 sec. | ||
| 599 | 2024.12.12 22:34:31.964413 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2024.12.12 22:34:31.964624 [ 264 ] {ab6b3bd0-acc1-4568-a596-87c0f08ec565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 601 | 2024.12.12 22:34:31.964769 [ 264 ] {ab6b3bd0-acc1-4568-a596-87c0f08ec565} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 602 | 2024.12.12 22:34:31.966961 [ 264 ] {ab6b3bd0-acc1-4568-a596-87c0f08ec565} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Loading data parts | ||
| 603 | 2024.12.12 22:34:31.967153 [ 264 ] {ab6b3bd0-acc1-4568-a596-87c0f08ec565} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): There are no data parts | ||
| 604 | 2024.12.12 22:34:31.968392 [ 264 ] {ab6b3bd0-acc1-4568-a596-87c0f08ec565} <Debug> TCPHandler: Processed in 0.00403939 sec. | ||
| 605 | 2024.12.12 22:34:31.968590 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.12.12 22:34:31.968932 [ 258 ] {7d3dfb9e-5448-4ad1-980e-44f2a4031926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 607 | 2024.12.12 22:34:31.969065 [ 258 ] {7d3dfb9e-5448-4ad1-980e-44f2a4031926} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 608 | 2024.12.12 22:34:31.970931 [ 258 ] {7d3dfb9e-5448-4ad1-980e-44f2a4031926} <Debug> oximeter.fields_i32 (72eb432a-27d9-4d93-8876-9a9ebda3ae58): Loading data parts | ||
| 609 | 2024.12.12 22:34:31.971089 [ 258 ] {7d3dfb9e-5448-4ad1-980e-44f2a4031926} <Debug> oximeter.fields_i32 (72eb432a-27d9-4d93-8876-9a9ebda3ae58): There are no data parts | ||
| 610 | 2024.12.12 22:34:31.972499 [ 258 ] {7d3dfb9e-5448-4ad1-980e-44f2a4031926} <Debug> TCPHandler: Processed in 0.003978758 sec. | ||
| 611 | 2024.12.12 22:34:31.972691 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2024.12.12 22:34:31.972901 [ 264 ] {6338666a-113a-4785-b55c-92d745b975f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 613 | 2024.12.12 22:34:31.973048 [ 264 ] {6338666a-113a-4785-b55c-92d745b975f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 614 | 2024.12.12 22:34:31.975175 [ 264 ] {6338666a-113a-4785-b55c-92d745b975f5} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Loading data parts | ||
| 615 | 2024.12.12 22:34:31.975351 [ 264 ] {6338666a-113a-4785-b55c-92d745b975f5} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): There are no data parts | ||
| 616 | 2024.12.12 22:34:31.976514 [ 264 ] {6338666a-113a-4785-b55c-92d745b975f5} <Debug> TCPHandler: Processed in 0.003880376 sec. | ||
| 617 | 2024.12.12 22:34:31.976698 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.12.12 22:34:31.976991 [ 258 ] {821943dc-f514-4fbe-8f5b-62dc40fc25a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 619 | 2024.12.12 22:34:31.977103 [ 258 ] {821943dc-f514-4fbe-8f5b-62dc40fc25a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 620 | 2024.12.12 22:34:31.979047 [ 258 ] {821943dc-f514-4fbe-8f5b-62dc40fc25a9} <Debug> oximeter.fields_i64 (1c409d51-281c-40dd-91a0-61bfb1822ccb): Loading data parts | ||
| 621 | 2024.12.12 22:34:31.979193 [ 258 ] {821943dc-f514-4fbe-8f5b-62dc40fc25a9} <Debug> oximeter.fields_i64 (1c409d51-281c-40dd-91a0-61bfb1822ccb): There are no data parts | ||
| 622 | 2024.12.12 22:34:31.980388 [ 258 ] {821943dc-f514-4fbe-8f5b-62dc40fc25a9} <Debug> TCPHandler: Processed in 0.003747833 sec. | ||
| 623 | 2024.12.12 22:34:31.980577 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 624 | 2024.12.12 22:34:31.980791 [ 264 ] {1a8cd0f9-7317-4dbd-93bd-c19ca361c944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 625 | 2024.12.12 22:34:31.980942 [ 264 ] {1a8cd0f9-7317-4dbd-93bd-c19ca361c944} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 626 | 2024.12.12 22:34:31.983068 [ 264 ] {1a8cd0f9-7317-4dbd-93bd-c19ca361c944} <Debug> oximeter.fields_u64 (df6706ce-7118-4a8a-b376-dc418ac1b895): Loading data parts | ||
| 627 | 2024.12.12 22:34:31.983230 [ 264 ] {1a8cd0f9-7317-4dbd-93bd-c19ca361c944} <Debug> oximeter.fields_u64 (df6706ce-7118-4a8a-b376-dc418ac1b895): There are no data parts | ||
| 628 | 2024.12.12 22:34:31.984510 [ 264 ] {1a8cd0f9-7317-4dbd-93bd-c19ca361c944} <Debug> TCPHandler: Processed in 0.003992658 sec. | ||
| 629 | 2024.12.12 22:34:31.984737 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.12.12 22:34:31.984990 [ 258 ] {6a844299-b5c8-493a-be79-160811ac27c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 631 | 2024.12.12 22:34:31.985112 [ 258 ] {6a844299-b5c8-493a-be79-160811ac27c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 632 | 2024.12.12 22:34:31.987139 [ 258 ] {6a844299-b5c8-493a-be79-160811ac27c1} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Loading data parts | ||
| 633 | 2024.12.12 22:34:31.987282 [ 258 ] {6a844299-b5c8-493a-be79-160811ac27c1} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): There are no data parts | ||
| 634 | 2024.12.12 22:34:31.989068 [ 258 ] {6a844299-b5c8-493a-be79-160811ac27c1} <Debug> TCPHandler: Processed in 0.004389266 sec. | ||
| 635 | 2024.12.12 22:34:31.989258 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 636 | 2024.12.12 22:34:31.989472 [ 264 ] {186d6088-e8ad-4d4a-bf08-82367fc70b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 637 | 2024.12.12 22:34:31.989624 [ 264 ] {186d6088-e8ad-4d4a-bf08-82367fc70b13} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 638 | 2024.12.12 22:34:31.991696 [ 264 ] {186d6088-e8ad-4d4a-bf08-82367fc70b13} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Loading data parts | ||
| 639 | 2024.12.12 22:34:31.991846 [ 264 ] {186d6088-e8ad-4d4a-bf08-82367fc70b13} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): There are no data parts | ||
| 640 | 2024.12.12 22:34:31.993018 [ 264 ] {186d6088-e8ad-4d4a-bf08-82367fc70b13} <Debug> TCPHandler: Processed in 0.003821015 sec. | ||
| 641 | 2024.12.12 22:34:31.993271 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.12.12 22:34:31.993517 [ 258 ] {1bde8b12-d149-4f78-8517-93b6c1730e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) 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) | ||
| 643 | 2024.12.12 22:34:31.993665 [ 258 ] {1bde8b12-d149-4f78-8517-93b6c1730e80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 644 | 2024.12.12 22:34:31.995664 [ 258 ] {1bde8b12-d149-4f78-8517-93b6c1730e80} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Loading data parts | ||
| 645 | 2024.12.12 22:34:31.995850 [ 258 ] {1bde8b12-d149-4f78-8517-93b6c1730e80} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): There are no data parts | ||
| 646 | 2024.12.12 22:34:31.997036 [ 258 ] {1bde8b12-d149-4f78-8517-93b6c1730e80} <Debug> TCPHandler: Processed in 0.003833765 sec. | ||
| 647 | 2024.12.12 22:34:31.997244 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 648 | 2024.12.12 22:34:31.997632 [ 264 ] {4c45665d-b8ce-4a15-a3d6-ef05eb75be18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) /* The timeseries schema table stores the extracted schema for the samples | ||
| 649 | * oximeter collects. | ||
| 650 | */ | ||
| 651 | 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) | ||
| 652 | 2024.12.12 22:34:31.997781 [ 264 ] {4c45665d-b8ce-4a15-a3d6-ef05eb75be18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 653 | 2024.12.12 22:34:31.999913 [ 264 ] {4c45665d-b8ce-4a15-a3d6-ef05eb75be18} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Loading data parts | ||
| 654 | 2024.12.12 22:34:32.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.47 MiB, peak 124.47 MiB, free memory in arenas 0.00 B, will set to 136.85 MiB (RSS), difference: 12.38 MiB | ||
| 655 | 2024.12.12 22:34:32.000213 [ 264 ] {4c45665d-b8ce-4a15-a3d6-ef05eb75be18} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): There are no data parts | ||
| 656 | 2024.12.12 22:34:32.002283 [ 264 ] {4c45665d-b8ce-4a15-a3d6-ef05eb75be18} <Debug> TCPHandler: Processed in 0.00509812 sec. | ||
| 657 | 2024.12.12 22:34:32.002487 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2024.12.12 22:34:32.002868 [ 258 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2024.12.12 22:34:32.004192 [ 258 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2024.12.12 22:34:32.013694 [ 275 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Trace> oximeter.version (0a9df462-2ed0-44c4-b603-9bf142eab40d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2024.12.12 22:34:32.013816 [ 275 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
| 662 | 2024.12.12 22:34:32.018903 [ 275 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.12.12 22:34:32.019639 [ 275 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Trace> oximeter.version (0a9df462-2ed0-44c4-b603-9bf142eab40d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2024.12.12 22:34:32.020003 [ 258 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017262 sec., 57.930714865021436 rows/sec., 926.89 B/sec. | ||
| 665 | 2024.12.12 22:34:32.020317 [ 258 ] {ac2ce650-402a-4156-a71e-6bade75fa0e8} <Debug> TCPHandler: Processed in 0.017897681 sec. | ||
| 666 | 2024.12.12 22:34:32.280545 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41184 | ||
| 667 | 2024.12.12 22:34:32.280666 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2024.12.12 22:34:32.280696 [ 277 ] {} <Debug> TCP-Session: c193a5ad-7128-4dae-a6ce-2dffbc01b612 Authenticating user 'default' from [fd00:1122:3344:101::e]:41184 | ||
| 669 | 2024.12.12 22:34:32.280720 [ 277 ] {} <Debug> TCP-Session: c193a5ad-7128-4dae-a6ce-2dffbc01b612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.12.12 22:34:32.280838 [ 277 ] {} <Debug> TCP-Session: c193a5ad-7128-4dae-a6ce-2dffbc01b612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.12 22:34:32.280897 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2024.12.12 22:34:32.280923 [ 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 | ||
| 673 | 2024.12.12 22:34:32.281019 [ 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 | ||
| 674 | 2024.12.12 22:34:32.284031 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57729 | ||
| 675 | 2024.12.12 22:34:32.284040 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60524 | ||
| 676 | 2024.12.12 22:34:32.284141 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47728 | ||
| 677 | 2024.12.12 22:34:32.284258 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.12.12 22:34:32.284381 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61974 | ||
| 679 | 2024.12.12 22:34:32.284393 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2024.12.12 22:34:32.284461 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38552 | ||
| 681 | 2024.12.12 22:34:32.284670 [ 278 ] {} <Debug> TCP-Session: 22b48c6b-878f-44bb-8a2c-642476d071fd Authenticating user 'default' from [fd00:1122:3344:101::e]:60524 | ||
| 682 | 2024.12.12 22:34:32.284666 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2024.12.12 22:34:32.284477 [ 279 ] {} <Debug> TCP-Session: a5a34c5c-a60a-4c35-a75f-6f7f50aa3861 Authenticating user 'default' from [fd00:1122:3344:101::e]:57729 | ||
| 684 | 2024.12.12 22:34:32.284785 [ 278 ] {} <Debug> TCP-Session: 22b48c6b-878f-44bb-8a2c-642476d071fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.12.12 22:34:32.284749 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34537 | ||
| 686 | 2024.12.12 22:34:32.284829 [ 280 ] {} <Debug> TCP-Session: f44a6e3b-c311-4f67-a604-0a22263094b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47728 | ||
| 687 | 2024.12.12 22:34:32.284686 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2024.12.12 22:34:32.285012 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55645 | ||
| 689 | 2024.12.12 22:34:32.285042 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.12.12 22:34:32.285024 [ 278 ] {} <Debug> TCP-Session: 22b48c6b-878f-44bb-8a2c-642476d071fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.12.12 22:34:32.285129 [ 281 ] {} <Debug> TCP-Session: bbb9f739-5803-4bb5-9994-e201cf69905a Authenticating user 'default' from [fd00:1122:3344:101::e]:61974 | ||
| 692 | 2024.12.12 22:34:32.285022 [ 280 ] {} <Debug> TCP-Session: f44a6e3b-c311-4f67-a604-0a22263094b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.12.12 22:34:32.285204 [ 282 ] {} <Debug> TCP-Session: 939a851f-ff15-417e-996b-236413acf14c Authenticating user 'default' from [fd00:1122:3344:101::e]:38552 | ||
| 694 | 2024.12.12 22:34:32.285347 [ 280 ] {} <Debug> TCP-Session: f44a6e3b-c311-4f67-a604-0a22263094b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.12 22:34:32.285403 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2024.12.12 22:34:32.285417 [ 282 ] {} <Debug> TCP-Session: 939a851f-ff15-417e-996b-236413acf14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.12 22:34:32.285066 [ 279 ] {} <Debug> TCP-Session: a5a34c5c-a60a-4c35-a75f-6f7f50aa3861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.12 22:34:32.285529 [ 283 ] {} <Debug> TCP-Session: f837ee71-9d76-433e-9160-f97429d0d7ec Authenticating user 'default' from [fd00:1122:3344:101::e]:34537 | ||
| 699 | 2024.12.12 22:34:32.285499 [ 282 ] {} <Debug> TCP-Session: 939a851f-ff15-417e-996b-236413acf14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.12.12 22:34:32.285372 [ 281 ] {} <Debug> TCP-Session: bbb9f739-5803-4bb5-9994-e201cf69905a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.12 22:34:32.285595 [ 279 ] {} <Debug> TCP-Session: a5a34c5c-a60a-4c35-a75f-6f7f50aa3861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.12.12 22:34:32.285375 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.12.12 22:34:32.285650 [ 283 ] {} <Debug> TCP-Session: f837ee71-9d76-433e-9160-f97429d0d7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.12 22:34:32.285699 [ 284 ] {} <Debug> TCP-Session: f15a0e51-3a6a-4c80-9593-7dd55cd6166f Authenticating user 'default' from [fd00:1122:3344:101::e]:55645 | ||
| 705 | 2024.12.12 22:34:32.285682 [ 281 ] {} <Debug> TCP-Session: bbb9f739-5803-4bb5-9994-e201cf69905a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.12 22:34:32.285788 [ 283 ] {} <Debug> TCP-Session: f837ee71-9d76-433e-9160-f97429d0d7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.12.12 22:34:32.285825 [ 284 ] {} <Debug> TCP-Session: f15a0e51-3a6a-4c80-9593-7dd55cd6166f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.12.12 22:34:32.285932 [ 284 ] {} <Debug> TCP-Session: f15a0e51-3a6a-4c80-9593-7dd55cd6166f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.12 22:34:32.318513 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54621 | ||
| 710 | 2024.12.12 22:34:32.318728 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2024.12.12 22:34:32.318757 [ 285 ] {} <Debug> TCP-Session: 3aaa442f-587e-42a4-a3e1-b0ce2223bbc3 Authenticating user 'default' from [fd00:1122:3344:101::b]:54621 | ||
| 712 | 2024.12.12 22:34:32.318777 [ 285 ] {} <Debug> TCP-Session: 3aaa442f-587e-42a4-a3e1-b0ce2223bbc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.12.12 22:34:32.318847 [ 285 ] {} <Debug> TCP-Session: 3aaa442f-587e-42a4-a3e1-b0ce2223bbc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.12.12 22:34:32.318908 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2024.12.12 22:34:32.318934 [ 285 ] {} <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 | ||
| 716 | 2024.12.12 22:34:32.319008 [ 285 ] {} <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 | ||
| 717 | 2024.12.12 22:34:32.320844 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44372 | ||
| 718 | 2024.12.12 22:34:32.321015 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35629 | ||
| 719 | 2024.12.12 22:34:32.321022 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2024.12.12 22:34:32.321087 [ 286 ] {} <Debug> TCP-Session: 0335594a-867c-4da0-9cf3-a1012e538390 Authenticating user 'default' from [fd00:1122:3344:101::b]:44372 | ||
| 721 | 2024.12.12 22:34:32.321215 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42820 | ||
| 722 | 2024.12.12 22:34:32.321252 [ 286 ] {} <Debug> TCP-Session: 0335594a-867c-4da0-9cf3-a1012e538390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 723 | 2024.12.12 22:34:32.321259 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2024.12.12 22:34:32.321312 [ 286 ] {} <Debug> TCP-Session: 0335594a-867c-4da0-9cf3-a1012e538390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.12.12 22:34:32.321296 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55695 | ||
| 726 | 2024.12.12 22:34:32.321613 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2024.12.12 22:34:32.321611 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 728 | 2024.12.12 22:34:32.321692 [ 289 ] {} <Debug> TCP-Session: 6ef47453-b8e0-4c4a-a9af-789face5564d Authenticating user 'default' from [fd00:1122:3344:101::b]:55695 | ||
| 729 | 2024.12.12 22:34:32.321686 [ 287 ] {} <Debug> TCP-Session: 7441e492-8827-44a2-883b-bd324e7f9a95 Authenticating user 'default' from [fd00:1122:3344:101::b]:35629 | ||
| 730 | 2024.12.12 22:34:32.321748 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48958 | ||
| 731 | 2024.12.12 22:34:32.321808 [ 289 ] {} <Debug> TCP-Session: 6ef47453-b8e0-4c4a-a9af-789face5564d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2024.12.12 22:34:32.321791 [ 287 ] {} <Debug> TCP-Session: 7441e492-8827-44a2-883b-bd324e7f9a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.12 22:34:32.321778 [ 288 ] {} <Debug> TCP-Session: 1de9bead-05c1-4b4a-9eef-b090dfa47f66 Authenticating user 'default' from [fd00:1122:3344:101::b]:42820 | ||
| 734 | 2024.12.12 22:34:32.321916 [ 289 ] {} <Debug> TCP-Session: 6ef47453-b8e0-4c4a-a9af-789face5564d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2024.12.12 22:34:32.321940 [ 287 ] {} <Debug> TCP-Session: 7441e492-8827-44a2-883b-bd324e7f9a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.12.12 22:34:32.321869 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53038 | ||
| 737 | 2024.12.12 22:34:32.321640 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60228 | ||
| 738 | 2024.12.12 22:34:32.322136 [ 288 ] {} <Debug> TCP-Session: 1de9bead-05c1-4b4a-9eef-b090dfa47f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2024.12.12 22:34:32.322468 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2024.12.12 22:34:32.322471 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 741 | 2024.12.12 22:34:32.322544 [ 292 ] {} <Debug> TCP-Session: fe7c09c6-a043-4524-932e-e3358ca6df30 Authenticating user 'default' from [fd00:1122:3344:101::b]:53038 | ||
| 742 | 2024.12.12 22:34:32.322492 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 743 | 2024.12.12 22:34:32.322526 [ 288 ] {} <Debug> TCP-Session: 1de9bead-05c1-4b4a-9eef-b090dfa47f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.12 22:34:32.322661 [ 291 ] {} <Debug> TCP-Session: 65d2fa26-fdcd-441e-b5b9-15c616b2af96 Authenticating user 'default' from [fd00:1122:3344:101::b]:48958 | ||
| 745 | 2024.12.12 22:34:32.322678 [ 290 ] {} <Debug> TCP-Session: 19c6ac84-8326-41be-b169-e871133a5b29 Authenticating user 'default' from [fd00:1122:3344:101::b]:60228 | ||
| 746 | 2024.12.12 22:34:32.322708 [ 292 ] {} <Debug> TCP-Session: fe7c09c6-a043-4524-932e-e3358ca6df30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2024.12.12 22:34:32.322775 [ 291 ] {} <Debug> TCP-Session: 65d2fa26-fdcd-441e-b5b9-15c616b2af96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2024.12.12 22:34:32.322799 [ 290 ] {} <Debug> TCP-Session: 19c6ac84-8326-41be-b169-e871133a5b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.12.12 22:34:32.322791 [ 292 ] {} <Debug> TCP-Session: fe7c09c6-a043-4524-932e-e3358ca6df30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.12.12 22:34:32.322886 [ 291 ] {} <Debug> TCP-Session: 65d2fa26-fdcd-441e-b5b9-15c616b2af96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.12.12 22:34:32.322939 [ 290 ] {} <Debug> TCP-Session: 19c6ac84-8326-41be-b169-e871133a5b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.12 22:34:33.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.08 MiB, peak 137.08 MiB, free memory in arenas 0.00 B, will set to 141.39 MiB (RSS), difference: 4.30 MiB | ||
| 753 | 2024.12.12 22:34:38.671250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2024.12.12 22:34:38.671309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2024.12.12 22:34:38.671363 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2024.12.12 22:34:38.671428 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2024.12.12 22:34:38.679356 [ 244 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Loading data parts | ||
| 758 | 2024.12.12 22:34:38.679849 [ 244 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): There are no data parts | ||
| 759 | 2024.12.12 22:34:38.689029 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2024.12.12 22:34:38.689175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 761 | 2024.12.12 22:34:38.694271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2024.12.12 22:34:38.695853 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2024.12.12 22:34:38.696788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2024.12.12 22:34:38.703024 [ 243 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Loading data parts | ||
| 765 | 2024.12.12 22:34:38.703244 [ 243 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): There are no data parts | ||
| 766 | 2024.12.12 22:34:38.726631 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2024.12.12 22:34:38.726707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 768 | 2024.12.12 22:34:38.734768 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2024.12.12 22:34:38.736019 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2024.12.12 22:34:38.738892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2024.12.12 22:34:39.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.43 MiB, peak 150.43 MiB, free memory in arenas 0.00 B, will set to 151.25 MiB (RSS), difference: 4.81 MiB | ||
| 772 | 2024.12.12 22:34:41.171210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2024.12.12 22:34:41.171308 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2024.12.12 22:34:41.176706 [ 242 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Loading data parts | ||
| 775 | 2024.12.12 22:34:41.176938 [ 242 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): There are no data parts | ||
| 776 | 2024.12.12 22:34:41.184447 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2024.12.12 22:34:41.184501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 778 | 2024.12.12 22:34:41.186379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2024.12.12 22:34:41.186903 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2024.12.12 22:34:41.187410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2024.12.12 22:34:42.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.43 MiB, peak 155.43 MiB, free memory in arenas 0.00 B, will set to 151.72 MiB (RSS), difference: -3.72 MiB | ||
| 782 | 2024.12.12 22:34:46.132030 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.12 22:34:46.132098 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.12 22:34:46.196904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.12 22:34:46.197911 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.12 22:34:46.197963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 787 | 2024.12.12 22:34:46.198546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.12 22:34:46.198820 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2024.12.12 22:34:46.199075 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.12 22:34:46.239081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.12 22:34:46.261010 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.12 22:34:46.261064 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 793 | 2024.12.12 22:34:46.267966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.12 22:34:46.269187 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.12.12 22:34:46.271728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.12 22:34:47.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.39 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.67 MiB (RSS), difference: 2.28 MiB | ||
| 797 | 2024.12.12 22:34:52.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.69 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.70 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.12 22:34:53.699178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 799 | 2024.12.12 22:34:53.699854 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2024.12.12 22:34:53.699901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 801 | 2024.12.12 22:34:53.700541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 802 | 2024.12.12 22:34:53.700800 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2024.12.12 22:34:53.701010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 804 | 2024.12.12 22:34:53.771807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 805 | 2024.12.12 22:34:53.792515 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2024.12.12 22:34:53.792577 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 807 | 2024.12.12 22:34:53.798820 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 808 | 2024.12.12 22:34:53.799913 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 809 | 2024.12.12 22:34:53.803128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 810 | 2024.12.12 22:35:01.132146 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 811 | 2024.12.12 22:35:01.132213 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 812 | 2024.12.12 22:35:01.201129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 813 | 2024.12.12 22:35:01.201887 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2024.12.12 22:35:01.201933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 815 | 2024.12.12 22:35:01.202455 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 816 | 2024.12.12 22:35:01.202715 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 817 | 2024.12.12 22:35:01.202961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 818 | 2024.12.12 22:35:01.303183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 819 | 2024.12.12 22:35:01.322712 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 820 | 2024.12.12 22:35:01.322769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 821 | 2024.12.12 22:35:01.329289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 822 | 2024.12.12 22:35:01.330053 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 823 | 2024.12.12 22:35:01.332975 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 824 | 2024.12.12 22:35:02.026706 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2024.12.12 22:35:02.027048 [ 258 ] {fa8680dc-6093-4cd2-8f7f-3ac21d1fb2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 826 | 2024.12.12 22:35:02.027555 [ 258 ] {fa8680dc-6093-4cd2-8f7f-3ac21d1fb2c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2024.12.12 22:35:02.036321 [ 258 ] {fa8680dc-6093-4cd2-8f7f-3ac21d1fb2c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2024.12.12 22:35:02.039276 [ 258 ] {fa8680dc-6093-4cd2-8f7f-3ac21d1fb2c9} <Debug> TCPHandler: Processed in 0.01276059 sec. | ||
| 829 | 2024.12.12 22:35:02.042079 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.12.12 22:35:02.042435 [ 264 ] {82cf739d-703f-4638-b08b-b6e445972892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 831 | 2024.12.12 22:35:02.052410 [ 264 ] {82cf739d-703f-4638-b08b-b6e445972892} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.12.12 22:35:02.052479 [ 264 ] {82cf739d-703f-4638-b08b-b6e445972892} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.12.12 22:35:02.053059 [ 264 ] {82cf739d-703f-4638-b08b-b6e445972892} <Debug> TCPHandler: Processed in 0.011155439 sec. | ||
| 834 | 2024.12.12 22:35:02.053350 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.12.12 22:35:02.053536 [ 258 ] {5033ec05-05fc-4f32-8b03-52d86ac56d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 836 | 2024.12.12 22:35:02.054003 [ 258 ] {5033ec05-05fc-4f32-8b03-52d86ac56d6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.12.12 22:35:02.054064 [ 258 ] {5033ec05-05fc-4f32-8b03-52d86ac56d6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.12.12 22:35:02.054617 [ 258 ] {5033ec05-05fc-4f32-8b03-52d86ac56d6a} <Debug> TCPHandler: Processed in 0.001327866 sec. | ||
| 839 | 2024.12.12 22:35:02.054933 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.12 22:35:02.055086 [ 264 ] {e568712c-e9c5-47de-bafb-8f1542d6d3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 841 | 2024.12.12 22:35:02.055455 [ 264 ] {e568712c-e9c5-47de-bafb-8f1542d6d3aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.12.12 22:35:02.055512 [ 264 ] {e568712c-e9c5-47de-bafb-8f1542d6d3aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.12.12 22:35:02.056026 [ 264 ] {e568712c-e9c5-47de-bafb-8f1542d6d3aa} <Debug> TCPHandler: Processed in 0.001151172 sec. | ||
| 844 | 2024.12.12 22:35:02.057183 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.12.12 22:35:02.057323 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 846 | 2024.12.12 22:35:02.057380 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.12.12 22:35:02.058775 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 848 | 2024.12.12 22:35:02.058825 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 849 | 2024.12.12 22:35:02.059404 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 850 | 2024.12.12 22:35:02.059634 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 851 | 2024.12.12 22:35:02.059870 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.002581 sec., 1549.7869043006588 rows/sec., 163.83 KiB/sec. | ||
| 852 | 2024.12.12 22:35:02.060044 [ 258 ] {72f26199-e6bb-44cd-a2b2-b2b5f1676cf9} <Debug> TCPHandler: Processed in 0.002923527 sec. | ||
| 853 | 2024.12.12 22:35:02.060202 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.12.12 22:35:02.060332 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 855 | 2024.12.12 22:35:02.060385 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 856 | 2024.12.12 22:35:02.066137 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 857 | 2024.12.12 22:35:02.066177 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 858 | 2024.12.12 22:35:02.068538 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 859 | 2024.12.12 22:35:02.068784 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 860 | 2024.12.12 22:35:02.069009 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Debug> executeQuery: Read 52 rows, 4.96 KiB in 0.008708 sec., 5971.520440973817 rows/sec., 569.92 KiB/sec. | ||
| 861 | 2024.12.12 22:35:02.069124 [ 264 ] {df2888b6-686c-41c8-9810-2779b4d7b2b7} <Debug> TCPHandler: Processed in 0.008982477 sec. | ||
| 862 | 2024.12.12 22:35:02.069282 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2024.12.12 22:35:02.069417 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 864 | 2024.12.12 22:35:02.069468 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 865 | 2024.12.12 22:35:02.070135 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 866 | 2024.12.12 22:35:02.070178 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 867 | 2024.12.12 22:35:02.070641 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 868 | 2024.12.12 22:35:02.070887 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 869 | 2024.12.12 22:35:02.071154 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001745 sec., 14899.71346704871 rows/sec., 1.09 MiB/sec. | ||
| 870 | 2024.12.12 22:35:02.071258 [ 258 ] {48252dba-a4cc-47a7-a624-de89cf90a11c} <Debug> TCPHandler: Processed in 0.002035411 sec. | ||
| 871 | 2024.12.12 22:35:02.071409 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2024.12.12 22:35:02.071533 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 873 | 2024.12.12 22:35:02.071584 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 874 | 2024.12.12 22:35:02.072180 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 875 | 2024.12.12 22:35:02.072220 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 876 | 2024.12.12 22:35:02.072589 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 877 | 2024.12.12 22:35:02.072835 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 878 | 2024.12.12 22:35:02.073090 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Debug> executeQuery: Read 41 rows, 3.29 KiB in 0.00156 sec., 26282.05128205128 rows/sec., 2.06 MiB/sec. | ||
| 879 | 2024.12.12 22:35:02.073184 [ 264 ] {222215e2-f170-4ded-b736-67cad6775067} <Debug> TCPHandler: Processed in 0.001831286 sec. | ||
| 880 | 2024.12.12 22:35:02.073339 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 881 | 2024.12.12 22:35:02.073466 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 882 | 2024.12.12 22:35:02.073549 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 883 | 2024.12.12 22:35:02.074920 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 884 | 2024.12.12 22:35:02.074962 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 885 | 2024.12.12 22:35:02.077664 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 886 | 2024.12.12 22:35:02.077991 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 887 | 2024.12.12 22:35:02.078352 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004915 sec., 5289.9287894201425 rows/sec., 9.48 MiB/sec. | ||
| 888 | 2024.12.12 22:35:02.078463 [ 258 ] {e967d176-62fb-4005-b2e8-c23bfc6ce7f2} <Debug> TCPHandler: Processed in 0.005182722 sec. | ||
| 889 | 2024.12.12 22:35:02.078620 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2024.12.12 22:35:02.078745 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 891 | 2024.12.12 22:35:02.078798 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 892 | 2024.12.12 22:35:02.079369 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Trace> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 893 | 2024.12.12 22:35:02.079404 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 894 | 2024.12.12 22:35:02.079798 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 895 | 2024.12.12 22:35:02.080054 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Trace> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 896 | 2024.12.12 22:35:02.080329 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Debug> executeQuery: Read 21 rows, 1.54 KiB in 0.001587 sec., 13232.514177693762 rows/sec., 970.41 KiB/sec. | ||
| 897 | 2024.12.12 22:35:02.080413 [ 264 ] {1111e375-e64b-4703-ac56-3bfca6e421e0} <Debug> TCPHandler: Processed in 0.001864766 sec. | ||
| 898 | 2024.12.12 22:35:08.703091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 899 | 2024.12.12 22:35:08.704148 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2024.12.12 22:35:08.704236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 901 | 2024.12.12 22:35:08.704788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 902 | 2024.12.12 22:35:08.705057 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2024.12.12 22:35:08.705328 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 904 | 2024.12.12 22:35:08.833043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 905 | 2024.12.12 22:35:08.851848 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.12.12 22:35:08.851897 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 907 | 2024.12.12 22:35:08.858192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 908 | 2024.12.12 22:35:08.858923 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2024.12.12 22:35:08.861710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 910 | 2024.12.12 22:35:11.187845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110 | ||
| 911 | 2024.12.12 22:35:11.191567 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2024.12.12 22:35:11.191616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 913 | 2024.12.12 22:35:11.193052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2024.12.12 22:35:11.193359 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2024.12.12 22:35:11.194323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110 | ||
| 916 | 2024.12.12 22:35:12.026770 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2024.12.12 22:35:12.026981 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 918 | 2024.12.12 22:35:12.027063 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 919 | 2024.12.12 22:35:12.027894 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2024.12.12 22:35:12.027938 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 921 | 2024.12.12 22:35:12.028390 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2024.12.12 22:35:12.028655 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2024.12.12 22:35:12.028874 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Debug> executeQuery: Read 52 rows, 4.96 KiB in 0.001949 sec., 26680.34889687019 rows/sec., 2.49 MiB/sec. | ||
| 924 | 2024.12.12 22:35:12.028940 [ 258 ] {9d3992d8-b3dd-4675-9bff-e45fe267947d} <Debug> TCPHandler: Processed in 0.002310226 sec. | ||
| 925 | 2024.12.12 22:35:12.029202 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2024.12.12 22:35:12.029419 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 927 | 2024.12.12 22:35:12.029502 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 928 | 2024.12.12 22:35:12.030338 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2024.12.12 22:35:12.030386 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 930 | 2024.12.12 22:35:12.030819 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2024.12.12 22:35:12.031068 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2024.12.12 22:35:12.031301 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001942 sec., 13388.259526261587 rows/sec., 1006.73 KiB/sec. | ||
| 933 | 2024.12.12 22:35:12.031356 [ 264 ] {c96e70b9-10ce-4471-8f06-b04bc9991d3d} <Debug> TCPHandler: Processed in 0.002295875 sec. | ||
| 934 | 2024.12.12 22:35:12.031515 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2024.12.12 22:35:12.031662 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2024.12.12 22:35:12.031724 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2024.12.12 22:35:12.032399 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2024.12.12 22:35:12.032435 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 939 | 2024.12.12 22:35:12.032781 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2024.12.12 22:35:12.033020 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2024.12.12 22:35:12.033252 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Debug> executeQuery: Read 26 rows, 2.08 KiB in 0.001625 sec., 16000 rows/sec., 1.25 MiB/sec. | ||
| 942 | 2024.12.12 22:35:12.033306 [ 258 ] {f68dd8db-4632-4ba6-a4c1-e4215e1cb400} <Debug> TCPHandler: Processed in 0.001860556 sec. | ||
| 943 | 2024.12.12 22:35:12.033447 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2024.12.12 22:35:12.033590 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 945 | 2024.12.12 22:35:12.033685 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 946 | 2024.12.12 22:35:12.035072 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2024.12.12 22:35:12.035113 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 948 | 2024.12.12 22:35:12.035768 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2024.12.12 22:35:12.036024 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2024.12.12 22:35:12.036259 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.0027 sec., 9629.62962962963 rows/sec., 17.26 MiB/sec. | ||
| 951 | 2024.12.12 22:35:12.036350 [ 264 ] {ff51f589-bdf9-4324-8e00-b8d3973a2028} <Debug> TCPHandler: Processed in 0.002968508 sec. | ||
| 952 | 2024.12.12 22:35:16.132473 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 953 | 2024.12.12 22:35:16.132541 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 954 | 2024.12.12 22:35:16.205567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 955 | 2024.12.12 22:35:16.206220 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2024.12.12 22:35:16.206265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 957 | 2024.12.12 22:35:16.206821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 958 | 2024.12.12 22:35:16.207077 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 959 | 2024.12.12 22:35:16.207292 [ 72 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 960 | 2024.12.12 22:35:16.207311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 961 | 2024.12.12 22:35:16.207391 [ 72 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 962 | 2024.12.12 22:35:16.207426 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 963 | 2024.12.12 22:35:16.207819 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 964 | 2024.12.12 22:35:16.208011 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 965 | 2024.12.12 22:35:16.208186 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 966 | 2024.12.12 22:35:16.208449 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 967 | 2024.12.12 22:35:16.208524 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 968 | 2024.12.12 22:35:16.210571 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 969 | 2024.12.12 22:35:16.213455 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 970 | 2024.12.12 22:35:16.215256 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 971 | 2024.12.12 22:35:16.235715 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028178633 sec., 99578.99661065885 rows/sec., 1.42 MiB/sec. | ||
| 972 | 2024.12.12 22:35:16.236436 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 973 | 2024.12.12 22:35:16.236771 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2024.12.12 22:35:16.236850 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_6_1} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 975 | 2024.12.12 22:35:16.236951 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 976 | 2024.12.12 22:35:16.361910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 977 | 2024.12.12 22:35:16.380995 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 978 | 2024.12.12 22:35:16.381041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 979 | 2024.12.12 22:35:16.387932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 980 | 2024.12.12 22:35:16.388682 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 981 | 2024.12.12 22:35:16.389050 [ 72 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 982 | 2024.12.12 22:35:16.389179 [ 72 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 983 | 2024.12.12 22:35:16.389247 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 984 | 2024.12.12 22:35:16.389901 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 985 | 2024.12.12 22:35:16.404097 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 986 | 2024.12.12 22:35:16.405581 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 987 | 2024.12.12 22:35:16.406637 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 988 | 2024.12.12 22:35:16.411410 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 989 | 2024.12.12 22:35:16.416149 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 990 | 2024.12.12 22:35:16.420860 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 991 | 2024.12.12 22:35:16.428034 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 992 | 2024.12.12 22:35:16.432457 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 993 | 2024.12.12 22:35:16.494767 [ 194 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10540509 sec., 436.41156228793125 rows/sec., 2.26 MiB/sec. | ||
| 994 | 2024.12.12 22:35:16.496643 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 995 | 2024.12.12 22:35:16.498978 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_6_1} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 996 | 2024.12.12 22:35:16.499077 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_6_1} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 997 | 2024.12.12 22:35:16.500263 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 998 | 2024.12.12 22:35:17.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.42 MiB, peak 167.96 MiB, free memory in arenas 0.00 B, will set to 162.60 MiB (RSS), difference: 4.18 MiB | ||
| 999 | 2024.12.12 22:35:21.194606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 118 | ||
| 1000 | 2024.12.12 22:35:21.197559 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1001 | 2024.12.12 22:35:21.197602 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1002 | 2024.12.12 22:35:21.199063 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1003 | 2024.12.12 22:35:21.199378 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1004 | 2024.12.12 22:35:21.199848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 118 | ||
| 1005 | 2024.12.12 22:35:22.027382 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.12.12 22:35:22.027591 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1007 | 2024.12.12 22:35:22.027669 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1008 | 2024.12.12 22:35:22.028444 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2024.12.12 22:35:22.028486 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1010 | 2024.12.12 22:35:22.028919 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1011 | 2024.12.12 22:35:22.029178 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2024.12.12 22:35:22.029413 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Debug> executeQuery: Read 52 rows, 4.96 KiB in 0.001869 sec., 27822.364901016586 rows/sec., 2.59 MiB/sec. | ||
| 1013 | 2024.12.12 22:35:22.029580 [ 258 ] {88f72dba-8627-4bba-b64a-94fcb6f653f6} <Debug> TCPHandler: Processed in 0.002332386 sec. | ||
| 1014 | 2024.12.12 22:35:22.029831 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2024.12.12 22:35:22.030021 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1016 | 2024.12.12 22:35:22.030092 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1017 | 2024.12.12 22:35:22.030818 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1018 | 2024.12.12 22:35:22.030863 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1019 | 2024.12.12 22:35:22.031295 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1020 | 2024.12.12 22:35:22.031551 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1021 | 2024.12.12 22:35:22.031782 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001814 sec., 14332.965821389194 rows/sec., 1.05 MiB/sec. | ||
| 1022 | 2024.12.12 22:35:22.031840 [ 264 ] {3aaae463-980b-4c3c-9502-cfe81a65d525} <Debug> TCPHandler: Processed in 0.002137762 sec. | ||
| 1023 | 2024.12.12 22:35:22.032002 [ 258 ] {} <Trace> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2024.12.12 22:35:22.032143 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56176) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1025 | 2024.12.12 22:35:22.032203 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1026 | 2024.12.12 22:35:22.032884 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2024.12.12 22:35:22.032922 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1028 | 2024.12.12 22:35:22.033290 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1029 | 2024.12.12 22:35:22.033533 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2024.12.12 22:35:22.033710 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Debug> executeQuery: Read 26 rows, 2.08 KiB in 0.001599 sec., 16260.162601626016 rows/sec., 1.27 MiB/sec. | ||
| 1031 | 2024.12.12 22:35:22.033764 [ 258 ] {8295e43a-afbe-4474-bc92-97b434649d13} <Debug> TCPHandler: Processed in 0.001829826 sec. | ||
| 1032 | 2024.12.12 22:35:22.033924 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2024.12.12 22:35:22.034065 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1034 | 2024.12.12 22:35:22.034161 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1035 | 2024.12.12 22:35:22.035415 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2024.12.12 22:35:22.035455 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1037 | 2024.12.12 22:35:22.036142 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1038 | 2024.12.12 22:35:22.036400 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2024.12.12 22:35:22.036640 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002605 sec., 9980.80614203455 rows/sec., 17.89 MiB/sec. | ||
| 1040 | 2024.12.12 22:35:22.036731 [ 264 ] {1de5dcbd-879f-4e92-9330-502c681ed0d0} <Debug> TCPHandler: Processed in 0.002876996 sec. | ||
| 1041 | 2024.12.12 22:35:23.707439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1042 | 2024.12.12 22:35:23.708115 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1043 | 2024.12.12 22:35:23.708162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1044 | 2024.12.12 22:35:23.708830 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1045 | 2024.12.12 22:35:23.709088 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1046 | 2024.12.12 22:35:23.709337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1047 | 2024.12.12 22:35:23.904171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1048 | 2024.12.12 22:35:23.922944 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1049 | 2024.12.12 22:35:23.922996 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1050 | 2024.12.12 22:35:23.929528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1051 | 2024.12.12 22:35:23.930255 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1052 | 2024.12.12 22:35:23.932922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1053 | 2024.12.12 22:35:31.132589 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1054 | 2024.12.12 22:35:31.132650 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1055 | 2024.12.12 22:35:31.199947 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 126 | ||
| 1056 | 2024.12.12 22:35:31.202481 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2024.12.12 22:35:31.202532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1058 | 2024.12.12 22:35:31.203986 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1059 | 2024.12.12 22:35:31.204298 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2024.12.12 22:35:31.205106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 126 | ||
| 1061 | 2024.12.12 22:35:31.209454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1062 | 2024.12.12 22:35:31.210135 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2024.12.12 22:35:31.210182 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1064 | 2024.12.12 22:35:31.210786 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1065 | 2024.12.12 22:35:31.211044 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2024.12.12 22:35:31.211260 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1067 | 2024.12.12 22:35:31.432984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1068 | 2024.12.12 22:35:31.451663 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1069 | 2024.12.12 22:35:31.451711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1070 | 2024.12.12 22:35:31.458564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1071 | 2024.12.12 22:35:31.459321 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1072 | 2024.12.12 22:35:31.461721 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1073 | 2024.12.12 22:35:31.596773 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1074 | 2024.12.12 22:35:31.596891 [ 258 ] {} <Debug> TCP-Session: f5c9277e-ada8-43f7-a2e0-d6c36ccce68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1075 | 2024.12.12 22:35:32.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.08 MiB, peak 168.11 MiB, free memory in arenas 0.00 B, will set to 164.19 MiB (RSS), difference: 2.11 MiB | ||
| 1076 | 2024.12.12 22:35:32.027772 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.12.12 22:35:32.028026 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1078 | 2024.12.12 22:35:32.028123 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1079 | 2024.12.12 22:35:32.029050 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2024.12.12 22:35:32.029107 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1081 | 2024.12.12 22:35:32.029618 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1082 | 2024.12.12 22:35:32.029925 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2024.12.12 22:35:32.030173 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Debug> executeQuery: Read 52 rows, 4.96 KiB in 0.002215 sec., 23476.29796839729 rows/sec., 2.19 MiB/sec. | ||
| 1084 | 2024.12.12 22:35:32.030426 [ 264 ] {dd17fc16-fc1d-4c3c-9663-c7a4d0704efb} <Debug> TCPHandler: Processed in 0.002804015 sec. | ||
| 1085 | 2024.12.12 22:35:32.030808 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.12.12 22:35:32.031034 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1087 | 2024.12.12 22:35:32.031150 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1088 | 2024.12.12 22:35:32.032005 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.12.12 22:35:32.032054 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1090 | 2024.12.12 22:35:32.032545 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1091 | 2024.12.12 22:35:32.032840 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2024.12.12 22:35:32.033145 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002174 sec., 11959.521619135234 rows/sec., 899.30 KiB/sec. | ||
| 1093 | 2024.12.12 22:35:32.033300 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1094 | 2024.12.12 22:35:32.033319 [ 265 ] {0171565a-90f9-4f46-9a5b-7cb0490216d5} <Debug> TCPHandler: Processed in 0.002700903 sec. | ||
| 1095 | 2024.12.12 22:35:32.033506 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2024.12.12 22:35:32.033677 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1097 | 2024.12.12 22:35:32.033748 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1098 | 2024.12.12 22:35:32.034500 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2024.12.12 22:35:32.034546 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1100 | 2024.12.12 22:35:32.034973 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1101 | 2024.12.12 22:35:32.035262 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2024.12.12 22:35:32.035656 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Debug> executeQuery: Read 26 rows, 2.08 KiB in 0.001985 sec., 13098.236775818641 rows/sec., 1.02 MiB/sec. | ||
| 1103 | 2024.12.12 22:35:32.035866 [ 264 ] {78a262ad-e402-4fdd-8227-11c61cf4281f} <Debug> TCPHandler: Processed in 0.002430288 sec. | ||
| 1104 | 2024.12.12 22:35:32.036124 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.12.12 22:35:32.036289 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1106 | 2024.12.12 22:35:32.036397 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1107 | 2024.12.12 22:35:32.037901 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2024.12.12 22:35:32.037948 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
| 1109 | 2024.12.12 22:35:32.038715 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1110 | 2024.12.12 22:35:32.039018 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.12.12 22:35:32.039463 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003179 sec., 8178.672538534131 rows/sec., 14.66 MiB/sec. | ||
| 1112 | 2024.12.12 22:35:32.039859 [ 265 ] {06423cc6-c8ac-42e5-b3b9-a9dbd9111d8f} <Debug> TCPHandler: Processed in 0.003842336 sec. | ||
| 1113 | 2024.12.12 22:35:33.000228 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.52 MiB, peak 168.47 MiB, free memory in arenas 0.00 B, will set to 164.28 MiB (RSS), difference: -2.24 MiB | ||
| 1114 | 2024.12.12 22:35:37.026194 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1115 | 2024.12.12 22:35:37.026455 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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) | ||
| 1116 | 2024.12.12 22:35:37.028838 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1117 | 2024.12.12 22:35:37.033236 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1118 | 2024.12.12 22:35:37.033520 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1119 | 2024.12.12 22:35:37.037796 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1120 | 2024.12.12 22:35:37.040118 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 1121 | 2024.12.12 22:35:37.045371 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1122 | 2024.12.12 22:35:37.047427 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1123 | 2024.12.12 22:35:37.047463 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1124 | 2024.12.12 22:35:37.047582 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <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', 'http_service:request_latency_histogram'))" | ||
| 1125 | 2024.12.12 22:35:37.047623 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1126 | 2024.12.12 22:35:37.059004 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.032643 sec., 122.5377569463591 rows/sec., 5.65 KiB/sec. | ||
| 1127 | 2024.12.12 22:35:37.059151 [ 264 ] {1c5b6dcc-f764-459c-8772-45ce654f9165} <Debug> TCPHandler: Processed in 0.0331246 sec. | ||
| 1128 | 2024.12.12 22:35:37.059547 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.12.12 22:35:37.059778 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1130 | 2024.12.12 22:35:37.060160 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1131 | 2024.12.12 22:35:37.060197 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1132 | 2024.12.12 22:35:37.060456 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1133 | 2024.12.12 22:35:37.060538 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1134 | 2024.12.12 22:35:37.060719 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1135 | 2024.12.12 22:35:37.060758 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1136 | 2024.12.12 22:35:37.060784 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1137 | 2024.12.12 22:35:37.060802 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1138 | 2024.12.12 22:35:37.060850 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1139 | 2024.12.12 22:35:37.060873 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1140 | 2024.12.12 22:35:37.061547 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001862 sec., 2148.227712137487 rows/sec., 99.12 KiB/sec. | ||
| 1141 | 2024.12.12 22:35:37.061674 [ 265 ] {34f6dcfc-5ac3-4785-80a6-ca6061855b22} <Debug> TCPHandler: Processed in 0.002259864 sec. | ||
| 1142 | 2024.12.12 22:35:37.062044 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1143 | 2024.12.12 22:35:37.062276 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1144 | 2024.12.12 22:35:37.062610 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1145 | 2024.12.12 22:35:37.062647 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1146 | 2024.12.12 22:35:37.062873 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1147 | 2024.12.12 22:35:37.062945 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1148 | 2024.12.12 22:35:37.063108 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1149 | 2024.12.12 22:35:37.063145 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1150 | 2024.12.12 22:35:37.063171 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1151 | 2024.12.12 22:35:37.063189 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1152 | 2024.12.12 22:35:37.063236 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1153 | 2024.12.12 22:35:37.063259 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1154 | 2024.12.12 22:35:37.063855 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 110.92 KiB/sec. | ||
| 1155 | 2024.12.12 22:35:37.063978 [ 264 ] {a5096aa0-a197-442f-8bcf-130e4da29eb1} <Debug> TCPHandler: Processed in 0.00201869 sec. | ||
| 1156 | 2024.12.12 22:35:37.064237 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1157 | 2024.12.12 22:35:37.064394 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1158 | 2024.12.12 22:35:37.064685 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1159 | 2024.12.12 22:35:37.064720 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1160 | 2024.12.12 22:35:37.064938 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1161 | 2024.12.12 22:35:37.065005 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1162 | 2024.12.12 22:35:37.065157 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1163 | 2024.12.12 22:35:37.065190 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1164 | 2024.12.12 22:35:37.065213 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1165 | 2024.12.12 22:35:37.065230 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1166 | 2024.12.12 22:35:37.065273 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1167 | 2024.12.12 22:35:37.065296 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1168 | 2024.12.12 22:35:37.065888 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001554 sec., 2574.002574002574 rows/sec., 118.77 KiB/sec. | ||
| 1169 | 2024.12.12 22:35:37.066004 [ 265 ] {0215d817-7249-48c8-952a-c820eb9df1c9} <Debug> TCPHandler: Processed in 0.001827666 sec. | ||
| 1170 | 2024.12.12 22:35:37.066724 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1171 | 2024.12.12 22:35:37.066862 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1172 | 2024.12.12 22:35:37.066918 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2024.12.12 22:35:37.067679 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1174 | 2024.12.12 22:35:37.067728 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1175 | 2024.12.12 22:35:37.068259 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1176 | 2024.12.12 22:35:37.068502 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1177 | 2024.12.12 22:35:37.068705 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00188 sec., 2127.6595744680853 rows/sec., 270.63 KiB/sec. | ||
| 1178 | 2024.12.12 22:35:37.068877 [ 264 ] {18497966-24e2-4b21-b1c3-f79fcc09ed4b} <Debug> TCPHandler: Processed in 0.002210063 sec. | ||
| 1179 | 2024.12.12 22:35:37.069045 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2024.12.12 22:35:37.069199 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1181 | 2024.12.12 22:35:37.069256 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1182 | 2024.12.12 22:35:37.069863 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2024.12.12 22:35:37.069906 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1184 | 2024.12.12 22:35:37.070319 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1185 | 2024.12.12 22:35:37.070583 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2024.12.12 22:35:37.070816 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001659 sec., 2411.091018685955 rows/sec., 203.08 KiB/sec. | ||
| 1187 | 2024.12.12 22:35:37.070870 [ 265 ] {27d5d713-f998-4a3d-ab26-933bceb2724d} <Debug> TCPHandler: Processed in 0.001892308 sec. | ||
| 1188 | 2024.12.12 22:35:37.071028 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1189 | 2024.12.12 22:35:37.071152 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1190 | 2024.12.12 22:35:37.071204 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1191 | 2024.12.12 22:35:37.071805 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1192 | 2024.12.12 22:35:37.071843 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1193 | 2024.12.12 22:35:37.072236 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1194 | 2024.12.12 22:35:37.072492 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1195 | 2024.12.12 22:35:37.072719 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001583 sec., 5053.695514845231 rows/sec., 405.92 KiB/sec. | ||
| 1196 | 2024.12.12 22:35:37.072856 [ 264 ] {a98ba5e7-1347-4ef9-88d9-0ff86e5367f7} <Debug> TCPHandler: Processed in 0.001891106 sec. | ||
| 1197 | 2024.12.12 22:35:37.073003 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1198 | 2024.12.12 22:35:37.073123 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1199 | 2024.12.12 22:35:37.073177 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1200 | 2024.12.12 22:35:37.073787 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1201 | 2024.12.12 22:35:37.073835 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1202 | 2024.12.12 22:35:37.074215 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1203 | 2024.12.12 22:35:37.074453 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1204 | 2024.12.12 22:35:37.074755 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.001642 sec., 4872.1071863581 rows/sec., 371.12 KiB/sec. | ||
| 1205 | 2024.12.12 22:35:37.074889 [ 265 ] {9ce6ef86-80f8-46d2-9b99-cd9ddac64827} <Debug> TCPHandler: Processed in 0.001946958 sec. | ||
| 1206 | 2024.12.12 22:35:37.075046 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1207 | 2024.12.12 22:35:37.075169 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1208 | 2024.12.12 22:35:37.075223 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1209 | 2024.12.12 22:35:37.075708 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1210 | 2024.12.12 22:35:37.075746 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1211 | 2024.12.12 22:35:37.076149 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1212 | 2024.12.12 22:35:37.076395 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1213 | 2024.12.12 22:35:37.076713 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.00154 sec., 5194.805194805195 rows/sec., 327.21 KiB/sec. | ||
| 1214 | 2024.12.12 22:35:37.076820 [ 264 ] {f24bea05-dffc-46cb-9337-3bebf8128ed7} <Debug> TCPHandler: Processed in 0.001830385 sec. | ||
| 1215 | 2024.12.12 22:35:38.711375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1216 | 2024.12.12 22:35:38.712005 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1217 | 2024.12.12 22:35:38.712054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1218 | 2024.12.12 22:35:38.712586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1219 | 2024.12.12 22:35:38.712840 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1220 | 2024.12.12 22:35:38.713096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1221 | 2024.12.12 22:35:38.961776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1222 | 2024.12.12 22:35:38.981217 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.12.12 22:35:38.981272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1224 | 2024.12.12 22:35:38.988513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1225 | 2024.12.12 22:35:38.989286 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2024.12.12 22:35:38.992136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1227 | 2024.12.12 22:35:41.205190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 152 | ||
| 1228 | 2024.12.12 22:35:41.208154 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1229 | 2024.12.12 22:35:41.208204 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1230 | 2024.12.12 22:35:41.209692 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1231 | 2024.12.12 22:35:41.210012 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1232 | 2024.12.12 22:35:41.210871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 152 | ||
| 1233 | 2024.12.12 22:35:42.027812 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1234 | 2024.12.12 22:35:42.028027 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1235 | 2024.12.12 22:35:42.028111 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1236 | 2024.12.12 22:35:42.029035 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1237 | 2024.12.12 22:35:42.029100 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1238 | 2024.12.12 22:35:42.029581 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1239 | 2024.12.12 22:35:42.029841 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1240 | 2024.12.12 22:35:42.030035 [ 50 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1241 | 2024.12.12 22:35:42.030056 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Debug> executeQuery: Read 56 rows, 5.30 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.49 MiB/sec. | ||
| 1242 | 2024.12.12 22:35:42.030123 [ 50 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2024.12.12 22:35:42.030204 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1244 | 2024.12.12 22:35:42.030205 [ 264 ] {4b49b41a-91bf-43fb-ab57-0e79f3a3afb8} <Debug> TCPHandler: Processed in 0.00253332 sec. | ||
| 1245 | 2024.12.12 22:35:42.030361 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 1246 | 2024.12.12 22:35:42.030466 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1247 | 2024.12.12 22:35:42.030508 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1248 | 2024.12.12 22:35:42.030517 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1249 | 2024.12.12 22:35:42.030625 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 1250 | 2024.12.12 22:35:42.030985 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1251 | 2024.12.12 22:35:42.031011 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1252 | 2024.12.12 22:35:42.031259 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1253 | 2024.12.12 22:35:42.031372 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 1254 | 2024.12.12 22:35:42.031746 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 1255 | 2024.12.12 22:35:42.032054 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 1256 | 2024.12.12 22:35:42.033918 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2024.12.12 22:35:42.034007 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1258 | 2024.12.12 22:35:42.034954 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 5 columns (5 merged, 0 gathered) in 0.004644751 sec., 57699.540836527085 rows/sec., 5.58 MiB/sec. | ||
| 1259 | 2024.12.12 22:35:42.035094 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1260 | 2024.12.12 22:35:42.035141 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1261 | 2024.12.12 22:35:42.035578 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.12.12 22:35:42.035639 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2024.12.12 22:35:42.035770 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_6_1} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1264 | 2024.12.12 22:35:42.035912 [ 50 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1265 | 2024.12.12 22:35:42.036007 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1266 | 2024.12.12 22:35:42.036057 [ 50 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2024.12.12 22:35:42.036126 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1268 | 2024.12.12 22:35:42.036133 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.0054 sec., 4814.814814814815 rows/sec., 362.05 KiB/sec. | ||
| 1269 | 2024.12.12 22:35:42.036368 [ 265 ] {16d9c084-50f3-48da-b757-ca44d945d693} <Debug> TCPHandler: Processed in 0.005993448 sec. | ||
| 1270 | 2024.12.12 22:35:42.036404 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::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 | ||
| 1271 | 2024.12.12 22:35:42.036565 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2024.12.12 22:35:42.036601 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1273 | 2024.12.12 22:35:42.036648 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1274 | 2024.12.12 22:35:42.036730 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1275 | 2024.12.12 22:35:42.036862 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1276 | 2024.12.12 22:35:42.036968 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1277 | 2024.12.12 22:35:42.037370 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1278 | 2024.12.12 22:35:42.037650 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1279 | 2024.12.12 22:35:42.038027 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1280 | 2024.12.12 22:35:42.039658 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1281 | 2024.12.12 22:35:42.039743 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1282 | 2024.12.12 22:35:42.040766 [ 190 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 5 columns (5 merged, 0 gathered) in 0.004532909 sec., 28679.155041497634 rows/sec., 2.22 MiB/sec. | ||
| 1283 | 2024.12.12 22:35:42.040785 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1284 | 2024.12.12 22:35:42.041013 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1285 | 2024.12.12 22:35:42.041199 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2024.12.12 22:35:42.041492 [ 50 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1287 | 2024.12.12 22:35:42.041603 [ 50 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2024.12.12 22:35:42.041674 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.12.12 22:35:42.041683 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Debug> executeQuery: Read 34 rows, 2.72 KiB in 0.004964 sec., 6849.315068493152 rows/sec., 548.87 KiB/sec. | ||
| 1290 | 2024.12.12 22:35:42.041687 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1291 | 2024.12.12 22:35:42.042021 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_5_1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1292 | 2024.12.12 22:35:42.042055 [ 264 ] {e2059784-5920-49e2-a63e-5c81fc3864df} <Debug> TCPHandler: Processed in 0.005558929 sec. | ||
| 1293 | 2024.12.12 22:35:42.042426 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2024.12.12 22:35:42.042523 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1295 | 2024.12.12 22:35:42.042585 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 1296 | 2024.12.12 22:35:42.042643 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1297 | 2024.12.12 22:35:42.042807 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1298 | 2024.12.12 22:35:42.042826 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1299 | 2024.12.12 22:35:42.042934 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 41 rows starting from the beginning of the part | ||
| 1300 | 2024.12.12 22:35:42.043306 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1301 | 2024.12.12 22:35:42.043741 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1302 | 2024.12.12 22:35:42.044094 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 1303 | 2024.12.12 22:35:42.044280 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1304 | 2024.12.12 22:35:42.044698 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 1305 | 2024.12.12 22:35:42.045347 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1306 | 2024.12.12 22:35:42.045407 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1307 | 2024.12.12 22:35:42.046427 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1308 | 2024.12.12 22:35:42.047043 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1309 | 2024.12.12 22:35:42.047301 [ 195 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005423167 sec., 29687.450155969753 rows/sec., 2.44 MiB/sec. | ||
| 1310 | 2024.12.12 22:35:42.047591 [ 195 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1311 | 2024.12.12 22:35:42.047626 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.00503 sec., 1988.0715705765408 rows/sec., 151.44 KiB/sec. | ||
| 1312 | 2024.12.12 22:35:42.047798 [ 265 ] {9777aa3b-44d1-4fa1-95ab-4d7c6cf497c9} <Debug> TCPHandler: Processed in 0.0055978 sec. | ||
| 1313 | 2024.12.12 22:35:42.047993 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1314 | 2024.12.12 22:35:42.048141 [ 195 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2024.12.12 22:35:42.048263 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1316 | 2024.12.12 22:35:42.048304 [ 195 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_6_1} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1317 | 2024.12.12 22:35:42.048457 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1318 | 2024.12.12 22:35:42.048473 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1319 | 2024.12.12 22:35:42.049708 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1320 | 2024.12.12 22:35:42.049753 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1321 | 2024.12.12 22:35:42.050437 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1322 | 2024.12.12 22:35:42.050698 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1323 | 2024.12.12 22:35:42.050976 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002791 sec., 9315.657470440701 rows/sec., 16.69 MiB/sec. | ||
| 1324 | 2024.12.12 22:35:42.051075 [ 264 ] {f0accff3-8e63-4ccd-9742-004338f91421} <Debug> TCPHandler: Processed in 0.003180323 sec. | ||
| 1325 | 2024.12.12 22:35:42.051242 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2024.12.12 22:35:42.051384 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1327 | 2024.12.12 22:35:42.051445 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1328 | 2024.12.12 22:35:42.052014 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2024.12.12 22:35:42.052072 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1330 | 2024.12.12 22:35:42.052518 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1331 | 2024.12.12 22:35:42.052775 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2024.12.12 22:35:42.052983 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001631 sec., 6131.207847946045 rows/sec., 386.19 KiB/sec. | ||
| 1333 | 2024.12.12 22:35:42.053034 [ 265 ] {f138f0d3-7b54-4efc-9568-5a3daffe1b01} <Debug> TCPHandler: Processed in 0.001858796 sec. | ||
| 1334 | 2024.12.12 22:35:46.132914 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1335 | 2024.12.12 22:35:46.132977 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1336 | 2024.12.12 22:35:46.213217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1337 | 2024.12.12 22:35:46.213863 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2024.12.12 22:35:46.213900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1339 | 2024.12.12 22:35:46.214431 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1340 | 2024.12.12 22:35:46.214684 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2024.12.12 22:35:46.214853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1342 | 2024.12.12 22:35:46.492192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1343 | 2024.12.12 22:35:46.512017 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1344 | 2024.12.12 22:35:46.512070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1345 | 2024.12.12 22:35:46.519559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1346 | 2024.12.12 22:35:46.520333 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1347 | 2024.12.12 22:35:46.523249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1348 | 2024.12.12 22:35:47.028467 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1349 | 2024.12.12 22:35:47.028674 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1350 | 2024.12.12 22:35:47.028752 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1351 | 2024.12.12 22:35:47.029619 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1352 | 2024.12.12 22:35:47.029662 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1353 | 2024.12.12 22:35:47.030103 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1354 | 2024.12.12 22:35:47.030355 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1355 | 2024.12.12 22:35:47.030578 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Debug> executeQuery: Read 34 rows, 3.16 KiB in 0.001959 sec., 17355.793772332825 rows/sec., 1.58 MiB/sec. | ||
| 1356 | 2024.12.12 22:35:47.030784 [ 264 ] {626a98b7-6e80-4977-9fc2-b3e9bbf63113} <Debug> TCPHandler: Processed in 0.002448648 sec. | ||
| 1357 | 2024.12.12 22:35:47.031111 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.12.12 22:35:47.031414 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1359 | 2024.12.12 22:35:47.031529 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1360 | 2024.12.12 22:35:47.032303 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1361 | 2024.12.12 22:35:47.032352 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1362 | 2024.12.12 22:35:47.032786 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1363 | 2024.12.12 22:35:47.033042 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1364 | 2024.12.12 22:35:47.033351 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Debug> executeQuery: Read 15 rows, 1.13 KiB in 0.002003 sec., 7488.766849725412 rows/sec., 563.12 KiB/sec. | ||
| 1365 | 2024.12.12 22:35:47.033478 [ 265 ] {e7193011-97f3-4e8b-8eb2-9ac493d1529e} <Debug> TCPHandler: Processed in 0.00255991 sec. | ||
| 1366 | 2024.12.12 22:35:47.033651 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1367 | 2024.12.12 22:35:47.033789 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1368 | 2024.12.12 22:35:47.033848 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1369 | 2024.12.12 22:35:47.034540 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1370 | 2024.12.12 22:35:47.034578 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1371 | 2024.12.12 22:35:47.034942 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1372 | 2024.12.12 22:35:47.035201 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1373 | 2024.12.12 22:35:47.035440 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Debug> executeQuery: Read 28 rows, 2.26 KiB in 0.001657 sec., 16898.008449004225 rows/sec., 1.33 MiB/sec. | ||
| 1374 | 2024.12.12 22:35:47.035573 [ 264 ] {5ef1469a-8acb-43c5-902d-bdf480451410} <Debug> TCPHandler: Processed in 0.001990189 sec. | ||
| 1375 | 2024.12.12 22:35:47.035790 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1376 | 2024.12.12 22:35:47.036025 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1377 | 2024.12.12 22:35:47.036125 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1378 | 2024.12.12 22:35:47.036872 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1379 | 2024.12.12 22:35:47.036913 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1380 | 2024.12.12 22:35:47.037293 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1381 | 2024.12.12 22:35:47.037538 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1382 | 2024.12.12 22:35:47.037826 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001854 sec., 5393.743257820928 rows/sec., 410.85 KiB/sec. | ||
| 1383 | 2024.12.12 22:35:47.038004 [ 265 ] {e744a004-5472-4987-a5d3-bd828cec2f22} <Debug> TCPHandler: Processed in 0.002322666 sec. | ||
| 1384 | 2024.12.12 22:35:47.038200 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2024.12.12 22:35:47.038423 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1386 | 2024.12.12 22:35:47.038562 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1387 | 2024.12.12 22:35:47.039718 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2024.12.12 22:35:47.039755 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1389 | 2024.12.12 22:35:47.040386 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1390 | 2024.12.12 22:35:47.040651 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1391 | 2024.12.12 22:35:47.040839 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1392 | 2024.12.12 22:35:47.040895 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002526 sec., 5938.242280285035 rows/sec., 10.64 MiB/sec. | ||
| 1393 | 2024.12.12 22:35:47.040916 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2024.12.12 22:35:47.040979 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1395 | 2024.12.12 22:35:47.041286 [ 264 ] {283febcd-9ae9-45ee-a256-84f73b6c6dbe} <Debug> TCPHandler: Processed in 0.003190082 sec. | ||
| 1396 | 2024.12.12 22:35:47.041372 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 1397 | 2024.12.12 22:35:47.041486 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1398 | 2024.12.12 22:35:47.041772 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1399 | 2024.12.12 22:35:47.041929 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1400 | 2024.12.12 22:35:47.042256 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1401 | 2024.12.12 22:35:47.042533 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1402 | 2024.12.12 22:35:47.043170 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1403 | 2024.12.12 22:35:47.043979 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1404 | 2024.12.12 22:35:47.044294 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Trace> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1405 | 2024.12.12 22:35:47.044450 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1406 | 2024.12.12 22:35:47.044759 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 1407 | 2024.12.12 22:35:47.045389 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1408 | 2024.12.12 22:35:47.046042 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 1409 | 2024.12.12 22:35:47.046099 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1410 | 2024.12.12 22:35:47.046958 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Trace> oximeter.measurements_i64 (ae306cb2-53c0-4921-a690-cb76a41f52ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1411 | 2024.12.12 22:35:47.047508 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.00581 sec., 1032.7022375215147 rows/sec., 77.82 KiB/sec. | ||
| 1412 | 2024.12.12 22:35:47.047699 [ 265 ] {565aab2d-cf11-4060-abc2-9f3e589bbeea} <Debug> TCPHandler: Processed in 0.006305874 sec. | ||
| 1413 | 2024.12.12 22:35:47.047934 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2024.12.12 22:35:47.048168 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1415 | 2024.12.12 22:35:47.048271 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1416 | 2024.12.12 22:35:47.050128 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1417 | 2024.12.12 22:35:47.050198 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1418 | 2024.12.12 22:35:47.051383 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1419 | 2024.12.12 22:35:47.052010 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2024.12.12 22:35:47.052579 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.00447 sec., 2237.136465324385 rows/sec., 140.91 KiB/sec. | ||
| 1421 | 2024.12.12 22:35:47.052673 [ 264 ] {9508c3bc-7f1a-4aad-8f7b-86eb96951fdf} <Debug> TCPHandler: Processed in 0.004855795 sec. | ||
| 1422 | 2024.12.12 22:35:47.054228 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 19 columns (19 merged, 0 gathered) in 0.013100757 sec., 11068.062708132058 rows/sec., 19.83 MiB/sec. | ||
| 1423 | 2024.12.12 22:35:47.054585 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1424 | 2024.12.12 22:35:47.055018 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1425 | 2024.12.12 22:35:47.055102 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1426 | 2024.12.12 22:35:47.055256 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 1427 | 2024.12.12 22:35:51.211041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 178 | ||
| 1428 | 2024.12.12 22:35:51.213959 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2024.12.12 22:35:51.214010 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1430 | 2024.12.12 22:35:51.215458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1431 | 2024.12.12 22:35:51.215775 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2024.12.12 22:35:51.215999 [ 23 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1433 | 2024.12.12 22:35:51.216124 [ 23 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1434 | 2024.12.12 22:35:51.216198 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1435 | 2024.12.12 22:35:51.216659 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 1436 | 2024.12.12 22:35:51.217111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 178 | ||
| 1437 | 2024.12.12 22:35:51.217653 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1438 | 2024.12.12 22:35:51.217852 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 1439 | 2024.12.12 22:35:51.218540 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1440 | 2024.12.12 22:35:51.219126 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 1441 | 2024.12.12 22:35:51.219727 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 1442 | 2024.12.12 22:35:51.220331 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1443 | 2024.12.12 22:35:51.220948 [ 191 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 1444 | 2024.12.12 22:35:51.230731 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 72 columns (72 merged, 0 gathered) in 0.014348492 sec., 12405.484841194462 rows/sec., 11.91 MiB/sec. | ||
| 1445 | 2024.12.12 22:35:51.231749 [ 193 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1446 | 2024.12.12 22:35:51.232636 [ 193 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1447 | 2024.12.12 22:35:51.232735 [ 193 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_6_1} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1448 | 2024.12.12 22:35:51.233086 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 1449 | 2024.12.12 22:35:52.025741 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1450 | 2024.12.12 22:35:52.026008 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1451 | 2024.12.12 22:35:52.026437 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1452 | 2024.12.12 22:35:52.026483 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1453 | 2024.12.12 22:35:52.026778 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1454 | 2024.12.12 22:35:52.026859 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1455 | 2024.12.12 22:35:52.027033 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1456 | 2024.12.12 22:35:52.027250 [ 296 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1457 | 2024.12.12 22:35:52.027277 [ 298 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1458 | 2024.12.12 22:35:52.027432 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1459 | 2024.12.12 22:35:52.027466 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1460 | 2024.12.12 22:35:52.032129 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1461 | 2024.12.12 22:35:52.032186 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1462 | 2024.12.12 22:35:52.032294 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1463 | 2024.12.12 22:35:52.032380 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1464 | 2024.12.12 22:35:52.033857 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.007959 sec., 1005.1514009297649 rows/sec., 43.93 KiB/sec. | ||
| 1465 | 2024.12.12 22:35:52.034002 [ 264 ] {07b9c972-3596-4b12-908a-8d1892a6f465} <Debug> TCPHandler: Processed in 0.008446025 sec. | ||
| 1466 | 2024.12.12 22:35:52.036395 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2024.12.12 22:35:52.036771 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1468 | 2024.12.12 22:35:52.037140 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1469 | 2024.12.12 22:35:52.037179 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1470 | 2024.12.12 22:35:52.037440 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1471 | 2024.12.12 22:35:52.037523 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1472 | 2024.12.12 22:35:52.037701 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1473 | 2024.12.12 22:35:52.037853 [ 298 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1474 | 2024.12.12 22:35:52.037859 [ 299 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1475 | 2024.12.12 22:35:52.038042 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1476 | 2024.12.12 22:35:52.038074 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1477 | 2024.12.12 22:35:52.038170 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1478 | 2024.12.12 22:35:52.038193 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1479 | 2024.12.12 22:35:52.038237 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1480 | 2024.12.12 22:35:52.038287 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1481 | 2024.12.12 22:35:52.039478 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002861 sec., 2796.225096120238 rows/sec., 122.20 KiB/sec. | ||
| 1482 | 2024.12.12 22:35:52.039643 [ 265 ] {f7866102-1539-40f4-bb1d-d4f1f4b0cda9} <Debug> TCPHandler: Processed in 0.003433497 sec. | ||
| 1483 | 2024.12.12 22:35:52.039880 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.12.12 22:35:52.040074 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1485 | 2024.12.12 22:35:52.040423 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1486 | 2024.12.12 22:35:52.040467 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1487 | 2024.12.12 22:35:52.040738 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1488 | 2024.12.12 22:35:52.040806 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1489 | 2024.12.12 22:35:52.040957 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1490 | 2024.12.12 22:35:52.041025 [ 299 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1491 | 2024.12.12 22:35:52.041047 [ 298 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1492 | 2024.12.12 22:35:52.041138 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1493 | 2024.12.12 22:35:52.041167 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1494 | 2024.12.12 22:35:52.041247 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1495 | 2024.12.12 22:35:52.041267 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1496 | 2024.12.12 22:35:52.041343 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1497 | 2024.12.12 22:35:52.041512 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1498 | 2024.12.12 22:35:52.042563 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00257 sec., 3112.8404669260703 rows/sec., 136.03 KiB/sec. | ||
| 1499 | 2024.12.12 22:35:52.042701 [ 264 ] {c6d99121-51e6-42f0-a980-8fc8cd97dec9} <Debug> TCPHandler: Processed in 0.002886806 sec. | ||
| 1500 | 2024.12.12 22:35:52.042964 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1501 | 2024.12.12 22:35:52.043165 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1502 | 2024.12.12 22:35:52.043514 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1503 | 2024.12.12 22:35:52.043559 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1504 | 2024.12.12 22:35:52.043821 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1505 | 2024.12.12 22:35:52.043887 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1506 | 2024.12.12 22:35:52.044036 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1507 | 2024.12.12 22:35:52.044136 [ 298 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1508 | 2024.12.12 22:35:52.044145 [ 299 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1509 | 2024.12.12 22:35:52.044249 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1510 | 2024.12.12 22:35:52.044276 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1511 | 2024.12.12 22:35:52.044360 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1512 | 2024.12.12 22:35:52.044383 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1513 | 2024.12.12 22:35:52.044423 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1514 | 2024.12.12 22:35:52.044469 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1515 | 2024.12.12 22:35:52.045509 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002429 sec., 3293.536434746809 rows/sec., 143.93 KiB/sec. | ||
| 1516 | 2024.12.12 22:35:52.045661 [ 265 ] {798516a5-75ff-4f26-a0fa-8b3714952e5e} <Debug> TCPHandler: Processed in 0.002768564 sec. | ||
| 1517 | 2024.12.12 22:35:52.045996 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1518 | 2024.12.12 22:35:52.046192 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1519 | 2024.12.12 22:35:52.046544 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1520 | 2024.12.12 22:35:52.046590 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1521 | 2024.12.12 22:35:52.046843 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1522 | 2024.12.12 22:35:52.046910 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1523 | 2024.12.12 22:35:52.047059 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1524 | 2024.12.12 22:35:52.047148 [ 298 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1525 | 2024.12.12 22:35:52.047164 [ 299 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1526 | 2024.12.12 22:35:52.047246 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1527 | 2024.12.12 22:35:52.047270 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1528 | 2024.12.12 22:35:52.047349 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1529 | 2024.12.12 22:35:52.047369 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1530 | 2024.12.12 22:35:52.047409 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1531 | 2024.12.12 22:35:52.047455 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1532 | 2024.12.12 22:35:52.048501 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002392 sec., 3344.4816053511704 rows/sec., 146.16 KiB/sec. | ||
| 1533 | 2024.12.12 22:35:52.048637 [ 264 ] {9297b393-6dc9-4172-9526-5a267ff61d10} <Debug> TCPHandler: Processed in 0.002711633 sec. | ||
| 1534 | 2024.12.12 22:35:52.048942 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1535 | 2024.12.12 22:35:52.049134 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1536 | 2024.12.12 22:35:52.049488 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1537 | 2024.12.12 22:35:52.049535 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1538 | 2024.12.12 22:35:52.049807 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1539 | 2024.12.12 22:35:52.049872 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1540 | 2024.12.12 22:35:52.050019 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1541 | 2024.12.12 22:35:52.050122 [ 299 ] {553de589-2362-480e-889d-2910f1643425} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1542 | 2024.12.12 22:35:52.050123 [ 298 ] {553de589-2362-480e-889d-2910f1643425} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1543 | 2024.12.12 22:35:52.050231 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1544 | 2024.12.12 22:35:52.050259 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1545 | 2024.12.12 22:35:52.050339 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1546 | 2024.12.12 22:35:52.050359 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1547 | 2024.12.12 22:35:52.050407 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1548 | 2024.12.12 22:35:52.050453 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1549 | 2024.12.12 22:35:52.051275 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002223 sec., 3598.7404408457037 rows/sec., 157.27 KiB/sec. | ||
| 1550 | 2024.12.12 22:35:52.051430 [ 265 ] {553de589-2362-480e-889d-2910f1643425} <Debug> TCPHandler: Processed in 0.00255681 sec. | ||
| 1551 | 2024.12.12 22:35:52.051725 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2024.12.12 22:35:52.051919 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1553 | 2024.12.12 22:35:52.052276 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1554 | 2024.12.12 22:35:52.052324 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1555 | 2024.12.12 22:35:52.052632 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1556 | 2024.12.12 22:35:52.052707 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1557 | 2024.12.12 22:35:52.052854 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1558 | 2024.12.12 22:35:52.052960 [ 299 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1559 | 2024.12.12 22:35:52.052973 [ 298 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1560 | 2024.12.12 22:35:52.053070 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1561 | 2024.12.12 22:35:52.053098 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1562 | 2024.12.12 22:35:52.053177 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1563 | 2024.12.12 22:35:52.053197 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1564 | 2024.12.12 22:35:52.053237 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1565 | 2024.12.12 22:35:52.053282 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1566 | 2024.12.12 22:35:52.054055 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002222 sec., 3600.3600360036003 rows/sec., 157.34 KiB/sec. | ||
| 1567 | 2024.12.12 22:35:52.054207 [ 264 ] {fc342612-274c-48a1-8505-e7afb9189838} <Debug> TCPHandler: Processed in 0.00255018 sec. | ||
| 1568 | 2024.12.12 22:35:52.054477 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1569 | 2024.12.12 22:35:52.054674 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1570 | 2024.12.12 22:35:52.054979 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1571 | 2024.12.12 22:35:52.055018 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1572 | 2024.12.12 22:35:52.055272 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1573 | 2024.12.12 22:35:52.055337 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1574 | 2024.12.12 22:35:52.055484 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1575 | 2024.12.12 22:35:52.055575 [ 298 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1576 | 2024.12.12 22:35:52.055592 [ 299 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1577 | 2024.12.12 22:35:52.055686 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1578 | 2024.12.12 22:35:52.055713 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1579 | 2024.12.12 22:35:52.055794 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1580 | 2024.12.12 22:35:52.055813 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1581 | 2024.12.12 22:35:52.055852 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1582 | 2024.12.12 22:35:52.055898 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1583 | 2024.12.12 22:35:52.056710 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002122 sec., 3770.028275212064 rows/sec., 164.75 KiB/sec. | ||
| 1584 | 2024.12.12 22:35:52.056863 [ 265 ] {047e51c8-e7f0-4069-9ec2-12cc78cba6db} <Debug> TCPHandler: Processed in 0.002456708 sec. | ||
| 1585 | 2024.12.12 22:35:52.057131 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1586 | 2024.12.12 22:35:52.057305 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1587 | 2024.12.12 22:35:52.057612 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1588 | 2024.12.12 22:35:52.057652 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1589 | 2024.12.12 22:35:52.057904 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1590 | 2024.12.12 22:35:52.057969 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1591 | 2024.12.12 22:35:52.058117 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1592 | 2024.12.12 22:35:52.058193 [ 299 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1593 | 2024.12.12 22:35:52.058215 [ 298 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1594 | 2024.12.12 22:35:52.058303 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1595 | 2024.12.12 22:35:52.058332 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1596 | 2024.12.12 22:35:52.058416 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1597 | 2024.12.12 22:35:52.058437 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1598 | 2024.12.12 22:35:52.058477 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1599 | 2024.12.12 22:35:52.058524 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1600 | 2024.12.12 22:35:52.059554 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002322 sec., 3445.3057708871665 rows/sec., 150.56 KiB/sec. | ||
| 1601 | 2024.12.12 22:35:52.059690 [ 264 ] {5a77ec0b-1677-4983-8ea7-3c735d2c543a} <Debug> TCPHandler: Processed in 0.002625682 sec. | ||
| 1602 | 2024.12.12 22:35:52.059976 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1603 | 2024.12.12 22:35:52.060205 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1604 | 2024.12.12 22:35:52.060556 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1605 | 2024.12.12 22:35:52.060600 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1606 | 2024.12.12 22:35:52.060870 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1607 | 2024.12.12 22:35:52.060941 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1608 | 2024.12.12 22:35:52.061087 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1609 | 2024.12.12 22:35:52.061182 [ 296 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1610 | 2024.12.12 22:35:52.061185 [ 298 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1611 | 2024.12.12 22:35:52.061288 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1612 | 2024.12.12 22:35:52.061316 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1613 | 2024.12.12 22:35:52.061399 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1614 | 2024.12.12 22:35:52.061420 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1615 | 2024.12.12 22:35:52.061460 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1616 | 2024.12.12 22:35:52.061506 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1617 | 2024.12.12 22:35:52.062614 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002513 sec., 3183.4460803820134 rows/sec., 139.12 KiB/sec. | ||
| 1618 | 2024.12.12 22:35:52.062767 [ 265 ] {74eaaf60-03e9-4dee-87d1-1eec90ab2682} <Debug> TCPHandler: Processed in 0.002866556 sec. | ||
| 1619 | 2024.12.12 22:35:52.063066 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1620 | 2024.12.12 22:35:52.063269 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1621 | 2024.12.12 22:35:52.063658 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1622 | 2024.12.12 22:35:52.063710 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1623 | 2024.12.12 22:35:52.064067 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1624 | 2024.12.12 22:35:52.064146 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1625 | 2024.12.12 22:35:52.064335 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1626 | 2024.12.12 22:35:52.064449 [ 299 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1627 | 2024.12.12 22:35:52.064465 [ 298 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1628 | 2024.12.12 22:35:52.064583 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1629 | 2024.12.12 22:35:52.064627 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1630 | 2024.12.12 22:35:52.064795 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1631 | 2024.12.12 22:35:52.064836 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1632 | 2024.12.12 22:35:52.064945 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1633 | 2024.12.12 22:35:52.065004 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1634 | 2024.12.12 22:35:52.066015 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002841 sec., 2815.9098908834917 rows/sec., 123.06 KiB/sec. | ||
| 1635 | 2024.12.12 22:35:52.066156 [ 264 ] {ed68412a-809d-45fe-9784-07aaa6ff4926} <Debug> TCPHandler: Processed in 0.003160262 sec. | ||
| 1636 | 2024.12.12 22:35:52.066434 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1637 | 2024.12.12 22:35:52.066606 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1638 | 2024.12.12 22:35:52.066911 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1639 | 2024.12.12 22:35:52.066953 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1640 | 2024.12.12 22:35:52.067214 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1641 | 2024.12.12 22:35:52.067278 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1642 | 2024.12.12 22:35:52.067423 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1643 | 2024.12.12 22:35:52.067509 [ 296 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1644 | 2024.12.12 22:35:52.067510 [ 298 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1645 | 2024.12.12 22:35:52.067607 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1646 | 2024.12.12 22:35:52.067635 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1647 | 2024.12.12 22:35:52.067717 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1648 | 2024.12.12 22:35:52.067737 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1649 | 2024.12.12 22:35:52.067779 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1650 | 2024.12.12 22:35:52.067824 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1651 | 2024.12.12 22:35:52.068854 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002323 sec., 3443.8226431338785 rows/sec., 150.50 KiB/sec. | ||
| 1652 | 2024.12.12 22:35:52.069005 [ 265 ] {3a63f918-187a-4db3-adee-1cd287ead648} <Debug> TCPHandler: Processed in 0.002630722 sec. | ||
| 1653 | 2024.12.12 22:35:52.069265 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1654 | 2024.12.12 22:35:52.069443 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1655 | 2024.12.12 22:35:52.069758 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1656 | 2024.12.12 22:35:52.069800 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1657 | 2024.12.12 22:35:52.070072 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1658 | 2024.12.12 22:35:52.070143 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1659 | 2024.12.12 22:35:52.070299 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1660 | 2024.12.12 22:35:52.070396 [ 299 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1661 | 2024.12.12 22:35:52.070416 [ 298 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1662 | 2024.12.12 22:35:52.070524 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1663 | 2024.12.12 22:35:52.070552 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1664 | 2024.12.12 22:35:52.070634 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1665 | 2024.12.12 22:35:52.070655 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1666 | 2024.12.12 22:35:52.070699 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1667 | 2024.12.12 22:35:52.070746 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1668 | 2024.12.12 22:35:52.071782 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00242 sec., 3305.785123966942 rows/sec., 144.47 KiB/sec. | ||
| 1669 | 2024.12.12 22:35:52.071922 [ 264 ] {9eaa7d60-a062-4e7a-b80c-dd906bf10bb2} <Debug> TCPHandler: Processed in 0.002719513 sec. | ||
| 1670 | 2024.12.12 22:35:52.072197 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2024.12.12 22:35:52.072371 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1672 | 2024.12.12 22:35:52.072695 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2024.12.12 22:35:52.072741 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1674 | 2024.12.12 22:35:52.073012 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2024.12.12 22:35:52.073078 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2024.12.12 22:35:52.073222 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1677 | 2024.12.12 22:35:52.073335 [ 299 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1678 | 2024.12.12 22:35:52.073341 [ 298 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1679 | 2024.12.12 22:35:52.073455 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1680 | 2024.12.12 22:35:52.073482 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1681 | 2024.12.12 22:35:52.073563 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1682 | 2024.12.12 22:35:52.073584 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1683 | 2024.12.12 22:35:52.073625 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1684 | 2024.12.12 22:35:52.073670 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1685 | 2024.12.12 22:35:52.074748 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002452 sec., 3262.642740619902 rows/sec., 142.58 KiB/sec. | ||
| 1686 | 2024.12.12 22:35:52.074902 [ 265 ] {bcfa7db4-d6c0-4c79-9b90-0d77145e8f05} <Debug> TCPHandler: Processed in 0.002764345 sec. | ||
| 1687 | 2024.12.12 22:35:52.075160 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1688 | 2024.12.12 22:35:52.075369 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1689 | 2024.12.12 22:35:52.075738 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1690 | 2024.12.12 22:35:52.075782 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1691 | 2024.12.12 22:35:52.076062 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1692 | 2024.12.12 22:35:52.076130 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1693 | 2024.12.12 22:35:52.076277 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1694 | 2024.12.12 22:35:52.076357 [ 298 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1695 | 2024.12.12 22:35:52.076364 [ 296 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1696 | 2024.12.12 22:35:52.076455 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1697 | 2024.12.12 22:35:52.076485 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1698 | 2024.12.12 22:35:52.076567 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1699 | 2024.12.12 22:35:52.076588 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1700 | 2024.12.12 22:35:52.076630 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1701 | 2024.12.12 22:35:52.076677 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1702 | 2024.12.12 22:35:52.077686 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002415 sec., 3312.6293995859214 rows/sec., 144.77 KiB/sec. | ||
| 1703 | 2024.12.12 22:35:52.077828 [ 264 ] {c4203dbb-d81a-48f6-bf16-5417ad06ac7a} <Debug> TCPHandler: Processed in 0.002738484 sec. | ||
| 1704 | 2024.12.12 22:35:52.083917 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2024.12.12 22:35:52.084049 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1706 | 2024.12.12 22:35:52.084103 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1707 | 2024.12.12 22:35:52.084797 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2024.12.12 22:35:52.084842 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1709 | 2024.12.12 22:35:52.085363 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1710 | 2024.12.12 22:35:52.085596 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2024.12.12 22:35:52.085857 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Debug> executeQuery: Read 15 rows, 2.24 KiB in 0.001847 sec., 8121.277747698971 rows/sec., 1.18 MiB/sec. | ||
| 1712 | 2024.12.12 22:35:52.086025 [ 264 ] {26cdf5ac-33a4-41a4-81df-9bec8f7fa0b0} <Debug> TCPHandler: Processed in 0.002159762 sec. | ||
| 1713 | 2024.12.12 22:35:52.086184 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2024.12.12 22:35:52.086317 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 1715 | 2024.12.12 22:35:52.086369 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1716 | 2024.12.12 22:35:52.087005 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1717 | 2024.12.12 22:35:52.087049 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1718 | 2024.12.12 22:35:52.087466 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1719 | 2024.12.12 22:35:52.087719 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1720 | 2024.12.12 22:35:52.087955 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 195.20 KiB/sec. | ||
| 1721 | 2024.12.12 22:35:52.088010 [ 265 ] {747824db-3620-4fb4-b6a2-c00efe86ba1e} <Debug> TCPHandler: Processed in 0.001891487 sec. | ||
| 1722 | 2024.12.12 22:35:52.088165 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2024.12.12 22:35:52.088286 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1724 | 2024.12.12 22:35:52.088338 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1725 | 2024.12.12 22:35:52.088985 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2024.12.12 22:35:52.089028 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1727 | 2024.12.12 22:35:52.089405 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1728 | 2024.12.12 22:35:52.089653 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2024.12.12 22:35:52.089874 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Debug> executeQuery: Read 110 rows, 9.49 KiB in 0.001614 sec., 68153.6555142503 rows/sec., 5.74 MiB/sec. | ||
| 1730 | 2024.12.12 22:35:52.089932 [ 264 ] {685df3bb-4b66-415e-bfe8-0b05701cac13} <Debug> TCPHandler: Processed in 0.001825006 sec. | ||
| 1731 | 2024.12.12 22:35:52.090087 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1732 | 2024.12.12 22:35:52.090226 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1733 | 2024.12.12 22:35:52.090277 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1734 | 2024.12.12 22:35:52.090867 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2024.12.12 22:35:52.090907 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1736 | 2024.12.12 22:35:52.091269 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1737 | 2024.12.12 22:35:52.091508 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2024.12.12 22:35:52.091720 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Debug> executeQuery: Read 30 rows, 2.23 KiB in 0.001529 sec., 19620.66710268149 rows/sec., 1.43 MiB/sec. | ||
| 1739 | 2024.12.12 22:35:52.091773 [ 265 ] {7d221126-20be-4426-b745-906db16cc8dd} <Debug> TCPHandler: Processed in 0.001745664 sec. | ||
| 1740 | 2024.12.12 22:35:52.091933 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2024.12.12 22:35:52.092075 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1742 | 2024.12.12 22:35:52.092135 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1743 | 2024.12.12 22:35:52.092845 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2024.12.12 22:35:52.092887 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1745 | 2024.12.12 22:35:52.093252 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1746 | 2024.12.12 22:35:52.093497 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1747 | 2024.12.12 22:35:52.093719 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001676 sec., 56085.91885441528 rows/sec., 4.38 MiB/sec. | ||
| 1748 | 2024.12.12 22:35:52.093776 [ 264 ] {aea6b62a-f22d-4e69-bdc2-06969f02e28b} <Debug> TCPHandler: Processed in 0.001910967 sec. | ||
| 1749 | 2024.12.12 22:35:52.093946 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.12.12 22:35:52.094095 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1751 | 2024.12.12 22:35:52.094155 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1752 | 2024.12.12 22:35:52.094786 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2024.12.12 22:35:52.094826 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1754 | 2024.12.12 22:35:52.095226 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1755 | 2024.12.12 22:35:52.095476 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2024.12.12 22:35:52.095689 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Debug> executeQuery: Read 132 rows, 9.42 KiB in 0.00162 sec., 81481.48148148149 rows/sec., 5.68 MiB/sec. | ||
| 1757 | 2024.12.12 22:35:52.095742 [ 265 ] {efcf1b3a-777c-417b-880b-781231a586c9} <Debug> TCPHandler: Processed in 0.001870687 sec. | ||
| 1758 | 2024.12.12 22:35:52.095891 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2024.12.12 22:35:52.096010 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1760 | 2024.12.12 22:35:52.096091 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1761 | 2024.12.12 22:35:52.097233 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1762 | 2024.12.12 22:35:52.097274 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1763 | 2024.12.12 22:35:52.097928 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1764 | 2024.12.12 22:35:52.098195 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1765 | 2024.12.12 22:35:52.098438 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002453 sec., 10599.26620464737 rows/sec., 18.99 MiB/sec. | ||
| 1766 | 2024.12.12 22:35:52.098550 [ 264 ] {224314f9-c125-46f6-9207-9ae3e9f307e0} <Debug> TCPHandler: Processed in 0.002716453 sec. | ||
| 1767 | 2024.12.12 22:35:52.098710 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1768 | 2024.12.12 22:35:52.098829 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1769 | 2024.12.12 22:35:52.098883 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1770 | 2024.12.12 22:35:52.099403 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2024.12.12 22:35:52.099444 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1772 | 2024.12.12 22:35:52.099880 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1773 | 2024.12.12 22:35:52.100132 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2024.12.12 22:35:52.100353 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001548 sec., 32299.741602067184 rows/sec., 2.17 MiB/sec. | ||
| 1775 | 2024.12.12 22:35:52.100415 [ 265 ] {b09a4df4-457c-436f-b1ca-cbe2e0b02037} <Debug> TCPHandler: Processed in 0.001764795 sec. | ||
| 1776 | 2024.12.12 22:35:53.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.83 MiB, peak 171.86 MiB, free memory in arenas 0.00 B, will set to 167.71 MiB (RSS), difference: -1.13 MiB | ||
| 1777 | 2024.12.12 22:35:53.714961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 1778 | 2024.12.12 22:35:53.715598 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2024.12.12 22:35:53.715646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1780 | 2024.12.12 22:35:53.716197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1781 | 2024.12.12 22:35:53.716450 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1782 | 2024.12.12 22:35:53.716652 [ 31 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1783 | 2024.12.12 22:35:53.716690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 1784 | 2024.12.12 22:35:53.716737 [ 31 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1785 | 2024.12.12 22:35:53.716765 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1786 | 2024.12.12 22:35:53.716906 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 1787 | 2024.12.12 22:35:53.717066 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1788 | 2024.12.12 22:35:53.717109 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 1789 | 2024.12.12 22:35:53.717187 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 1790 | 2024.12.12 22:35:53.717393 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 1791 | 2024.12.12 22:35:53.717585 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 1792 | 2024.12.12 22:35:53.717788 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 1793 | 2024.12.12 22:35:53.717931 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 1794 | 2024.12.12 22:35:53.719793 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002955958 sec., 1712811.88704305 rows/sec., 24.50 MiB/sec. | ||
| 1795 | 2024.12.12 22:35:53.720136 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1796 | 2024.12.12 22:35:53.720428 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2024.12.12 22:35:53.720513 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_11_2} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1798 | 2024.12.12 22:35:53.720605 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 1799 | 2024.12.12 22:35:54.023305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 1800 | 2024.12.12 22:35:54.043801 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2024.12.12 22:35:54.043854 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1802 | 2024.12.12 22:35:54.051361 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1803 | 2024.12.12 22:35:54.052145 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2024.12.12 22:35:54.052490 [ 41 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1805 | 2024.12.12 22:35:54.052622 [ 41 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1806 | 2024.12.12 22:35:54.052691 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1807 | 2024.12.12 22:35:54.053096 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1808 | 2024.12.12 22:35:54.068115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 1809 | 2024.12.12 22:35:54.069622 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1810 | 2024.12.12 22:35:54.070870 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1811 | 2024.12.12 22:35:54.075883 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1812 | 2024.12.12 22:35:54.081243 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1813 | 2024.12.12 22:35:54.086681 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1814 | 2024.12.12 22:35:54.092320 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1815 | 2024.12.12 22:35:54.097110 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 1816 | 2024.12.12 22:35:54.160129 [ 194 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.107302447 sec., 773.5145126746271 rows/sec., 4.00 MiB/sec. | ||
| 1817 | 2024.12.12 22:35:54.162709 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1818 | 2024.12.12 22:35:54.165800 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_11_2} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2024.12.12 22:35:54.165945 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_11_2} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1820 | 2024.12.12 22:35:54.168325 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 1821 | 2024.12.12 22:35:55.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.83 MiB, peak 178.73 MiB, free memory in arenas 0.00 B, will set to 170.73 MiB (RSS), difference: 1.89 MiB | ||
| 1822 | 2024.12.12 22:35:57.034515 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2024.12.12 22:35:57.034709 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1824 | 2024.12.12 22:35:57.034781 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1825 | 2024.12.12 22:35:57.035549 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1826 | 2024.12.12 22:35:57.035599 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1827 | 2024.12.12 22:35:57.036071 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1828 | 2024.12.12 22:35:57.036327 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1829 | 2024.12.12 22:35:57.036582 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Debug> executeQuery: Read 86 rows, 7.20 KiB in 0.001921 sec., 44768.34981780323 rows/sec., 3.66 MiB/sec. | ||
| 1830 | 2024.12.12 22:35:57.036676 [ 264 ] {1f839e71-e56b-4e42-841a-1fa75744ec69} <Debug> TCPHandler: Processed in 0.002292895 sec. | ||
| 1831 | 2024.12.12 22:35:57.036911 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1832 | 2024.12.12 22:35:57.037099 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1833 | 2024.12.12 22:35:57.037166 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1834 | 2024.12.12 22:35:57.037896 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2024.12.12 22:35:57.037936 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1836 | 2024.12.12 22:35:57.038378 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1837 | 2024.12.12 22:35:57.038631 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2024.12.12 22:35:57.038880 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Debug> executeQuery: Read 15 rows, 1.13 KiB in 0.001819 sec., 8246.289169873557 rows/sec., 620.08 KiB/sec. | ||
| 1839 | 2024.12.12 22:35:57.039018 [ 265 ] {7c5bb45f-806d-4d6f-912c-0d37e2f8c2e2} <Debug> TCPHandler: Processed in 0.002235944 sec. | ||
| 1840 | 2024.12.12 22:35:57.039176 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2024.12.12 22:35:57.039319 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1842 | 2024.12.12 22:35:57.039379 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1843 | 2024.12.12 22:35:57.040086 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1844 | 2024.12.12 22:35:57.040128 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1845 | 2024.12.12 22:35:57.040502 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1846 | 2024.12.12 22:35:57.040746 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1847 | 2024.12.12 22:35:57.040956 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001669 sec., 47333.73277411624 rows/sec., 3.70 MiB/sec. | ||
| 1848 | 2024.12.12 22:35:57.041009 [ 264 ] {b8933456-4836-4b6a-982f-76afca7e7172} <Debug> TCPHandler: Processed in 0.001904417 sec. | ||
| 1849 | 2024.12.12 22:35:57.041172 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2024.12.12 22:35:57.041292 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1851 | 2024.12.12 22:35:57.041345 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1852 | 2024.12.12 22:35:57.041929 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1853 | 2024.12.12 22:35:57.041966 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1854 | 2024.12.12 22:35:57.042379 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1855 | 2024.12.12 22:35:57.042639 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2024.12.12 22:35:57.042821 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 1857 | 2024.12.12 22:35:57.042873 [ 265 ] {b005ba48-3391-44f4-ad35-bb7d12574238} <Debug> TCPHandler: Processed in 0.001759755 sec. | ||
| 1858 | 2024.12.12 22:35:57.043038 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2024.12.12 22:35:57.043180 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1860 | 2024.12.12 22:35:57.043274 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1861 | 2024.12.12 22:35:57.044497 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2024.12.12 22:35:57.044539 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1863 | 2024.12.12 22:35:57.045201 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1864 | 2024.12.12 22:35:57.045482 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2024.12.12 22:35:57.045723 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002575 sec., 5825.242718446601 rows/sec., 10.44 MiB/sec. | ||
| 1866 | 2024.12.12 22:35:57.045819 [ 264 ] {ff46ae5f-bf23-4ac3-966a-73d7cdb4bd5d} <Debug> TCPHandler: Processed in 0.002850076 sec. | ||
| 1867 | 2024.12.12 22:35:57.046026 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2024.12.12 22:35:57.046166 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1869 | 2024.12.12 22:35:57.046226 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1870 | 2024.12.12 22:35:57.046810 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2024.12.12 22:35:57.046851 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1872 | 2024.12.12 22:35:57.047222 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1873 | 2024.12.12 22:35:57.047468 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2024.12.12 22:35:57.047668 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
| 1875 | 2024.12.12 22:35:57.047721 [ 265 ] {32b4a7cd-76f2-475f-b7c4-e987fececd6c} <Debug> TCPHandler: Processed in 0.001763505 sec. | ||
| 1876 | 2024.12.12 22:36:01.133017 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1877 | 2024.12.12 22:36:01.133083 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1878 | 2024.12.12 22:36:01.216818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 1879 | 2024.12.12 22:36:01.217407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 236 | ||
| 1880 | 2024.12.12 22:36:01.218381 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2024.12.12 22:36:01.218449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1882 | 2024.12.12 22:36:01.219764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1883 | 2024.12.12 22:36:01.220262 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2024.12.12 22:36:01.220799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 1885 | 2024.12.12 22:36:01.223179 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2024.12.12 22:36:01.223244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1887 | 2024.12.12 22:36:01.224792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1888 | 2024.12.12 22:36:01.225109 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2024.12.12 22:36:01.225653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
| 1890 | 2024.12.12 22:36:01.568187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 1891 | 2024.12.12 22:36:01.587024 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1892 | 2024.12.12 22:36:01.587082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 1893 | 2024.12.12 22:36:01.597683 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1894 | 2024.12.12 22:36:01.598911 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1895 | 2024.12.12 22:36:01.602611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 1896 | 2024.12.12 22:36:02.028968 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1897 | 2024.12.12 22:36:02.029235 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1898 | 2024.12.12 22:36:02.029663 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1899 | 2024.12.12 22:36:02.029711 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1900 | 2024.12.12 22:36:02.030035 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1901 | 2024.12.12 22:36:02.030123 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1902 | 2024.12.12 22:36:02.030303 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1903 | 2024.12.12 22:36:02.030486 [ 296 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1904 | 2024.12.12 22:36:02.030508 [ 299 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1905 | 2024.12.12 22:36:02.030486 [ 298 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1906 | 2024.12.12 22:36:02.030673 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1907 | 2024.12.12 22:36:02.030705 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1908 | 2024.12.12 22:36:02.030829 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1909 | 2024.12.12 22:36:02.030854 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 1910 | 2024.12.12 22:36:02.030898 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1911 | 2024.12.12 22:36:02.030947 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1912 | 2024.12.12 22:36:02.030991 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1913 | 2024.12.12 22:36:02.032749 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003626 sec., 6343.0777716492 rows/sec., 264.47 KiB/sec. | ||
| 1914 | 2024.12.12 22:36:02.032955 [ 264 ] {54115ea9-1807-4132-b833-c46b5041547a} <Debug> TCPHandler: Processed in 0.004131911 sec. | ||
| 1915 | 2024.12.12 22:36:02.033410 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1916 | 2024.12.12 22:36:02.033667 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1917 | 2024.12.12 22:36:02.034116 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1918 | 2024.12.12 22:36:02.034162 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1919 | 2024.12.12 22:36:02.034489 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1920 | 2024.12.12 22:36:02.034567 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1921 | 2024.12.12 22:36:02.034744 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1922 | 2024.12.12 22:36:02.034885 [ 301 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1923 | 2024.12.12 22:36:02.034891 [ 296 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1924 | 2024.12.12 22:36:02.034910 [ 299 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1925 | 2024.12.12 22:36:02.035037 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1926 | 2024.12.12 22:36:02.035067 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1927 | 2024.12.12 22:36:02.035190 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1928 | 2024.12.12 22:36:02.035213 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 1929 | 2024.12.12 22:36:02.035257 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1930 | 2024.12.12 22:36:02.035306 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1931 | 2024.12.12 22:36:02.035352 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1932 | 2024.12.12 22:36:02.036814 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003265 sec., 7044.410413476263 rows/sec., 293.72 KiB/sec. | ||
| 1933 | 2024.12.12 22:36:02.037021 [ 265 ] {366fbef7-1ca3-4d5b-b9c3-5f126fd63a40} <Debug> TCPHandler: Processed in 0.003742364 sec. | ||
| 1934 | 2024.12.12 22:36:02.037656 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2024.12.12 22:36:02.037895 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1936 | 2024.12.12 22:36:02.038250 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1937 | 2024.12.12 22:36:02.038296 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1938 | 2024.12.12 22:36:02.038643 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1939 | 2024.12.12 22:36:02.038716 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1940 | 2024.12.12 22:36:02.038874 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1941 | 2024.12.12 22:36:02.038993 [ 299 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1942 | 2024.12.12 22:36:02.039017 [ 301 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1943 | 2024.12.12 22:36:02.039008 [ 296 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1944 | 2024.12.12 22:36:02.039145 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1945 | 2024.12.12 22:36:02.039177 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1946 | 2024.12.12 22:36:02.039290 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1947 | 2024.12.12 22:36:02.039313 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 1948 | 2024.12.12 22:36:02.039357 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1949 | 2024.12.12 22:36:02.039408 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1950 | 2024.12.12 22:36:02.039453 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1951 | 2024.12.12 22:36:02.040915 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003131 sec., 7345.895879910571 rows/sec., 306.29 KiB/sec. | ||
| 1952 | 2024.12.12 22:36:02.041098 [ 264 ] {d5a44359-5a48-4ceb-8bfd-0644c9d23072} <Debug> TCPHandler: Processed in 0.003529409 sec. | ||
| 1953 | 2024.12.12 22:36:02.041353 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1954 | 2024.12.12 22:36:02.041542 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1955 | 2024.12.12 22:36:02.041875 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1956 | 2024.12.12 22:36:02.041919 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1957 | 2024.12.12 22:36:02.042213 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1958 | 2024.12.12 22:36:02.042281 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1959 | 2024.12.12 22:36:02.042430 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1960 | 2024.12.12 22:36:02.042569 [ 296 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1961 | 2024.12.12 22:36:02.042569 [ 301 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2024.12.12 22:36:02.042585 [ 299 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1963 | 2024.12.12 22:36:02.042714 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1964 | 2024.12.12 22:36:02.042742 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1965 | 2024.12.12 22:36:02.042855 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1966 | 2024.12.12 22:36:02.042877 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 1967 | 2024.12.12 22:36:02.042919 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1968 | 2024.12.12 22:36:02.042968 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1969 | 2024.12.12 22:36:02.043013 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1970 | 2024.12.12 22:36:02.044427 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.00297 sec., 7744.107744107744 rows/sec., 322.89 KiB/sec. | ||
| 1971 | 2024.12.12 22:36:02.044623 [ 265 ] {1f1cd30c-654d-43e7-89ee-6f9808093feb} <Debug> TCPHandler: Processed in 0.003326735 sec. | ||
| 1972 | 2024.12.12 22:36:02.044864 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1973 | 2024.12.12 22:36:02.045068 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1974 | 2024.12.12 22:36:02.045467 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1975 | 2024.12.12 22:36:02.045521 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1976 | 2024.12.12 22:36:02.045887 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1977 | 2024.12.12 22:36:02.045970 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1978 | 2024.12.12 22:36:02.046121 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1979 | 2024.12.12 22:36:02.046260 [ 301 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1980 | 2024.12.12 22:36:02.046259 [ 296 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1981 | 2024.12.12 22:36:02.046284 [ 299 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1982 | 2024.12.12 22:36:02.046406 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 1983 | 2024.12.12 22:36:02.046431 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1984 | 2024.12.12 22:36:02.046541 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1985 | 2024.12.12 22:36:02.046564 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 1986 | 2024.12.12 22:36:02.046606 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1987 | 2024.12.12 22:36:02.046654 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1988 | 2024.12.12 22:36:02.046699 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1989 | 2024.12.12 22:36:02.048112 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.00315 sec., 7301.587301587301 rows/sec., 304.44 KiB/sec. | ||
| 1990 | 2024.12.12 22:36:02.048287 [ 264 ] {7e9e850f-3cea-4496-9452-fc2d18283ccc} <Debug> TCPHandler: Processed in 0.003481888 sec. | ||
| 1991 | 2024.12.12 22:36:02.048539 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2024.12.12 22:36:02.048723 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1993 | 2024.12.12 22:36:02.049056 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1994 | 2024.12.12 22:36:02.049102 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1995 | 2024.12.12 22:36:02.049403 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1996 | 2024.12.12 22:36:02.049470 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1997 | 2024.12.12 22:36:02.049618 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1998 | 2024.12.12 22:36:02.049746 [ 296 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1999 | 2024.12.12 22:36:02.049771 [ 301 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2000 | 2024.12.12 22:36:02.049780 [ 299 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2001 | 2024.12.12 22:36:02.049888 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2002 | 2024.12.12 22:36:02.049916 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2003 | 2024.12.12 22:36:02.050026 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2004 | 2024.12.12 22:36:02.050048 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2005 | 2024.12.12 22:36:02.050090 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2006 | 2024.12.12 22:36:02.050138 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2007 | 2024.12.12 22:36:02.050184 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2008 | 2024.12.12 22:36:02.051517 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.002879 sec., 7988.88502952414 rows/sec., 333.10 KiB/sec. | ||
| 2009 | 2024.12.12 22:36:02.051708 [ 265 ] {9bcbe52f-5fea-4300-b3eb-3793fbd64f26} <Debug> TCPHandler: Processed in 0.003225003 sec. | ||
| 2010 | 2024.12.12 22:36:02.051944 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.12.12 22:36:02.052162 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 2012 | 2024.12.12 22:36:02.052568 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2013 | 2024.12.12 22:36:02.052625 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2014 | 2024.12.12 22:36:02.052993 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2015 | 2024.12.12 22:36:02.053061 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2016 | 2024.12.12 22:36:02.053212 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 2017 | 2024.12.12 22:36:02.053316 [ 299 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2018 | 2024.12.12 22:36:02.053345 [ 301 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2019 | 2024.12.12 22:36:02.053346 [ 296 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2020 | 2024.12.12 22:36:02.053452 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2021 | 2024.12.12 22:36:02.053480 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2022 | 2024.12.12 22:36:02.053589 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2023 | 2024.12.12 22:36:02.053611 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2024 | 2024.12.12 22:36:02.053654 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2025 | 2024.12.12 22:36:02.053702 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2026 | 2024.12.12 22:36:02.053749 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2027 | 2024.12.12 22:36:02.055124 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.00307 sec., 7491.856677524431 rows/sec., 312.37 KiB/sec. | ||
| 2028 | 2024.12.12 22:36:02.055299 [ 264 ] {d367127a-06b0-4918-8a57-aff8526e958e} <Debug> TCPHandler: Processed in 0.003423668 sec. | ||
| 2029 | 2024.12.12 22:36:02.055557 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2030 | 2024.12.12 22:36:02.055750 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2031 | 2024.12.12 22:36:02.056092 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2032 | 2024.12.12 22:36:02.056138 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2033 | 2024.12.12 22:36:02.056454 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2034 | 2024.12.12 22:36:02.056525 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2035 | 2024.12.12 22:36:02.056678 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2036 | 2024.12.12 22:36:02.056812 [ 296 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2037 | 2024.12.12 22:36:02.056812 [ 301 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2038 | 2024.12.12 22:36:02.056839 [ 299 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2039 | 2024.12.12 22:36:02.056954 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2040 | 2024.12.12 22:36:02.056984 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2041 | 2024.12.12 22:36:02.057093 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2042 | 2024.12.12 22:36:02.057116 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2043 | 2024.12.12 22:36:02.057158 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2044 | 2024.12.12 22:36:02.057212 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2045 | 2024.12.12 22:36:02.057264 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2046 | 2024.12.12 22:36:02.058643 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.00298 sec., 7718.120805369127 rows/sec., 321.81 KiB/sec. | ||
| 2047 | 2024.12.12 22:36:02.058867 [ 265 ] {97745eaa-9581-40b0-b816-498b717360e2} <Debug> TCPHandler: Processed in 0.003374517 sec. | ||
| 2048 | 2024.12.12 22:36:02.059129 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2049 | 2024.12.12 22:36:02.059329 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2050 | 2024.12.12 22:36:02.059678 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2051 | 2024.12.12 22:36:02.059727 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2052 | 2024.12.12 22:36:02.060048 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2053 | 2024.12.12 22:36:02.060121 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2054 | 2024.12.12 22:36:02.060274 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2055 | 2024.12.12 22:36:02.060436 [ 299 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2056 | 2024.12.12 22:36:02.060451 [ 301 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2057 | 2024.12.12 22:36:02.060460 [ 296 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2058 | 2024.12.12 22:36:02.060628 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2059 | 2024.12.12 22:36:02.060670 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2060 | 2024.12.12 22:36:02.060794 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2061 | 2024.12.12 22:36:02.060817 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2062 | 2024.12.12 22:36:02.060863 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2063 | 2024.12.12 22:36:02.060919 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2064 | 2024.12.12 22:36:02.060967 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2065 | 2024.12.12 22:36:02.062408 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003176 sec., 7241.813602015113 rows/sec., 301.95 KiB/sec. | ||
| 2066 | 2024.12.12 22:36:02.062583 [ 264 ] {c127e3c0-4b31-4bb7-8574-7076da89c1f7} <Debug> TCPHandler: Processed in 0.003514579 sec. | ||
| 2067 | 2024.12.12 22:36:02.062894 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2068 | 2024.12.12 22:36:02.063102 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2069 | 2024.12.12 22:36:02.063466 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2070 | 2024.12.12 22:36:02.063516 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2071 | 2024.12.12 22:36:02.063854 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2072 | 2024.12.12 22:36:02.063937 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2073 | 2024.12.12 22:36:02.064105 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2074 | 2024.12.12 22:36:02.064251 [ 296 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2075 | 2024.12.12 22:36:02.064274 [ 301 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2076 | 2024.12.12 22:36:02.064282 [ 299 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2077 | 2024.12.12 22:36:02.064414 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2078 | 2024.12.12 22:36:02.064444 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2079 | 2024.12.12 22:36:02.064558 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2080 | 2024.12.12 22:36:02.064581 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2081 | 2024.12.12 22:36:02.064626 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2082 | 2024.12.12 22:36:02.064677 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2083 | 2024.12.12 22:36:02.064725 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2084 | 2024.12.12 22:36:02.066125 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003116 sec., 7381.258023106548 rows/sec., 307.76 KiB/sec. | ||
| 2085 | 2024.12.12 22:36:02.066321 [ 265 ] {21a92ffa-c1f7-4776-8281-792d9fdcf4f9} <Debug> TCPHandler: Processed in 0.003498369 sec. | ||
| 2086 | 2024.12.12 22:36:02.066621 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2024.12.12 22:36:02.066820 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2088 | 2024.12.12 22:36:02.067168 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2089 | 2024.12.12 22:36:02.067216 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2090 | 2024.12.12 22:36:02.067543 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2091 | 2024.12.12 22:36:02.067611 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2092 | 2024.12.12 22:36:02.067763 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2093 | 2024.12.12 22:36:02.067902 [ 301 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2094 | 2024.12.12 22:36:02.067908 [ 296 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2095 | 2024.12.12 22:36:02.067927 [ 299 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2096 | 2024.12.12 22:36:02.068056 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2097 | 2024.12.12 22:36:02.068080 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2098 | 2024.12.12 22:36:02.068190 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2099 | 2024.12.12 22:36:02.068212 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2100 | 2024.12.12 22:36:02.068255 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2101 | 2024.12.12 22:36:02.068304 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2102 | 2024.12.12 22:36:02.068349 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2103 | 2024.12.12 22:36:02.069767 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.003048 sec., 7545.931758530184 rows/sec., 314.63 KiB/sec. | ||
| 2104 | 2024.12.12 22:36:02.069941 [ 264 ] {f259da71-7648-422a-b140-b98c0b327718} <Debug> TCPHandler: Processed in 0.003383126 sec. | ||
| 2105 | 2024.12.12 22:36:02.073958 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.12.12 22:36:02.074152 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2107 | 2024.12.12 22:36:02.074504 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2108 | 2024.12.12 22:36:02.074554 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2109 | 2024.12.12 22:36:02.074885 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2110 | 2024.12.12 22:36:02.074952 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2111 | 2024.12.12 22:36:02.075101 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2112 | 2024.12.12 22:36:02.075205 [ 296 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2113 | 2024.12.12 22:36:02.075219 [ 298 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2114 | 2024.12.12 22:36:02.075211 [ 301 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2115 | 2024.12.12 22:36:02.075334 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2116 | 2024.12.12 22:36:02.075367 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2117 | 2024.12.12 22:36:02.075480 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2118 | 2024.12.12 22:36:02.075502 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
| 2119 | 2024.12.12 22:36:02.075547 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2120 | 2024.12.12 22:36:02.075596 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2121 | 2024.12.12 22:36:02.075642 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2122 | 2024.12.12 22:36:02.076952 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> executeQuery: Read 23 rows, 982.00 B in 0.002894 sec., 7947.477539737388 rows/sec., 331.37 KiB/sec. | ||
| 2123 | 2024.12.12 22:36:02.077146 [ 265 ] {bc27047f-aa91-4eb6-bc10-1cf2cdcd00af} <Debug> TCPHandler: Processed in 0.003251414 sec. | ||
| 2124 | 2024.12.12 22:36:02.083593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2125 | 2024.12.12 22:36:02.083732 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2126 | 2024.12.12 22:36:02.083789 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2127 | 2024.12.12 22:36:02.084558 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2128 | 2024.12.12 22:36:02.084604 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2129 | 2024.12.12 22:36:02.085153 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2130 | 2024.12.12 22:36:02.085389 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2024.12.12 22:36:02.085595 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001901 sec., 6312.46712256707 rows/sec., 1.28 MiB/sec. | ||
| 2132 | 2024.12.12 22:36:02.085651 [ 264 ] {80944f8e-838f-442f-b1bc-6ff060652d31} <Debug> TCPHandler: Processed in 0.002130722 sec. | ||
| 2133 | 2024.12.12 22:36:02.085799 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2134 | 2024.12.12 22:36:02.085932 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2135 | 2024.12.12 22:36:02.085985 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2136 | 2024.12.12 22:36:02.087226 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2024.12.12 22:36:02.087271 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2138 | 2024.12.12 22:36:02.087695 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2139 | 2024.12.12 22:36:02.087944 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2024.12.12 22:36:02.088217 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002301 sec., 6084.311169056931 rows/sec., 437.99 KiB/sec. | ||
| 2141 | 2024.12.12 22:36:02.088317 [ 265 ] {b19bad08-ebae-4adc-82c5-1ee94b8c0f6a} <Debug> TCPHandler: Processed in 0.00257433 sec. | ||
| 2142 | 2024.12.12 22:36:02.088462 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2143 | 2024.12.12 22:36:02.088583 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2144 | 2024.12.12 22:36:02.088633 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2145 | 2024.12.12 22:36:02.089336 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2024.12.12 22:36:02.089375 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2147 | 2024.12.12 22:36:02.089788 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2148 | 2024.12.12 22:36:02.090051 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2024.12.12 22:36:02.090293 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001729 sec., 147484.0948525159 rows/sec., 12.94 MiB/sec. | ||
| 2150 | 2024.12.12 22:36:02.090494 [ 264 ] {c1228f44-ff69-46b3-a25b-38230fd6c6cf} <Debug> TCPHandler: Processed in 0.002079971 sec. | ||
| 2151 | 2024.12.12 22:36:02.090651 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2152 | 2024.12.12 22:36:02.090780 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2153 | 2024.12.12 22:36:02.090831 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2154 | 2024.12.12 22:36:02.091480 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2024.12.12 22:36:02.091522 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2156 | 2024.12.12 22:36:02.091896 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2157 | 2024.12.12 22:36:02.092140 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2024.12.12 22:36:02.092390 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.00162 sec., 20370.370370370372 rows/sec., 1.45 MiB/sec. | ||
| 2159 | 2024.12.12 22:36:02.092599 [ 265 ] {07c5bbd6-952c-4d12-bfd0-a372599d301b} <Debug> TCPHandler: Processed in 0.002005559 sec. | ||
| 2160 | 2024.12.12 22:36:02.092763 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2024.12.12 22:36:02.092885 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2162 | 2024.12.12 22:36:02.092935 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2163 | 2024.12.12 22:36:02.093707 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2024.12.12 22:36:02.093748 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2165 | 2024.12.12 22:36:02.094106 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2166 | 2024.12.12 22:36:02.094347 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2024.12.12 22:36:02.094622 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001743 sec., 8032.128514056225 rows/sec., 562.52 KiB/sec. | ||
| 2168 | 2024.12.12 22:36:02.094695 [ 264 ] {ed2c993a-19d1-4a13-92a5-31444fd8e8d2} <Debug> TCPHandler: Processed in 0.001991839 sec. | ||
| 2169 | 2024.12.12 22:36:02.094850 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2170 | 2024.12.12 22:36:02.094982 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2171 | 2024.12.12 22:36:02.095031 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2172 | 2024.12.12 22:36:02.095633 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2024.12.12 22:36:02.095675 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2174 | 2024.12.12 22:36:02.096036 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2175 | 2024.12.12 22:36:02.096281 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2024.12.12 22:36:02.096544 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 2177 | 2024.12.12 22:36:02.096639 [ 265 ] {b2dd3a50-9b22-4a76-a4a2-aed233489e70} <Debug> TCPHandler: Processed in 0.001853277 sec. | ||
| 2178 | 2024.12.12 22:36:02.096791 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2179 | 2024.12.12 22:36:02.096911 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2180 | 2024.12.12 22:36:02.096961 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2181 | 2024.12.12 22:36:02.097796 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2024.12.12 22:36:02.097843 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2183 | 2024.12.12 22:36:02.098241 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2184 | 2024.12.12 22:36:02.098499 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2024.12.12 22:36:02.098800 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00188 sec., 217021.27659574468 rows/sec., 15.46 MiB/sec. | ||
| 2186 | 2024.12.12 22:36:02.098924 [ 264 ] {68e8b473-a233-4360-9aed-44d3ba46acac} <Debug> TCPHandler: Processed in 0.002195574 sec. | ||
| 2187 | 2024.12.12 22:36:02.099085 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2024.12.12 22:36:02.099206 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2189 | 2024.12.12 22:36:02.099258 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2190 | 2024.12.12 22:36:02.099775 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2024.12.12 22:36:02.099816 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2192 | 2024.12.12 22:36:02.100207 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2193 | 2024.12.12 22:36:02.100459 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2024.12.12 22:36:02.100732 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec. | ||
| 2195 | 2024.12.12 22:36:02.100797 [ 265 ] {49ddf44c-1256-4340-8aaa-f3d9d990d71a} <Debug> TCPHandler: Processed in 0.001777305 sec. | ||
| 2196 | 2024.12.12 22:36:02.100942 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2024.12.12 22:36:02.101064 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2198 | 2024.12.12 22:36:02.101119 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2199 | 2024.12.12 22:36:02.101748 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2024.12.12 22:36:02.101795 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2201 | 2024.12.12 22:36:02.102256 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2202 | 2024.12.12 22:36:02.102553 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2024.12.12 22:36:02.102749 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2204 | 2024.12.12 22:36:02.102820 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001772 sec., 133747.17832957112 rows/sec., 8.96 MiB/sec. | ||
| 2205 | 2024.12.12 22:36:02.102836 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2024.12.12 22:36:02.102920 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2207 | 2024.12.12 22:36:02.102973 [ 264 ] {5869e516-51bf-4f3e-9352-4e76436a5e86} <Debug> TCPHandler: Processed in 0.002086591 sec. | ||
| 2208 | 2024.12.12 22:36:02.103322 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2209 | 2024.12.12 22:36:02.103391 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 2210 | 2024.12.12 22:36:02.103607 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2211 | 2024.12.12 22:36:02.103675 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2212 | 2024.12.12 22:36:02.103727 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2213 | 2024.12.12 22:36:02.103755 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 2214 | 2024.12.12 22:36:02.104069 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 2215 | 2024.12.12 22:36:02.104561 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 2216 | 2024.12.12 22:36:02.104917 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 132 rows starting from the beginning of the part | ||
| 2217 | 2024.12.12 22:36:02.105221 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 2218 | 2024.12.12 22:36:02.105588 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 2219 | 2024.12.12 22:36:02.106362 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2024.12.12 22:36:02.106412 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2221 | 2024.12.12 22:36:02.107340 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2222 | 2024.12.12 22:36:02.107899 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2024.12.12 22:36:02.108525 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004989 sec., 200.44097013429544 rows/sec., 13.51 KiB/sec. | ||
| 2224 | 2024.12.12 22:36:02.108727 [ 265 ] {b837f10d-1d3d-4572-a68c-fef65f4562b0} <Debug> TCPHandler: Processed in 0.005630281 sec. | ||
| 2225 | 2024.12.12 22:36:02.109000 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2024.12.12 22:36:02.109165 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 5 columns (5 merged, 0 gathered) in 0.00612376 sec., 90957.18970044548 rows/sec., 6.26 MiB/sec. | ||
| 2227 | 2024.12.12 22:36:02.109208 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2228 | 2024.12.12 22:36:02.109312 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2229 | 2024.12.12 22:36:02.109487 [ 199 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2230 | 2024.12.12 22:36:02.110326 [ 199 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.12.12 22:36:02.110701 [ 199 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2232 | 2024.12.12 22:36:02.110887 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2233 | 2024.12.12 22:36:02.111533 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2234 | 2024.12.12 22:36:02.111580 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2235 | 2024.12.12 22:36:02.112258 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2236 | 2024.12.12 22:36:02.112521 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2024.12.12 22:36:02.112867 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003677 sec., 7070.981778623878 rows/sec., 12.67 MiB/sec. | ||
| 2238 | 2024.12.12 22:36:02.113039 [ 264 ] {05096eba-42f3-4641-a7f7-ab470bdc2729} <Debug> TCPHandler: Processed in 0.004201043 sec. | ||
| 2239 | 2024.12.12 22:36:02.113197 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2240 | 2024.12.12 22:36:02.113321 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2241 | 2024.12.12 22:36:02.113372 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2242 | 2024.12.12 22:36:02.113907 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2024.12.12 22:36:02.113948 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2244 | 2024.12.12 22:36:02.114349 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2245 | 2024.12.12 22:36:02.114592 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2246 | 2024.12.12 22:36:02.114759 [ 34 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2247 | 2024.12.12 22:36:02.114819 [ 34 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2024.12.12 22:36:02.114836 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001526 sec., 53735.25557011795 rows/sec., 3.41 MiB/sec. | ||
| 2249 | 2024.12.12 22:36:02.114858 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2250 | 2024.12.12 22:36:02.114983 [ 265 ] {a4c890fb-ea9f-41f0-93de-681ffd05586f} <Debug> TCPHandler: Processed in 0.001840826 sec. | ||
| 2251 | 2024.12.12 22:36:02.115064 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 2252 | 2024.12.12 22:36:02.115162 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2253 | 2024.12.12 22:36:02.115192 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 2254 | 2024.12.12 22:36:02.115274 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 2255 | 2024.12.12 22:36:02.115512 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 2256 | 2024.12.12 22:36:02.115650 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 2257 | 2024.12.12 22:36:02.115739 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 2258 | 2024.12.12 22:36:02.115941 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 2259 | 2024.12.12 22:36:02.117100 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002125291 sec., 103515.23626646891 rows/sec., 6.74 MiB/sec. | ||
| 2260 | 2024.12.12 22:36:02.117306 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2261 | 2024.12.12 22:36:02.117640 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.12.12 22:36:02.117728 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_6_1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2263 | 2024.12.12 22:36:02.117830 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2264 | 2024.12.12 22:36:02.519579 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2024.12.12 22:36:02.519838 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2266 | 2024.12.12 22:36:02.520269 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2267 | 2024.12.12 22:36:02.520321 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2268 | 2024.12.12 22:36:02.520676 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2269 | 2024.12.12 22:36:02.520755 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2270 | 2024.12.12 22:36:02.520931 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2271 | 2024.12.12 22:36:02.521144 [ 299 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2272 | 2024.12.12 22:36:02.521181 [ 296 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2273 | 2024.12.12 22:36:02.521184 [ 301 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2274 | 2024.12.12 22:36:02.521188 [ 298 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2275 | 2024.12.12 22:36:02.521391 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2276 | 2024.12.12 22:36:02.521425 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2277 | 2024.12.12 22:36:02.521569 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2278 | 2024.12.12 22:36:02.521594 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2279 | 2024.12.12 22:36:02.521668 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2280 | 2024.12.12 22:36:02.521717 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2281 | 2024.12.12 22:36:02.521760 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2282 | 2024.12.12 22:36:02.521803 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2283 | 2024.12.12 22:36:02.524408 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.004688 sec., 7465.870307167235 rows/sec., 287.26 KiB/sec. | ||
| 2284 | 2024.12.12 22:36:02.524661 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> MemoryTracker: Peak memory usage (for query): 142.38 KiB. | ||
| 2285 | 2024.12.12 22:36:02.524680 [ 264 ] {ad3a7ed6-e801-4b17-ae1b-f6976c3ecf8c} <Debug> TCPHandler: Processed in 0.005224452 sec. | ||
| 2286 | 2024.12.12 22:36:02.525113 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2024.12.12 22:36:02.525390 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2288 | 2024.12.12 22:36:02.525871 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2289 | 2024.12.12 22:36:02.525923 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2290 | 2024.12.12 22:36:02.526327 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2291 | 2024.12.12 22:36:02.526424 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2292 | 2024.12.12 22:36:02.526662 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2293 | 2024.12.12 22:36:02.526831 [ 296 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2294 | 2024.12.12 22:36:02.526862 [ 299 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2295 | 2024.12.12 22:36:02.526894 [ 303 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2296 | 2024.12.12 22:36:02.526871 [ 301 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2297 | 2024.12.12 22:36:02.527082 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2298 | 2024.12.12 22:36:02.527122 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2299 | 2024.12.12 22:36:02.527300 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2300 | 2024.12.12 22:36:02.527333 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2301 | 2024.12.12 22:36:02.527388 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2302 | 2024.12.12 22:36:02.527453 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2303 | 2024.12.12 22:36:02.527512 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2304 | 2024.12.12 22:36:02.527568 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <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:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2305 | 2024.12.12 22:36:02.529565 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.004309 sec., 8122.534230679971 rows/sec., 312.53 KiB/sec. | ||
| 2306 | 2024.12.12 22:36:02.529833 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> MemoryTracker: Peak memory usage (for query): 142.38 KiB. | ||
| 2307 | 2024.12.12 22:36:02.529853 [ 265 ] {b1aa7585-0a4b-4611-8929-46c55312ae91} <Debug> TCPHandler: Processed in 0.004873576 sec. | ||
| 2308 | 2024.12.12 22:36:02.530134 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2024.12.12 22:36:02.530335 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2310 | 2024.12.12 22:36:02.530694 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2311 | 2024.12.12 22:36:02.530746 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2312 | 2024.12.12 22:36:02.531080 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2313 | 2024.12.12 22:36:02.531149 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2314 | 2024.12.12 22:36:02.531303 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2315 | 2024.12.12 22:36:02.531445 [ 303 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2316 | 2024.12.12 22:36:02.531481 [ 299 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2317 | 2024.12.12 22:36:02.531504 [ 296 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2318 | 2024.12.12 22:36:02.531511 [ 301 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2319 | 2024.12.12 22:36:02.531634 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2320 | 2024.12.12 22:36:02.531666 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2321 | 2024.12.12 22:36:02.531798 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2322 | 2024.12.12 22:36:02.531822 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2323 | 2024.12.12 22:36:02.531865 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2324 | 2024.12.12 22:36:02.531914 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2325 | 2024.12.12 22:36:02.531958 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2326 | 2024.12.12 22:36:02.532002 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2327 | 2024.12.12 22:36:02.533953 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.003717 sec., 9416.195856873823 rows/sec., 362.30 KiB/sec. | ||
| 2328 | 2024.12.12 22:36:02.534182 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> MemoryTracker: Peak memory usage (for query): 142.60 KiB. | ||
| 2329 | 2024.12.12 22:36:02.534200 [ 264 ] {05454f36-257b-4135-b43f-accbf8de60df} <Debug> TCPHandler: Processed in 0.004128811 sec. | ||
| 2330 | 2024.12.12 22:36:02.534467 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2331 | 2024.12.12 22:36:02.534674 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2332 | 2024.12.12 22:36:02.535034 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2333 | 2024.12.12 22:36:02.535083 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2334 | 2024.12.12 22:36:02.535415 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2335 | 2024.12.12 22:36:02.535482 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2336 | 2024.12.12 22:36:02.535635 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2337 | 2024.12.12 22:36:02.535769 [ 296 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2338 | 2024.12.12 22:36:02.535827 [ 299 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2339 | 2024.12.12 22:36:02.535829 [ 303 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2340 | 2024.12.12 22:36:02.535840 [ 301 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2341 | 2024.12.12 22:36:02.535988 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2342 | 2024.12.12 22:36:02.536018 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2343 | 2024.12.12 22:36:02.536148 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2344 | 2024.12.12 22:36:02.536170 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2345 | 2024.12.12 22:36:02.536214 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2346 | 2024.12.12 22:36:02.536262 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2347 | 2024.12.12 22:36:02.536310 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2348 | 2024.12.12 22:36:02.536355 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <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:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2349 | 2024.12.12 22:36:02.538360 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.003789 sec., 9237.265769332278 rows/sec., 355.42 KiB/sec. | ||
| 2350 | 2024.12.12 22:36:02.538655 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> MemoryTracker: Peak memory usage (for query): 142.90 KiB. | ||
| 2351 | 2024.12.12 22:36:02.538678 [ 265 ] {6e080d4e-e516-487a-81a0-0f364768eb49} <Debug> TCPHandler: Processed in 0.004272224 sec. | ||
| 2352 | 2024.12.12 22:36:02.538980 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2024.12.12 22:36:02.539176 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2354 | 2024.12.12 22:36:02.539531 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2355 | 2024.12.12 22:36:02.539583 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2356 | 2024.12.12 22:36:02.539917 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2357 | 2024.12.12 22:36:02.539985 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2358 | 2024.12.12 22:36:02.540137 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2359 | 2024.12.12 22:36:02.540301 [ 296 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2360 | 2024.12.12 22:36:02.540333 [ 303 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2361 | 2024.12.12 22:36:02.540369 [ 298 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2362 | 2024.12.12 22:36:02.540370 [ 301 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2363 | 2024.12.12 22:36:02.540522 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2364 | 2024.12.12 22:36:02.540552 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2365 | 2024.12.12 22:36:02.540680 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2366 | 2024.12.12 22:36:02.540703 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2367 | 2024.12.12 22:36:02.540745 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2368 | 2024.12.12 22:36:02.540792 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2369 | 2024.12.12 22:36:02.540838 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2370 | 2024.12.12 22:36:02.540881 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <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:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2371 | 2024.12.12 22:36:02.542881 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.003799 sec., 9212.950776520138 rows/sec., 354.48 KiB/sec. | ||
| 2372 | 2024.12.12 22:36:02.543150 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> MemoryTracker: Peak memory usage (for query): 143.21 KiB. | ||
| 2373 | 2024.12.12 22:36:02.543171 [ 264 ] {71b2be1d-0d4c-4c75-bd44-a1bc61c669db} <Debug> TCPHandler: Processed in 0.004262224 sec. | ||
| 2374 | 2024.12.12 22:36:02.543460 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2375 | 2024.12.12 22:36:02.543697 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2376 | 2024.12.12 22:36:02.544189 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2377 | 2024.12.12 22:36:02.544258 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2378 | 2024.12.12 22:36:02.544718 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2379 | 2024.12.12 22:36:02.544790 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2380 | 2024.12.12 22:36:02.544941 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2381 | 2024.12.12 22:36:02.545117 [ 303 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2382 | 2024.12.12 22:36:02.545145 [ 299 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2383 | 2024.12.12 22:36:02.545165 [ 296 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2384 | 2024.12.12 22:36:02.545173 [ 301 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2385 | 2024.12.12 22:36:02.545334 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2386 | 2024.12.12 22:36:02.545365 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2387 | 2024.12.12 22:36:02.545494 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2388 | 2024.12.12 22:36:02.545516 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2389 | 2024.12.12 22:36:02.545558 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2390 | 2024.12.12 22:36:02.545608 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2391 | 2024.12.12 22:36:02.545655 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2392 | 2024.12.12 22:36:02.545699 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2393 | 2024.12.12 22:36:02.547675 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.004103 sec., 8530.343650987083 rows/sec., 328.22 KiB/sec. | ||
| 2394 | 2024.12.12 22:36:02.547912 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> MemoryTracker: Peak memory usage (for query): 143.58 KiB. | ||
| 2395 | 2024.12.12 22:36:02.547929 [ 265 ] {b19a9dec-8911-48f2-b4f7-47274a256c22} <Debug> TCPHandler: Processed in 0.004537939 sec. | ||
| 2396 | 2024.12.12 22:36:02.655411 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2397 | 2024.12.12 22:36:02.655792 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) 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_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2398 | 2024.12.12 22:36:02.656277 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2399 | 2024.12.12 22:36:02.656329 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <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_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2400 | 2024.12.12 22:36:02.656677 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2401 | 2024.12.12 22:36:02.656744 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2402 | 2024.12.12 22:36:02.656899 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2403 | 2024.12.12 22:36:02.657185 [ 303 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2404 | 2024.12.12 22:36:02.657235 [ 296 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2405 | 2024.12.12 22:36:02.657259 [ 298 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2406 | 2024.12.12 22:36:02.657255 [ 301 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2407 | 2024.12.12 22:36:02.657496 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (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 | ||
| 2408 | 2024.12.12 22:36:02.657530 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2409 | 2024.12.12 22:36:02.657665 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2410 | 2024.12.12 22:36:02.657688 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (SelectExecutor): Reading approx. 35 rows with 4 streams | ||
| 2411 | 2024.12.12 22:36:02.657732 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <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_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2412 | 2024.12.12 22:36:02.657783 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <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_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2413 | 2024.12.12 22:36:02.657831 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <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_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2414 | 2024.12.12 22:36:02.657876 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <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_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2415 | 2024.12.12 22:36:02.659734 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.004136 sec., 8462.282398452611 rows/sec., 325.60 KiB/sec. | ||
| 2416 | 2024.12.12 22:36:02.659991 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> MemoryTracker: Peak memory usage (for query): 143.80 KiB. | ||
| 2417 | 2024.12.12 22:36:02.660012 [ 264 ] {14d7b531-00d8-4874-94d7-d4ba99c9ae82} <Debug> TCPHandler: Processed in 0.004726603 sec. | ||
| 2418 | 2024.12.12 22:36:02.660457 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2024.12.12 22:36:02.660594 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2420 | 2024.12.12 22:36:02.660648 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2421 | 2024.12.12 22:36:02.661430 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2024.12.12 22:36:02.661478 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2423 | 2024.12.12 22:36:02.661977 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2424 | 2024.12.12 22:36:02.662207 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2425 | 2024.12.12 22:36:02.662479 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001917 sec., 3651.5388628064684 rows/sec., 742.74 KiB/sec. | ||
| 2426 | 2024.12.12 22:36:02.662674 [ 265 ] {89efce78-1dd2-4ea2-8b1f-11ae6fc03aa8} <Debug> TCPHandler: Processed in 0.002271834 sec. | ||
| 2427 | 2024.12.12 22:36:02.662911 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2428 | 2024.12.12 22:36:02.663108 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2429 | 2024.12.12 22:36:02.663168 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2430 | 2024.12.12 22:36:02.664831 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2431 | 2024.12.12 22:36:02.664872 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2432 | 2024.12.12 22:36:02.665376 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2433 | 2024.12.12 22:36:02.665627 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2434 | 2024.12.12 22:36:02.665760 [ 33 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2435 | 2024.12.12 22:36:02.665811 [ 33 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2024.12.12 22:36:02.665827 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002761 sec., 445128.5766026802 rows/sec., 36.64 MiB/sec. | ||
| 2437 | 2024.12.12 22:36:02.665838 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2438 | 2024.12.12 22:36:02.665939 [ 264 ] {8e18b658-4f63-44e9-8f36-de5f9f2ccbfe} <Debug> TCPHandler: Processed in 0.003137522 sec. | ||
| 2439 | 2024.12.12 22:36:02.666114 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 2440 | 2024.12.12 22:36:02.666242 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2024.12.12 22:36:02.666330 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2442 | 2024.12.12 22:36:02.666389 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
| 2443 | 2024.12.12 22:36:02.666582 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2444 | 2024.12.12 22:36:02.666735 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2445 | 2024.12.12 22:36:02.666874 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2446 | 2024.12.12 22:36:02.667224 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part | ||
| 2447 | 2024.12.12 22:36:02.667598 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 86 rows starting from the beginning of the part | ||
| 2448 | 2024.12.12 22:36:02.667975 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 255 rows starting from the beginning of the part | ||
| 2449 | 2024.12.12 22:36:02.668348 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1229 rows starting from the beginning of the part | ||
| 2450 | 2024.12.12 22:36:02.669551 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2451 | 2024.12.12 22:36:02.669602 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2452 | 2024.12.12 22:36:02.670160 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2453 | 2024.12.12 22:36:02.670454 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2024.12.12 22:36:02.670651 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004683482 sec., 377923.9463288212 rows/sec., 33.06 MiB/sec. | ||
| 2455 | 2024.12.12 22:36:02.670814 [ 33 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2456 | 2024.12.12 22:36:02.670910 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00445 sec., 3595.5056179775283 rows/sec., 270.37 KiB/sec. | ||
| 2457 | 2024.12.12 22:36:02.670920 [ 33 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2024.12.12 22:36:02.671067 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2459 | 2024.12.12 22:36:02.671119 [ 265 ] {37435e7a-ca6c-4606-9e26-c82aacc0840a} <Debug> TCPHandler: Processed in 0.004984168 sec. | ||
| 2460 | 2024.12.12 22:36:02.671190 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2461 | 2024.12.12 22:36:02.671402 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2024.12.12 22:36:02.671428 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::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 | ||
| 2463 | 2024.12.12 22:36:02.671720 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2464 | 2024.12.12 22:36:02.671826 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2465 | 2024.12.12 22:36:02.671886 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2466 | 2024.12.12 22:36:02.671915 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 26 rows starting from the beginning of the part | ||
| 2467 | 2024.12.12 22:36:02.672332 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2468 | 2024.12.12 22:36:02.672668 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2469 | 2024.12.12 22:36:02.672754 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2470 | 2024.12.12 22:36:02.673203 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_11_2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2471 | 2024.12.12 22:36:02.673314 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2472 | 2024.12.12 22:36:02.673565 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2473 | 2024.12.12 22:36:02.673840 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 2474 | 2024.12.12 22:36:02.674126 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 2475 | 2024.12.12 22:36:02.675463 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2476 | 2024.12.12 22:36:02.675543 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2477 | 2024.12.12 22:36:02.676683 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2478 | 2024.12.12 22:36:02.676716 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524468 sec., 24436.742144220945 rows/sec., 1.87 MiB/sec. | ||
| 2479 | 2024.12.12 22:36:02.676920 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2480 | 2024.12.12 22:36:02.677149 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.12.12 22:36:02.677487 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2482 | 2024.12.12 22:36:02.677525 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005925 sec., 38481.01265822785 rows/sec., 2.61 MiB/sec. | ||
| 2483 | 2024.12.12 22:36:02.677664 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_10_2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2484 | 2024.12.12 22:36:02.677682 [ 264 ] {b29bdd53-5c4f-41a3-9b03-f633a252f6c1} <Debug> TCPHandler: Processed in 0.006427306 sec. | ||
| 2485 | 2024.12.12 22:36:02.677898 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2486 | 2024.12.12 22:36:02.678006 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2487 | 2024.12.12 22:36:02.678158 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2488 | 2024.12.12 22:36:02.678215 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2489 | 2024.12.12 22:36:02.679112 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.12.12 22:36:02.679151 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2491 | 2024.12.12 22:36:02.679536 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2492 | 2024.12.12 22:36:02.679779 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2024.12.12 22:36:02.679939 [ 33 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2494 | 2024.12.12 22:36:02.680009 [ 33 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2024.12.12 22:36:02.680033 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001901 sec., 281956.8648079958 rows/sec., 20.90 MiB/sec. | ||
| 2496 | 2024.12.12 22:36:02.680065 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2497 | 2024.12.12 22:36:02.680155 [ 265 ] {c099085a-dfdd-4762-88e3-286b7767b676} <Debug> TCPHandler: Processed in 0.002320786 sec. | ||
| 2498 | 2024.12.12 22:36:02.680303 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 2499 | 2024.12.12 22:36:02.680415 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2500 | 2024.12.12 22:36:02.680452 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2501 | 2024.12.12 22:36:02.680509 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part | ||
| 2502 | 2024.12.12 22:36:02.680809 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 2503 | 2024.12.12 22:36:02.680962 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2504 | 2024.12.12 22:36:02.681136 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 94 rows starting from the beginning of the part | ||
| 2505 | 2024.12.12 22:36:02.681213 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2506 | 2024.12.12 22:36:02.681471 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 79 rows starting from the beginning of the part | ||
| 2507 | 2024.12.12 22:36:02.681735 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 408 rows starting from the beginning of the part | ||
| 2508 | 2024.12.12 22:36:02.681929 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 536 rows starting from the beginning of the part | ||
| 2509 | 2024.12.12 22:36:02.684582 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 5 columns (5 merged, 0 gathered) in 0.004374426 sec., 272950.0967669815 rows/sec., 21.24 MiB/sec. | ||
| 2510 | 2024.12.12 22:36:02.684788 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2511 | 2024.12.12 22:36:02.685088 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2024.12.12 22:36:02.685164 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_11_2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2513 | 2024.12.12 22:36:02.685230 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2514 | 2024.12.12 22:36:02.686812 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2515 | 2024.12.12 22:36:02.686855 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2516 | 2024.12.12 22:36:02.688013 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2517 | 2024.12.12 22:36:02.688271 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2518 | 2024.12.12 22:36:02.688466 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Debug> executeQuery: Read 2997 rows, 204.97 KiB in 0.007825 sec., 383003.1948881789 rows/sec., 25.58 MiB/sec. | ||
| 2519 | 2024.12.12 22:36:02.688536 [ 264 ] {79d09534-d8de-4432-87f2-fcefda30277d} <Debug> TCPHandler: Processed in 0.008259882 sec. | ||
| 2520 | 2024.12.12 22:36:02.688746 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2521 | 2024.12.12 22:36:02.688969 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2522 | 2024.12.12 22:36:02.689085 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2523 | 2024.12.12 22:36:02.690183 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2524 | 2024.12.12 22:36:02.690222 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2525 | 2024.12.12 22:36:02.690851 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2526 | 2024.12.12 22:36:02.691111 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2024.12.12 22:36:02.691376 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002461 sec., 6501.42218610321 rows/sec., 11.65 MiB/sec. | ||
| 2528 | 2024.12.12 22:36:02.691467 [ 265 ] {d1713311-a066-4be3-be59-acf170fc2e80} <Debug> TCPHandler: Processed in 0.002832266 sec. | ||
| 2529 | 2024.12.12 22:36:02.691664 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2530 | 2024.12.12 22:36:02.691884 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2531 | 2024.12.12 22:36:02.691976 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2532 | 2024.12.12 22:36:02.692478 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2533 | 2024.12.12 22:36:02.692516 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2534 | 2024.12.12 22:36:02.692877 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2535 | 2024.12.12 22:36:02.693118 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2536 | 2024.12.12 22:36:02.693304 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001476 sec., 8130.081300813007 rows/sec., 561.06 KiB/sec. | ||
| 2537 | 2024.12.12 22:36:02.693354 [ 264 ] {0245a3d8-ffaa-41d5-9fd2-1847c87dda54} <Debug> TCPHandler: Processed in 0.001800285 sec. | ||
| 2538 | 2024.12.12 22:36:03.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.94 MiB, peak 178.73 MiB, free memory in arenas 0.00 B, will set to 172.55 MiB (RSS), difference: -2.39 MiB | ||
| 2539 | 2024.12.12 22:36:07.031731 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2024.12.12 22:36:07.031957 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2541 | 2024.12.12 22:36:07.032035 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2542 | 2024.12.12 22:36:07.032785 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2024.12.12 22:36:07.032826 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2544 | 2024.12.12 22:36:07.033246 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2545 | 2024.12.12 22:36:07.033505 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2024.12.12 22:36:07.033698 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.38 MiB/sec. | ||
| 2547 | 2024.12.12 22:36:07.033753 [ 264 ] {5e515e75-25c6-4fb5-81c4-41b4924830a5} <Debug> TCPHandler: Processed in 0.002156182 sec. | ||
| 2548 | 2024.12.12 22:36:07.033990 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2549 | 2024.12.12 22:36:07.034181 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2550 | 2024.12.12 22:36:07.034251 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2551 | 2024.12.12 22:36:07.035017 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2024.12.12 22:36:07.035063 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2553 | 2024.12.12 22:36:07.035507 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2554 | 2024.12.12 22:36:07.035765 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2024.12.12 22:36:07.036008 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 2556 | 2024.12.12 22:36:07.036072 [ 265 ] {fd55f2f4-6af1-41b0-9bdd-32e5b882e82b} <Debug> TCPHandler: Processed in 0.002212403 sec. | ||
| 2557 | 2024.12.12 22:36:07.036269 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2024.12.12 22:36:07.036494 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2559 | 2024.12.12 22:36:07.036593 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2560 | 2024.12.12 22:36:07.037396 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2024.12.12 22:36:07.037434 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2562 | 2024.12.12 22:36:07.037832 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2563 | 2024.12.12 22:36:07.038073 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2024.12.12 22:36:07.038254 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001817 sec., 70445.78976334617 rows/sec., 4.91 MiB/sec. | ||
| 2565 | 2024.12.12 22:36:07.038305 [ 264 ] {68d2cff2-defa-499d-b960-0bc027ffd596} <Debug> TCPHandler: Processed in 0.002144742 sec. | ||
| 2566 | 2024.12.12 22:36:07.038456 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2024.12.12 22:36:07.038595 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2568 | 2024.12.12 22:36:07.038650 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2569 | 2024.12.12 22:36:07.039177 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2024.12.12 22:36:07.039217 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2571 | 2024.12.12 22:36:07.039609 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2572 | 2024.12.12 22:36:07.039863 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2024.12.12 22:36:07.040093 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.13 MiB/sec. | ||
| 2574 | 2024.12.12 22:36:07.040173 [ 265 ] {755e689d-bef6-4b88-99a7-5f0b64e6e3d6} <Debug> TCPHandler: Processed in 0.001778445 sec. | ||
| 2575 | 2024.12.12 22:36:08.720952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2576 | 2024.12.12 22:36:08.722035 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2024.12.12 22:36:08.722105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2578 | 2024.12.12 22:36:08.722843 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2579 | 2024.12.12 22:36:08.723096 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2024.12.12 22:36:08.723273 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2581 | 2024.12.12 22:36:09.102670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2582 | 2024.12.12 22:36:09.121900 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2024.12.12 22:36:09.121966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2584 | 2024.12.12 22:36:09.129472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2585 | 2024.12.12 22:36:09.130585 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2024.12.12 22:36:09.134256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2587 | 2024.12.12 22:36:11.225962 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 322 | ||
| 2588 | 2024.12.12 22:36:11.230047 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2589 | 2024.12.12 22:36:11.230097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2590 | 2024.12.12 22:36:11.231676 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2591 | 2024.12.12 22:36:11.231978 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2592 | 2024.12.12 22:36:11.232701 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2593 | 2024.12.12 22:36:12.039635 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2024.12.12 22:36:12.039850 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2595 | 2024.12.12 22:36:12.039931 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2596 | 2024.12.12 22:36:12.040716 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2024.12.12 22:36:12.040767 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2598 | 2024.12.12 22:36:12.041210 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2599 | 2024.12.12 22:36:12.041486 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2024.12.12 22:36:12.041721 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 2601 | 2024.12.12 22:36:12.041804 [ 264 ] {9f9c06f8-83e9-4c8f-8e83-2d52e39579cc} <Debug> TCPHandler: Processed in 0.002310166 sec. | ||
| 2602 | 2024.12.12 22:36:12.042055 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2024.12.12 22:36:12.042246 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2604 | 2024.12.12 22:36:12.042318 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2605 | 2024.12.12 22:36:12.043153 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2024.12.12 22:36:12.043201 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2607 | 2024.12.12 22:36:12.043671 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2608 | 2024.12.12 22:36:12.043933 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2024.12.12 22:36:12.044216 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002014 sec., 126613.7040714995 rows/sec., 11.11 MiB/sec. | ||
| 2610 | 2024.12.12 22:36:12.044444 [ 265 ] {69293c37-79da-4d82-8334-2b78b9bf7d7c} <Debug> TCPHandler: Processed in 0.00252333 sec. | ||
| 2611 | 2024.12.12 22:36:12.044600 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2024.12.12 22:36:12.044721 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2613 | 2024.12.12 22:36:12.044771 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2614 | 2024.12.12 22:36:12.045374 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2024.12.12 22:36:12.045415 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2616 | 2024.12.12 22:36:12.045790 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2617 | 2024.12.12 22:36:12.046036 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2024.12.12 22:36:12.046262 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001568 sec., 21045.918367346938 rows/sec., 1.50 MiB/sec. | ||
| 2619 | 2024.12.12 22:36:12.046316 [ 264 ] {17ee0c25-8cc5-412b-aeb3-187dab7e550a} <Debug> TCPHandler: Processed in 0.001771674 sec. | ||
| 2620 | 2024.12.12 22:36:12.046506 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.12.12 22:36:12.046711 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2622 | 2024.12.12 22:36:12.046796 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2623 | 2024.12.12 22:36:12.047607 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2024.12.12 22:36:12.047646 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2625 | 2024.12.12 22:36:12.048005 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2626 | 2024.12.12 22:36:12.048250 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2024.12.12 22:36:12.048473 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001811 sec., 7730.535615681944 rows/sec., 541.40 KiB/sec. | ||
| 2628 | 2024.12.12 22:36:12.048527 [ 265 ] {77e36dca-75c1-4834-ab2d-923322150aa2} <Debug> TCPHandler: Processed in 0.002120652 sec. | ||
| 2629 | 2024.12.12 22:36:12.048699 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2024.12.12 22:36:12.048818 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2631 | 2024.12.12 22:36:12.048867 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2632 | 2024.12.12 22:36:12.049469 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2024.12.12 22:36:12.049533 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2634 | 2024.12.12 22:36:12.050019 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2635 | 2024.12.12 22:36:12.050262 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2024.12.12 22:36:12.050473 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001679 sec., 7742.703990470519 rows/sec., 482.76 KiB/sec. | ||
| 2637 | 2024.12.12 22:36:12.050526 [ 264 ] {ff15c1ba-4754-4598-930a-56217d32bb57} <Debug> TCPHandler: Processed in 0.001884647 sec. | ||
| 2638 | 2024.12.12 22:36:12.050678 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2639 | 2024.12.12 22:36:12.050817 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2640 | 2024.12.12 22:36:12.050874 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2641 | 2024.12.12 22:36:12.051636 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.12.12 22:36:12.051676 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2643 | 2024.12.12 22:36:12.052063 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2644 | 2024.12.12 22:36:12.052310 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2024.12.12 22:36:12.052521 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001735 sec., 235158.50144092218 rows/sec., 16.75 MiB/sec. | ||
| 2646 | 2024.12.12 22:36:12.052578 [ 265 ] {58e70a1e-3294-4a60-b183-ac2f99f5635e} <Debug> TCPHandler: Processed in 0.001968668 sec. | ||
| 2647 | 2024.12.12 22:36:12.052732 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2024.12.12 22:36:12.052871 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2649 | 2024.12.12 22:36:12.052932 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2650 | 2024.12.12 22:36:12.053473 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2024.12.12 22:36:12.053512 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2652 | 2024.12.12 22:36:12.053883 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2653 | 2024.12.12 22:36:12.054133 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2024.12.12 22:36:12.054331 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 2655 | 2024.12.12 22:36:12.054381 [ 264 ] {54d8405b-5afe-4998-9d8f-ef3752817ce2} <Debug> TCPHandler: Processed in 0.001718804 sec. | ||
| 2656 | 2024.12.12 22:36:12.054534 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2024.12.12 22:36:12.054674 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2658 | 2024.12.12 22:36:12.054738 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2659 | 2024.12.12 22:36:12.055391 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2024.12.12 22:36:12.055431 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2661 | 2024.12.12 22:36:12.055839 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2662 | 2024.12.12 22:36:12.056083 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2024.12.12 22:36:12.056300 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 2664 | 2024.12.12 22:36:12.056351 [ 265 ] {6865c422-85c5-4b83-9cac-62afdae674ea} <Debug> TCPHandler: Processed in 0.001888187 sec. | ||
| 2665 | 2024.12.12 22:36:12.056500 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2666 | 2024.12.12 22:36:12.056641 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2667 | 2024.12.12 22:36:12.056703 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2668 | 2024.12.12 22:36:12.057267 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2024.12.12 22:36:12.057307 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2670 | 2024.12.12 22:36:12.057674 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2671 | 2024.12.12 22:36:12.057919 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2024.12.12 22:36:12.058120 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 2673 | 2024.12.12 22:36:12.058169 [ 264 ] {988d795a-25f2-4f91-a45c-bc3a9c1c3f1d} <Debug> TCPHandler: Processed in 0.001734864 sec. | ||
| 2674 | 2024.12.12 22:36:12.058319 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2024.12.12 22:36:12.058458 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2676 | 2024.12.12 22:36:12.058553 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2677 | 2024.12.12 22:36:12.059866 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2024.12.12 22:36:12.059906 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2679 | 2024.12.12 22:36:12.060559 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2680 | 2024.12.12 22:36:12.060826 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2024.12.12 22:36:12.061027 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2682 | 2024.12.12 22:36:12.061098 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002663 sec., 9763.42470897484 rows/sec., 17.50 MiB/sec. | ||
| 2683 | 2024.12.12 22:36:12.061110 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2024.12.12 22:36:12.061212 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2685 | 2024.12.12 22:36:12.061363 [ 265 ] {4d4f0b16-5bdc-4fd0-bbbc-bc0940796986} <Debug> TCPHandler: Processed in 0.003106231 sec. | ||
| 2686 | 2024.12.12 22:36:12.061469 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 2687 | 2024.12.12 22:36:12.061670 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2024.12.12 22:36:12.061994 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2689 | 2024.12.12 22:36:12.062131 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2690 | 2024.12.12 22:36:12.062436 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2691 | 2024.12.12 22:36:12.062666 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part | ||
| 2692 | 2024.12.12 22:36:12.063352 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 2693 | 2024.12.12 22:36:12.064229 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2694 | 2024.12.12 22:36:12.064229 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.12.12 22:36:12.064344 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2696 | 2024.12.12 22:36:12.064877 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2697 | 2024.12.12 22:36:12.065591 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 2698 | 2024.12.12 22:36:12.065964 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2699 | 2024.12.12 22:36:12.066297 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 2700 | 2024.12.12 22:36:12.066867 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.12.12 22:36:12.067565 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005665 sec., 14474.845542806708 rows/sec., 941.40 KiB/sec. | ||
| 2702 | 2024.12.12 22:36:12.067656 [ 264 ] {b20d6be4-461d-496a-a300-80fe1a3abd86} <Debug> TCPHandler: Processed in 0.006161121 sec. | ||
| 2703 | 2024.12.12 22:36:12.070386 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 19 columns (19 merged, 0 gathered) in 0.009040667 sec., 28095.2721740553 rows/sec., 50.35 MiB/sec. | ||
| 2704 | 2024.12.12 22:36:12.070983 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2705 | 2024.12.12 22:36:12.071475 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2706 | 2024.12.12 22:36:12.071581 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2707 | 2024.12.12 22:36:12.071794 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 2708 | 2024.12.12 22:36:14.178620 [ 128 ] {} <Debug> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2709 | 2024.12.12 22:36:14.178699 [ 128 ] {} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2024.12.12 22:36:14.178722 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2711 | 2024.12.12 22:36:14.178967 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::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 | ||
| 2712 | 2024.12.12 22:36:14.179409 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2713 | 2024.12.12 22:36:14.179459 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 2714 | 2024.12.12 22:36:14.179604 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::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 | ||
| 2715 | 2024.12.12 22:36:14.179740 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2716 | 2024.12.12 22:36:14.179881 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::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 | ||
| 2717 | 2024.12.12 22:36:14.179997 [ 203 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 2718 | 2024.12.12 22:36:14.182106 [ 196 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003306035 sec., 12704.039733396652 rows/sec., 2.09 MiB/sec. | ||
| 2719 | 2024.12.12 22:36:14.182336 [ 186 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2720 | 2024.12.12 22:36:14.182917 [ 186 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2721 | 2024.12.12 22:36:14.183022 [ 186 ] {b7cb6fbc-2c4b-47c0-a33a-41f69e681004::all_1_5_1} <Trace> oximeter.timeseries_schema (b7cb6fbc-2c4b-47c0-a33a-41f69e681004) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2722 | 2024.12.12 22:36:14.183143 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2723 | 2024.12.12 22:36:16.133133 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2724 | 2024.12.12 22:36:16.133185 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2725 | 2024.12.12 22:36:16.223397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2726 | 2024.12.12 22:36:16.224169 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2024.12.12 22:36:16.224222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2728 | 2024.12.12 22:36:16.224821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2729 | 2024.12.12 22:36:16.225075 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2024.12.12 22:36:16.225325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2731 | 2024.12.12 22:36:16.634312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2732 | 2024.12.12 22:36:16.655245 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2024.12.12 22:36:16.655302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2734 | 2024.12.12 22:36:16.663107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2735 | 2024.12.12 22:36:16.663879 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2024.12.12 22:36:16.666736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2737 | 2024.12.12 22:36:17.033931 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2738 | 2024.12.12 22:36:17.034142 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2739 | 2024.12.12 22:36:17.034222 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2740 | 2024.12.12 22:36:17.034993 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2024.12.12 22:36:17.035036 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2742 | 2024.12.12 22:36:17.035508 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2743 | 2024.12.12 22:36:17.035766 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2024.12.12 22:36:17.035964 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001881 sec., 46783.62573099415 rows/sec., 3.84 MiB/sec. | ||
| 2745 | 2024.12.12 22:36:17.036020 [ 264 ] {3ecab227-0076-4523-a837-8ebf316b630f} <Debug> TCPHandler: Processed in 0.002229284 sec. | ||
| 2746 | 2024.12.12 22:36:17.036259 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2024.12.12 22:36:17.036448 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2748 | 2024.12.12 22:36:17.036520 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2749 | 2024.12.12 22:36:17.037247 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2024.12.12 22:36:17.037293 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2751 | 2024.12.12 22:36:17.037717 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2752 | 2024.12.12 22:36:17.037971 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2753 | 2024.12.12 22:36:17.038236 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001827 sec., 8757.525998905308 rows/sec., 658.52 KiB/sec. | ||
| 2754 | 2024.12.12 22:36:17.038456 [ 265 ] {e6d91fb9-8885-480f-a1ed-d0f85a4b8d75} <Debug> TCPHandler: Processed in 0.002322955 sec. | ||
| 2755 | 2024.12.12 22:36:17.038649 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2024.12.12 22:36:17.038786 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2757 | 2024.12.12 22:36:17.038844 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2758 | 2024.12.12 22:36:17.039537 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2024.12.12 22:36:17.039577 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2760 | 2024.12.12 22:36:17.039942 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2761 | 2024.12.12 22:36:17.040179 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2024.12.12 22:36:17.040357 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001602 sec., 49937.57802746567 rows/sec., 3.90 MiB/sec. | ||
| 2763 | 2024.12.12 22:36:17.040409 [ 264 ] {07064acb-26d1-4567-8ff8-e3b1f94470bb} <Debug> TCPHandler: Processed in 0.001841176 sec. | ||
| 2764 | 2024.12.12 22:36:17.040566 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2765 | 2024.12.12 22:36:17.040707 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2766 | 2024.12.12 22:36:17.040771 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2767 | 2024.12.12 22:36:17.041447 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2768 | 2024.12.12 22:36:17.041487 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2769 | 2024.12.12 22:36:17.041887 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2770 | 2024.12.12 22:36:17.042123 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2024.12.12 22:36:17.042390 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 2772 | 2024.12.12 22:36:17.042562 [ 265 ] {3b1169e1-b3d8-4594-b476-553ad10a8570} <Debug> TCPHandler: Processed in 0.002062771 sec. | ||
| 2773 | 2024.12.12 22:36:17.042743 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2774 | 2024.12.12 22:36:17.042864 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2775 | 2024.12.12 22:36:17.042948 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2776 | 2024.12.12 22:36:17.044082 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2777 | 2024.12.12 22:36:17.044122 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2778 | 2024.12.12 22:36:17.044760 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2779 | 2024.12.12 22:36:17.045017 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2024.12.12 22:36:17.045207 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002368 sec., 6756.756756756757 rows/sec., 12.11 MiB/sec. | ||
| 2781 | 2024.12.12 22:36:17.045298 [ 264 ] {25e5a4a2-ebfa-40ef-86b0-4830019298eb} <Debug> TCPHandler: Processed in 0.002612542 sec. | ||
| 2782 | 2024.12.12 22:36:17.045460 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2783 | 2024.12.12 22:36:17.045599 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2784 | 2024.12.12 22:36:17.045660 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2785 | 2024.12.12 22:36:17.046237 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2024.12.12 22:36:17.046283 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2787 | 2024.12.12 22:36:17.046668 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2788 | 2024.12.12 22:36:17.046903 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2789 | 2024.12.12 22:36:17.047120 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 2790 | 2024.12.12 22:36:17.047170 [ 265 ] {fbdd2822-5158-43a8-948e-0d05842e2820} <Debug> TCPHandler: Processed in 0.001777574 sec. | ||
| 2791 | 2024.12.12 22:36:21.233209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 356 | ||
| 2792 | 2024.12.12 22:36:21.236404 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2024.12.12 22:36:21.236454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2794 | 2024.12.12 22:36:21.237928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2795 | 2024.12.12 22:36:21.238232 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2024.12.12 22:36:21.238901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2797 | 2024.12.12 22:36:22.039018 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2024.12.12 22:36:22.039325 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2799 | 2024.12.12 22:36:22.039450 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2800 | 2024.12.12 22:36:22.040250 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2801 | 2024.12.12 22:36:22.040304 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2802 | 2024.12.12 22:36:22.040755 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2803 | 2024.12.12 22:36:22.041014 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2024.12.12 22:36:22.041247 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec. | ||
| 2805 | 2024.12.12 22:36:22.041304 [ 264 ] {455d4630-ccde-4c9c-89d3-3f85b887c4a6} <Debug> TCPHandler: Processed in 0.002472518 sec. | ||
| 2806 | 2024.12.12 22:36:22.041610 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2807 | 2024.12.12 22:36:22.041912 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2808 | 2024.12.12 22:36:22.042027 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2809 | 2024.12.12 22:36:22.043086 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2810 | 2024.12.12 22:36:22.043131 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2811 | 2024.12.12 22:36:22.043594 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2812 | 2024.12.12 22:36:22.043861 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2813 | 2024.12.12 22:36:22.044129 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002295 sec., 111111.11111111111 rows/sec., 9.75 MiB/sec. | ||
| 2814 | 2024.12.12 22:36:22.044305 [ 265 ] {81b8e6c3-7ddb-42db-932b-a50844a3b31f} <Debug> TCPHandler: Processed in 0.002881596 sec. | ||
| 2815 | 2024.12.12 22:36:22.044576 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2816 | 2024.12.12 22:36:22.044733 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2817 | 2024.12.12 22:36:22.044791 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2818 | 2024.12.12 22:36:22.045478 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.12.12 22:36:22.045526 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2820 | 2024.12.12 22:36:22.045912 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2821 | 2024.12.12 22:36:22.046161 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.12.12 22:36:22.046413 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001707 sec., 19332.161687170475 rows/sec., 1.38 MiB/sec. | ||
| 2823 | 2024.12.12 22:36:22.046606 [ 264 ] {2eb75166-f064-4129-a5e1-aea320e8f638} <Debug> TCPHandler: Processed in 0.002175302 sec. | ||
| 2824 | 2024.12.12 22:36:22.046775 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2825 | 2024.12.12 22:36:22.046919 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2826 | 2024.12.12 22:36:22.046977 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2827 | 2024.12.12 22:36:22.047639 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2024.12.12 22:36:22.047678 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2829 | 2024.12.12 22:36:22.048041 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2830 | 2024.12.12 22:36:22.048296 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2024.12.12 22:36:22.048514 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec. | ||
| 2832 | 2024.12.12 22:36:22.048567 [ 265 ] {fa2fdefa-b89a-4624-a640-ef7ac6a79181} <Debug> TCPHandler: Processed in 0.001863827 sec. | ||
| 2833 | 2024.12.12 22:36:22.048769 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2834 | 2024.12.12 22:36:22.048988 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2835 | 2024.12.12 22:36:22.049077 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2836 | 2024.12.12 22:36:22.049923 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.12.12 22:36:22.049965 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2838 | 2024.12.12 22:36:22.050325 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2839 | 2024.12.12 22:36:22.050576 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2024.12.12 22:36:22.050787 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001852 sec., 7019.438444924406 rows/sec., 437.66 KiB/sec. | ||
| 2841 | 2024.12.12 22:36:22.050839 [ 264 ] {7e562f06-4e7c-4bd8-813a-cb54a0bc35eb} <Debug> TCPHandler: Processed in 0.002183292 sec. | ||
| 2842 | 2024.12.12 22:36:22.051011 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2843 | 2024.12.12 22:36:22.051151 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2844 | 2024.12.12 22:36:22.051210 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2845 | 2024.12.12 22:36:22.051995 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2024.12.12 22:36:22.052036 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2847 | 2024.12.12 22:36:22.052419 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2848 | 2024.12.12 22:36:22.052669 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2024.12.12 22:36:22.052924 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001793 sec., 227551.58951477968 rows/sec., 16.21 MiB/sec. | ||
| 2850 | 2024.12.12 22:36:22.053131 [ 265 ] {4fb5a176-a341-4ced-8922-a427a15a3d35} <Debug> TCPHandler: Processed in 0.002184834 sec. | ||
| 2851 | 2024.12.12 22:36:22.053392 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2024.12.12 22:36:22.053611 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2853 | 2024.12.12 22:36:22.053673 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2854 | 2024.12.12 22:36:22.054229 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2024.12.12 22:36:22.054276 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2856 | 2024.12.12 22:36:22.054689 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2857 | 2024.12.12 22:36:22.054931 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2024.12.12 22:36:22.055216 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001639 sec., 3660.7687614399024 rows/sec., 191.26 KiB/sec. | ||
| 2859 | 2024.12.12 22:36:22.055279 [ 264 ] {4f3afb3b-3cc7-4ab2-ad25-b26abb78d730} <Debug> TCPHandler: Processed in 0.0020301 sec. | ||
| 2860 | 2024.12.12 22:36:22.055422 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2024.12.12 22:36:22.055539 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2862 | 2024.12.12 22:36:22.055601 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2863 | 2024.12.12 22:36:22.056298 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2024.12.12 22:36:22.056345 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2865 | 2024.12.12 22:36:22.056844 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2866 | 2024.12.12 22:36:22.057087 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2024.12.12 22:36:22.057251 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2868 | 2024.12.12 22:36:22.057322 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001801 sec., 131593.55913381453 rows/sec., 8.82 MiB/sec. | ||
| 2869 | 2024.12.12 22:36:22.057336 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2870 | 2024.12.12 22:36:22.057407 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2871 | 2024.12.12 22:36:22.057449 [ 265 ] {a659df32-34fb-49c0-9a13-296f816477ed} <Debug> TCPHandler: Processed in 0.002081801 sec. | ||
| 2872 | 2024.12.12 22:36:22.057652 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.12.12 22:36:22.057660 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 2874 | 2024.12.12 22:36:22.057832 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2875 | 2024.12.12 22:36:22.057963 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2876 | 2024.12.12 22:36:22.057978 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2877 | 2024.12.12 22:36:22.058120 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 557 rows starting from the beginning of the part | ||
| 2878 | 2024.12.12 22:36:22.058538 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2997 rows starting from the beginning of the part | ||
| 2879 | 2024.12.12 22:36:22.058840 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 2880 | 2024.12.12 22:36:22.059042 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2881 | 2024.12.12 22:36:22.059426 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 2882 | 2024.12.12 22:36:22.059735 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part | ||
| 2883 | 2024.12.12 22:36:22.060366 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2024.12.12 22:36:22.060440 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 2885 | 2024.12.12 22:36:22.061319 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2886 | 2024.12.12 22:36:22.061851 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2024.12.12 22:36:22.062496 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004697 sec., 212.90185224611454 rows/sec., 14.35 KiB/sec. | ||
| 2888 | 2024.12.12 22:36:22.062649 [ 264 ] {c5fd2192-87a3-4217-8b46-e336cdca1d01} <Debug> TCPHandler: Processed in 0.00509726 sec. | ||
| 2889 | 2024.12.12 22:36:22.062839 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2024.12.12 22:36:22.062982 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2891 | 2024.12.12 22:36:22.063124 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2892 | 2024.12.12 22:36:22.063905 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006381385 sec., 676342.2047094792 rows/sec., 45.49 MiB/sec. | ||
| 2893 | 2024.12.12 22:36:22.064374 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2894 | 2024.12.12 22:36:22.064937 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2024.12.12 22:36:22.065150 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2896 | 2024.12.12 22:36:22.065323 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2897 | 2024.12.12 22:36:22.065714 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2024.12.12 22:36:22.065759 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2899 | 2024.12.12 22:36:22.066431 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2900 | 2024.12.12 22:36:22.066712 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2901 | 2024.12.12 22:36:22.066966 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004026 sec., 6458.022851465475 rows/sec., 11.57 MiB/sec. | ||
| 2902 | 2024.12.12 22:36:22.067066 [ 265 ] {8a6e1017-5294-4419-8954-b2d44cd8c2c8} <Debug> TCPHandler: Processed in 0.004308215 sec. | ||
| 2903 | 2024.12.12 22:36:22.067231 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2904 | 2024.12.12 22:36:22.067370 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2905 | 2024.12.12 22:36:22.067432 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2906 | 2024.12.12 22:36:22.067965 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2907 | 2024.12.12 22:36:22.068005 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2908 | 2024.12.12 22:36:22.068405 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2909 | 2024.12.12 22:36:22.068663 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2910 | 2024.12.12 22:36:22.068836 [ 48 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2911 | 2024.12.12 22:36:22.068900 [ 48 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2024.12.12 22:36:22.068918 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. | ||
| 2913 | 2024.12.12 22:36:22.068936 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2914 | 2024.12.12 22:36:22.069082 [ 264 ] {50eb5111-fc6b-44bb-b5d3-0546f41d5581} <Debug> TCPHandler: Processed in 0.001915368 sec. | ||
| 2915 | 2024.12.12 22:36:22.069167 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 2916 | 2024.12.12 22:36:22.069286 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2917 | 2024.12.12 22:36:22.069314 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part | ||
| 2918 | 2024.12.12 22:36:22.069390 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 2919 | 2024.12.12 22:36:22.069600 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2920 | 2024.12.12 22:36:22.069812 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2921 | 2024.12.12 22:36:22.069927 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 2922 | 2024.12.12 22:36:22.070124 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
| 2923 | 2024.12.12 22:36:22.071279 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002234904 sec., 225513.04217093892 rows/sec., 14.69 MiB/sec. | ||
| 2924 | 2024.12.12 22:36:22.071408 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2925 | 2024.12.12 22:36:22.071688 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.12.12 22:36:22.071762 [ 196 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_11_2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2927 | 2024.12.12 22:36:22.071831 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2928 | 2024.12.12 22:36:23.725442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 2929 | 2024.12.12 22:36:23.726176 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2930 | 2024.12.12 22:36:23.726235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2931 | 2024.12.12 22:36:23.726822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2932 | 2024.12.12 22:36:23.727087 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2933 | 2024.12.12 22:36:23.727401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 2934 | 2024.12.12 22:36:24.166792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 2935 | 2024.12.12 22:36:24.187353 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2024.12.12 22:36:24.187421 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2937 | 2024.12.12 22:36:24.194696 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2938 | 2024.12.12 22:36:24.195458 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2024.12.12 22:36:24.199076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 2940 | 2024.12.12 22:36:27.034559 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2941 | 2024.12.12 22:36:27.034747 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2942 | 2024.12.12 22:36:27.034819 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2943 | 2024.12.12 22:36:27.035590 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2024.12.12 22:36:27.035640 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2945 | 2024.12.12 22:36:27.036086 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2946 | 2024.12.12 22:36:27.036333 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2024.12.12 22:36:27.036519 [ 143 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2948 | 2024.12.12 22:36:27.036580 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00188 sec., 46808.51063829787 rows/sec., 3.85 MiB/sec. | ||
| 2949 | 2024.12.12 22:36:27.036593 [ 143 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2024.12.12 22:36:27.036662 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2951 | 2024.12.12 22:36:27.036712 [ 264 ] {412df10c-9eec-472e-b2f6-6131dba64e9c} <Debug> TCPHandler: Processed in 0.002281185 sec. | ||
| 2952 | 2024.12.12 22:36:27.036900 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 2953 | 2024.12.12 22:36:27.036994 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2954 | 2024.12.12 22:36:27.037095 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2955 | 2024.12.12 22:36:27.037175 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1430 rows starting from the beginning of the part | ||
| 2956 | 2024.12.12 22:36:27.037283 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2957 | 2024.12.12 22:36:27.037421 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2958 | 2024.12.12 22:36:27.037486 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2959 | 2024.12.12 22:36:27.037833 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 255 rows starting from the beginning of the part | ||
| 2960 | 2024.12.12 22:36:27.038154 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part | ||
| 2961 | 2024.12.12 22:36:27.038507 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 255 rows starting from the beginning of the part | ||
| 2962 | 2024.12.12 22:36:27.038949 [ 196 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part | ||
| 2963 | 2024.12.12 22:36:27.040106 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2964 | 2024.12.12 22:36:27.040165 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 2965 | 2024.12.12 22:36:27.041316 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2966 | 2024.12.12 22:36:27.041704 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2024.12.12 22:36:27.042306 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005128 sec., 3120.1248049921996 rows/sec., 234.62 KiB/sec. | ||
| 2968 | 2024.12.12 22:36:27.042323 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005536138 sec., 392331.2605285489 rows/sec., 34.53 MiB/sec. | ||
| 2969 | 2024.12.12 22:36:27.042448 [ 265 ] {5f58afc3-ea1b-4cc3-879c-035a852b206a} <Debug> TCPHandler: Processed in 0.0055889 sec. | ||
| 2970 | 2024.12.12 22:36:27.042628 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2024.12.12 22:36:27.042692 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2972 | 2024.12.12 22:36:27.042879 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2973 | 2024.12.12 22:36:27.042954 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2974 | 2024.12.12 22:36:27.043361 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2024.12.12 22:36:27.043632 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_16_3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2976 | 2024.12.12 22:36:27.043789 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2977 | 2024.12.12 22:36:27.044075 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2978 | 2024.12.12 22:36:27.044119 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2979 | 2024.12.12 22:36:27.044484 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2980 | 2024.12.12 22:36:27.044726 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2981 | 2024.12.12 22:36:27.044881 [ 143 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2982 | 2024.12.12 22:36:27.044940 [ 143 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2024.12.12 22:36:27.044969 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 2984 | 2024.12.12 22:36:27.044982 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00218 sec., 36697.247706422015 rows/sec., 2.87 MiB/sec. | ||
| 2985 | 2024.12.12 22:36:27.045129 [ 264 ] {ec140ca6-329a-418f-a3a4-70df71389b7c} <Debug> TCPHandler: Processed in 0.00257857 sec. | ||
| 2986 | 2024.12.12 22:36:27.045160 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 2987 | 2024.12.12 22:36:27.045282 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2988 | 2024.12.12 22:36:27.045327 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2024.12.12 22:36:27.045344 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 902 rows starting from the beginning of the part | ||
| 2990 | 2024.12.12 22:36:27.045576 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2991 | 2024.12.12 22:36:27.045723 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2992 | 2024.12.12 22:36:27.045894 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 408 rows starting from the beginning of the part | ||
| 2993 | 2024.12.12 22:36:27.045946 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2994 | 2024.12.12 22:36:27.046191 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
| 2995 | 2024.12.12 22:36:27.046438 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 408 rows starting from the beginning of the part | ||
| 2996 | 2024.12.12 22:36:27.046857 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part | ||
| 2997 | 2024.12.12 22:36:27.048648 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2024.12.12 22:36:27.048714 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 2999 | 2024.12.12 22:36:27.049661 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3000 | 2024.12.12 22:36:27.050143 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 5 columns (5 merged, 0 gathered) in 0.00509104 sec., 381454.4768848801 rows/sec., 29.18 MiB/sec. | ||
| 3001 | 2024.12.12 22:36:27.050155 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2024.12.12 22:36:27.050391 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3003 | 2024.12.12 22:36:27.050633 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00507 sec., 31558.185404339252 rows/sec., 2.20 MiB/sec. | ||
| 3004 | 2024.12.12 22:36:27.050977 [ 265 ] {0f47ee56-34fb-48b1-aa25-e4e185abdc2e} <Debug> TCPHandler: Processed in 0.005738693 sec. | ||
| 3005 | 2024.12.12 22:36:27.051242 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3006 | 2024.12.12 22:36:27.051279 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2024.12.12 22:36:27.051371 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_16_3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3008 | 2024.12.12 22:36:27.051395 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3009 | 2024.12.12 22:36:27.051459 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3010 | 2024.12.12 22:36:27.051506 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3011 | 2024.12.12 22:36:27.052640 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2024.12.12 22:36:27.052678 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 3013 | 2024.12.12 22:36:27.053291 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3014 | 2024.12.12 22:36:27.053541 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2024.12.12 22:36:27.053825 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002461 sec., 6501.42218610321 rows/sec., 11.65 MiB/sec. | ||
| 3016 | 2024.12.12 22:36:27.054113 [ 264 ] {379f6580-d09c-43ba-a049-b0a7c9e56e4c} <Debug> TCPHandler: Processed in 0.003011909 sec. | ||
| 3017 | 2024.12.12 22:36:27.054279 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2024.12.12 22:36:27.054421 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3019 | 2024.12.12 22:36:27.054483 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3020 | 2024.12.12 22:36:27.055017 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2024.12.12 22:36:27.055055 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 3022 | 2024.12.12 22:36:27.055437 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3023 | 2024.12.12 22:36:27.055692 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2024.12.12 22:36:27.055902 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 3025 | 2024.12.12 22:36:27.055955 [ 265 ] {83b7c7b7-a58a-4bb4-94a0-dbf68c4377c7} <Debug> TCPHandler: Processed in 0.001744354 sec. | ||
| 3026 | 2024.12.12 22:36:31.133218 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3027 | 2024.12.12 22:36:31.133279 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3028 | 2024.12.12 22:36:31.227516 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3029 | 2024.12.12 22:36:31.228186 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.12.12 22:36:31.228236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3031 | 2024.12.12 22:36:31.228779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3032 | 2024.12.12 22:36:31.229055 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2024.12.12 22:36:31.229257 [ 145 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3034 | 2024.12.12 22:36:31.229271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3035 | 2024.12.12 22:36:31.229323 [ 145 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2024.12.12 22:36:31.229373 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3037 | 2024.12.12 22:36:31.229623 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 3038 | 2024.12.12 22:36:31.229851 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3039 | 2024.12.12 22:36:31.229894 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3040 | 2024.12.12 22:36:31.229974 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3041 | 2024.12.12 22:36:31.230193 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3042 | 2024.12.12 22:36:31.230389 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3043 | 2024.12.12 22:36:31.230527 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3044 | 2024.12.12 22:36:31.230717 [ 196 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3045 | 2024.12.12 22:36:31.232446 [ 195 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002964858 sec., 2489495.281055619 rows/sec., 35.61 MiB/sec. | ||
| 3046 | 2024.12.12 22:36:31.233416 [ 195 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3047 | 2024.12.12 22:36:31.233750 [ 195 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2024.12.12 22:36:31.233834 [ 195 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_16_3} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3049 | 2024.12.12 22:36:31.233945 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3050 | 2024.12.12 22:36:31.239063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 390 | ||
| 3051 | 2024.12.12 22:36:31.242083 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2024.12.12 22:36:31.242129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3053 | 2024.12.12 22:36:31.243562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3054 | 2024.12.12 22:36:31.243869 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2024.12.12 22:36:31.244755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 3056 | 2024.12.12 22:36:31.699129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3057 | 2024.12.12 22:36:31.721102 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3058 | 2024.12.12 22:36:31.721172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3059 | 2024.12.12 22:36:31.728593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3060 | 2024.12.12 22:36:31.729399 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3061 | 2024.12.12 22:36:31.729781 [ 144 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3062 | 2024.12.12 22:36:31.729916 [ 144 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2024.12.12 22:36:31.729987 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3064 | 2024.12.12 22:36:31.730247 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3065 | 2024.12.12 22:36:31.739036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3066 | 2024.12.12 22:36:31.740224 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3067 | 2024.12.12 22:36:31.741153 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3068 | 2024.12.12 22:36:31.745859 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3069 | 2024.12.12 22:36:31.750614 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3070 | 2024.12.12 22:36:31.755678 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3071 | 2024.12.12 22:36:31.761199 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3072 | 2024.12.12 22:36:31.766008 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 3073 | 2024.12.12 22:36:31.822943 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.092822043 sec., 1303.569670406845 rows/sec., 6.74 MiB/sec. | ||
| 3074 | 2024.12.12 22:36:31.825913 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3075 | 2024.12.12 22:36:31.828943 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2024.12.12 22:36:31.829069 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_16_3} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3077 | 2024.12.12 22:36:31.831582 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3078 | 2024.12.12 22:36:32.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.45 MiB, peak 186.40 MiB, free memory in arenas 0.00 B, will set to 178.50 MiB (RSS), difference: 2.05 MiB | ||
| 3079 | 2024.12.12 22:36:32.001427 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00099748 sec. | ||
| 3080 | 2024.12.12 22:36:32.038734 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2024.12.12 22:36:32.039036 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3082 | 2024.12.12 22:36:32.039153 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3083 | 2024.12.12 22:36:32.040198 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.12.12 22:36:32.040247 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3085 | 2024.12.12 22:36:32.040712 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3086 | 2024.12.12 22:36:32.040972 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.12.12 22:36:32.041209 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002257 sec., 6202.924235711122 rows/sec., 446.53 KiB/sec. | ||
| 3088 | 2024.12.12 22:36:32.041277 [ 264 ] {28062347-c58b-41c8-a012-79425e3e0fa1} <Debug> TCPHandler: Processed in 0.002728894 sec. | ||
| 3089 | 2024.12.12 22:36:32.041513 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2024.12.12 22:36:32.041701 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3091 | 2024.12.12 22:36:32.041774 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3092 | 2024.12.12 22:36:32.042621 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.12.12 22:36:32.042663 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3094 | 2024.12.12 22:36:32.043099 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3095 | 2024.12.12 22:36:32.043354 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2024.12.12 22:36:32.043576 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001929 sec., 132192.84603421463 rows/sec., 11.60 MiB/sec. | ||
| 3097 | 2024.12.12 22:36:32.043636 [ 265 ] {6b6c3707-1ebe-4991-a8d2-71a6e4071cb5} <Debug> TCPHandler: Processed in 0.002256604 sec. | ||
| 3098 | 2024.12.12 22:36:32.043858 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2024.12.12 22:36:32.044016 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3100 | 2024.12.12 22:36:32.044077 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3101 | 2024.12.12 22:36:32.044791 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2024.12.12 22:36:32.044841 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3103 | 2024.12.12 22:36:32.045216 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3104 | 2024.12.12 22:36:32.045461 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.12.12 22:36:32.045634 [ 142 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3106 | 2024.12.12 22:36:32.045702 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001719 sec., 19197.20767888307 rows/sec., 1.37 MiB/sec. | ||
| 3107 | 2024.12.12 22:36:32.045709 [ 142 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2024.12.12 22:36:32.045788 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3109 | 2024.12.12 22:36:32.045835 [ 264 ] {187c87c4-8e78-42ea-9003-b0cf2f5994df} <Debug> TCPHandler: Processed in 0.002088611 sec. | ||
| 3110 | 2024.12.12 22:36:32.046143 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2024.12.12 22:36:32.046267 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 3112 | 2024.12.12 22:36:32.046527 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3113 | 2024.12.12 22:36:32.046591 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3114 | 2024.12.12 22:36:32.046635 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3115 | 2024.12.12 22:36:32.046660 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 53 rows starting from the beginning of the part | ||
| 3116 | 2024.12.12 22:36:32.046967 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
| 3117 | 2024.12.12 22:36:32.047271 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 3118 | 2024.12.12 22:36:32.047641 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
| 3119 | 2024.12.12 22:36:32.047960 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3120 | 2024.12.12 22:36:32.048446 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
| 3121 | 2024.12.12 22:36:32.049812 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2024.12.12 22:36:32.049881 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3123 | 2024.12.12 22:36:32.050995 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3124 | 2024.12.12 22:36:32.051566 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2024.12.12 22:36:32.051569 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005675922 sec., 32417.640693441524 rows/sec., 2.45 MiB/sec. | ||
| 3126 | 2024.12.12 22:36:32.051786 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3127 | 2024.12.12 22:36:32.051997 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005593 sec., 2503.1289111389237 rows/sec., 175.30 KiB/sec. | ||
| 3128 | 2024.12.12 22:36:32.052130 [ 265 ] {45a1ca68-0512-4a3c-ba34-7e2e8b64d872} <Debug> TCPHandler: Processed in 0.006172321 sec. | ||
| 3129 | 2024.12.12 22:36:32.052343 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2024.12.12 22:36:32.052347 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3131 | 2024.12.12 22:36:32.052452 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_15_3} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3132 | 2024.12.12 22:36:32.052514 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3133 | 2024.12.12 22:36:32.052540 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3134 | 2024.12.12 22:36:32.052585 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3135 | 2024.12.12 22:36:32.053180 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2024.12.12 22:36:32.053218 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3137 | 2024.12.12 22:36:32.053568 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3138 | 2024.12.12 22:36:32.053808 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2024.12.12 22:36:32.054072 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 3140 | 2024.12.12 22:36:32.054144 [ 264 ] {166f2245-9341-4721-aea0-597bc63afa80} <Debug> TCPHandler: Processed in 0.001906887 sec. | ||
| 3141 | 2024.12.12 22:36:32.054301 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3142 | 2024.12.12 22:36:32.054447 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3143 | 2024.12.12 22:36:32.054504 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3144 | 2024.12.12 22:36:32.055269 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2024.12.12 22:36:32.055308 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3146 | 2024.12.12 22:36:32.055687 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3147 | 2024.12.12 22:36:32.055934 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2024.12.12 22:36:32.056209 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001766 sec., 231030.57757644393 rows/sec., 16.46 MiB/sec. | ||
| 3149 | 2024.12.12 22:36:32.056394 [ 265 ] {ded80974-e808-4bb5-80f4-0bfc95f8d7b3} <Debug> TCPHandler: Processed in 0.002158642 sec. | ||
| 3150 | 2024.12.12 22:36:32.056614 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2024.12.12 22:36:32.056836 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3152 | 2024.12.12 22:36:32.056919 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3153 | 2024.12.12 22:36:32.057411 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3154 | 2024.12.12 22:36:32.057450 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3155 | 2024.12.12 22:36:32.057819 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3156 | 2024.12.12 22:36:32.058070 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2024.12.12 22:36:32.058337 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 3158 | 2024.12.12 22:36:32.058424 [ 264 ] {7bebb9d0-af6b-4c9f-b29e-fbc335cdcd90} <Debug> TCPHandler: Processed in 0.001921177 sec. | ||
| 3159 | 2024.12.12 22:36:32.058572 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3160 | 2024.12.12 22:36:32.058689 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3161 | 2024.12.12 22:36:32.058742 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3162 | 2024.12.12 22:36:32.059316 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2024.12.12 22:36:32.059356 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3164 | 2024.12.12 22:36:32.059757 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3165 | 2024.12.12 22:36:32.060000 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3166 | 2024.12.12 22:36:32.060221 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001556 sec., 152313.62467866324 rows/sec., 10.21 MiB/sec. | ||
| 3167 | 2024.12.12 22:36:32.060273 [ 265 ] {ead5bdc5-b4a5-42a3-90b5-54db9ec53a01} <Debug> TCPHandler: Processed in 0.001755075 sec. | ||
| 3168 | 2024.12.12 22:36:32.060419 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3169 | 2024.12.12 22:36:32.060536 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3170 | 2024.12.12 22:36:32.060588 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3171 | 2024.12.12 22:36:32.061056 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2024.12.12 22:36:32.061096 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3173 | 2024.12.12 22:36:32.061457 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3174 | 2024.12.12 22:36:32.061705 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2024.12.12 22:36:32.061926 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 3176 | 2024.12.12 22:36:32.061995 [ 264 ] {4b21485f-24fd-42c7-86d4-f7091cbcc36e} <Debug> TCPHandler: Processed in 0.001636313 sec. | ||
| 3177 | 2024.12.12 22:36:32.062165 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3178 | 2024.12.12 22:36:32.062287 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3179 | 2024.12.12 22:36:32.062369 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3180 | 2024.12.12 22:36:32.063532 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2024.12.12 22:36:32.063572 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3182 | 2024.12.12 22:36:32.064226 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3183 | 2024.12.12 22:36:32.064497 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2024.12.12 22:36:32.064891 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00261 sec., 9961.68582375479 rows/sec., 17.85 MiB/sec. | ||
| 3185 | 2024.12.12 22:36:32.065343 [ 265 ] {8fb95554-7a50-4ffb-8e61-1ee4f952b9c4} <Debug> TCPHandler: Processed in 0.003240053 sec. | ||
| 3186 | 2024.12.12 22:36:32.065499 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3187 | 2024.12.12 22:36:32.065620 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3188 | 2024.12.12 22:36:32.065672 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3189 | 2024.12.12 22:36:32.066174 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2024.12.12 22:36:32.066213 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3191 | 2024.12.12 22:36:32.066591 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3192 | 2024.12.12 22:36:32.066839 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2024.12.12 22:36:32.067045 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 3194 | 2024.12.12 22:36:32.067095 [ 264 ] {54290807-46dd-4121-ba65-c45628c44f64} <Debug> TCPHandler: Processed in 0.001657413 sec. | ||
| 3195 | 2024.12.12 22:36:37.064797 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3196 | 2024.12.12 22:36:37.064999 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3197 | 2024.12.12 22:36:37.065072 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3198 | 2024.12.12 22:36:37.065800 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2024.12.12 22:36:37.065849 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3200 | 2024.12.12 22:36:37.066289 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3201 | 2024.12.12 22:36:37.066558 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2024.12.12 22:36:37.066900 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001916 sec., 4175.365344467641 rows/sec., 340.47 KiB/sec. | ||
| 3203 | 2024.12.12 22:36:37.067016 [ 264 ] {1c5ec3fc-e5d1-4c66-84d9-e85a5e978100} <Debug> TCPHandler: Processed in 0.002346446 sec. | ||
| 3204 | 2024.12.12 22:36:37.067265 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3205 | 2024.12.12 22:36:37.067452 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3206 | 2024.12.12 22:36:37.067523 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3207 | 2024.12.12 22:36:37.068747 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2024.12.12 22:36:37.068789 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3209 | 2024.12.12 22:36:37.069296 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3210 | 2024.12.12 22:36:37.069556 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.12.12 22:36:37.069752 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002353 sec., 523586.9103272418 rows/sec., 43.09 MiB/sec. | ||
| 3212 | 2024.12.12 22:36:37.069808 [ 265 ] {b60baa90-1708-44d4-b13d-33667a828b5c} <Debug> TCPHandler: Processed in 0.002681002 sec. | ||
| 3213 | 2024.12.12 22:36:37.069949 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3214 | 2024.12.12 22:36:37.070069 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3215 | 2024.12.12 22:36:37.070132 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3216 | 2024.12.12 22:36:37.070794 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2024.12.12 22:36:37.070835 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3218 | 2024.12.12 22:36:37.071214 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3219 | 2024.12.12 22:36:37.071459 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3220 | 2024.12.12 22:36:37.071667 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001624 sec., 14778.32512315271 rows/sec., 1.06 MiB/sec. | ||
| 3221 | 2024.12.12 22:36:37.071721 [ 264 ] {b409c527-ca22-4d87-9e24-4282dd549248} <Debug> TCPHandler: Processed in 0.001828466 sec. | ||
| 3222 | 2024.12.12 22:36:37.071862 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2024.12.12 22:36:37.071982 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3224 | 2024.12.12 22:36:37.072032 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3225 | 2024.12.12 22:36:37.072727 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3226 | 2024.12.12 22:36:37.072765 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3227 | 2024.12.12 22:36:37.073149 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3228 | 2024.12.12 22:36:37.073397 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3229 | 2024.12.12 22:36:37.073521 [ 135 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3230 | 2024.12.12 22:36:37.073565 [ 135 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2024.12.12 22:36:37.073585 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001627 sec., 140135.21819299326 rows/sec., 9.49 MiB/sec. | ||
| 3232 | 2024.12.12 22:36:37.073589 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3233 | 2024.12.12 22:36:37.073675 [ 265 ] {7bfd592b-865e-4aa6-9b80-8c223691fe3f} <Debug> TCPHandler: Processed in 0.001863866 sec. | ||
| 3234 | 2024.12.12 22:36:37.073981 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3235 | 2024.12.12 22:36:37.074124 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 3236 | 2024.12.12 22:36:37.074182 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3237 | 2024.12.12 22:36:37.074282 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3238 | 2024.12.12 22:36:37.074500 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3239 | 2024.12.12 22:36:37.074581 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3240 | 2024.12.12 22:36:37.074935 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 3241 | 2024.12.12 22:36:37.075459 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3242 | 2024.12.12 22:36:37.075829 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3243 | 2024.12.12 22:36:37.076018 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3244 | 2024.12.12 22:36:37.076425 [ 196 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 3245 | 2024.12.12 22:36:37.077338 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2024.12.12 22:36:37.077418 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3247 | 2024.12.12 22:36:37.078508 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3248 | 2024.12.12 22:36:37.079153 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2024.12.12 22:36:37.079322 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056134 sec., 91210.31816724267 rows/sec., 6.53 MiB/sec. | ||
| 3250 | 2024.12.12 22:36:37.079530 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.005383 sec., 101058.88909530002 rows/sec., 7.50 MiB/sec. | ||
| 3251 | 2024.12.12 22:36:37.079547 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3252 | 2024.12.12 22:36:37.079639 [ 264 ] {edbbc545-f108-4044-abf5-cd7ddba99afc} <Debug> TCPHandler: Processed in 0.005835214 sec. | ||
| 3253 | 2024.12.12 22:36:37.079808 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2024.12.12 22:36:37.079963 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3255 | 2024.12.12 22:36:37.079991 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3256 | 2024.12.12 22:36:37.080114 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3257 | 2024.12.12 22:36:37.080141 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_6_1} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3258 | 2024.12.12 22:36:37.080344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3259 | 2024.12.12 22:36:37.081108 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2024.12.12 22:36:37.081151 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3261 | 2024.12.12 22:36:37.081617 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3262 | 2024.12.12 22:36:37.081867 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2024.12.12 22:36:37.082079 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.002136 sec., 413857.67790262174 rows/sec., 27.85 MiB/sec. | ||
| 3264 | 2024.12.12 22:36:37.082273 [ 265 ] {bb084a3a-db2b-45b2-8106-40ed48b7497f} <Debug> TCPHandler: Processed in 0.00252706 sec. | ||
| 3265 | 2024.12.12 22:36:37.082425 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2024.12.12 22:36:37.082545 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3267 | 2024.12.12 22:36:37.082627 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3268 | 2024.12.12 22:36:37.083801 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2024.12.12 22:36:37.083841 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3270 | 2024.12.12 22:36:37.084478 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3271 | 2024.12.12 22:36:37.084737 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2024.12.12 22:36:37.084917 [ 135 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3273 | 2024.12.12 22:36:37.084983 [ 135 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.12.12 22:36:37.085005 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3275 | 2024.12.12 22:36:37.085041 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002508 sec., 6379.585326953748 rows/sec., 11.43 MiB/sec. | ||
| 3276 | 2024.12.12 22:36:37.085621 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 3277 | 2024.12.12 22:36:37.085954 [ 264 ] {47006165-5e33-418d-8b53-8af3bc24786c} <Debug> TCPHandler: Processed in 0.00357623 sec. | ||
| 3278 | 2024.12.12 22:36:37.086212 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3279 | 2024.12.12 22:36:37.086488 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3280 | 2024.12.12 22:36:37.086536 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3281 | 2024.12.12 22:36:37.086589 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3282 | 2024.12.12 22:36:37.086760 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 254 rows starting from the beginning of the part | ||
| 3283 | 2024.12.12 22:36:37.087672 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 3284 | 2024.12.12 22:36:37.088540 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 3285 | 2024.12.12 22:36:37.088742 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2024.12.12 22:36:37.088889 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3287 | 2024.12.12 22:36:37.089280 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3288 | 2024.12.12 22:36:37.089989 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 3289 | 2024.12.12 22:36:37.090514 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3290 | 2024.12.12 22:36:37.090562 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 3291 | 2024.12.12 22:36:37.091262 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2024.12.12 22:36:37.091864 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005442 sec., 11025.358324145534 rows/sec., 760.86 KiB/sec. | ||
| 3293 | 2024.12.12 22:36:37.092108 [ 265 ] {5d0f3b57-0b86-42e5-ab4b-cf1a52bab74f} <Debug> TCPHandler: Processed in 0.006028898 sec. | ||
| 3294 | 2024.12.12 22:36:37.094706 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 19 columns (19 merged, 0 gathered) in 0.009613129 sec., 36824.63847099108 rows/sec., 65.99 MiB/sec. | ||
| 3295 | 2024.12.12 22:36:37.095200 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3296 | 2024.12.12 22:36:37.095612 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2024.12.12 22:36:37.095694 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3298 | 2024.12.12 22:36:37.095834 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 3299 | 2024.12.12 22:36:38.729404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3300 | 2024.12.12 22:36:38.730058 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3301 | 2024.12.12 22:36:38.730104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3302 | 2024.12.12 22:36:38.730624 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3303 | 2024.12.12 22:36:38.730873 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2024.12.12 22:36:38.731171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3305 | 2024.12.12 22:36:39.239095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3306 | 2024.12.12 22:36:39.258422 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2024.12.12 22:36:39.258474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3308 | 2024.12.12 22:36:39.265767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3309 | 2024.12.12 22:36:39.266512 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2024.12.12 22:36:39.269724 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3311 | 2024.12.12 22:36:40.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.31 MiB, peak 186.40 MiB, free memory in arenas 0.00 B, will set to 180.31 MiB (RSS), difference: 1.00 MiB | ||
| 3312 | 2024.12.12 22:36:41.244929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 428 | ||
| 3313 | 2024.12.12 22:36:41.248069 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.12.12 22:36:41.248119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3315 | 2024.12.12 22:36:41.249793 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3316 | 2024.12.12 22:36:41.250185 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2024.12.12 22:36:41.250452 [ 130 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3318 | 2024.12.12 22:36:41.250574 [ 130 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2024.12.12 22:36:41.250680 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3320 | 2024.12.12 22:36:41.251215 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 3321 | 2024.12.12 22:36:41.251794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 3322 | 2024.12.12 22:36:41.252341 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3323 | 2024.12.12 22:36:41.252524 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part | ||
| 3324 | 2024.12.12 22:36:41.253163 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3325 | 2024.12.12 22:36:41.253765 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 86 rows starting from the beginning of the part | ||
| 3326 | 2024.12.12 22:36:41.254354 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3327 | 2024.12.12 22:36:41.254997 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3328 | 2024.12.12 22:36:41.255588 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
| 3329 | 2024.12.12 22:36:41.263459 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 72 columns (72 merged, 0 gathered) in 0.012613527 sec., 33931.825729631375 rows/sec., 32.62 MiB/sec. | ||
| 3330 | 2024.12.12 22:36:41.264609 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3331 | 2024.12.12 22:36:41.265444 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2024.12.12 22:36:41.265543 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_11_2} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3333 | 2024.12.12 22:36:41.265863 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3334 | 2024.12.12 22:36:42.039284 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3335 | 2024.12.12 22:36:42.039587 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3336 | 2024.12.12 22:36:42.039704 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3337 | 2024.12.12 22:36:42.040627 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2024.12.12 22:36:42.040680 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3339 | 2024.12.12 22:36:42.041122 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3340 | 2024.12.12 22:36:42.041384 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2024.12.12 22:36:42.041585 [ 126 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3342 | 2024.12.12 22:36:42.041611 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002105 sec., 6650.8313539192395 rows/sec., 478.77 KiB/sec. | ||
| 3343 | 2024.12.12 22:36:42.041690 [ 126 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.12.12 22:36:42.041766 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3345 | 2024.12.12 22:36:42.041783 [ 264 ] {0ae69826-8630-41dc-b076-0ae806d00679} <Debug> TCPHandler: Processed in 0.002683723 sec. | ||
| 3346 | 2024.12.12 22:36:42.042007 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 3347 | 2024.12.12 22:36:42.042054 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3348 | 2024.12.12 22:36:42.042237 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3349 | 2024.12.12 22:36:42.042314 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 3350 | 2024.12.12 22:36:42.042312 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3351 | 2024.12.12 22:36:42.042498 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3352 | 2024.12.12 22:36:42.042629 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 3353 | 2024.12.12 22:36:42.043229 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3354 | 2024.12.12 22:36:42.043423 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3355 | 2024.12.12 22:36:42.043779 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3356 | 2024.12.12 22:36:42.045287 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.12.12 22:36:42.045367 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3358 | 2024.12.12 22:36:42.045597 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003721914 sec., 18807.52752481653 rows/sec., 1.39 MiB/sec. | ||
| 3359 | 2024.12.12 22:36:42.045774 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3360 | 2024.12.12 22:36:42.046010 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3361 | 2024.12.12 22:36:42.046201 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2024.12.12 22:36:42.046301 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_5_1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3363 | 2024.12.12 22:36:42.046383 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3364 | 2024.12.12 22:36:42.046445 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3365 | 2024.12.12 22:36:42.046759 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.004548 sec., 56068.60158311346 rows/sec., 4.92 MiB/sec. | ||
| 3366 | 2024.12.12 22:36:42.046839 [ 265 ] {47b6bb02-e482-42ba-a52e-d87f69e2f6b3} <Debug> TCPHandler: Processed in 0.004935577 sec. | ||
| 3367 | 2024.12.12 22:36:42.046994 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2024.12.12 22:36:42.047138 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3369 | 2024.12.12 22:36:42.047197 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3370 | 2024.12.12 22:36:42.047902 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2024.12.12 22:36:42.047949 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3372 | 2024.12.12 22:36:42.048358 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3373 | 2024.12.12 22:36:42.048614 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.12.12 22:36:42.048824 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001718 sec., 19208.38183934808 rows/sec., 1.37 MiB/sec. | ||
| 3375 | 2024.12.12 22:36:42.048878 [ 264 ] {2ae5d67d-431f-4857-8959-d17c0c6c0030} <Debug> TCPHandler: Processed in 0.001951708 sec. | ||
| 3376 | 2024.12.12 22:36:42.049026 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2024.12.12 22:36:42.049157 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3378 | 2024.12.12 22:36:42.049217 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3379 | 2024.12.12 22:36:42.049936 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2024.12.12 22:36:42.049985 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3381 | 2024.12.12 22:36:42.050369 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3382 | 2024.12.12 22:36:42.050609 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2024.12.12 22:36:42.050863 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
| 3384 | 2024.12.12 22:36:42.051019 [ 265 ] {6e36f0e6-98e2-4c40-a60d-8ceeb3c9360e} <Debug> TCPHandler: Processed in 0.00204896 sec. | ||
| 3385 | 2024.12.12 22:36:42.051213 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2024.12.12 22:36:42.051352 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3387 | 2024.12.12 22:36:42.051409 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3388 | 2024.12.12 22:36:42.052096 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2024.12.12 22:36:42.052142 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3390 | 2024.12.12 22:36:42.052509 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3391 | 2024.12.12 22:36:42.052748 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3392 | 2024.12.12 22:36:42.052916 [ 126 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3393 | 2024.12.12 22:36:42.052976 [ 126 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3394 | 2024.12.12 22:36:42.053007 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001673 sec., 7770.472205618649 rows/sec., 484.49 KiB/sec. | ||
| 3395 | 2024.12.12 22:36:42.053016 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3396 | 2024.12.12 22:36:42.053160 [ 264 ] {eaf8cf83-8300-4469-90f1-be609856703c} <Debug> TCPHandler: Processed in 0.002014639 sec. | ||
| 3397 | 2024.12.12 22:36:42.053223 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 3398 | 2024.12.12 22:36:42.053353 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3399 | 2024.12.12 22:36:42.053403 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3400 | 2024.12.12 22:36:42.053456 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 3401 | 2024.12.12 22:36:42.053630 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3402 | 2024.12.12 22:36:42.053741 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 3403 | 2024.12.12 22:36:42.053815 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3404 | 2024.12.12 22:36:42.054197 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 3405 | 2024.12.12 22:36:42.054509 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 3406 | 2024.12.12 22:36:42.054885 [ 197 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 3407 | 2024.12.12 22:36:42.056747 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2024.12.12 22:36:42.056819 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3409 | 2024.12.12 22:36:42.057401 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004248483 sec., 15299.57869667832 rows/sec., 1013.69 KiB/sec. | ||
| 3410 | 2024.12.12 22:36:42.057536 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3411 | 2024.12.12 22:36:42.057654 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3412 | 2024.12.12 22:36:42.057849 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3413 | 2024.12.12 22:36:42.057939 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_5_1} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3414 | 2024.12.12 22:36:42.057978 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2024.12.12 22:36:42.058036 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3416 | 2024.12.12 22:36:42.058240 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004724 sec., 86367.48518204912 rows/sec., 6.15 MiB/sec. | ||
| 3417 | 2024.12.12 22:36:42.058306 [ 265 ] {904d4419-852d-48be-9894-facc7b7649cd} <Debug> TCPHandler: Processed in 0.005051509 sec. | ||
| 3418 | 2024.12.12 22:36:42.058452 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3419 | 2024.12.12 22:36:42.058571 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3420 | 2024.12.12 22:36:42.058622 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3421 | 2024.12.12 22:36:42.059111 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2024.12.12 22:36:42.059150 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3423 | 2024.12.12 22:36:42.059526 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3424 | 2024.12.12 22:36:42.059772 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2024.12.12 22:36:42.060011 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 3426 | 2024.12.12 22:36:42.060169 [ 264 ] {da2896b2-1c1f-4fd9-88bd-18efe36086d8} <Debug> TCPHandler: Processed in 0.001775445 sec. | ||
| 3427 | 2024.12.12 22:36:42.060324 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3428 | 2024.12.12 22:36:42.060463 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3429 | 2024.12.12 22:36:42.060523 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3430 | 2024.12.12 22:36:42.061190 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2024.12.12 22:36:42.061229 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3432 | 2024.12.12 22:36:42.061621 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3433 | 2024.12.12 22:36:42.061856 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2024.12.12 22:36:42.062112 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 3435 | 2024.12.12 22:36:42.062315 [ 265 ] {09f8cf26-ffee-4fc8-8932-6df18a218fe7} <Debug> TCPHandler: Processed in 0.0020533 sec. | ||
| 3436 | 2024.12.12 22:36:42.062480 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3437 | 2024.12.12 22:36:42.062599 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3438 | 2024.12.12 22:36:42.062651 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3439 | 2024.12.12 22:36:42.063131 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2024.12.12 22:36:42.063169 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3441 | 2024.12.12 22:36:42.063548 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3442 | 2024.12.12 22:36:42.063819 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2024.12.12 22:36:42.064001 [ 130 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3444 | 2024.12.12 22:36:42.064064 [ 130 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2024.12.12 22:36:42.064072 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 3446 | 2024.12.12 22:36:42.064101 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3447 | 2024.12.12 22:36:42.064174 [ 264 ] {111c43ab-7dc5-44ce-ba94-548daee77d72} <Debug> TCPHandler: Processed in 0.001747125 sec. | ||
| 3448 | 2024.12.12 22:36:42.064280 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3449 | 2024.12.12 22:36:42.064373 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3450 | 2024.12.12 22:36:42.064428 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3451 | 2024.12.12 22:36:42.064467 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3452 | 2024.12.12 22:36:42.064648 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3453 | 2024.12.12 22:36:42.064686 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3454 | 2024.12.12 22:36:42.065023 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3455 | 2024.12.12 22:36:42.065047 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3456 | 2024.12.12 22:36:42.065360 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3457 | 2024.12.12 22:36:42.065713 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 3458 | 2024.12.12 22:36:42.068984 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004773564 sec., 1047.4354172270446 rows/sec., 70.58 KiB/sec. | ||
| 3459 | 2024.12.12 22:36:42.069199 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3460 | 2024.12.12 22:36:42.069846 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2024.12.12 22:36:42.069858 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_5_1} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2024.12.12 22:36:42.069916 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3463 | 2024.12.12 22:36:42.070026 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_5_1} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3464 | 2024.12.12 22:36:42.070192 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3465 | 2024.12.12 22:36:42.070822 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3466 | 2024.12.12 22:36:42.071104 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2024.12.12 22:36:42.071418 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006885 sec., 3776.325344952796 rows/sec., 6.77 MiB/sec. | ||
| 3468 | 2024.12.12 22:36:42.071731 [ 265 ] {bac2bcbb-aa3c-40d5-a881-38363d019e30} <Debug> TCPHandler: Processed in 0.007449806 sec. | ||
| 3469 | 2024.12.12 22:36:42.071892 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3470 | 2024.12.12 22:36:42.072013 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3471 | 2024.12.12 22:36:42.072065 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3472 | 2024.12.12 22:36:42.072589 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3473 | 2024.12.12 22:36:42.072631 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3474 | 2024.12.12 22:36:42.073040 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3475 | 2024.12.12 22:36:42.073292 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2024.12.12 22:36:42.073561 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec. | ||
| 3477 | 2024.12.12 22:36:42.073800 [ 264 ] {9389c60c-218f-40c1-8873-422bfdb063c6} <Debug> TCPHandler: Processed in 0.001969229 sec. | ||
| 3478 | 2024.12.12 22:36:46.133318 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3479 | 2024.12.12 22:36:46.133392 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3480 | 2024.12.12 22:36:46.231467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3481 | 2024.12.12 22:36:46.232102 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2024.12.12 22:36:46.232139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3483 | 2024.12.12 22:36:46.232656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3484 | 2024.12.12 22:36:46.232924 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3485 | 2024.12.12 22:36:46.233104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3486 | 2024.12.12 22:36:46.769775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3487 | 2024.12.12 22:36:46.789210 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2024.12.12 22:36:46.789265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3489 | 2024.12.12 22:36:46.796704 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3490 | 2024.12.12 22:36:46.797448 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2024.12.12 22:36:46.799983 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3492 | 2024.12.12 22:36:47.034606 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3493 | 2024.12.12 22:36:47.034793 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3494 | 2024.12.12 22:36:47.034866 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3495 | 2024.12.12 22:36:47.035666 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2024.12.12 22:36:47.035719 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3497 | 2024.12.12 22:36:47.036168 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3498 | 2024.12.12 22:36:47.036434 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3499 | 2024.12.12 22:36:47.036684 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001941 sec., 45337.45492014426 rows/sec., 3.72 MiB/sec. | ||
| 3500 | 2024.12.12 22:36:47.036750 [ 264 ] {eec29520-6096-4d36-9ce0-5dd48e48bd95} <Debug> TCPHandler: Processed in 0.002278185 sec. | ||
| 3501 | 2024.12.12 22:36:47.037021 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.12.12 22:36:47.037231 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3503 | 2024.12.12 22:36:47.037307 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3504 | 2024.12.12 22:36:47.038054 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3505 | 2024.12.12 22:36:47.038101 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3506 | 2024.12.12 22:36:47.038536 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3507 | 2024.12.12 22:36:47.038783 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3508 | 2024.12.12 22:36:47.039052 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001872 sec., 8547.008547008547 rows/sec., 642.69 KiB/sec. | ||
| 3509 | 2024.12.12 22:36:47.039279 [ 265 ] {0797d95b-f8b6-491e-8730-8271fdd3e509} <Debug> TCPHandler: Processed in 0.002396208 sec. | ||
| 3510 | 2024.12.12 22:36:47.039477 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3511 | 2024.12.12 22:36:47.039621 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3512 | 2024.12.12 22:36:47.039684 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3513 | 2024.12.12 22:36:47.040401 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2024.12.12 22:36:47.040442 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3515 | 2024.12.12 22:36:47.040819 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3516 | 2024.12.12 22:36:47.041060 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.12.12 22:36:47.041326 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001734 sec., 46136.1014994233 rows/sec., 3.60 MiB/sec. | ||
| 3518 | 2024.12.12 22:36:47.041572 [ 264 ] {2806cb3f-0734-4d5b-bf11-333a6232917b} <Debug> TCPHandler: Processed in 0.002161033 sec. | ||
| 3519 | 2024.12.12 22:36:47.041754 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3520 | 2024.12.12 22:36:47.041892 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3521 | 2024.12.12 22:36:47.041955 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3522 | 2024.12.12 22:36:47.042598 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3523 | 2024.12.12 22:36:47.042639 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3524 | 2024.12.12 22:36:47.043041 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3525 | 2024.12.12 22:36:47.043316 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3526 | 2024.12.12 22:36:47.043495 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3527 | 2024.12.12 22:36:47.043558 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
| 3528 | 2024.12.12 22:36:47.043588 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2024.12.12 22:36:47.043656 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3530 | 2024.12.12 22:36:47.043672 [ 265 ] {e028a26c-d320-4269-ab47-6ee9a8157c99} <Debug> TCPHandler: Processed in 0.001995329 sec. | ||
| 3531 | 2024.12.12 22:36:47.043885 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 3532 | 2024.12.12 22:36:47.043898 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3533 | 2024.12.12 22:36:47.044127 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3534 | 2024.12.12 22:36:47.044150 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3535 | 2024.12.12 22:36:47.044192 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4316 rows starting from the beginning of the part | ||
| 3536 | 2024.12.12 22:36:47.044398 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3537 | 2024.12.12 22:36:47.044535 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3538 | 2024.12.12 22:36:47.044958 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 3539 | 2024.12.12 22:36:47.045342 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 884 rows starting from the beginning of the part | ||
| 3540 | 2024.12.12 22:36:47.045704 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 3541 | 2024.12.12 22:36:47.046110 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3542 | 2024.12.12 22:36:47.049629 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2024.12.12 22:36:47.049675 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3544 | 2024.12.12 22:36:47.050796 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5994 rows, containing 5 columns (5 merged, 0 gathered) in 0.007028208 sec., 852848.9765812281 rows/sec., 57.46 MiB/sec. | ||
| 3545 | 2024.12.12 22:36:47.050900 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3546 | 2024.12.12 22:36:47.051201 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2024.12.12 22:36:47.051221 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3548 | 2024.12.12 22:36:47.051555 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007482 sec., 2138.4656508954827 rows/sec., 3.83 MiB/sec. | ||
| 3549 | 2024.12.12 22:36:47.051728 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2024.12.12 22:36:47.051742 [ 264 ] {edcdb091-155e-494f-986a-05b9096ea4fe} <Debug> TCPHandler: Processed in 0.007960876 sec. | ||
| 3551 | 2024.12.12 22:36:47.051855 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3552 | 2024.12.12 22:36:47.051961 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3553 | 2024.12.12 22:36:47.051997 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 3554 | 2024.12.12 22:36:47.052117 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3555 | 2024.12.12 22:36:47.052180 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3556 | 2024.12.12 22:36:47.052703 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3557 | 2024.12.12 22:36:47.052742 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3558 | 2024.12.12 22:36:47.053127 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3559 | 2024.12.12 22:36:47.053372 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3560 | 2024.12.12 22:36:47.053538 [ 117 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3561 | 2024.12.12 22:36:47.053599 [ 117 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3562 | 2024.12.12 22:36:47.053613 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 3563 | 2024.12.12 22:36:47.053643 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3564 | 2024.12.12 22:36:47.053744 [ 265 ] {b1794281-6d9c-4b6a-9ab3-6197e37ffb1d} <Debug> TCPHandler: Processed in 0.001890068 sec. | ||
| 3565 | 2024.12.12 22:36:47.053810 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 3566 | 2024.12.12 22:36:47.053899 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3567 | 2024.12.12 22:36:47.053925 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 504 rows starting from the beginning of the part | ||
| 3568 | 2024.12.12 22:36:47.053993 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3569 | 2024.12.12 22:36:47.054114 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3570 | 2024.12.12 22:36:47.054330 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 3571 | 2024.12.12 22:36:47.054513 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 3572 | 2024.12.12 22:36:47.054672 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 3573 | 2024.12.12 22:36:47.055963 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 4 columns (4 merged, 0 gathered) in 0.002201813 sec., 385137.15742435894 rows/sec., 25.15 MiB/sec. | ||
| 3574 | 2024.12.12 22:36:47.056222 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3575 | 2024.12.12 22:36:47.056577 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2024.12.12 22:36:47.056673 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_16_3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3577 | 2024.12.12 22:36:47.056780 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3578 | 2024.12.12 22:36:51.251998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 462 | ||
| 3579 | 2024.12.12 22:36:51.255083 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3580 | 2024.12.12 22:36:51.255128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3581 | 2024.12.12 22:36:51.256560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3582 | 2024.12.12 22:36:51.256866 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3583 | 2024.12.12 22:36:51.257871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
| 3584 | 2024.12.12 22:36:52.039990 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3585 | 2024.12.12 22:36:52.040203 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3586 | 2024.12.12 22:36:52.040282 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3587 | 2024.12.12 22:36:52.041063 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2024.12.12 22:36:52.041116 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3589 | 2024.12.12 22:36:52.041573 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3590 | 2024.12.12 22:36:52.041833 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2024.12.12 22:36:52.042042 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec. | ||
| 3592 | 2024.12.12 22:36:52.042099 [ 264 ] {d900ed73-0383-4da3-b6d3-7d8314757cec} <Debug> TCPHandler: Processed in 0.002247094 sec. | ||
| 3593 | 2024.12.12 22:36:52.042422 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2024.12.12 22:36:52.042726 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3595 | 2024.12.12 22:36:52.042840 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3596 | 2024.12.12 22:36:52.043834 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2024.12.12 22:36:52.043878 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3598 | 2024.12.12 22:36:52.044315 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3599 | 2024.12.12 22:36:52.044570 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2024.12.12 22:36:52.044826 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002175 sec., 4597.701149425287 rows/sec., 374.91 KiB/sec. | ||
| 3601 | 2024.12.12 22:36:52.045022 [ 265 ] {6942cfc5-264e-458f-a44c-67e05b36ef9b} <Debug> TCPHandler: Processed in 0.002793895 sec. | ||
| 3602 | 2024.12.12 22:36:52.045198 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3603 | 2024.12.12 22:36:52.045341 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3604 | 2024.12.12 22:36:52.045398 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3605 | 2024.12.12 22:36:52.046116 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2024.12.12 22:36:52.046154 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3607 | 2024.12.12 22:36:52.046542 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3608 | 2024.12.12 22:36:52.046789 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3609 | 2024.12.12 22:36:52.046927 [ 113 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3610 | 2024.12.12 22:36:52.046975 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001663 sec., 156343.95670475045 rows/sec., 13.67 MiB/sec. | ||
| 3611 | 2024.12.12 22:36:52.046978 [ 113 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2024.12.12 22:36:52.047029 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3613 | 2024.12.12 22:36:52.047045 [ 264 ] {c2f01145-c045-41e7-882c-2fcbb2440a03} <Debug> TCPHandler: Processed in 0.001915177 sec. | ||
| 3614 | 2024.12.12 22:36:52.047290 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3615 | 2024.12.12 22:36:52.047411 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 3616 | 2024.12.12 22:36:52.047578 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3617 | 2024.12.12 22:36:52.047659 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3618 | 2024.12.12 22:36:52.047673 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3619 | 2024.12.12 22:36:52.047702 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1430 rows starting from the beginning of the part | ||
| 3620 | 2024.12.12 22:36:52.047917 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 255 rows starting from the beginning of the part | ||
| 3621 | 2024.12.12 22:36:52.048234 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1232 rows starting from the beginning of the part | ||
| 3622 | 2024.12.12 22:36:52.048717 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 255 rows starting from the beginning of the part | ||
| 3623 | 2024.12.12 22:36:52.049154 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part | ||
| 3624 | 2024.12.12 22:36:52.049488 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 260 rows starting from the beginning of the part | ||
| 3625 | 2024.12.12 22:36:52.050411 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2024.12.12 22:36:52.050455 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3627 | 2024.12.12 22:36:52.050968 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3628 | 2024.12.12 22:36:52.051272 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.12.12 22:36:52.051509 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.004033 sec., 10662.038184973964 rows/sec., 770.98 KiB/sec. | ||
| 3630 | 2024.12.12 22:36:52.051574 [ 265 ] {30b67b8f-3660-4880-88ba-e7dbb811ebd2} <Debug> TCPHandler: Processed in 0.004438127 sec. | ||
| 3631 | 2024.12.12 22:36:52.051744 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3632 | 2024.12.12 22:36:52.052008 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3520 rows, containing 5 columns (5 merged, 0 gathered) in 0.004867835 sec., 723114.074326677 rows/sec., 63.47 MiB/sec. | ||
| 3633 | 2024.12.12 22:36:52.052036 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3634 | 2024.12.12 22:36:52.052118 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3635 | 2024.12.12 22:36:52.052303 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3636 | 2024.12.12 22:36:52.052908 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2024.12.12 22:36:52.053162 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_21_4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3638 | 2024.12.12 22:36:52.053365 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.12.12 22:36:52.053375 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3640 | 2024.12.12 22:36:52.053432 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3641 | 2024.12.12 22:36:52.053838 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3642 | 2024.12.12 22:36:52.054086 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2024.12.12 22:36:52.054268 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002294 sec., 6102.877070619006 rows/sec., 427.41 KiB/sec. | ||
| 3644 | 2024.12.12 22:36:52.054323 [ 264 ] {77bdcda7-69b7-473f-8ad4-0b92336b7bb6} <Debug> TCPHandler: Processed in 0.002665982 sec. | ||
| 3645 | 2024.12.12 22:36:52.054483 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2024.12.12 22:36:52.054621 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3647 | 2024.12.12 22:36:52.054677 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3648 | 2024.12.12 22:36:52.055360 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2024.12.12 22:36:52.055407 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3650 | 2024.12.12 22:36:52.055775 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3651 | 2024.12.12 22:36:52.056021 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2024.12.12 22:36:52.056233 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec. | ||
| 3653 | 2024.12.12 22:36:52.056285 [ 265 ] {6f612846-7f3c-44f1-9e4e-399d4762b26b} <Debug> TCPHandler: Processed in 0.001869427 sec. | ||
| 3654 | 2024.12.12 22:36:52.056433 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2024.12.12 22:36:52.056655 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3656 | 2024.12.12 22:36:52.056746 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3657 | 2024.12.12 22:36:52.057806 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2024.12.12 22:36:52.057846 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3659 | 2024.12.12 22:36:52.058246 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3660 | 2024.12.12 22:36:52.058492 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2024.12.12 22:36:52.058611 [ 113 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3662 | 2024.12.12 22:36:52.058648 [ 113 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3663 | 2024.12.12 22:36:52.058671 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3664 | 2024.12.12 22:36:52.058682 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.002081 sec., 200864.96876501682 rows/sec., 14.35 MiB/sec. | ||
| 3665 | 2024.12.12 22:36:52.058890 [ 264 ] {c247bb70-f616-46a2-a69d-861593b5e5cf} <Debug> TCPHandler: Processed in 0.00251235 sec. | ||
| 3666 | 2024.12.12 22:36:52.058935 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 3667 | 2024.12.12 22:36:52.059073 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2024.12.12 22:36:52.059081 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3669 | 2024.12.12 22:36:52.059127 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 902 rows starting from the beginning of the part | ||
| 3670 | 2024.12.12 22:36:52.059345 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3671 | 2024.12.12 22:36:52.059371 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 408 rows starting from the beginning of the part | ||
| 3672 | 2024.12.12 22:36:52.059487 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3673 | 2024.12.12 22:36:52.059592 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 544 rows starting from the beginning of the part | ||
| 3674 | 2024.12.12 22:36:52.060018 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 408 rows starting from the beginning of the part | ||
| 3675 | 2024.12.12 22:36:52.060450 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 80 rows starting from the beginning of the part | ||
| 3676 | 2024.12.12 22:36:52.060828 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 418 rows starting from the beginning of the part | ||
| 3677 | 2024.12.12 22:36:52.061700 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2024.12.12 22:36:52.061740 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3679 | 2024.12.12 22:36:52.062282 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3680 | 2024.12.12 22:36:52.062548 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2024.12.12 22:36:52.062752 [ 113 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3682 | 2024.12.12 22:36:52.062888 [ 113 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3683 | 2024.12.12 22:36:52.063002 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3684 | 2024.12.12 22:36:52.062998 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003792 sec., 1582.2784810126584 rows/sec., 82.67 KiB/sec. | ||
| 3685 | 2024.12.12 22:36:52.063599 [ 265 ] {1471ebb7-fbfc-4ae2-a92b-b8dd7a7f2bf2} <Debug> TCPHandler: Processed in 0.00459428 sec. | ||
| 3686 | 2024.12.12 22:36:52.063941 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2024.12.12 22:36:52.063982 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234523 sec., 527268.6737645436 rows/sec., 40.25 MiB/sec. | ||
| 3688 | 2024.12.12 22:36:52.063997 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3689 | 2024.12.12 22:36:52.064310 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3690 | 2024.12.12 22:36:52.064385 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3691 | 2024.12.12 22:36:52.064481 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3692 | 2024.12.12 22:36:52.064654 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3693 | 2024.12.12 22:36:52.064780 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3694 | 2024.12.12 22:36:52.065432 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2024.12.12 22:36:52.065732 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3696 | 2024.12.12 22:36:52.065759 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_21_4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3697 | 2024.12.12 22:36:52.066013 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 3698 | 2024.12.12 22:36:52.066220 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3699 | 2024.12.12 22:36:52.066596 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3700 | 2024.12.12 22:36:52.066925 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3701 | 2024.12.12 22:36:52.067281 [ 188 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 3702 | 2024.12.12 22:36:52.067316 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2024.12.12 22:36:52.067419 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3704 | 2024.12.12 22:36:52.068589 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3705 | 2024.12.12 22:36:52.069157 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2024.12.12 22:36:52.069797 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.005594 sec., 43260.63639613872 rows/sec., 2.90 MiB/sec. | ||
| 3707 | 2024.12.12 22:36:52.070181 [ 264 ] {09ad67c9-83de-47cf-a056-82d974896df6} <Debug> TCPHandler: Processed in 0.006390075 sec. | ||
| 3708 | 2024.12.12 22:36:52.070458 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2024.12.12 22:36:52.070517 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.007280203 sec., 4944.917057944675 rows/sec., 258.35 KiB/sec. | ||
| 3710 | 2024.12.12 22:36:52.070634 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3711 | 2024.12.12 22:36:52.070715 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3712 | 2024.12.12 22:36:52.070723 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3713 | 2024.12.12 22:36:52.071386 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_6_1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2024.12.12 22:36:52.071587 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_6_1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3715 | 2024.12.12 22:36:52.071766 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3716 | 2024.12.12 22:36:52.071858 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2024.12.12 22:36:52.071902 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3718 | 2024.12.12 22:36:52.072273 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3719 | 2024.12.12 22:36:52.072514 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2024.12.12 22:36:52.072730 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002155 sec., 464.03712296983764 rows/sec., 31.27 KiB/sec. | ||
| 3721 | 2024.12.12 22:36:52.072785 [ 265 ] {631a1c56-53f4-4ace-ba0c-516e766d1680} <Debug> TCPHandler: Processed in 0.002465049 sec. | ||
| 3722 | 2024.12.12 22:36:52.072947 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3723 | 2024.12.12 22:36:52.073095 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3724 | 2024.12.12 22:36:52.073187 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3725 | 2024.12.12 22:36:52.074404 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.12.12 22:36:52.074444 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3727 | 2024.12.12 22:36:52.075133 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3728 | 2024.12.12 22:36:52.075399 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.12.12 22:36:52.075608 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002537 sec., 10248.324793062671 rows/sec., 18.36 MiB/sec. | ||
| 3730 | 2024.12.12 22:36:52.075715 [ 264 ] {7dc00ae9-ebd2-4974-815d-19031d18a318} <Debug> TCPHandler: Processed in 0.002827685 sec. | ||
| 3731 | 2024.12.12 22:36:52.075872 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3732 | 2024.12.12 22:36:52.076000 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3733 | 2024.12.12 22:36:52.076053 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3734 | 2024.12.12 22:36:52.076585 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2024.12.12 22:36:52.076631 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3736 | 2024.12.12 22:36:52.077043 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3737 | 2024.12.12 22:36:52.077301 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2024.12.12 22:36:52.077527 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec. | ||
| 3739 | 2024.12.12 22:36:52.077579 [ 265 ] {83875d51-67d1-4236-93f1-8add28475e05} <Debug> TCPHandler: Processed in 0.001767445 sec. | ||
| 3740 | 2024.12.12 22:36:53.733217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3741 | 2024.12.12 22:36:53.733898 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2024.12.12 22:36:53.733943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3743 | 2024.12.12 22:36:53.734467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3744 | 2024.12.12 22:36:53.734729 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3745 | 2024.12.12 22:36:53.734958 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3746 | 2024.12.12 22:36:54.300029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3747 | 2024.12.12 22:36:54.319859 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2024.12.12 22:36:54.319910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3749 | 2024.12.12 22:36:54.327422 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3750 | 2024.12.12 22:36:54.328184 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2024.12.12 22:36:54.330792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3752 | 2024.12.12 22:36:57.033745 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2024.12.12 22:36:57.033956 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3754 | 2024.12.12 22:36:57.034039 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3755 | 2024.12.12 22:36:57.034923 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2024.12.12 22:36:57.034981 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3757 | 2024.12.12 22:36:57.035457 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3758 | 2024.12.12 22:36:57.035715 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2024.12.12 22:36:57.035971 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002067 sec., 42573.77842283503 rows/sec., 3.50 MiB/sec. | ||
| 3760 | 2024.12.12 22:36:57.036184 [ 264 ] {1b46dca6-b42c-421d-9e3b-f5b6b79ff166} <Debug> TCPHandler: Processed in 0.002576511 sec. | ||
| 3761 | 2024.12.12 22:36:57.036474 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2024.12.12 22:36:57.036688 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3763 | 2024.12.12 22:36:57.036771 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3764 | 2024.12.12 22:36:57.037620 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.12.12 22:36:57.037664 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3766 | 2024.12.12 22:36:57.038234 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3767 | 2024.12.12 22:36:57.038633 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2024.12.12 22:36:57.038791 [ 107 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3769 | 2024.12.12 22:36:57.038839 [ 107 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2024.12.12 22:36:57.038869 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3771 | 2024.12.12 22:36:57.038869 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002238 sec., 7149.240393208222 rows/sec., 537.59 KiB/sec. | ||
| 3772 | 2024.12.12 22:36:57.039110 [ 265 ] {44c182c0-f59a-4737-9757-a3da9b74ea6f} <Debug> TCPHandler: Processed in 0.002768964 sec. | ||
| 3773 | 2024.12.12 22:36:57.039282 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 3774 | 2024.12.12 22:36:57.039388 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2024.12.12 22:36:57.039717 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3776 | 2024.12.12 22:36:57.039728 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3777 | 2024.12.12 22:36:57.039785 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 53 rows starting from the beginning of the part | ||
| 3778 | 2024.12.12 22:36:57.039834 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3779 | 2024.12.12 22:36:57.040149 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 3780 | 2024.12.12 22:36:57.040489 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
| 3781 | 2024.12.12 22:36:57.040879 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 3782 | 2024.12.12 22:36:57.041235 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 43 rows starting from the beginning of the part | ||
| 3783 | 2024.12.12 22:36:57.041644 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 3784 | 2024.12.12 22:36:57.042921 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2024.12.12 22:36:57.042995 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3786 | 2024.12.12 22:36:57.044194 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3787 | 2024.12.12 22:36:57.044537 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561119 sec., 33266.686075230544 rows/sec., 2.51 MiB/sec. | ||
| 3788 | 2024.12.12 22:36:57.044725 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2024.12.12 22:36:57.044755 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3790 | 2024.12.12 22:36:57.045154 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005522 sec., 14487.504527345165 rows/sec., 1.13 MiB/sec. | ||
| 3791 | 2024.12.12 22:36:57.045306 [ 264 ] {7105cc7e-3b90-41a1-9849-5d6706624aa9} <Debug> TCPHandler: Processed in 0.006063229 sec. | ||
| 3792 | 2024.12.12 22:36:57.045369 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2024.12.12 22:36:57.045506 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2024.12.12 22:36:57.045517 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_20_4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3795 | 2024.12.12 22:36:57.045691 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3796 | 2024.12.12 22:36:57.045746 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3797 | 2024.12.12 22:36:57.045809 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3798 | 2024.12.12 22:36:57.046428 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.12.12 22:36:57.046468 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3800 | 2024.12.12 22:36:57.046887 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3801 | 2024.12.12 22:36:57.047143 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2024.12.12 22:36:57.047396 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 3803 | 2024.12.12 22:36:57.047630 [ 265 ] {5e5aa05f-398a-4d2a-9d0f-dce5941184e9} <Debug> TCPHandler: Processed in 0.002206704 sec. | ||
| 3804 | 2024.12.12 22:36:57.047838 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2024.12.12 22:36:57.047983 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3806 | 2024.12.12 22:36:57.048079 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3807 | 2024.12.12 22:36:57.049286 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2024.12.12 22:36:57.049326 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3809 | 2024.12.12 22:36:57.049999 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3810 | 2024.12.12 22:36:57.050262 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2024.12.12 22:36:57.050507 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002558 sec., 6254.886630179828 rows/sec., 11.21 MiB/sec. | ||
| 3812 | 2024.12.12 22:36:57.050629 [ 264 ] {211cc0e8-4e75-4eb3-afc9-ffc82e8db259} <Debug> TCPHandler: Processed in 0.002861887 sec. | ||
| 3813 | 2024.12.12 22:36:57.050776 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.12.12 22:36:57.050901 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3815 | 2024.12.12 22:36:57.050954 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3816 | 2024.12.12 22:36:57.051463 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2024.12.12 22:36:57.051501 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3818 | 2024.12.12 22:36:57.051896 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3819 | 2024.12.12 22:36:57.052146 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2024.12.12 22:36:57.052381 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 3821 | 2024.12.12 22:36:57.052587 [ 265 ] {25c27939-2fc4-4ec1-a5bc-413b8e108f2d} <Debug> TCPHandler: Processed in 0.001865476 sec. | ||
| 3822 | 2024.12.12 22:37:01.133449 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3823 | 2024.12.12 22:37:01.133536 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3824 | 2024.12.12 22:37:01.235089 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3825 | 2024.12.12 22:37:01.236040 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2024.12.12 22:37:01.236088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3827 | 2024.12.12 22:37:01.236638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3828 | 2024.12.12 22:37:01.236899 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2024.12.12 22:37:01.237169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3830 | 2024.12.12 22:37:01.258041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 498 | ||
| 3831 | 2024.12.12 22:37:01.261320 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2024.12.12 22:37:01.261366 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3833 | 2024.12.12 22:37:01.262876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3834 | 2024.12.12 22:37:01.263186 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2024.12.12 22:37:01.264198 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3836 | 2024.12.12 22:37:01.830840 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3837 | 2024.12.12 22:37:01.852431 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2024.12.12 22:37:01.852481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3839 | 2024.12.12 22:37:01.860187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3840 | 2024.12.12 22:37:01.861018 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3841 | 2024.12.12 22:37:01.864715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3842 | 2024.12.12 22:37:02.039395 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.12.12 22:37:02.039586 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3844 | 2024.12.12 22:37:02.039659 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3845 | 2024.12.12 22:37:02.040441 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3846 | 2024.12.12 22:37:02.040496 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3847 | 2024.12.12 22:37:02.040971 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3848 | 2024.12.12 22:37:02.041232 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2024.12.12 22:37:02.041540 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec. | ||
| 3850 | 2024.12.12 22:37:02.041681 [ 264 ] {3969d7c4-1887-48b4-80da-9f33150a6291} <Debug> TCPHandler: Processed in 0.002421358 sec. | ||
| 3851 | 2024.12.12 22:37:02.041991 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3852 | 2024.12.12 22:37:02.042293 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3853 | 2024.12.12 22:37:02.042403 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3854 | 2024.12.12 22:37:02.043412 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2024.12.12 22:37:02.043455 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3856 | 2024.12.12 22:37:02.043942 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3857 | 2024.12.12 22:37:02.044198 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2024.12.12 22:37:02.044424 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002216 sec., 115072.20216606498 rows/sec., 10.10 MiB/sec. | ||
| 3859 | 2024.12.12 22:37:02.044479 [ 265 ] {e7f27c46-a33e-4c83-915b-e2e1a38c67ea} <Debug> TCPHandler: Processed in 0.002671523 sec. | ||
| 3860 | 2024.12.12 22:37:02.044639 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2024.12.12 22:37:02.044772 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3862 | 2024.12.12 22:37:02.044830 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3863 | 2024.12.12 22:37:02.045550 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2024.12.12 22:37:02.045598 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3865 | 2024.12.12 22:37:02.045994 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3866 | 2024.12.12 22:37:02.046244 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3867 | 2024.12.12 22:37:02.046454 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001716 sec., 19230.76923076923 rows/sec., 1.37 MiB/sec. | ||
| 3868 | 2024.12.12 22:37:02.046508 [ 264 ] {65cecd4b-d70b-40c2-b5b0-04c5e09f4688} <Debug> TCPHandler: Processed in 0.001928568 sec. | ||
| 3869 | 2024.12.12 22:37:02.046650 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3870 | 2024.12.12 22:37:02.046819 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3871 | 2024.12.12 22:37:02.046907 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3872 | 2024.12.12 22:37:02.047863 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2024.12.12 22:37:02.047902 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3874 | 2024.12.12 22:37:02.048261 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3875 | 2024.12.12 22:37:02.048500 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2024.12.12 22:37:02.048706 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001943 sec., 7205.352547606793 rows/sec., 504.62 KiB/sec. | ||
| 3877 | 2024.12.12 22:37:02.048758 [ 265 ] {6bd22e0e-41ce-4589-9857-3b1eaab994d6} <Debug> TCPHandler: Processed in 0.002164653 sec. | ||
| 3878 | 2024.12.12 22:37:02.048919 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3879 | 2024.12.12 22:37:02.049058 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3880 | 2024.12.12 22:37:02.049117 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3881 | 2024.12.12 22:37:02.049801 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2024.12.12 22:37:02.049841 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3883 | 2024.12.12 22:37:02.050210 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3884 | 2024.12.12 22:37:02.050468 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2024.12.12 22:37:02.050656 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 3886 | 2024.12.12 22:37:02.050862 [ 264 ] {5df99904-6a53-4db6-a396-2cb0d928fb07} <Debug> TCPHandler: Processed in 0.002009299 sec. | ||
| 3887 | 2024.12.12 22:37:02.051034 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3888 | 2024.12.12 22:37:02.051172 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3889 | 2024.12.12 22:37:02.051228 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3890 | 2024.12.12 22:37:02.052041 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.12.12 22:37:02.052082 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3892 | 2024.12.12 22:37:02.052469 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3893 | 2024.12.12 22:37:02.052703 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2024.12.12 22:37:02.052938 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001797 sec., 227045.07512520868 rows/sec., 16.17 MiB/sec. | ||
| 3895 | 2024.12.12 22:37:02.052990 [ 265 ] {23878dd9-5ddb-4a5d-84ef-140c1f24da3a} <Debug> TCPHandler: Processed in 0.00202256 sec. | ||
| 3896 | 2024.12.12 22:37:02.053195 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2024.12.12 22:37:02.053418 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3898 | 2024.12.12 22:37:02.053514 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3899 | 2024.12.12 22:37:02.054115 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.12.12 22:37:02.054151 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3901 | 2024.12.12 22:37:02.054526 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3902 | 2024.12.12 22:37:02.054769 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.12.12 22:37:02.054943 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 198.53 KiB/sec. | ||
| 3904 | 2024.12.12 22:37:02.054991 [ 264 ] {ea66aa3d-5897-4b96-a8ff-c7fcd6651bf8} <Debug> TCPHandler: Processed in 0.001904397 sec. | ||
| 3905 | 2024.12.12 22:37:02.055137 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3906 | 2024.12.12 22:37:02.055275 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3907 | 2024.12.12 22:37:02.055341 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3908 | 2024.12.12 22:37:02.056007 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2024.12.12 22:37:02.056046 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3910 | 2024.12.12 22:37:02.056474 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3911 | 2024.12.12 22:37:02.056710 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3912 | 2024.12.12 22:37:02.056959 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001708 sec., 138758.78220140515 rows/sec., 9.30 MiB/sec. | ||
| 3913 | 2024.12.12 22:37:02.057160 [ 265 ] {7c37a741-f2ff-4ea8-b68a-d63b02cd85bc} <Debug> TCPHandler: Processed in 0.002086021 sec. | ||
| 3914 | 2024.12.12 22:37:02.057414 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3915 | 2024.12.12 22:37:02.057632 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3916 | 2024.12.12 22:37:02.057728 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3917 | 2024.12.12 22:37:02.058222 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3918 | 2024.12.12 22:37:02.058260 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3919 | 2024.12.12 22:37:02.058628 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3920 | 2024.12.12 22:37:02.058871 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3921 | 2024.12.12 22:37:02.059049 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 3922 | 2024.12.12 22:37:02.059098 [ 264 ] {5c34c2dc-5f4a-45e4-be3c-7d6a9b450baa} <Debug> TCPHandler: Processed in 0.001800875 sec. | ||
| 3923 | 2024.12.12 22:37:02.059294 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3924 | 2024.12.12 22:37:02.059516 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3925 | 2024.12.12 22:37:02.059654 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3926 | 2024.12.12 22:37:02.060851 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2024.12.12 22:37:02.060889 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3928 | 2024.12.12 22:37:02.061538 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3929 | 2024.12.12 22:37:02.061794 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2024.12.12 22:37:02.061972 [ 101 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3931 | 2024.12.12 22:37:02.062049 [ 101 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.12.12 22:37:02.062072 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002606 sec., 9976.976208749042 rows/sec., 17.88 MiB/sec. | ||
| 3933 | 2024.12.12 22:37:02.062087 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3934 | 2024.12.12 22:37:02.062620 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 3935 | 2024.12.12 22:37:02.062622 [ 265 ] {0b20e7da-198a-413d-becf-01182e711316} <Debug> TCPHandler: Processed in 0.003428557 sec. | ||
| 3936 | 2024.12.12 22:37:02.062943 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3937 | 2024.12.12 22:37:02.063136 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3938 | 2024.12.12 22:37:02.063214 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3939 | 2024.12.12 22:37:02.063261 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3940 | 2024.12.12 22:37:02.063398 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 354 rows starting from the beginning of the part | ||
| 3941 | 2024.12.12 22:37:02.063841 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 3942 | 2024.12.12 22:37:02.064322 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 3943 | 2024.12.12 22:37:02.064471 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2024.12.12 22:37:02.064551 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3945 | 2024.12.12 22:37:02.064747 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
| 3946 | 2024.12.12 22:37:02.065121 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 3947 | 2024.12.12 22:37:02.065630 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3948 | 2024.12.12 22:37:02.065681 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
| 3949 | 2024.12.12 22:37:02.066261 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2024.12.12 22:37:02.066561 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003469 sec., 23637.936004612282 rows/sec., 1.50 MiB/sec. | ||
| 3951 | 2024.12.12 22:37:02.066631 [ 264 ] {7fbc9615-8ae0-450d-ac74-0c0d7f6bce16} <Debug> TCPHandler: Processed in 0.003846116 sec. | ||
| 3952 | 2024.12.12 22:37:02.070211 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 19 columns (19 merged, 0 gathered) in 0.007964246 sec., 58260.380204227746 rows/sec., 104.40 MiB/sec. | ||
| 3953 | 2024.12.12 22:37:02.070880 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3954 | 2024.12.12 22:37:02.071351 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.12.12 22:37:02.071436 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3956 | 2024.12.12 22:37:02.071597 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 3957 | 2024.12.12 22:37:07.062103 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2024.12.12 22:37:07.062307 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3959 | 2024.12.12 22:37:07.062378 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3960 | 2024.12.12 22:37:07.063721 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2024.12.12 22:37:07.063769 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3962 | 2024.12.12 22:37:07.064270 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3963 | 2024.12.12 22:37:07.064529 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2024.12.12 22:37:07.064765 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002508 sec., 489633.1738437002 rows/sec., 40.31 MiB/sec. | ||
| 3965 | 2024.12.12 22:37:07.064847 [ 264 ] {96bab6ee-42dd-4a33-b08e-9640423be79f} <Debug> TCPHandler: Processed in 0.002870576 sec. | ||
| 3966 | 2024.12.12 22:37:07.065113 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3967 | 2024.12.12 22:37:07.065298 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3968 | 2024.12.12 22:37:07.065375 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3969 | 2024.12.12 22:37:07.066132 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2024.12.12 22:37:07.066179 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3971 | 2024.12.12 22:37:07.066614 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3972 | 2024.12.12 22:37:07.066868 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2024.12.12 22:37:07.067127 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001879 sec., 8515.16764236296 rows/sec., 640.30 KiB/sec. | ||
| 3974 | 2024.12.12 22:37:07.067266 [ 265 ] {76cb6503-9302-44cc-b087-2434dd8ea85d} <Debug> TCPHandler: Processed in 0.002282535 sec. | ||
| 3975 | 2024.12.12 22:37:07.067423 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3976 | 2024.12.12 22:37:07.067553 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3977 | 2024.12.12 22:37:07.067607 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3978 | 2024.12.12 22:37:07.068317 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2024.12.12 22:37:07.068365 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3980 | 2024.12.12 22:37:07.068760 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3981 | 2024.12.12 22:37:07.069029 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2024.12.12 22:37:07.069261 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001736 sec., 131336.40552995392 rows/sec., 8.89 MiB/sec. | ||
| 3983 | 2024.12.12 22:37:07.069328 [ 264 ] {e5ea702b-50de-46bd-979a-07d290d42885} <Debug> TCPHandler: Processed in 0.001965409 sec. | ||
| 3984 | 2024.12.12 22:37:07.069483 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3985 | 2024.12.12 22:37:07.069609 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3986 | 2024.12.12 22:37:07.069662 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3987 | 2024.12.12 22:37:07.070557 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3988 | 2024.12.12 22:37:07.070601 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3989 | 2024.12.12 22:37:07.071009 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3990 | 2024.12.12 22:37:07.071274 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2024.12.12 22:37:07.071498 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001919 sec., 279312.14174048987 rows/sec., 20.70 MiB/sec. | ||
| 3992 | 2024.12.12 22:37:07.071551 [ 265 ] {34be12c3-d486-4792-bc0d-1cbf2bc2ec45} <Debug> TCPHandler: Processed in 0.002129572 sec. | ||
| 3993 | 2024.12.12 22:37:07.071728 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2024.12.12 22:37:07.071866 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3995 | 2024.12.12 22:37:07.071925 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3996 | 2024.12.12 22:37:07.072747 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2024.12.12 22:37:07.072790 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 3998 | 2024.12.12 22:37:07.073271 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3999 | 2024.12.12 22:37:07.073525 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2024.12.12 22:37:07.073771 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001933 sec., 455250.9053285049 rows/sec., 30.63 MiB/sec. | ||
| 4001 | 2024.12.12 22:37:07.073897 [ 264 ] {17bbdaca-99fb-4759-b5ca-7f803fd92a5d} <Debug> TCPHandler: Processed in 0.002234934 sec. | ||
| 4002 | 2024.12.12 22:37:07.074078 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2024.12.12 22:37:07.074200 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4004 | 2024.12.12 22:37:07.074284 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4005 | 2024.12.12 22:37:07.075495 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2024.12.12 22:37:07.075540 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4007 | 2024.12.12 22:37:07.076194 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4008 | 2024.12.12 22:37:07.076457 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2024.12.12 22:37:07.076704 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00253 sec., 6324.110671936759 rows/sec., 11.33 MiB/sec. | ||
| 4010 | 2024.12.12 22:37:07.076802 [ 265 ] {a54f77fc-5f26-47ca-aaa3-cdc026358bf9} <Debug> TCPHandler: Processed in 0.002781165 sec. | ||
| 4011 | 2024.12.12 22:37:07.076953 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2024.12.12 22:37:07.077076 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4013 | 2024.12.12 22:37:07.077130 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4014 | 2024.12.12 22:37:07.077663 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.12.12 22:37:07.077705 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4016 | 2024.12.12 22:37:07.078089 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4017 | 2024.12.12 22:37:07.078346 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.12.12 22:37:07.078588 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 4019 | 2024.12.12 22:37:07.078758 [ 264 ] {440b0d10-9db1-4170-b45f-8e579a6f2ddd} <Debug> TCPHandler: Processed in 0.001858816 sec. | ||
| 4020 | 2024.12.12 22:37:08.737290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4021 | 2024.12.12 22:37:08.738030 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2024.12.12 22:37:08.738082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4023 | 2024.12.12 22:37:08.738763 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4024 | 2024.12.12 22:37:08.739061 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2024.12.12 22:37:08.739268 [ 94 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4026 | 2024.12.12 22:37:08.739345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4027 | 2024.12.12 22:37:08.739368 [ 94 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2024.12.12 22:37:08.739402 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4029 | 2024.12.12 22:37:08.739514 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 4030 | 2024.12.12 22:37:08.739645 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4031 | 2024.12.12 22:37:08.739691 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 4032 | 2024.12.12 22:37:08.739773 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4033 | 2024.12.12 22:37:08.739972 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4034 | 2024.12.12 22:37:08.740256 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4035 | 2024.12.12 22:37:08.740432 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4036 | 2024.12.12 22:37:08.740555 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4037 | 2024.12.12 22:37:08.743098 [ 191 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003628521 sec., 2656178.646892219 rows/sec., 38.00 MiB/sec. | ||
| 4038 | 2024.12.12 22:37:08.743390 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4039 | 2024.12.12 22:37:08.743721 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2024.12.12 22:37:08.743801 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_21_4} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4041 | 2024.12.12 22:37:08.743915 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4042 | 2024.12.12 22:37:09.364761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4043 | 2024.12.12 22:37:09.386576 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2024.12.12 22:37:09.386672 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4045 | 2024.12.12 22:37:09.394549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4046 | 2024.12.12 22:37:09.395365 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2024.12.12 22:37:09.395755 [ 93 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4048 | 2024.12.12 22:37:09.395901 [ 93 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2024.12.12 22:37:09.395982 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4050 | 2024.12.12 22:37:09.396284 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4051 | 2024.12.12 22:37:09.405349 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4052 | 2024.12.12 22:37:09.406439 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4053 | 2024.12.12 22:37:09.407321 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4054 | 2024.12.12 22:37:09.411830 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4055 | 2024.12.12 22:37:09.416806 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4056 | 2024.12.12 22:37:09.422044 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4057 | 2024.12.12 22:37:09.427179 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4058 | 2024.12.12 22:37:09.431844 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 4059 | 2024.12.12 22:37:09.489225 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.093098989 sec., 1707.859577293584 rows/sec., 8.83 MiB/sec. | ||
| 4060 | 2024.12.12 22:37:09.491926 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4061 | 2024.12.12 22:37:09.495365 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_21_4} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2024.12.12 22:37:09.495487 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_21_4} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4063 | 2024.12.12 22:37:09.497801 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4064 | 2024.12.12 22:37:10.000256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.63 MiB, peak 195.17 MiB, free memory in arenas 0.00 B, will set to 187.05 MiB (RSS), difference: 2.42 MiB | ||
| 4065 | 2024.12.12 22:37:11.264389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 534 | ||
| 4066 | 2024.12.12 22:37:11.267562 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.12.12 22:37:11.267610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4068 | 2024.12.12 22:37:11.269054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4069 | 2024.12.12 22:37:11.269357 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2024.12.12 22:37:11.270101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 4071 | 2024.12.12 22:37:12.039210 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4072 | 2024.12.12 22:37:12.039430 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4073 | 2024.12.12 22:37:12.039511 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4074 | 2024.12.12 22:37:12.040355 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4075 | 2024.12.12 22:37:12.040407 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4076 | 2024.12.12 22:37:12.040910 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4077 | 2024.12.12 22:37:12.041187 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4078 | 2024.12.12 22:37:12.041431 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 4079 | 2024.12.12 22:37:12.041503 [ 264 ] {042b06a7-c1bb-4e55-b610-933af3937f8a} <Debug> TCPHandler: Processed in 0.002433368 sec. | ||
| 4080 | 2024.12.12 22:37:12.041807 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2024.12.12 22:37:12.042095 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4082 | 2024.12.12 22:37:12.042169 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4083 | 2024.12.12 22:37:12.043029 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2024.12.12 22:37:12.043073 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4085 | 2024.12.12 22:37:12.043531 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4086 | 2024.12.12 22:37:12.043785 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2024.12.12 22:37:12.044024 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001996 sec., 127755.5110220441 rows/sec., 11.21 MiB/sec. | ||
| 4088 | 2024.12.12 22:37:12.044080 [ 265 ] {087c254b-3697-4511-aa86-486de3c29f03} <Debug> TCPHandler: Processed in 0.002450568 sec. | ||
| 4089 | 2024.12.12 22:37:12.044267 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2024.12.12 22:37:12.044439 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4091 | 2024.12.12 22:37:12.044505 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4092 | 2024.12.12 22:37:12.045210 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2024.12.12 22:37:12.045253 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4094 | 2024.12.12 22:37:12.045644 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4095 | 2024.12.12 22:37:12.045894 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.12.12 22:37:12.046171 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001768 sec., 18665.158371040725 rows/sec., 1.33 MiB/sec. | ||
| 4097 | 2024.12.12 22:37:12.046400 [ 264 ] {00a7487b-9bf3-4a5b-9c82-9947a432aba7} <Debug> TCPHandler: Processed in 0.002200184 sec. | ||
| 4098 | 2024.12.12 22:37:12.046606 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.12.12 22:37:12.046749 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4100 | 2024.12.12 22:37:12.046808 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4101 | 2024.12.12 22:37:12.047422 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2024.12.12 22:37:12.047462 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4103 | 2024.12.12 22:37:12.047829 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4104 | 2024.12.12 22:37:12.048081 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2024.12.12 22:37:12.048249 [ 90 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4106 | 2024.12.12 22:37:12.048313 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec. | ||
| 4107 | 2024.12.12 22:37:12.048333 [ 90 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2024.12.12 22:37:12.048410 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4109 | 2024.12.12 22:37:12.048442 [ 265 ] {c78ec76c-bbec-4780-8787-8f79c2d028c8} <Debug> TCPHandler: Processed in 0.001900408 sec. | ||
| 4110 | 2024.12.12 22:37:12.048645 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 4111 | 2024.12.12 22:37:12.048653 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4112 | 2024.12.12 22:37:12.048774 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4113 | 2024.12.12 22:37:12.048819 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 4114 | 2024.12.12 22:37:12.048856 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4115 | 2024.12.12 22:37:12.048913 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4116 | 2024.12.12 22:37:12.048967 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4117 | 2024.12.12 22:37:12.049425 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 4118 | 2024.12.12 22:37:12.049627 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 4119 | 2024.12.12 22:37:12.049853 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 4120 | 2024.12.12 22:37:12.050269 [ 193 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4121 | 2024.12.12 22:37:12.051164 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2024.12.12 22:37:12.051211 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4123 | 2024.12.12 22:37:12.051903 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4124 | 2024.12.12 22:37:12.052054 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00353592 sec., 148759.02169732345 rows/sec., 10.65 MiB/sec. | ||
| 4125 | 2024.12.12 22:37:12.052275 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4126 | 2024.12.12 22:37:12.052338 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4127 | 2024.12.12 22:37:12.052754 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003938 sec., 3301.1681056373795 rows/sec., 205.83 KiB/sec. | ||
| 4128 | 2024.12.12 22:37:12.052963 [ 264 ] {b22c24c9-dfb8-4caa-bd2a-37a4a42fd6f5} <Debug> TCPHandler: Processed in 0.004402966 sec. | ||
| 4129 | 2024.12.12 22:37:12.053188 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2024.12.12 22:37:12.053194 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2024.12.12 22:37:12.053357 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_11_2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4132 | 2024.12.12 22:37:12.053407 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4133 | 2024.12.12 22:37:12.053512 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4134 | 2024.12.12 22:37:12.053532 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4135 | 2024.12.12 22:37:12.054311 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2024.12.12 22:37:12.054357 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4137 | 2024.12.12 22:37:12.054747 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4138 | 2024.12.12 22:37:12.054987 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2024.12.12 22:37:12.055250 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00189 sec., 215873.0158730159 rows/sec., 15.38 MiB/sec. | ||
| 4140 | 2024.12.12 22:37:12.055477 [ 265 ] {8f971d26-7d24-47d5-88f3-d6788592277b} <Debug> TCPHandler: Processed in 0.002376947 sec. | ||
| 4141 | 2024.12.12 22:37:12.055671 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.12.12 22:37:12.055818 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4143 | 2024.12.12 22:37:12.055882 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4144 | 2024.12.12 22:37:12.056392 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2024.12.12 22:37:12.056433 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4146 | 2024.12.12 22:37:12.056813 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4147 | 2024.12.12 22:37:12.057056 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2024.12.12 22:37:12.057282 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 4149 | 2024.12.12 22:37:12.057333 [ 264 ] {2686d04e-0ae4-4c06-844c-33471d517eeb} <Debug> TCPHandler: Processed in 0.001736504 sec. | ||
| 4150 | 2024.12.12 22:37:12.057472 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2024.12.12 22:37:12.057590 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4152 | 2024.12.12 22:37:12.057642 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4153 | 2024.12.12 22:37:12.058239 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2024.12.12 22:37:12.058278 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4155 | 2024.12.12 22:37:12.058682 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4156 | 2024.12.12 22:37:12.058927 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2024.12.12 22:37:12.059083 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4158 | 2024.12.12 22:37:12.059144 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4159 | 2024.12.12 22:37:12.059177 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001603 sec., 147847.78540237056 rows/sec., 9.91 MiB/sec. | ||
| 4160 | 2024.12.12 22:37:12.059184 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4161 | 2024.12.12 22:37:12.059332 [ 265 ] {dd7a8cfd-58f9-4f8d-9813-c29de1846ac6} <Debug> TCPHandler: Processed in 0.001915828 sec. | ||
| 4162 | 2024.12.12 22:37:12.059444 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 4163 | 2024.12.12 22:37:12.059517 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4164 | 2024.12.12 22:37:12.059607 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4165 | 2024.12.12 22:37:12.059654 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5994 rows starting from the beginning of the part | ||
| 4166 | 2024.12.12 22:37:12.059677 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4167 | 2024.12.12 22:37:12.059801 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4168 | 2024.12.12 22:37:12.059823 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
| 4169 | 2024.12.12 22:37:12.060099 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 4170 | 2024.12.12 22:37:12.060336 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 4171 | 2024.12.12 22:37:12.060592 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 880 rows starting from the beginning of the part | ||
| 4172 | 2024.12.12 22:37:12.060918 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 4173 | 2024.12.12 22:37:12.061735 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2024.12.12 22:37:12.061795 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4175 | 2024.12.12 22:37:12.062533 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4176 | 2024.12.12 22:37:12.062949 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2024.12.12 22:37:12.063229 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003586 sec., 278.8622420524261 rows/sec., 18.79 KiB/sec. | ||
| 4178 | 2024.12.12 22:37:12.063334 [ 264 ] {5b48a7c6-f46b-4f78-a111-a2df7dfd4369} <Debug> TCPHandler: Processed in 0.003885526 sec. | ||
| 4179 | 2024.12.12 22:37:12.063508 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4180 | 2024.12.12 22:37:12.063696 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4181 | 2024.12.12 22:37:12.063791 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4182 | 2024.12.12 22:37:12.064471 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7750 rows, containing 5 columns (5 merged, 0 gathered) in 0.005136672 sec., 1508758.9785760117 rows/sec., 101.66 MiB/sec. | ||
| 4183 | 2024.12.12 22:37:12.065066 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4184 | 2024.12.12 22:37:12.065791 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4185 | 2024.12.12 22:37:12.066024 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4186 | 2024.12.12 22:37:12.066246 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 4187 | 2024.12.12 22:37:12.066405 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2024.12.12 22:37:12.066450 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4189 | 2024.12.12 22:37:12.067125 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4190 | 2024.12.12 22:37:12.067389 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4191 | 2024.12.12 22:37:12.067701 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004036 sec., 6442.021803766105 rows/sec., 11.54 MiB/sec. | ||
| 4192 | 2024.12.12 22:37:12.068180 [ 265 ] {38687976-a637-42c5-af6a-08305b1ba4db} <Debug> TCPHandler: Processed in 0.004739433 sec. | ||
| 4193 | 2024.12.12 22:37:12.068408 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4194 | 2024.12.12 22:37:12.068530 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4195 | 2024.12.12 22:37:12.068583 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4196 | 2024.12.12 22:37:12.069134 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.12.12 22:37:12.069179 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4198 | 2024.12.12 22:37:12.069568 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4199 | 2024.12.12 22:37:12.069833 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.12.12 22:37:12.069972 [ 89 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4201 | 2024.12.12 22:37:12.070013 [ 89 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2024.12.12 22:37:12.070023 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001515 sec., 54125.412541254125 rows/sec., 3.44 MiB/sec. | ||
| 4203 | 2024.12.12 22:37:12.070037 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4204 | 2024.12.12 22:37:12.070120 [ 264 ] {d741f934-ec2d-4d70-8011-3c0c182fa38c} <Debug> TCPHandler: Processed in 0.001824355 sec. | ||
| 4205 | 2024.12.12 22:37:12.070184 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 4206 | 2024.12.12 22:37:12.070300 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4207 | 2024.12.12 22:37:12.070334 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 848 rows starting from the beginning of the part | ||
| 4208 | 2024.12.12 22:37:12.070439 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 4209 | 2024.12.12 22:37:12.070622 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 4210 | 2024.12.12 22:37:12.070794 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 4211 | 2024.12.12 22:37:12.070950 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 4212 | 2024.12.12 22:37:12.071116 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 4213 | 2024.12.12 22:37:12.072304 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 4 columns (4 merged, 0 gathered) in 0.002193604 sec., 553427.1454647238 rows/sec., 36.06 MiB/sec. | ||
| 4214 | 2024.12.12 22:37:12.072523 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4215 | 2024.12.12 22:37:12.072850 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2024.12.12 22:37:12.072935 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_21_4} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4217 | 2024.12.12 22:37:12.073031 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4218 | 2024.12.12 22:37:16.133591 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4219 | 2024.12.12 22:37:16.133675 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4220 | 2024.12.12 22:37:16.239491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4221 | 2024.12.12 22:37:16.240162 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2024.12.12 22:37:16.240199 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4223 | 2024.12.12 22:37:16.240751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4224 | 2024.12.12 22:37:16.241000 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2024.12.12 22:37:16.241180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4226 | 2024.12.12 22:37:16.905406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4227 | 2024.12.12 22:37:16.924909 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2024.12.12 22:37:16.924976 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4229 | 2024.12.12 22:37:16.932312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4230 | 2024.12.12 22:37:16.933082 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2024.12.12 22:37:16.935852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4232 | 2024.12.12 22:37:17.034686 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4233 | 2024.12.12 22:37:17.034995 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4234 | 2024.12.12 22:37:17.035112 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4235 | 2024.12.12 22:37:17.035977 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2024.12.12 22:37:17.036026 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4237 | 2024.12.12 22:37:17.036475 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4238 | 2024.12.12 22:37:17.036731 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2024.12.12 22:37:17.036920 [ 84 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4240 | 2024.12.12 22:37:17.036992 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002079 sec., 42328.04232804233 rows/sec., 3.48 MiB/sec. | ||
| 4241 | 2024.12.12 22:37:17.037007 [ 84 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2024.12.12 22:37:17.037078 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4243 | 2024.12.12 22:37:17.037131 [ 264 ] {72e7d476-5cb2-40d6-9198-242c1dbf2380} <Debug> TCPHandler: Processed in 0.002637922 sec. | ||
| 4244 | 2024.12.12 22:37:17.037401 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 4245 | 2024.12.12 22:37:17.037509 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2024.12.12 22:37:17.037666 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4247 | 2024.12.12 22:37:17.037746 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1437 rows starting from the beginning of the part | ||
| 4248 | 2024.12.12 22:37:17.037826 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4249 | 2024.12.12 22:37:17.037975 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 88 rows starting from the beginning of the part | ||
| 4250 | 2024.12.12 22:37:17.038062 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4251 | 2024.12.12 22:37:17.038503 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 255 rows starting from the beginning of the part | ||
| 4252 | 2024.12.12 22:37:17.038854 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1228 rows starting from the beginning of the part | ||
| 4253 | 2024.12.12 22:37:17.039092 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 255 rows starting from the beginning of the part | ||
| 4254 | 2024.12.12 22:37:17.039404 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 88 rows starting from the beginning of the part | ||
| 4255 | 2024.12.12 22:37:17.040808 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2024.12.12 22:37:17.040857 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4257 | 2024.12.12 22:37:17.041502 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4258 | 2024.12.12 22:37:17.041764 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2024.12.12 22:37:17.042061 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004323 sec., 3701.133472125839 rows/sec., 278.31 KiB/sec. | ||
| 4260 | 2024.12.12 22:37:17.042399 [ 265 ] {b22179bc-a836-4c02-95a4-1d0423e4c0c8} <Debug> TCPHandler: Processed in 0.00509756 sec. | ||
| 4261 | 2024.12.12 22:37:17.043081 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2024.12.12 22:37:17.043132 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3351 rows, containing 5 columns (5 merged, 0 gathered) in 0.005884725 sec., 569440.3731695194 rows/sec., 49.79 MiB/sec. | ||
| 4263 | 2024.12.12 22:37:17.043277 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4264 | 2024.12.12 22:37:17.043334 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4265 | 2024.12.12 22:37:17.043500 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4266 | 2024.12.12 22:37:17.043952 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2024.12.12 22:37:17.044094 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_26_5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4268 | 2024.12.12 22:37:17.044219 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4269 | 2024.12.12 22:37:17.044219 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2024.12.12 22:37:17.044268 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4271 | 2024.12.12 22:37:17.044624 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4272 | 2024.12.12 22:37:17.044865 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2024.12.12 22:37:17.045039 [ 83 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4274 | 2024.12.12 22:37:17.045104 [ 83 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2024.12.12 22:37:17.045108 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001845 sec., 43360.43360433604 rows/sec., 3.39 MiB/sec. | ||
| 4276 | 2024.12.12 22:37:17.045142 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4277 | 2024.12.12 22:37:17.045280 [ 264 ] {24671271-5097-4b9b-9ec7-37fb42c8c7b6} <Debug> TCPHandler: Processed in 0.002696773 sec. | ||
| 4278 | 2024.12.12 22:37:17.045502 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 4279 | 2024.12.12 22:37:17.045582 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2024.12.12 22:37:17.046001 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4281 | 2024.12.12 22:37:17.046088 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4282 | 2024.12.12 22:37:17.046198 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4283 | 2024.12.12 22:37:17.046206 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 916 rows starting from the beginning of the part | ||
| 4284 | 2024.12.12 22:37:17.046531 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part | ||
| 4285 | 2024.12.12 22:37:17.046971 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 408 rows starting from the beginning of the part | ||
| 4286 | 2024.12.12 22:37:17.047374 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 536 rows starting from the beginning of the part | ||
| 4287 | 2024.12.12 22:37:17.047719 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 408 rows starting from the beginning of the part | ||
| 4288 | 2024.12.12 22:37:17.048032 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 80 rows starting from the beginning of the part | ||
| 4289 | 2024.12.12 22:37:17.048863 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.12.12 22:37:17.048910 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4291 | 2024.12.12 22:37:17.049515 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4292 | 2024.12.12 22:37:17.049817 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4293 | 2024.12.12 22:37:17.050186 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.004922637 sec., 493231.5748652603 rows/sec., 37.84 MiB/sec. | ||
| 4294 | 2024.12.12 22:37:17.050300 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004451 sec., 35946.978207144464 rows/sec., 2.50 MiB/sec. | ||
| 4295 | 2024.12.12 22:37:17.050522 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4296 | 2024.12.12 22:37:17.050684 [ 265 ] {7d90115d-2905-4f4d-b092-acfd4867a4e1} <Debug> TCPHandler: Processed in 0.005249813 sec. | ||
| 4297 | 2024.12.12 22:37:17.050987 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2024.12.12 22:37:17.051164 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4299 | 2024.12.12 22:37:17.051297 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.12.12 22:37:17.051323 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4301 | 2024.12.12 22:37:17.051516 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_26_5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4302 | 2024.12.12 22:37:17.051712 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4303 | 2024.12.12 22:37:17.052826 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4304 | 2024.12.12 22:37:17.052870 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4305 | 2024.12.12 22:37:17.053546 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4306 | 2024.12.12 22:37:17.053807 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4307 | 2024.12.12 22:37:17.054052 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002932 sec., 5457.025920873124 rows/sec., 9.78 MiB/sec. | ||
| 4308 | 2024.12.12 22:37:17.054145 [ 264 ] {66397fd9-6f96-42b1-9be2-8ff43c595651} <Debug> TCPHandler: Processed in 0.003316185 sec. | ||
| 4309 | 2024.12.12 22:37:17.054317 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4310 | 2024.12.12 22:37:17.054465 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4311 | 2024.12.12 22:37:17.054526 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4312 | 2024.12.12 22:37:17.055122 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2024.12.12 22:37:17.055164 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4314 | 2024.12.12 22:37:17.055539 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4315 | 2024.12.12 22:37:17.055779 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2024.12.12 22:37:17.055979 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 4317 | 2024.12.12 22:37:17.056144 [ 265 ] {2c2cc784-7d23-4b59-a6fd-c9f0e822a224} <Debug> TCPHandler: Processed in 0.001892797 sec. | ||
| 4318 | 2024.12.12 22:37:21.270285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 | ||
| 4319 | 2024.12.12 22:37:21.273506 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2024.12.12 22:37:21.273550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4321 | 2024.12.12 22:37:21.275020 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4322 | 2024.12.12 22:37:21.275332 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2024.12.12 22:37:21.276300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 4324 | 2024.12.12 22:37:22.039526 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2024.12.12 22:37:22.039832 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4326 | 2024.12.12 22:37:22.039946 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4327 | 2024.12.12 22:37:22.040842 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2024.12.12 22:37:22.040889 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4329 | 2024.12.12 22:37:22.041334 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4330 | 2024.12.12 22:37:22.041586 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2024.12.12 22:37:22.041788 [ 79 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4332 | 2024.12.12 22:37:22.041842 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002094 sec., 6685.768863419294 rows/sec., 481.29 KiB/sec. | ||
| 4333 | 2024.12.12 22:37:22.041915 [ 79 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2024.12.12 22:37:22.041980 [ 264 ] {1cf5089f-022b-482e-b3a1-bd9731d3f239} <Debug> TCPHandler: Processed in 0.002639602 sec. | ||
| 4335 | 2024.12.12 22:37:22.042007 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4336 | 2024.12.12 22:37:22.042355 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2024.12.12 22:37:22.042410 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 4338 | 2024.12.12 22:37:22.042627 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4339 | 2024.12.12 22:37:22.042769 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4340 | 2024.12.12 22:37:22.042833 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4341 | 2024.12.12 22:37:22.042970 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 4342 | 2024.12.12 22:37:22.043401 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 4343 | 2024.12.12 22:37:22.043817 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4344 | 2024.12.12 22:37:22.044335 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 4345 | 2024.12.12 22:37:22.044614 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 4346 | 2024.12.12 22:37:22.045772 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2024.12.12 22:37:22.045825 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4348 | 2024.12.12 22:37:22.046968 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004801144 sec., 14579.858467065349 rows/sec., 1.08 MiB/sec. | ||
| 4349 | 2024.12.12 22:37:22.047009 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4350 | 2024.12.12 22:37:22.047193 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4351 | 2024.12.12 22:37:22.047534 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2024.12.12 22:37:22.047698 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2024.12.12 22:37:22.047956 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_9_2} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4354 | 2024.12.12 22:37:22.047996 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005464 sec., 46669.10688140556 rows/sec., 4.10 MiB/sec. | ||
| 4355 | 2024.12.12 22:37:22.048125 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4356 | 2024.12.12 22:37:22.048212 [ 265 ] {75149eec-c0bf-421a-81e7-1e5107e9630d} <Debug> TCPHandler: Processed in 0.006093439 sec. | ||
| 4357 | 2024.12.12 22:37:22.048411 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2024.12.12 22:37:22.048553 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4359 | 2024.12.12 22:37:22.048610 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4360 | 2024.12.12 22:37:22.049317 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2024.12.12 22:37:22.049358 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4362 | 2024.12.12 22:37:22.049733 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4363 | 2024.12.12 22:37:22.049981 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2024.12.12 22:37:22.050141 [ 79 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4365 | 2024.12.12 22:37:22.050192 [ 79 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4366 | 2024.12.12 22:37:22.050232 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4367 | 2024.12.12 22:37:22.050228 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001695 sec., 19469.02654867257 rows/sec., 1.39 MiB/sec. | ||
| 4368 | 2024.12.12 22:37:22.050437 [ 264 ] {6515216c-8763-4249-b678-c36981d5f43a} <Debug> TCPHandler: Processed in 0.002107251 sec. | ||
| 4369 | 2024.12.12 22:37:22.050522 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 4370 | 2024.12.12 22:37:22.050703 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4371 | 2024.12.12 22:37:22.050704 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4372 | 2024.12.12 22:37:22.050747 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 67 rows starting from the beginning of the part | ||
| 4373 | 2024.12.12 22:37:22.050972 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
| 4374 | 2024.12.12 22:37:22.051333 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 4375 | 2024.12.12 22:37:22.051398 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4376 | 2024.12.12 22:37:22.051573 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4377 | 2024.12.12 22:37:22.051782 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
| 4378 | 2024.12.12 22:37:22.052131 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 4379 | 2024.12.12 22:37:22.052501 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
| 4380 | 2024.12.12 22:37:22.054157 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2024.12.12 22:37:22.054225 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4382 | 2024.12.12 22:37:22.055276 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4383 | 2024.12.12 22:37:22.055348 [ 192 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.004980667 sec., 39753.711701665656 rows/sec., 3.00 MiB/sec. | ||
| 4384 | 2024.12.12 22:37:22.055565 [ 192 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4385 | 2024.12.12 22:37:22.055752 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2024.12.12 22:37:22.056317 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005176 sec., 2704.791344667697 rows/sec., 189.43 KiB/sec. | ||
| 4387 | 2024.12.12 22:37:22.056573 [ 265 ] {d4a33173-e2d5-4f9c-b581-097fb94b7add} <Debug> TCPHandler: Processed in 0.006019539 sec. | ||
| 4388 | 2024.12.12 22:37:22.056579 [ 192 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.12.12 22:37:22.056755 [ 192 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_25_5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4390 | 2024.12.12 22:37:22.056815 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2024.12.12 22:37:22.056882 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4392 | 2024.12.12 22:37:22.056995 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4393 | 2024.12.12 22:37:22.057054 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4394 | 2024.12.12 22:37:22.057676 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2024.12.12 22:37:22.057716 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4396 | 2024.12.12 22:37:22.058076 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4397 | 2024.12.12 22:37:22.058319 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2024.12.12 22:37:22.058469 [ 79 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4399 | 2024.12.12 22:37:22.058532 [ 79 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4400 | 2024.12.12 22:37:22.058563 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4401 | 2024.12.12 22:37:22.058567 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec. | ||
| 4402 | 2024.12.12 22:37:22.058829 [ 264 ] {82297e50-1866-4ec9-8c70-66e504a43e23} <Debug> TCPHandler: Processed in 0.002113772 sec. | ||
| 4403 | 2024.12.12 22:37:22.059054 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 4404 | 2024.12.12 22:37:22.059101 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4405 | 2024.12.12 22:37:22.059392 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4406 | 2024.12.12 22:37:22.059398 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4407 | 2024.12.12 22:37:22.059469 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 4408 | 2024.12.12 22:37:22.059493 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4409 | 2024.12.12 22:37:22.059897 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 4410 | 2024.12.12 22:37:22.060203 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 4411 | 2024.12.12 22:37:22.060643 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 4412 | 2024.12.12 22:37:22.061039 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 4413 | 2024.12.12 22:37:22.062136 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2024.12.12 22:37:22.062202 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4415 | 2024.12.12 22:37:22.063327 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4416 | 2024.12.12 22:37:22.063415 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004736703 sec., 13722.625209982554 rows/sec., 909.21 KiB/sec. | ||
| 4417 | 2024.12.12 22:37:22.063625 [ 186 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4418 | 2024.12.12 22:37:22.063786 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4419 | 2024.12.12 22:37:22.064184 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004892 sec., 83401.47179067867 rows/sec., 5.94 MiB/sec. | ||
| 4420 | 2024.12.12 22:37:22.064186 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2024.12.12 22:37:22.064275 [ 265 ] {a509b37a-a22a-49c3-8a5d-185fbb03cbf1} <Debug> TCPHandler: Processed in 0.005331575 sec. | ||
| 4422 | 2024.12.12 22:37:22.064346 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_9_2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4423 | 2024.12.12 22:37:22.064472 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4424 | 2024.12.12 22:37:22.064482 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2024.12.12 22:37:22.064626 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4426 | 2024.12.12 22:37:22.064685 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4427 | 2024.12.12 22:37:22.065238 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2024.12.12 22:37:22.065286 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4429 | 2024.12.12 22:37:22.065694 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4430 | 2024.12.12 22:37:22.065933 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2024.12.12 22:37:22.066140 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 4432 | 2024.12.12 22:37:22.066189 [ 264 ] {a2b3d5fc-372c-482e-895f-b85348623834} <Debug> TCPHandler: Processed in 0.001811295 sec. | ||
| 4433 | 2024.12.12 22:37:22.066347 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2024.12.12 22:37:22.066575 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4435 | 2024.12.12 22:37:22.066671 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4436 | 2024.12.12 22:37:22.067530 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2024.12.12 22:37:22.067567 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4438 | 2024.12.12 22:37:22.067973 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4439 | 2024.12.12 22:37:22.068220 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2024.12.12 22:37:22.068451 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001931 sec., 122734.33454168825 rows/sec., 8.23 MiB/sec. | ||
| 4441 | 2024.12.12 22:37:22.068678 [ 265 ] {fa4d4347-674f-4a46-a450-9c20163fe575} <Debug> TCPHandler: Processed in 0.002410737 sec. | ||
| 4442 | 2024.12.12 22:37:22.068924 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2024.12.12 22:37:22.069140 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4444 | 2024.12.12 22:37:22.069233 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4445 | 2024.12.12 22:37:22.069759 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2024.12.12 22:37:22.069798 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4447 | 2024.12.12 22:37:22.070153 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4448 | 2024.12.12 22:37:22.070395 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.12.12 22:37:22.070617 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 4450 | 2024.12.12 22:37:22.070668 [ 264 ] {f5f505c6-391d-434d-8cec-4be406d845e8} <Debug> TCPHandler: Processed in 0.001869956 sec. | ||
| 4451 | 2024.12.12 22:37:22.070868 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2024.12.12 22:37:22.071095 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4453 | 2024.12.12 22:37:22.071232 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4454 | 2024.12.12 22:37:22.072430 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2024.12.12 22:37:22.072466 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4456 | 2024.12.12 22:37:22.073116 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4457 | 2024.12.12 22:37:22.073368 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2024.12.12 22:37:22.073614 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002574 sec., 10101.0101010101 rows/sec., 18.10 MiB/sec. | ||
| 4459 | 2024.12.12 22:37:22.073708 [ 265 ] {8c2b53c2-1c54-4050-a4ae-34165ff0ea2d} <Debug> TCPHandler: Processed in 0.002951498 sec. | ||
| 4460 | 2024.12.12 22:37:22.073908 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4461 | 2024.12.12 22:37:22.074128 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4462 | 2024.12.12 22:37:22.074219 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4463 | 2024.12.12 22:37:22.074765 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2024.12.12 22:37:22.074804 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4465 | 2024.12.12 22:37:22.075180 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4466 | 2024.12.12 22:37:22.075427 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4467 | 2024.12.12 22:37:22.075633 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001559 sec., 52597.81911481719 rows/sec., 3.34 MiB/sec. | ||
| 4468 | 2024.12.12 22:37:22.075681 [ 264 ] {07013f0b-2a5e-4d51-8b79-a2cc6f1507b7} <Debug> TCPHandler: Processed in 0.001881267 sec. | ||
| 4469 | 2024.12.12 22:37:23.741290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4470 | 2024.12.12 22:37:23.741948 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2024.12.12 22:37:23.741998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4472 | 2024.12.12 22:37:23.742551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4473 | 2024.12.12 22:37:23.742816 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2024.12.12 22:37:23.743064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4475 | 2024.12.12 22:37:24.435904 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4476 | 2024.12.12 22:37:24.455469 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2024.12.12 22:37:24.455520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4478 | 2024.12.12 22:37:24.463051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4479 | 2024.12.12 22:37:24.463848 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2024.12.12 22:37:24.467213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4481 | 2024.12.12 22:37:27.034065 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.12.12 22:37:27.034276 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4483 | 2024.12.12 22:37:27.034362 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4484 | 2024.12.12 22:37:27.035196 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4485 | 2024.12.12 22:37:27.035251 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4486 | 2024.12.12 22:37:27.035704 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4487 | 2024.12.12 22:37:27.035977 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4488 | 2024.12.12 22:37:27.036220 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002 sec., 44000 rows/sec., 3.61 MiB/sec. | ||
| 4489 | 2024.12.12 22:37:27.036291 [ 264 ] {a68941f0-fa79-4058-871c-df9f3ef8dd62} <Debug> TCPHandler: Processed in 0.002369017 sec. | ||
| 4490 | 2024.12.12 22:37:27.036541 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4491 | 2024.12.12 22:37:27.036735 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4492 | 2024.12.12 22:37:27.036807 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4493 | 2024.12.12 22:37:27.037548 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4494 | 2024.12.12 22:37:27.037592 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4495 | 2024.12.12 22:37:27.038031 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4496 | 2024.12.12 22:37:27.038287 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4497 | 2024.12.12 22:37:27.038518 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001835 sec., 8719.346049046322 rows/sec., 655.65 KiB/sec. | ||
| 4498 | 2024.12.12 22:37:27.038574 [ 265 ] {adbe779c-e478-419d-b4e0-8e219f6310c8} <Debug> TCPHandler: Processed in 0.002163782 sec. | ||
| 4499 | 2024.12.12 22:37:27.038741 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2024.12.12 22:37:27.038891 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4501 | 2024.12.12 22:37:27.038952 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4502 | 2024.12.12 22:37:27.039644 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4503 | 2024.12.12 22:37:27.039688 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4504 | 2024.12.12 22:37:27.040067 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4505 | 2024.12.12 22:37:27.040316 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2024.12.12 22:37:27.040529 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001674 sec., 47789.72520908005 rows/sec., 3.73 MiB/sec. | ||
| 4507 | 2024.12.12 22:37:27.040585 [ 264 ] {dd0738fc-2972-44b7-9874-56560f20df74} <Debug> TCPHandler: Processed in 0.001915308 sec. | ||
| 4508 | 2024.12.12 22:37:27.040728 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4509 | 2024.12.12 22:37:27.040857 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4510 | 2024.12.12 22:37:27.040910 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4511 | 2024.12.12 22:37:27.041500 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4512 | 2024.12.12 22:37:27.041540 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4513 | 2024.12.12 22:37:27.041952 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4514 | 2024.12.12 22:37:27.042216 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2024.12.12 22:37:27.042428 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 4516 | 2024.12.12 22:37:27.042479 [ 265 ] {f1e9cd09-210f-4667-9163-b62b5eec95c9} <Debug> TCPHandler: Processed in 0.001807875 sec. | ||
| 4517 | 2024.12.12 22:37:27.042645 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4518 | 2024.12.12 22:37:27.042786 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4519 | 2024.12.12 22:37:27.042881 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4520 | 2024.12.12 22:37:27.044100 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2024.12.12 22:37:27.044140 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4522 | 2024.12.12 22:37:27.044779 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4523 | 2024.12.12 22:37:27.045049 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2024.12.12 22:37:27.045229 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4525 | 2024.12.12 22:37:27.045326 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002564 sec., 6240.249609984399 rows/sec., 11.18 MiB/sec. | ||
| 4526 | 2024.12.12 22:37:27.045333 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4527 | 2024.12.12 22:37:27.045414 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 4528 | 2024.12.12 22:37:27.045764 [ 264 ] {6a14ef52-3be2-4205-b474-97c2c36199d4} <Debug> TCPHandler: Processed in 0.003180902 sec. | ||
| 4529 | 2024.12.12 22:37:27.045810 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 4530 | 2024.12.12 22:37:27.045966 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2024.12.12 22:37:27.046258 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4532 | 2024.12.12 22:37:27.046410 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4533 | 2024.12.12 22:37:27.046645 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4534 | 2024.12.12 22:37:27.046927 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 464 rows starting from the beginning of the part | ||
| 4535 | 2024.12.12 22:37:27.047695 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 4536 | 2024.12.12 22:37:27.048520 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 4537 | 2024.12.12 22:37:27.048560 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2024.12.12 22:37:27.048635 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4539 | 2024.12.12 22:37:27.049185 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 4540 | 2024.12.12 22:37:27.049821 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 4541 | 2024.12.12 22:37:27.050138 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4542 | 2024.12.12 22:37:27.050370 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 4543 | 2024.12.12 22:37:27.051005 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4544 | 2024.12.12 22:37:27.051663 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005503 sec., 10903.143739778303 rows/sec., 752.43 KiB/sec. | ||
| 4545 | 2024.12.12 22:37:27.051922 [ 265 ] {c3f6d13e-413f-4d74-b28b-1761c2bd6c66} <Debug> TCPHandler: Processed in 0.006044289 sec. | ||
| 4546 | 2024.12.12 22:37:27.062924 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 19 columns (19 merged, 0 gathered) in 0.01733534 sec., 32534.695021845546 rows/sec., 58.30 MiB/sec. | ||
| 4547 | 2024.12.12 22:37:27.063660 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4548 | 2024.12.12 22:37:27.064150 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4549 | 2024.12.12 22:37:27.064240 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4550 | 2024.12.12 22:37:27.064408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 4551 | 2024.12.12 22:37:28.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.38 MiB, peak 196.73 MiB, free memory in arenas 0.00 B, will set to 190.56 MiB (RSS), difference: 1.18 MiB | ||
| 4552 | 2024.12.12 22:37:31.133929 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4553 | 2024.12.12 22:37:31.134030 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4554 | 2024.12.12 22:37:31.243169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4555 | 2024.12.12 22:37:31.243847 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2024.12.12 22:37:31.243894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4557 | 2024.12.12 22:37:31.244469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4558 | 2024.12.12 22:37:31.244726 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2024.12.12 22:37:31.244988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4560 | 2024.12.12 22:37:31.276478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 602 | ||
| 4561 | 2024.12.12 22:37:31.280156 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2024.12.12 22:37:31.280207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4563 | 2024.12.12 22:37:31.281680 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4564 | 2024.12.12 22:37:31.281995 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4565 | 2024.12.12 22:37:31.282172 [ 68 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4566 | 2024.12.12 22:37:31.282237 [ 68 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2024.12.12 22:37:31.282279 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4568 | 2024.12.12 22:37:31.282872 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 4569 | 2024.12.12 22:37:31.284050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 4570 | 2024.12.12 22:37:31.284479 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4571 | 2024.12.12 22:37:31.284658 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 428 rows starting from the beginning of the part | ||
| 4572 | 2024.12.12 22:37:31.285181 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 4573 | 2024.12.12 22:37:31.285676 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 4574 | 2024.12.12 22:37:31.286151 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4575 | 2024.12.12 22:37:31.286625 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4576 | 2024.12.12 22:37:31.287079 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4577 | 2024.12.12 22:37:31.294872 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 72 columns (72 merged, 0 gathered) in 0.012457085 sec., 48325.91252287353 rows/sec., 42.91 MiB/sec. | ||
| 4578 | 2024.12.12 22:37:31.296090 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4579 | 2024.12.12 22:37:31.296895 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2024.12.12 22:37:31.296985 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_16_3} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4581 | 2024.12.12 22:37:31.297298 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
| 4582 | 2024.12.12 22:37:31.967260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4583 | 2024.12.12 22:37:31.987447 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.12.12 22:37:31.987496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4585 | 2024.12.12 22:37:31.994756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4586 | 2024.12.12 22:37:31.995506 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.12.12 22:37:31.998048 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4588 | 2024.12.12 22:37:32.038999 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2024.12.12 22:37:32.039213 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4590 | 2024.12.12 22:37:32.039292 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4591 | 2024.12.12 22:37:32.040062 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2024.12.12 22:37:32.040113 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4593 | 2024.12.12 22:37:32.040553 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4594 | 2024.12.12 22:37:32.040805 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2024.12.12 22:37:32.041047 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec. | ||
| 4596 | 2024.12.12 22:37:32.041109 [ 264 ] {29ec9d39-df4f-4581-9f3e-de6cac0b9b74} <Debug> TCPHandler: Processed in 0.002245804 sec. | ||
| 4597 | 2024.12.12 22:37:32.041373 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2024.12.12 22:37:32.041579 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4599 | 2024.12.12 22:37:32.041650 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4600 | 2024.12.12 22:37:32.042494 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2024.12.12 22:37:32.042533 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4602 | 2024.12.12 22:37:32.042996 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4603 | 2024.12.12 22:37:32.043255 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2024.12.12 22:37:32.043536 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002001 sec., 127436.28185907046 rows/sec., 11.18 MiB/sec. | ||
| 4605 | 2024.12.12 22:37:32.043846 [ 265 ] {12f9ff23-4d88-4ffc-b271-58124af716b8} <Debug> TCPHandler: Processed in 0.002607711 sec. | ||
| 4606 | 2024.12.12 22:37:32.044263 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2024.12.12 22:37:32.044646 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4608 | 2024.12.12 22:37:32.044699 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4609 | 2024.12.12 22:37:32.045284 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2024.12.12 22:37:32.045324 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4611 | 2024.12.12 22:37:32.045698 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4612 | 2024.12.12 22:37:32.045953 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2024.12.12 22:37:32.046218 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001624 sec., 20320.197044334975 rows/sec., 1.45 MiB/sec. | ||
| 4614 | 2024.12.12 22:37:32.046403 [ 264 ] {71b92e21-5249-49ac-938a-161a59f45f18} <Debug> TCPHandler: Processed in 0.002420528 sec. | ||
| 4615 | 2024.12.12 22:37:32.046993 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2024.12.12 22:37:32.047134 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4617 | 2024.12.12 22:37:32.047192 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2024.12.12 22:37:32.047845 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2024.12.12 22:37:32.047884 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4620 | 2024.12.12 22:37:32.048240 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4621 | 2024.12.12 22:37:32.048506 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2024.12.12 22:37:32.048685 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec. | ||
| 4623 | 2024.12.12 22:37:32.048734 [ 265 ] {a63111a4-c962-4387-890b-232531974ece} <Debug> TCPHandler: Processed in 0.002192063 sec. | ||
| 4624 | 2024.12.12 22:37:32.048944 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2024.12.12 22:37:32.049170 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4626 | 2024.12.12 22:37:32.049263 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4627 | 2024.12.12 22:37:32.050024 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2024.12.12 22:37:32.050064 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4629 | 2024.12.12 22:37:32.050426 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4630 | 2024.12.12 22:37:32.050671 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.12.12 22:37:32.050925 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001806 sec., 7198.228128460686 rows/sec., 448.81 KiB/sec. | ||
| 4632 | 2024.12.12 22:37:32.051123 [ 264 ] {a62e4bc9-e547-41e3-bbd0-66110d5d91f2} <Debug> TCPHandler: Processed in 0.002287335 sec. | ||
| 4633 | 2024.12.12 22:37:32.051343 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2024.12.12 22:37:32.051563 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4635 | 2024.12.12 22:37:32.051649 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4636 | 2024.12.12 22:37:32.052378 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2024.12.12 22:37:32.052417 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4638 | 2024.12.12 22:37:32.052804 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4639 | 2024.12.12 22:37:32.053041 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.12.12 22:37:32.053219 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001709 sec., 238736.10298420128 rows/sec., 17.01 MiB/sec. | ||
| 4641 | 2024.12.12 22:37:32.053268 [ 265 ] {e1069e06-c2a7-4fb3-8e2e-58886bf05c1b} <Debug> TCPHandler: Processed in 0.00204204 sec. | ||
| 4642 | 2024.12.12 22:37:32.053468 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.12.12 22:37:32.053674 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4644 | 2024.12.12 22:37:32.053732 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4645 | 2024.12.12 22:37:32.054304 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2024.12.12 22:37:32.054355 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4647 | 2024.12.12 22:37:32.054768 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4648 | 2024.12.12 22:37:32.055007 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2024.12.12 22:37:32.055258 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec. | ||
| 4650 | 2024.12.12 22:37:32.055337 [ 264 ] {a60b8b6b-2b5e-46cd-ba95-716c7bb4a31e} <Debug> TCPHandler: Processed in 0.00198069 sec. | ||
| 4651 | 2024.12.12 22:37:32.055479 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2024.12.12 22:37:32.055595 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4653 | 2024.12.12 22:37:32.055654 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4654 | 2024.12.12 22:37:32.056341 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2024.12.12 22:37:32.056385 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4656 | 2024.12.12 22:37:32.056814 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4657 | 2024.12.12 22:37:32.057053 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2024.12.12 22:37:32.057257 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
| 4659 | 2024.12.12 22:37:32.057307 [ 265 ] {8956cd8d-608b-45dc-82c3-96efdce84ee3} <Debug> TCPHandler: Processed in 0.001887927 sec. | ||
| 4660 | 2024.12.12 22:37:32.057452 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2024.12.12 22:37:32.057570 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4662 | 2024.12.12 22:37:32.057627 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4663 | 2024.12.12 22:37:32.058176 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2024.12.12 22:37:32.058223 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4665 | 2024.12.12 22:37:32.058648 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4666 | 2024.12.12 22:37:32.058890 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2024.12.12 22:37:32.059052 [ 67 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4668 | 2024.12.12 22:37:32.059127 [ 67 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2024.12.12 22:37:32.059136 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 4670 | 2024.12.12 22:37:32.059169 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4671 | 2024.12.12 22:37:32.059277 [ 264 ] {68029c1e-da7a-40fd-855f-3ac3b5042f6a} <Debug> TCPHandler: Processed in 0.001872517 sec. | ||
| 4672 | 2024.12.12 22:37:32.059498 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::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 | ||
| 4673 | 2024.12.12 22:37:32.059512 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4674 | 2024.12.12 22:37:32.059780 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4675 | 2024.12.12 22:37:32.059806 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4676 | 2024.12.12 22:37:32.059854 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4677 | 2024.12.12 22:37:32.060070 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4678 | 2024.12.12 22:37:32.060161 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4679 | 2024.12.12 22:37:32.060599 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4680 | 2024.12.12 22:37:32.061048 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4681 | 2024.12.12 22:37:32.061438 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4682 | 2024.12.12 22:37:32.061939 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4683 | 2024.12.12 22:37:32.065534 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006213482 sec., 1609.4035518248866 rows/sec., 108.45 KiB/sec. | ||
| 4684 | 2024.12.12 22:37:32.065711 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2024.12.12 22:37:32.065745 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4686 | 2024.12.12 22:37:32.065775 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4687 | 2024.12.12 22:37:32.066322 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2024.12.12 22:37:32.066526 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_10_2} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4689 | 2024.12.12 22:37:32.066690 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4690 | 2024.12.12 22:37:32.067032 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4691 | 2024.12.12 22:37:32.067318 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2024.12.12 22:37:32.067629 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007877 sec., 3300.7490161228893 rows/sec., 5.91 MiB/sec. | ||
| 4693 | 2024.12.12 22:37:32.068015 [ 265 ] {33f0cdc3-9171-4a63-8de0-56cb4642b4a3} <Debug> TCPHandler: Processed in 0.008628789 sec. | ||
| 4694 | 2024.12.12 22:37:32.068226 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2024.12.12 22:37:32.068453 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4696 | 2024.12.12 22:37:32.068546 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4697 | 2024.12.12 22:37:32.069093 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2024.12.12 22:37:32.069133 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4699 | 2024.12.12 22:37:32.069515 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4700 | 2024.12.12 22:37:32.069760 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2024.12.12 22:37:32.069997 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec. | ||
| 4702 | 2024.12.12 22:37:32.070051 [ 264 ] {47876dc6-5aa9-4e36-acfb-d64d19ec5fa2} <Debug> TCPHandler: Processed in 0.001938839 sec. | ||
| 4703 | 2024.12.12 22:37:37.066217 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2024.12.12 22:37:37.066442 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4705 | 2024.12.12 22:37:37.066524 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4706 | 2024.12.12 22:37:37.067296 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2024.12.12 22:37:37.067344 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4708 | 2024.12.12 22:37:37.067775 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4709 | 2024.12.12 22:37:37.068052 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2024.12.12 22:37:37.068357 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001964 sec., 4073.3197556008145 rows/sec., 332.15 KiB/sec. | ||
| 4711 | 2024.12.12 22:37:37.068668 [ 264 ] {9bbbe531-10ad-4776-b86f-3d7e31dc780e} <Debug> TCPHandler: Processed in 0.002588441 sec. | ||
| 4712 | 2024.12.12 22:37:37.068926 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2024.12.12 22:37:37.069112 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4714 | 2024.12.12 22:37:37.069181 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4715 | 2024.12.12 22:37:37.070498 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2024.12.12 22:37:37.070572 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4717 | 2024.12.12 22:37:37.071068 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4718 | 2024.12.12 22:37:37.071352 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2024.12.12 22:37:37.071605 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002543 sec., 484467.16476602433 rows/sec., 39.87 MiB/sec. | ||
| 4720 | 2024.12.12 22:37:37.071736 [ 265 ] {afbcc9d6-632d-483d-8fbf-235c2be3cad4} <Debug> TCPHandler: Processed in 0.002936938 sec. | ||
| 4721 | 2024.12.12 22:37:37.071903 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2024.12.12 22:37:37.072024 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4723 | 2024.12.12 22:37:37.072075 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4724 | 2024.12.12 22:37:37.072759 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2024.12.12 22:37:37.072801 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4726 | 2024.12.12 22:37:37.073180 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4727 | 2024.12.12 22:37:37.073423 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2024.12.12 22:37:37.073637 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001637 sec., 14660.965180207697 rows/sec., 1.05 MiB/sec. | ||
| 4729 | 2024.12.12 22:37:37.073692 [ 264 ] {fdd23f30-50a0-42e3-a01c-322b0c8d8ec0} <Debug> TCPHandler: Processed in 0.001846676 sec. | ||
| 4730 | 2024.12.12 22:37:37.073840 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2024.12.12 22:37:37.073960 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4732 | 2024.12.12 22:37:37.074010 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4733 | 2024.12.12 22:37:37.074681 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2024.12.12 22:37:37.074722 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4735 | 2024.12.12 22:37:37.075095 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4736 | 2024.12.12 22:37:37.075346 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2024.12.12 22:37:37.075609 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001667 sec., 136772.64547090582 rows/sec., 9.26 MiB/sec. | ||
| 4738 | 2024.12.12 22:37:37.075813 [ 265 ] {5067dbbe-c0ae-4266-aa33-73fb43dabdbd} <Debug> TCPHandler: Processed in 0.00202628 sec. | ||
| 4739 | 2024.12.12 22:37:37.075977 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4740 | 2024.12.12 22:37:37.076116 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4741 | 2024.12.12 22:37:37.076174 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4742 | 2024.12.12 22:37:37.077055 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2024.12.12 22:37:37.077096 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4744 | 2024.12.12 22:37:37.077510 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4745 | 2024.12.12 22:37:37.077754 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2024.12.12 22:37:37.078011 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001922 sec., 283038.50156087405 rows/sec., 21.00 MiB/sec. | ||
| 4747 | 2024.12.12 22:37:37.078248 [ 264 ] {252f1c78-3831-4b38-ba81-13516801047c} <Debug> TCPHandler: Processed in 0.002332665 sec. | ||
| 4748 | 2024.12.12 22:37:37.078450 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4749 | 2024.12.12 22:37:37.078591 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4750 | 2024.12.12 22:37:37.078653 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4751 | 2024.12.12 22:37:37.079418 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2024.12.12 22:37:37.079458 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4753 | 2024.12.12 22:37:37.079917 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4754 | 2024.12.12 22:37:37.080167 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2024.12.12 22:37:37.080332 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4756 | 2024.12.12 22:37:37.080396 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.00183 sec., 483060.10928961745 rows/sec., 32.50 MiB/sec. | ||
| 4757 | 2024.12.12 22:37:37.080409 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2024.12.12 22:37:37.080479 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4759 | 2024.12.12 22:37:37.080522 [ 265 ] {41bc85ee-9f57-423b-b893-f03f4e4ab444} <Debug> TCPHandler: Processed in 0.002161042 sec. | ||
| 4760 | 2024.12.12 22:37:37.080793 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4761 | 2024.12.12 22:37:37.081016 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 4762 | 2024.12.12 22:37:37.081259 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4763 | 2024.12.12 22:37:37.081689 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4764 | 2024.12.12 22:37:37.081721 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4765 | 2024.12.12 22:37:37.081878 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7750 rows starting from the beginning of the part | ||
| 4766 | 2024.12.12 22:37:37.082255 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 4767 | 2024.12.12 22:37:37.082688 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 4768 | 2024.12.12 22:37:37.083180 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 4769 | 2024.12.12 22:37:37.083509 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 4770 | 2024.12.12 22:37:37.083908 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 884 rows starting from the beginning of the part | ||
| 4771 | 2024.12.12 22:37:37.087511 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2024.12.12 22:37:37.087571 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4773 | 2024.12.12 22:37:37.088723 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4774 | 2024.12.12 22:37:37.089046 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4775 | 2024.12.12 22:37:37.089348 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008262 sec., 1936.5770999757926 rows/sec., 3.47 MiB/sec. | ||
| 4776 | 2024.12.12 22:37:37.089802 [ 264 ] {1020935a-7fe1-424c-88f3-d16793b0d3b7} <Debug> TCPHandler: Processed in 0.0091608 sec. | ||
| 4777 | 2024.12.12 22:37:37.090087 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4778 | 2024.12.12 22:37:37.090137 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9428 rows, containing 5 columns (5 merged, 0 gathered) in 0.009524107 sec., 989909.0801898802 rows/sec., 66.75 MiB/sec. | ||
| 4779 | 2024.12.12 22:37:37.090256 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4780 | 2024.12.12 22:37:37.090317 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4781 | 2024.12.12 22:37:37.090408 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4782 | 2024.12.12 22:37:37.090874 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4783 | 2024.12.12 22:37:37.090996 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4784 | 2024.12.12 22:37:37.091074 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2024.12.12 22:37:37.091086 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 4786 | 2024.12.12 22:37:37.091116 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4787 | 2024.12.12 22:37:37.091485 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4788 | 2024.12.12 22:37:37.091725 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2024.12.12 22:37:37.091892 [ 62 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4790 | 2024.12.12 22:37:37.091951 [ 62 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2024.12.12 22:37:37.091982 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001751 sec., 34266.133637921186 rows/sec., 2.31 MiB/sec. | ||
| 4792 | 2024.12.12 22:37:37.091992 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4793 | 2024.12.12 22:37:37.092167 [ 265 ] {87028c2c-d95a-401a-a719-bc1c8881efef} <Debug> TCPHandler: Processed in 0.002231874 sec. | ||
| 4794 | 2024.12.12 22:37:37.092423 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 4795 | 2024.12.12 22:37:37.092610 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4796 | 2024.12.12 22:37:37.092647 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1214 rows starting from the beginning of the part | ||
| 4797 | 2024.12.12 22:37:37.092756 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 4798 | 2024.12.12 22:37:37.092955 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 4799 | 2024.12.12 22:37:37.093136 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 4800 | 2024.12.12 22:37:37.093273 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 4801 | 2024.12.12 22:37:37.093485 [ 198 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4802 | 2024.12.12 22:37:37.094913 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1558 rows, containing 4 columns (4 merged, 0 gathered) in 0.002793505 sec., 557722.2879500842 rows/sec., 36.38 MiB/sec. | ||
| 4803 | 2024.12.12 22:37:37.095146 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4804 | 2024.12.12 22:37:37.095514 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4805 | 2024.12.12 22:37:37.095604 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_26_5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4806 | 2024.12.12 22:37:37.095699 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4807 | 2024.12.12 22:37:38.745118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 4808 | 2024.12.12 22:37:38.745876 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2024.12.12 22:37:38.745923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4810 | 2024.12.12 22:37:38.746480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4811 | 2024.12.12 22:37:38.746935 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2024.12.12 22:37:38.747318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 4813 | 2024.12.12 22:37:39.498103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4814 | 2024.12.12 22:37:39.519932 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.12.12 22:37:39.519989 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4816 | 2024.12.12 22:37:39.527476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4817 | 2024.12.12 22:37:39.528284 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2024.12.12 22:37:39.531951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4819 | 2024.12.12 22:37:41.284288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 640 | ||
| 4820 | 2024.12.12 22:37:41.287639 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2024.12.12 22:37:41.287693 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4822 | 2024.12.12 22:37:41.289203 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4823 | 2024.12.12 22:37:41.289528 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2024.12.12 22:37:41.291281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 640 | ||
| 4825 | 2024.12.12 22:37:42.039500 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4826 | 2024.12.12 22:37:42.039692 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4827 | 2024.12.12 22:37:42.039762 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4828 | 2024.12.12 22:37:42.040518 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2024.12.12 22:37:42.040564 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4830 | 2024.12.12 22:37:42.041015 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4831 | 2024.12.12 22:37:42.041278 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2024.12.12 22:37:42.041520 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 4833 | 2024.12.12 22:37:42.041682 [ 264 ] {3f43de2e-98e3-4cbf-b0b1-6b4a2f20e74f} <Debug> TCPHandler: Processed in 0.002306735 sec. | ||
| 4834 | 2024.12.12 22:37:42.041954 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2024.12.12 22:37:42.042168 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4836 | 2024.12.12 22:37:42.042249 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4837 | 2024.12.12 22:37:42.043174 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4838 | 2024.12.12 22:37:42.043223 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4839 | 2024.12.12 22:37:42.043712 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4840 | 2024.12.12 22:37:42.043973 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4841 | 2024.12.12 22:37:42.044150 [ 53 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4842 | 2024.12.12 22:37:42.044209 [ 53 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2024.12.12 22:37:42.044233 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002114 sec., 120624.4087038789 rows/sec., 10.59 MiB/sec. | ||
| 4844 | 2024.12.12 22:37:42.044243 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4845 | 2024.12.12 22:37:42.044386 [ 265 ] {2980d597-8772-4a01-acf5-4960512d5a70} <Debug> TCPHandler: Processed in 0.002571301 sec. | ||
| 4846 | 2024.12.12 22:37:42.044534 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 4847 | 2024.12.12 22:37:42.044567 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2024.12.12 22:37:42.044811 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4849 | 2024.12.12 22:37:42.044826 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4850 | 2024.12.12 22:37:42.044912 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4851 | 2024.12.12 22:37:42.044915 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1437 rows starting from the beginning of the part | ||
| 4852 | 2024.12.12 22:37:42.045255 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 255 rows starting from the beginning of the part | ||
| 4853 | 2024.12.12 22:37:42.045633 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part | ||
| 4854 | 2024.12.12 22:37:42.046098 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 255 rows starting from the beginning of the part | ||
| 4855 | 2024.12.12 22:37:42.046507 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1232 rows starting from the beginning of the part | ||
| 4856 | 2024.12.12 22:37:42.046906 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 255 rows starting from the beginning of the part | ||
| 4857 | 2024.12.12 22:37:42.047912 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2024.12.12 22:37:42.047997 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4859 | 2024.12.12 22:37:42.049063 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4860 | 2024.12.12 22:37:42.049559 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2024.12.12 22:37:42.049813 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005093 sec., 6479.481641468682 rows/sec., 473.42 KiB/sec. | ||
| 4862 | 2024.12.12 22:37:42.049988 [ 264 ] {5e56db62-02c4-490d-8b3f-e3cdd2c8bfe9} <Debug> TCPHandler: Processed in 0.005505218 sec. | ||
| 4863 | 2024.12.12 22:37:42.050199 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4864 | 2024.12.12 22:37:42.050459 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4865 | 2024.12.12 22:37:42.050529 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3522 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613613 sec., 573977.4092139509 rows/sec., 50.37 MiB/sec. | ||
| 4866 | 2024.12.12 22:37:42.050542 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4867 | 2024.12.12 22:37:42.050841 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4868 | 2024.12.12 22:37:42.051465 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2024.12.12 22:37:42.051681 [ 198 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_31_6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4870 | 2024.12.12 22:37:42.051877 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 4871 | 2024.12.12 22:37:42.051898 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2024.12.12 22:37:42.051955 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4873 | 2024.12.12 22:37:42.052328 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4874 | 2024.12.12 22:37:42.052578 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2024.12.12 22:37:42.052794 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002404 sec., 5823.627287853577 rows/sec., 407.85 KiB/sec. | ||
| 4876 | 2024.12.12 22:37:42.052849 [ 265 ] {aa31505c-7db9-4a67-8a00-2ffcbfc08ac4} <Debug> TCPHandler: Processed in 0.002756724 sec. | ||
| 4877 | 2024.12.12 22:37:42.053006 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2024.12.12 22:37:42.053149 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4879 | 2024.12.12 22:37:42.053211 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4880 | 2024.12.12 22:37:42.053918 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2024.12.12 22:37:42.053957 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4882 | 2024.12.12 22:37:42.054319 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4883 | 2024.12.12 22:37:42.054568 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2024.12.12 22:37:42.054840 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001697 sec., 7660.577489687685 rows/sec., 477.64 KiB/sec. | ||
| 4885 | 2024.12.12 22:37:42.055001 [ 264 ] {85932e1e-1e90-4512-8441-47a09ec8c6f2} <Debug> TCPHandler: Processed in 0.002064641 sec. | ||
| 4886 | 2024.12.12 22:37:42.055158 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4887 | 2024.12.12 22:37:42.055280 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4888 | 2024.12.12 22:37:42.055330 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4889 | 2024.12.12 22:37:42.056130 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4890 | 2024.12.12 22:37:42.056172 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4891 | 2024.12.12 22:37:42.056571 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4892 | 2024.12.12 22:37:42.056816 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2024.12.12 22:37:42.056976 [ 53 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4894 | 2024.12.12 22:37:42.057041 [ 53 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2024.12.12 22:37:42.057057 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001795 sec., 227298.0501392758 rows/sec., 16.19 MiB/sec. | ||
| 4896 | 2024.12.12 22:37:42.057088 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4897 | 2024.12.12 22:37:42.057199 [ 265 ] {38cc005a-3b91-42c9-9cb3-278ca40e2565} <Debug> TCPHandler: Processed in 0.002093541 sec. | ||
| 4898 | 2024.12.12 22:37:42.057493 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2024.12.12 22:37:42.057646 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 4900 | 2024.12.12 22:37:42.057843 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4901 | 2024.12.12 22:37:42.058029 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4902 | 2024.12.12 22:37:42.058215 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4903 | 2024.12.12 22:37:42.058295 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part | ||
| 4904 | 2024.12.12 22:37:42.058640 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 408 rows starting from the beginning of the part | ||
| 4905 | 2024.12.12 22:37:42.058959 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part | ||
| 4906 | 2024.12.12 22:37:42.059250 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 408 rows starting from the beginning of the part | ||
| 4907 | 2024.12.12 22:37:42.059414 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 544 rows starting from the beginning of the part | ||
| 4908 | 2024.12.12 22:37:42.059729 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 408 rows starting from the beginning of the part | ||
| 4909 | 2024.12.12 22:37:42.060488 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2024.12.12 22:37:42.060558 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4911 | 2024.12.12 22:37:42.061629 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4912 | 2024.12.12 22:37:42.062061 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2024.12.12 22:37:42.062276 [ 52 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4914 | 2024.12.12 22:37:42.062447 [ 52 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.12.12 22:37:42.062464 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004709 sec., 1274.1558717349756 rows/sec., 66.57 KiB/sec. | ||
| 4916 | 2024.12.12 22:37:42.062804 [ 264 ] {f43fd3aa-b674-4c3f-b5bc-73c529cf44c1} <Debug> TCPHandler: Processed in 0.005444597 sec. | ||
| 4917 | 2024.12.12 22:37:42.062563 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4918 | 2024.12.12 22:37:42.063068 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4919 | 2024.12.12 22:37:42.063118 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.005881655 sec., 469935.75787767215 rows/sec., 35.88 MiB/sec. | ||
| 4920 | 2024.12.12 22:37:42.063326 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4921 | 2024.12.12 22:37:42.063356 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4922 | 2024.12.12 22:37:42.063468 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4923 | 2024.12.12 22:37:42.063488 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4924 | 2024.12.12 22:37:42.063771 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4925 | 2024.12.12 22:37:42.063868 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4926 | 2024.12.12 22:37:42.064347 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4927 | 2024.12.12 22:37:42.064723 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2024.12.12 22:37:42.064848 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4929 | 2024.12.12 22:37:42.065211 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_31_6} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4930 | 2024.12.12 22:37:42.065314 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4931 | 2024.12.12 22:37:42.065573 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4932 | 2024.12.12 22:37:42.065803 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4933 | 2024.12.12 22:37:42.066035 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 4934 | 2024.12.12 22:37:42.066780 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.12.12 22:37:42.066828 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4936 | 2024.12.12 22:37:42.067459 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4937 | 2024.12.12 22:37:42.067668 [ 197 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004507789 sec., 14641.324161357154 rows/sec., 764.95 KiB/sec. | ||
| 4938 | 2024.12.12 22:37:42.067869 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2024.12.12 22:37:42.067884 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4940 | 2024.12.12 22:37:42.068394 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005087 sec., 46589.345390210336 rows/sec., 3.12 MiB/sec. | ||
| 4941 | 2024.12.12 22:37:42.068749 [ 265 ] {bf371ae3-7377-4358-b062-5d423b58fd38} <Debug> TCPHandler: Processed in 0.005806324 sec. | ||
| 4942 | 2024.12.12 22:37:42.068811 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_11_2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2024.12.12 22:37:42.069036 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2024.12.12 22:37:42.069155 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_11_2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4945 | 2024.12.12 22:37:42.069346 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4946 | 2024.12.12 22:37:42.069355 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4947 | 2024.12.12 22:37:42.069448 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4948 | 2024.12.12 22:37:42.069993 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2024.12.12 22:37:42.070033 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4950 | 2024.12.12 22:37:42.070401 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4951 | 2024.12.12 22:37:42.070647 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.12.12 22:37:42.070904 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001647 sec., 607.1645415907711 rows/sec., 40.91 KiB/sec. | ||
| 4953 | 2024.12.12 22:37:42.070979 [ 264 ] {fa34532e-36c0-426b-8ad0-cd5dc5a691ae} <Debug> TCPHandler: Processed in 0.002109171 sec. | ||
| 4954 | 2024.12.12 22:37:42.071133 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2024.12.12 22:37:42.071252 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4956 | 2024.12.12 22:37:42.071332 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4957 | 2024.12.12 22:37:42.072471 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2024.12.12 22:37:42.072511 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4959 | 2024.12.12 22:37:42.073171 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4960 | 2024.12.12 22:37:42.073420 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2024.12.12 22:37:42.073752 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.0025 sec., 10400 rows/sec., 18.64 MiB/sec. | ||
| 4962 | 2024.12.12 22:37:42.074177 [ 265 ] {c7423fcd-786e-48d9-a213-c514e38471d0} <Debug> TCPHandler: Processed in 0.003097991 sec. | ||
| 4963 | 2024.12.12 22:37:42.074332 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.12.12 22:37:42.074476 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4965 | 2024.12.12 22:37:42.074538 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4966 | 2024.12.12 22:37:42.075079 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2024.12.12 22:37:42.075118 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4968 | 2024.12.12 22:37:42.075518 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4969 | 2024.12.12 22:37:42.075761 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2024.12.12 22:37:42.075982 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec. | ||
| 4971 | 2024.12.12 22:37:42.076113 [ 264 ] {3336a332-9876-44b2-b710-67fd3755d8f7} <Debug> TCPHandler: Processed in 0.001850587 sec. | ||
| 4972 | 2024.12.12 22:37:46.134097 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4973 | 2024.12.12 22:37:46.134167 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4974 | 2024.12.12 22:37:46.247475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 4975 | 2024.12.12 22:37:46.248395 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2024.12.12 22:37:46.248446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4977 | 2024.12.12 22:37:46.249000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4978 | 2024.12.12 22:37:46.249269 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.12.12 22:37:46.249468 [ 47 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4980 | 2024.12.12 22:37:46.249524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4981 | 2024.12.12 22:37:46.249551 [ 47 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2024.12.12 22:37:46.249582 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 4983 | 2024.12.12 22:37:46.249716 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 4984 | 2024.12.12 22:37:46.249887 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4985 | 2024.12.12 22:37:46.249928 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 4986 | 2024.12.12 22:37:46.250007 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 4987 | 2024.12.12 22:37:46.250195 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 4988 | 2024.12.12 22:37:46.250500 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 4989 | 2024.12.12 22:37:46.250674 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 4990 | 2024.12.12 22:37:46.250838 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 4991 | 2024.12.12 22:37:46.255397 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005746713 sec., 2080493.6665533846 rows/sec., 29.76 MiB/sec. | ||
| 4992 | 2024.12.12 22:37:46.255980 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4993 | 2024.12.12 22:37:46.256399 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2024.12.12 22:37:46.256495 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_26_5} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4995 | 2024.12.12 22:37:46.256621 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 4996 | 2024.12.12 22:37:47.031997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4997 | 2024.12.12 22:37:47.034507 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4998 | 2024.12.12 22:37:47.035087 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4999 | 2024.12.12 22:37:47.035359 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5000 | 2024.12.12 22:37:47.041024 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2024.12.12 22:37:47.041107 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5002 | 2024.12.12 22:37:47.042474 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5003 | 2024.12.12 22:37:47.043106 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2024.12.12 22:37:47.043619 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.008752 sec., 10054.844606946985 rows/sec., 845.90 KiB/sec. | ||
| 5005 | 2024.12.12 22:37:47.043809 [ 264 ] {66fcbd04-6330-445b-8bf6-92e11fb85af5} <Debug> TCPHandler: Processed in 0.009748941 sec. | ||
| 5006 | 2024.12.12 22:37:47.044265 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5007 | 2024.12.12 22:37:47.044949 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5008 | 2024.12.12 22:37:47.045114 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5009 | 2024.12.12 22:37:47.048551 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2024.12.12 22:37:47.048643 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5011 | 2024.12.12 22:37:47.050218 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5012 | 2024.12.12 22:37:47.050976 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2024.12.12 22:37:47.051411 [ 46 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5014 | 2024.12.12 22:37:47.051545 [ 46 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2024.12.12 22:37:47.051630 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5016 | 2024.12.12 22:37:47.051848 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.007106 sec., 2251.618350689558 rows/sec., 169.31 KiB/sec. | ||
| 5017 | 2024.12.12 22:37:47.052163 [ 265 ] {b2bef6fd-191b-4a44-a47f-43b22a7a3cf1} <Debug> TCPHandler: Processed in 0.00818476 sec. | ||
| 5018 | 2024.12.12 22:37:47.052236 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 5019 | 2024.12.12 22:37:47.052414 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2024.12.12 22:37:47.052780 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5021 | 2024.12.12 22:37:47.052867 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5022 | 2024.12.12 22:37:47.053056 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5023 | 2024.12.12 22:37:47.053069 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 67 rows starting from the beginning of the part | ||
| 5024 | 2024.12.12 22:37:47.054267 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 5025 | 2024.12.12 22:37:47.055260 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
| 5026 | 2024.12.12 22:37:47.056023 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
| 5027 | 2024.12.12 22:37:47.056896 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
| 5028 | 2024.12.12 22:37:47.056975 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5029 | 2024.12.12 22:37:47.057112 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5030 | 2024.12.12 22:37:47.057728 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5031 | 2024.12.12 22:37:47.059070 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5032 | 2024.12.12 22:37:47.059945 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.12.12 22:37:47.060783 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.008121 sec., 9851.003570988794 rows/sec., 787.65 KiB/sec. | ||
| 5034 | 2024.12.12 22:37:47.061097 [ 264 ] {a9e97e8d-f32f-45e2-a22e-52a34a2b7569} <Debug> TCPHandler: Processed in 0.008815783 sec. | ||
| 5035 | 2024.12.12 22:37:47.061402 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5036 | 2024.12.12 22:37:47.061858 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5037 | 2024.12.12 22:37:47.062086 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5038 | 2024.12.12 22:37:47.065560 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2024.12.12 22:37:47.065667 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5040 | 2024.12.12 22:37:47.066595 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.01478098 sec., 12786.702911444301 rows/sec., 987.73 KiB/sec. | ||
| 5041 | 2024.12.12 22:37:47.066981 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5042 | 2024.12.12 22:37:47.068230 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5043 | 2024.12.12 22:37:47.068494 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2024.12.12 22:37:47.068954 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_30_6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5045 | 2024.12.12 22:37:47.069268 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5046 | 2024.12.12 22:37:47.069423 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2024.12.12 22:37:47.070263 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008526 sec., 18766.127140511377 rows/sec., 1.31 MiB/sec. | ||
| 5048 | 2024.12.12 22:37:47.070514 [ 265 ] {0f7beb40-5577-4e21-93b5-29a775fed0d1} <Debug> TCPHandler: Processed in 0.009293213 sec. | ||
| 5049 | 2024.12.12 22:37:47.070750 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2024.12.12 22:37:47.071079 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5051 | 2024.12.12 22:37:47.071311 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5052 | 2024.12.12 22:37:47.077636 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2024.12.12 22:37:47.077712 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5054 | 2024.12.12 22:37:47.081481 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5055 | 2024.12.12 22:37:47.082566 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2024.12.12 22:37:47.083213 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.012248 sec., 1306.3357282821685 rows/sec., 2.34 MiB/sec. | ||
| 5057 | 2024.12.12 22:37:47.083753 [ 264 ] {7c0432ec-6b58-41c8-a7c6-7fd26f302aff} <Debug> TCPHandler: Processed in 0.013122318 sec. | ||
| 5058 | 2024.12.12 22:37:47.084019 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5059 | 2024.12.12 22:37:47.084316 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5060 | 2024.12.12 22:37:47.084473 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5061 | 2024.12.12 22:37:47.086685 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2024.12.12 22:37:47.086764 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5063 | 2024.12.12 22:37:47.088180 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5064 | 2024.12.12 22:37:47.088686 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2024.12.12 22:37:47.088974 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004748 sec., 12636.899747262007 rows/sec., 872.08 KiB/sec. | ||
| 5066 | 2024.12.12 22:37:47.089084 [ 265 ] {99f482c3-ba07-4e1b-a30c-76558df1395f} <Debug> TCPHandler: Processed in 0.005219393 sec. | ||
| 5067 | 2024.12.12 22:37:47.100981 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2024.12.12 22:37:47.101033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5069 | 2024.12.12 22:37:47.108756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5070 | 2024.12.12 22:37:47.109607 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2024.12.12 22:37:47.109904 [ 46 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5072 | 2024.12.12 22:37:47.109969 [ 46 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2024.12.12 22:37:47.110016 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5074 | 2024.12.12 22:37:47.110489 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5075 | 2024.12.12 22:37:47.121364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5076 | 2024.12.12 22:37:47.122289 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5077 | 2024.12.12 22:37:47.123222 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5078 | 2024.12.12 22:37:47.128022 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5079 | 2024.12.12 22:37:47.133363 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5080 | 2024.12.12 22:37:47.138512 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5081 | 2024.12.12 22:37:47.143923 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5082 | 2024.12.12 22:37:47.148522 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5083 | 2024.12.12 22:37:47.209281 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.099172548 sec., 1976.3533755329147 rows/sec., 10.22 MiB/sec. | ||
| 5084 | 2024.12.12 22:37:47.211918 [ 189 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5085 | 2024.12.12 22:37:47.217259 [ 189 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_26_5} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2024.12.12 22:37:47.217400 [ 189 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_26_5} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5087 | 2024.12.12 22:37:47.219858 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5088 | 2024.12.12 22:37:48.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.40 MiB, peak 203.97 MiB, free memory in arenas 0.00 B, will set to 194.83 MiB (RSS), difference: 1.44 MiB | ||
| 5089 | 2024.12.12 22:37:51.291528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 674 | ||
| 5090 | 2024.12.12 22:37:51.294903 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2024.12.12 22:37:51.294962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5092 | 2024.12.12 22:37:51.296546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5093 | 2024.12.12 22:37:51.296883 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2024.12.12 22:37:51.297562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674 | ||
| 5095 | 2024.12.12 22:37:52.039530 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5096 | 2024.12.12 22:37:52.039743 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5097 | 2024.12.12 22:37:52.039823 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5098 | 2024.12.12 22:37:52.040628 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.12.12 22:37:52.040680 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5100 | 2024.12.12 22:37:52.041132 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5101 | 2024.12.12 22:37:52.041397 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2024.12.12 22:37:52.041656 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 5103 | 2024.12.12 22:37:52.041846 [ 264 ] {753996dd-827d-4977-bd8c-bab761ddbc17} <Debug> TCPHandler: Processed in 0.002455699 sec. | ||
| 5104 | 2024.12.12 22:37:52.042193 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2024.12.12 22:37:52.042397 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5106 | 2024.12.12 22:37:52.042468 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5107 | 2024.12.12 22:37:52.043247 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5108 | 2024.12.12 22:37:52.043290 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5109 | 2024.12.12 22:37:52.043740 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5110 | 2024.12.12 22:37:52.044007 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5111 | 2024.12.12 22:37:52.044211 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001866 sec., 5359.056806002143 rows/sec., 436.99 KiB/sec. | ||
| 5112 | 2024.12.12 22:37:52.044276 [ 265 ] {32642930-6454-4be5-903a-44661f5dfbda} <Debug> TCPHandler: Processed in 0.002278524 sec. | ||
| 5113 | 2024.12.12 22:37:52.044450 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2024.12.12 22:37:52.044571 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5115 | 2024.12.12 22:37:52.044624 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5116 | 2024.12.12 22:37:52.045344 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2024.12.12 22:37:52.045384 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5118 | 2024.12.12 22:37:52.045771 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5119 | 2024.12.12 22:37:52.046015 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.12.12 22:37:52.046267 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001711 sec., 151957.91934541202 rows/sec., 13.29 MiB/sec. | ||
| 5121 | 2024.12.12 22:37:52.046464 [ 264 ] {833df05d-3efe-4256-9ae7-b7c049d4e927} <Debug> TCPHandler: Processed in 0.00206862 sec. | ||
| 5122 | 2024.12.12 22:37:52.046694 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5123 | 2024.12.12 22:37:52.046840 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5124 | 2024.12.12 22:37:52.046899 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5125 | 2024.12.12 22:37:52.047564 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2024.12.12 22:37:52.047604 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5127 | 2024.12.12 22:37:52.047999 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5128 | 2024.12.12 22:37:52.048254 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2024.12.12 22:37:52.048450 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001647 sec., 26108.075288403157 rows/sec., 1.84 MiB/sec. | ||
| 5130 | 2024.12.12 22:37:52.048503 [ 265 ] {c3409c1c-f089-474a-9c5c-b25f1a0d8985} <Debug> TCPHandler: Processed in 0.001925588 sec. | ||
| 5131 | 2024.12.12 22:37:52.048667 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5132 | 2024.12.12 22:37:52.048808 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5133 | 2024.12.12 22:37:52.048865 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5134 | 2024.12.12 22:37:52.049483 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2024.12.12 22:37:52.049523 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5136 | 2024.12.12 22:37:52.049878 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5137 | 2024.12.12 22:37:52.050117 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5138 | 2024.12.12 22:37:52.050293 [ 23 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5139 | 2024.12.12 22:37:52.050354 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001568 sec., 8928.57142857143 rows/sec., 625.30 KiB/sec. | ||
| 5140 | 2024.12.12 22:37:52.050396 [ 23 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2024.12.12 22:37:52.050466 [ 264 ] {738ceda5-cf1f-4c58-9f08-8b55117ef06d} <Debug> TCPHandler: Processed in 0.001864777 sec. | ||
| 5142 | 2024.12.12 22:37:52.050479 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5143 | 2024.12.12 22:37:52.050822 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2024.12.12 22:37:52.050848 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 5145 | 2024.12.12 22:37:52.051244 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5146 | 2024.12.12 22:37:52.051255 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5147 | 2024.12.12 22:37:52.051308 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5148 | 2024.12.12 22:37:52.051360 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5149 | 2024.12.12 22:37:52.051618 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5150 | 2024.12.12 22:37:52.052156 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5151 | 2024.12.12 22:37:52.052614 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 5152 | 2024.12.12 22:37:52.053009 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5153 | 2024.12.12 22:37:52.053236 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5154 | 2024.12.12 22:37:52.054082 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2024.12.12 22:37:52.054146 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5156 | 2024.12.12 22:37:52.055209 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5157 | 2024.12.12 22:37:52.055833 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2024.12.12 22:37:52.056569 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005344 sec., 2432.634730538922 rows/sec., 151.67 KiB/sec. | ||
| 5159 | 2024.12.12 22:37:52.056807 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006178651 sec., 85131.85159673203 rows/sec., 6.10 MiB/sec. | ||
| 5160 | 2024.12.12 22:37:52.056835 [ 265 ] {5d4957cc-b081-4fb2-a296-af400ad84b3f} <Debug> TCPHandler: Processed in 0.006255953 sec. | ||
| 5161 | 2024.12.12 22:37:52.057011 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5162 | 2024.12.12 22:37:52.057108 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.12.12 22:37:52.057352 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5164 | 2024.12.12 22:37:52.057437 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2024.12.12 22:37:52.057452 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5166 | 2024.12.12 22:37:52.057635 [ 194 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_16_3} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5167 | 2024.12.12 22:37:52.057799 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5168 | 2024.12.12 22:37:52.058513 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2024.12.12 22:37:52.058559 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5170 | 2024.12.12 22:37:52.058955 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5171 | 2024.12.12 22:37:52.059210 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2024.12.12 22:37:52.059425 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.00213 sec., 196244.13145539907 rows/sec., 14.02 MiB/sec. | ||
| 5173 | 2024.12.12 22:37:52.059479 [ 264 ] {d4f812d9-e9ee-4f0b-b089-63b6287c452d} <Debug> TCPHandler: Processed in 0.00252065 sec. | ||
| 5174 | 2024.12.12 22:37:52.059642 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5175 | 2024.12.12 22:37:52.059783 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5176 | 2024.12.12 22:37:52.059843 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5177 | 2024.12.12 22:37:52.060381 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2024.12.12 22:37:52.060418 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5179 | 2024.12.12 22:37:52.060795 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5180 | 2024.12.12 22:37:52.061043 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2024.12.12 22:37:52.061216 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec. | ||
| 5182 | 2024.12.12 22:37:52.061263 [ 265 ] {8b8dbf8a-c8c6-4d54-bd46-ccc1363d1ce9} <Debug> TCPHandler: Processed in 0.001691633 sec. | ||
| 5183 | 2024.12.12 22:37:52.061417 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5184 | 2024.12.12 22:37:52.061538 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5185 | 2024.12.12 22:37:52.061592 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5186 | 2024.12.12 22:37:52.062185 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5187 | 2024.12.12 22:37:52.062225 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5188 | 2024.12.12 22:37:52.062645 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5189 | 2024.12.12 22:37:52.062891 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5190 | 2024.12.12 22:37:52.063134 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00162 sec., 149382.71604938273 rows/sec., 10.02 MiB/sec. | ||
| 5191 | 2024.12.12 22:37:52.063386 [ 264 ] {9a6d5e93-0448-4e6a-a4af-981f685ebae7} <Debug> TCPHandler: Processed in 0.00202155 sec. | ||
| 5192 | 2024.12.12 22:37:52.063596 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5193 | 2024.12.12 22:37:52.063733 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5194 | 2024.12.12 22:37:52.063793 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5195 | 2024.12.12 22:37:52.064327 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5196 | 2024.12.12 22:37:52.064366 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5197 | 2024.12.12 22:37:52.064744 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5198 | 2024.12.12 22:37:52.065007 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5199 | 2024.12.12 22:37:52.065214 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec. | ||
| 5200 | 2024.12.12 22:37:52.065292 [ 265 ] {7f81e985-8b5a-4bb5-8a05-8782f31130fa} <Debug> TCPHandler: Processed in 0.001792665 sec. | ||
| 5201 | 2024.12.12 22:37:52.065439 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5202 | 2024.12.12 22:37:52.065581 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5203 | 2024.12.12 22:37:52.065675 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5204 | 2024.12.12 22:37:52.066938 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5205 | 2024.12.12 22:37:52.066979 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5206 | 2024.12.12 22:37:52.067663 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5207 | 2024.12.12 22:37:52.067929 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5208 | 2024.12.12 22:37:52.068107 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5209 | 2024.12.12 22:37:52.068184 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2024.12.12 22:37:52.068223 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5211 | 2024.12.12 22:37:52.068245 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002687 sec., 9676.218831410495 rows/sec., 17.34 MiB/sec. | ||
| 5212 | 2024.12.12 22:37:52.068739 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 5213 | 2024.12.12 22:37:52.069306 [ 264 ] {17801f33-2696-4da0-84a4-8b4925c9faf4} <Debug> TCPHandler: Processed in 0.003929387 sec. | ||
| 5214 | 2024.12.12 22:37:52.069583 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5215 | 2024.12.12 22:37:52.069732 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5216 | 2024.12.12 22:37:52.069858 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5217 | 2024.12.12 22:37:52.069905 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 564 rows starting from the beginning of the part | ||
| 5218 | 2024.12.12 22:37:52.069972 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5219 | 2024.12.12 22:37:52.070834 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
| 5220 | 2024.12.12 22:37:52.071622 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 5221 | 2024.12.12 22:37:52.072470 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 5222 | 2024.12.12 22:37:52.072525 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5223 | 2024.12.12 22:37:52.072600 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5224 | 2024.12.12 22:37:52.073108 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5225 | 2024.12.12 22:37:52.073850 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
| 5226 | 2024.12.12 22:37:52.074150 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5227 | 2024.12.12 22:37:52.074981 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2024.12.12 22:37:52.075530 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005734 sec., 14300.662713637948 rows/sec., 930.07 KiB/sec. | ||
| 5229 | 2024.12.12 22:37:52.075903 [ 265 ] {9ec1d0c8-6695-424e-bf9d-39b4fe6cb47b} <Debug> TCPHandler: Processed in 0.006471037 sec. | ||
| 5230 | 2024.12.12 22:37:52.080548 [ 190 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 19 columns (19 merged, 0 gathered) in 0.01218733 sec., 55303.335513192804 rows/sec., 99.10 MiB/sec. | ||
| 5231 | 2024.12.12 22:37:52.081481 [ 190 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5232 | 2024.12.12 22:37:52.081934 [ 190 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2024.12.12 22:37:52.082032 [ 190 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5234 | 2024.12.12 22:37:52.082198 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 5235 | 2024.12.12 22:37:53.749651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5236 | 2024.12.12 22:37:53.750390 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5237 | 2024.12.12 22:37:53.750455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5238 | 2024.12.12 22:37:53.751053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5239 | 2024.12.12 22:37:53.751343 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5240 | 2024.12.12 22:37:53.751664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5241 | 2024.12.12 22:37:54.621417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5242 | 2024.12.12 22:37:54.641286 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.12.12 22:37:54.641352 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5244 | 2024.12.12 22:37:54.648407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5245 | 2024.12.12 22:37:54.649231 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.12.12 22:37:54.652019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5247 | 2024.12.12 22:37:57.034624 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2024.12.12 22:37:57.034811 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5249 | 2024.12.12 22:37:57.034883 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5250 | 2024.12.12 22:37:57.035695 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.12.12 22:37:57.035741 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5252 | 2024.12.12 22:37:57.036210 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5253 | 2024.12.12 22:37:57.036496 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2024.12.12 22:37:57.036750 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001987 sec., 44287.871162556614 rows/sec., 3.64 MiB/sec. | ||
| 5255 | 2024.12.12 22:37:57.036879 [ 264 ] {b71f6512-591a-4214-95ab-654483f5acf6} <Debug> TCPHandler: Processed in 0.002383937 sec. | ||
| 5256 | 2024.12.12 22:37:57.037151 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2024.12.12 22:37:57.037357 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5258 | 2024.12.12 22:37:57.037434 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5259 | 2024.12.12 22:37:57.038264 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2024.12.12 22:37:57.038317 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5261 | 2024.12.12 22:37:57.038754 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5262 | 2024.12.12 22:37:57.039003 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2024.12.12 22:37:57.039234 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001934 sec., 8273.009307135471 rows/sec., 622.09 KiB/sec. | ||
| 5264 | 2024.12.12 22:37:57.039289 [ 265 ] {38470437-3595-4fec-84b5-5702a03859b0} <Debug> TCPHandler: Processed in 0.002276124 sec. | ||
| 5265 | 2024.12.12 22:37:57.039465 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2024.12.12 22:37:57.039616 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5267 | 2024.12.12 22:37:57.039677 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5268 | 2024.12.12 22:37:57.040407 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2024.12.12 22:37:57.040449 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5270 | 2024.12.12 22:37:57.040841 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5271 | 2024.12.12 22:37:57.041112 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2024.12.12 22:37:57.041329 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001746 sec., 45819.01489117984 rows/sec., 3.58 MiB/sec. | ||
| 5273 | 2024.12.12 22:37:57.041382 [ 264 ] {466a5130-82cf-413b-9534-918dbb58eb65} <Debug> TCPHandler: Processed in 0.001990299 sec. | ||
| 5274 | 2024.12.12 22:37:57.041553 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2024.12.12 22:37:57.041694 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5276 | 2024.12.12 22:37:57.041755 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5277 | 2024.12.12 22:37:57.042409 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2024.12.12 22:37:57.042449 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5279 | 2024.12.12 22:37:57.042860 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5280 | 2024.12.12 22:37:57.043130 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5281 | 2024.12.12 22:37:57.043387 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. | ||
| 5282 | 2024.12.12 22:37:57.043573 [ 265 ] {c645f5c1-7af6-45c2-85ad-8330f9a94779} <Debug> TCPHandler: Processed in 0.002083751 sec. | ||
| 5283 | 2024.12.12 22:37:57.043811 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5284 | 2024.12.12 22:37:57.043948 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5285 | 2024.12.12 22:37:57.044044 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5286 | 2024.12.12 22:37:57.045233 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.12.12 22:37:57.045273 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5288 | 2024.12.12 22:37:57.045935 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5289 | 2024.12.12 22:37:57.046197 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2024.12.12 22:37:57.046440 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002521 sec., 6346.687822292742 rows/sec., 11.37 MiB/sec. | ||
| 5291 | 2024.12.12 22:37:57.046535 [ 264 ] {986cc9f6-db12-45da-b8c7-fec002b9ae69} <Debug> TCPHandler: Processed in 0.002848926 sec. | ||
| 5292 | 2024.12.12 22:37:57.046699 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2024.12.12 22:37:57.046837 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5294 | 2024.12.12 22:37:57.046896 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5295 | 2024.12.12 22:37:57.047451 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2024.12.12 22:37:57.047490 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5297 | 2024.12.12 22:37:57.047865 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5298 | 2024.12.12 22:37:57.048106 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2024.12.12 22:37:57.048343 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 5300 | 2024.12.12 22:37:57.048415 [ 265 ] {35e2232b-f361-487d-96b9-c5cb9cda3f63} <Debug> TCPHandler: Processed in 0.001783565 sec. | ||
| 5301 | 2024.12.12 22:38:01.134205 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5302 | 2024.12.12 22:38:01.134281 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5303 | 2024.12.12 22:38:01.251767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5304 | 2024.12.12 22:38:01.252444 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5305 | 2024.12.12 22:38:01.252493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5306 | 2024.12.12 22:38:01.253128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5307 | 2024.12.12 22:38:01.253406 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2024.12.12 22:38:01.253639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5309 | 2024.12.12 22:38:01.297751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 710 | ||
| 5310 | 2024.12.12 22:38:01.301045 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5311 | 2024.12.12 22:38:01.301103 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5312 | 2024.12.12 22:38:01.302615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5313 | 2024.12.12 22:38:01.302942 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5314 | 2024.12.12 22:38:01.304080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710 | ||
| 5315 | 2024.12.12 22:38:02.039403 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5316 | 2024.12.12 22:38:02.039610 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5317 | 2024.12.12 22:38:02.039685 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5318 | 2024.12.12 22:38:02.040526 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2024.12.12 22:38:02.040566 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5320 | 2024.12.12 22:38:02.040997 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5321 | 2024.12.12 22:38:02.041254 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2024.12.12 22:38:02.041395 [ 33 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5323 | 2024.12.12 22:38:02.041446 [ 33 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2024.12.12 22:38:02.041455 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 5325 | 2024.12.12 22:38:02.041475 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5326 | 2024.12.12 22:38:02.041540 [ 264 ] {8498ff8a-140f-4868-9d2c-b0b1750b1b00} <Debug> TCPHandler: Processed in 0.002269945 sec. | ||
| 5327 | 2024.12.12 22:38:02.041830 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 5328 | 2024.12.12 22:38:02.041929 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5329 | 2024.12.12 22:38:02.042031 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5330 | 2024.12.12 22:38:02.042085 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 5331 | 2024.12.12 22:38:02.042167 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5332 | 2024.12.12 22:38:02.042247 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5333 | 2024.12.12 22:38:02.042326 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5334 | 2024.12.12 22:38:02.042691 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 5335 | 2024.12.12 22:38:02.043090 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5336 | 2024.12.12 22:38:02.043428 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5337 | 2024.12.12 22:38:02.044784 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2024.12.12 22:38:02.044835 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5339 | 2024.12.12 22:38:02.045052 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003463738 sec., 20209.380732607373 rows/sec., 1.50 MiB/sec. | ||
| 5340 | 2024.12.12 22:38:02.045191 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5341 | 2024.12.12 22:38:02.045399 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5342 | 2024.12.12 22:38:02.045502 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2024.12.12 22:38:02.045590 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_13_3} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5344 | 2024.12.12 22:38:02.045683 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5345 | 2024.12.12 22:38:02.045709 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2024.12.12 22:38:02.045948 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.003855 sec., 66147.85992217899 rows/sec., 5.80 MiB/sec. | ||
| 5347 | 2024.12.12 22:38:02.046010 [ 265 ] {834dab7a-436a-4349-8158-a411035c0c2a} <Debug> TCPHandler: Processed in 0.004290105 sec. | ||
| 5348 | 2024.12.12 22:38:02.046182 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2024.12.12 22:38:02.046325 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5350 | 2024.12.12 22:38:02.046383 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5351 | 2024.12.12 22:38:02.047007 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2024.12.12 22:38:02.047043 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5353 | 2024.12.12 22:38:02.047419 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5354 | 2024.12.12 22:38:02.047660 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2024.12.12 22:38:02.047849 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001556 sec., 21208.22622107969 rows/sec., 1.51 MiB/sec. | ||
| 5356 | 2024.12.12 22:38:02.047980 [ 264 ] {e6c53429-46f9-4bc4-8d28-307586b9a7a9} <Debug> TCPHandler: Processed in 0.001866756 sec. | ||
| 5357 | 2024.12.12 22:38:02.048165 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5358 | 2024.12.12 22:38:02.048313 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5359 | 2024.12.12 22:38:02.048372 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5360 | 2024.12.12 22:38:02.048980 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2024.12.12 22:38:02.049021 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5362 | 2024.12.12 22:38:02.049388 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5363 | 2024.12.12 22:38:02.049632 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2024.12.12 22:38:02.049864 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec. | ||
| 5365 | 2024.12.12 22:38:02.049967 [ 265 ] {c6f23d9c-cab2-4467-b777-3fc8711e5b4e} <Debug> TCPHandler: Processed in 0.001868266 sec. | ||
| 5366 | 2024.12.12 22:38:02.050118 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2024.12.12 22:38:02.050237 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5368 | 2024.12.12 22:38:02.050287 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5369 | 2024.12.12 22:38:02.050853 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.12.12 22:38:02.050890 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5371 | 2024.12.12 22:38:02.051276 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5372 | 2024.12.12 22:38:02.051521 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.12.12 22:38:02.051637 [ 33 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5374 | 2024.12.12 22:38:02.051677 [ 33 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5375 | 2024.12.12 22:38:02.051701 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5376 | 2024.12.12 22:38:02.051707 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001492 sec., 8713.13672922252 rows/sec., 543.26 KiB/sec. | ||
| 5377 | 2024.12.12 22:38:02.051907 [ 264 ] {e140a650-8aaf-4ed8-a3a1-e6c8cd510d35} <Debug> TCPHandler: Processed in 0.001843366 sec. | ||
| 5378 | 2024.12.12 22:38:02.051930 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 5379 | 2024.12.12 22:38:02.052067 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2024.12.12 22:38:02.052074 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5381 | 2024.12.12 22:38:02.052122 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 5382 | 2024.12.12 22:38:02.052334 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5383 | 2024.12.12 22:38:02.052348 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 5384 | 2024.12.12 22:38:02.052497 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5385 | 2024.12.12 22:38:02.052692 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 5386 | 2024.12.12 22:38:02.053053 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 5387 | 2024.12.12 22:38:02.053409 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 5388 | 2024.12.12 22:38:02.054789 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2024.12.12 22:38:02.054837 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5390 | 2024.12.12 22:38:02.055120 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003346676 sec., 19422.25659131628 rows/sec., 1.26 MiB/sec. | ||
| 5391 | 2024.12.12 22:38:02.055286 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5392 | 2024.12.12 22:38:02.055430 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5393 | 2024.12.12 22:38:02.055656 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2024.12.12 22:38:02.055757 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2024.12.12 22:38:02.055762 [ 199 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_13_3} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5396 | 2024.12.12 22:38:02.055995 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5397 | 2024.12.12 22:38:02.056035 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.003843 sec., 106167.05698672912 rows/sec., 7.56 MiB/sec. | ||
| 5398 | 2024.12.12 22:38:02.056094 [ 265 ] {d61ec602-c02d-4623-b6e9-19f0de1b8626} <Debug> TCPHandler: Processed in 0.004104801 sec. | ||
| 5399 | 2024.12.12 22:38:02.056257 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2024.12.12 22:38:02.056406 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5401 | 2024.12.12 22:38:02.056466 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5402 | 2024.12.12 22:38:02.057037 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2024.12.12 22:38:02.057082 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5404 | 2024.12.12 22:38:02.057519 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5405 | 2024.12.12 22:38:02.057852 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2024.12.12 22:38:02.058082 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001702 sec., 3525.2643948296122 rows/sec., 184.18 KiB/sec. | ||
| 5407 | 2024.12.12 22:38:02.058294 [ 264 ] {b38e8a22-2364-4e43-8100-374ee52dcfce} <Debug> TCPHandler: Processed in 0.002102052 sec. | ||
| 5408 | 2024.12.12 22:38:02.058449 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5409 | 2024.12.12 22:38:02.058593 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5410 | 2024.12.12 22:38:02.058657 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5411 | 2024.12.12 22:38:02.059345 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2024.12.12 22:38:02.059393 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5413 | 2024.12.12 22:38:02.059824 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5414 | 2024.12.12 22:38:02.060068 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5415 | 2024.12.12 22:38:02.060234 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5416 | 2024.12.12 22:38:02.060296 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2024.12.12 22:38:02.060321 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001755 sec., 135042.73504273503 rows/sec., 9.05 MiB/sec. | ||
| 5418 | 2024.12.12 22:38:02.060340 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5419 | 2024.12.12 22:38:02.060460 [ 265 ] {52b388fd-1e11-44eb-b9cf-7bad3b8d5596} <Debug> TCPHandler: Processed in 0.002065651 sec. | ||
| 5420 | 2024.12.12 22:38:02.060663 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 5421 | 2024.12.12 22:38:02.060677 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2024.12.12 22:38:02.060960 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5423 | 2024.12.12 22:38:02.060994 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5424 | 2024.12.12 22:38:02.061068 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5425 | 2024.12.12 22:38:02.061088 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9428 rows starting from the beginning of the part | ||
| 5426 | 2024.12.12 22:38:02.061472 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 5427 | 2024.12.12 22:38:02.061858 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 5428 | 2024.12.12 22:38:02.062206 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
| 5429 | 2024.12.12 22:38:02.062653 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 5430 | 2024.12.12 22:38:02.063051 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 5431 | 2024.12.12 22:38:02.063785 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2024.12.12 22:38:02.063845 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5433 | 2024.12.12 22:38:02.064602 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5434 | 2024.12.12 22:38:02.064990 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.12.12 22:38:02.065536 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004642 sec., 215.42438604049977 rows/sec., 14.52 KiB/sec. | ||
| 5436 | 2024.12.12 22:38:02.065743 [ 264 ] {49d860cb-fa5c-44a5-a1fa-30d3fea796d9} <Debug> TCPHandler: Processed in 0.005175901 sec. | ||
| 5437 | 2024.12.12 22:38:02.065975 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2024.12.12 22:38:02.066156 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5439 | 2024.12.12 22:38:02.066250 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5440 | 2024.12.12 22:38:02.068297 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.12.12 22:38:02.068407 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5442 | 2024.12.12 22:38:02.068488 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10464 rows, containing 5 columns (5 merged, 0 gathered) in 0.008009867 sec., 1306388.732796687 rows/sec., 88.15 MiB/sec. | ||
| 5443 | 2024.12.12 22:38:02.068817 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5444 | 2024.12.12 22:38:02.069459 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2024.12.12 22:38:02.069643 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5446 | 2024.12.12 22:38:02.069757 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5447 | 2024.12.12 22:38:02.069772 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 5448 | 2024.12.12 22:38:02.070066 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2024.12.12 22:38:02.070325 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004203 sec., 6186.057577920533 rows/sec., 11.09 MiB/sec. | ||
| 5450 | 2024.12.12 22:38:02.070433 [ 265 ] {3d3ef7d5-6b0e-42d8-b054-4d0fb5c427af} <Debug> TCPHandler: Processed in 0.00458551 sec. | ||
| 5451 | 2024.12.12 22:38:02.070593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5452 | 2024.12.12 22:38:02.070734 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5453 | 2024.12.12 22:38:02.070793 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5454 | 2024.12.12 22:38:02.071371 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5455 | 2024.12.12 22:38:02.071414 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5456 | 2024.12.12 22:38:02.071841 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5457 | 2024.12.12 22:38:02.072089 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5458 | 2024.12.12 22:38:02.072211 [ 33 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5459 | 2024.12.12 22:38:02.072245 [ 33 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2024.12.12 22:38:02.072271 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5461 | 2024.12.12 22:38:02.072274 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001568 sec., 52295.91836734694 rows/sec., 3.32 MiB/sec. | ||
| 5462 | 2024.12.12 22:38:02.072518 [ 264 ] {851098c3-b183-49c0-bd78-94da2966e911} <Debug> TCPHandler: Processed in 0.001991349 sec. | ||
| 5463 | 2024.12.12 22:38:02.072631 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 5464 | 2024.12.12 22:38:02.073023 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5465 | 2024.12.12 22:38:02.073062 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1558 rows starting from the beginning of the part | ||
| 5466 | 2024.12.12 22:38:02.073128 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 5467 | 2024.12.12 22:38:02.073271 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 5468 | 2024.12.12 22:38:02.073470 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 5469 | 2024.12.12 22:38:02.073552 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 5470 | 2024.12.12 22:38:02.073770 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 5471 | 2024.12.12 22:38:02.075083 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1924 rows, containing 4 columns (4 merged, 0 gathered) in 0.002741524 sec., 701799.4371014078 rows/sec., 45.72 MiB/sec. | ||
| 5472 | 2024.12.12 22:38:02.075335 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5473 | 2024.12.12 22:38:02.075654 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2024.12.12 22:38:02.075732 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_31_6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5475 | 2024.12.12 22:38:02.075816 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5476 | 2024.12.12 22:38:02.152069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5477 | 2024.12.12 22:38:02.172953 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2024.12.12 22:38:02.173004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5479 | 2024.12.12 22:38:02.180587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5480 | 2024.12.12 22:38:02.181401 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2024.12.12 22:38:02.185180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5482 | 2024.12.12 22:38:03.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.30 MiB, peak 203.97 MiB, free memory in arenas 0.00 B, will set to 197.04 MiB (RSS), difference: -1.26 MiB | ||
| 5483 | 2024.12.12 22:38:04.420001 [ 28 ] {} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5484 | 2024.12.12 22:38:04.420092 [ 28 ] {} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2024.12.12 22:38:04.420120 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5486 | 2024.12.12 22:38:04.420280 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 5487 | 2024.12.12 22:38:04.420435 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5488 | 2024.12.12 22:38:04.420471 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 5489 | 2024.12.12 22:38:04.420557 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 5490 | 2024.12.12 22:38:04.420776 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 5491 | 2024.12.12 22:38:04.420999 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 5492 | 2024.12.12 22:38:04.421215 [ 203 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 5493 | 2024.12.12 22:38:04.422395 [ 192 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002198953 sec., 18190.47519433112 rows/sec., 1.52 MiB/sec. | ||
| 5494 | 2024.12.12 22:38:04.422561 [ 192 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5495 | 2024.12.12 22:38:04.422886 [ 192 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2024.12.12 22:38:04.422973 [ 192 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_5_1} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5497 | 2024.12.12 22:38:04.423076 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5498 | 2024.12.12 22:38:07.062348 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2024.12.12 22:38:07.062560 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5500 | 2024.12.12 22:38:07.062635 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5501 | 2024.12.12 22:38:07.064009 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2024.12.12 22:38:07.064049 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5503 | 2024.12.12 22:38:07.064557 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5504 | 2024.12.12 22:38:07.064819 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2024.12.12 22:38:07.064954 [ 25 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5506 | 2024.12.12 22:38:07.064996 [ 25 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2024.12.12 22:38:07.065016 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002513 sec., 488658.9733386391 rows/sec., 40.23 MiB/sec. | ||
| 5508 | 2024.12.12 22:38:07.065021 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5509 | 2024.12.12 22:38:07.065123 [ 264 ] {a7625a03-4b43-4deb-898f-da0ce7fd8103} <Debug> TCPHandler: Processed in 0.002910087 sec. | ||
| 5510 | 2024.12.12 22:38:07.065331 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 5511 | 2024.12.12 22:38:07.065425 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5512 | 2024.12.12 22:38:07.065525 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5513 | 2024.12.12 22:38:07.065587 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part | ||
| 5514 | 2024.12.12 22:38:07.065774 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5515 | 2024.12.12 22:38:07.065813 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part | ||
| 5516 | 2024.12.12 22:38:07.065999 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5517 | 2024.12.12 22:38:07.066087 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 260 rows starting from the beginning of the part | ||
| 5518 | 2024.12.12 22:38:07.066546 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part | ||
| 5519 | 2024.12.12 22:38:07.066801 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 255 rows starting from the beginning of the part | ||
| 5520 | 2024.12.12 22:38:07.067203 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1228 rows starting from the beginning of the part | ||
| 5521 | 2024.12.12 22:38:07.068712 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.12.12 22:38:07.068796 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5523 | 2024.12.12 22:38:07.069926 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5524 | 2024.12.12 22:38:07.070286 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.12.12 22:38:07.070745 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005101 sec., 3136.6398745344054 rows/sec., 235.86 KiB/sec. | ||
| 5526 | 2024.12.12 22:38:07.071020 [ 265 ] {2e4270f0-7876-4030-85f9-262784394a0b} <Debug> TCPHandler: Processed in 0.005765383 sec. | ||
| 5527 | 2024.12.12 22:38:07.071057 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3356 rows, containing 5 columns (5 merged, 0 gathered) in 0.005915946 sec., 567280.363951936 rows/sec., 49.59 MiB/sec. | ||
| 5528 | 2024.12.12 22:38:07.071192 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5529 | 2024.12.12 22:38:07.071340 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5530 | 2024.12.12 22:38:07.071361 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5531 | 2024.12.12 22:38:07.071416 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5532 | 2024.12.12 22:38:07.071794 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2024.12.12 22:38:07.071906 [ 189 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_36_7} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5534 | 2024.12.12 22:38:07.071997 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5535 | 2024.12.12 22:38:07.072284 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2024.12.12 22:38:07.072322 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5537 | 2024.12.12 22:38:07.072692 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5538 | 2024.12.12 22:38:07.072938 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2024.12.12 22:38:07.073119 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001822 sec., 125137.21185510428 rows/sec., 8.47 MiB/sec. | ||
| 5540 | 2024.12.12 22:38:07.073174 [ 264 ] {9b618daf-a1e6-4026-a053-6884e45d62f8} <Debug> TCPHandler: Processed in 0.00205058 sec. | ||
| 5541 | 2024.12.12 22:38:07.073353 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5542 | 2024.12.12 22:38:07.073495 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5543 | 2024.12.12 22:38:07.073555 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5544 | 2024.12.12 22:38:07.074376 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.12.12 22:38:07.074416 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5546 | 2024.12.12 22:38:07.074832 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5547 | 2024.12.12 22:38:07.075082 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5548 | 2024.12.12 22:38:07.075257 [ 25 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5549 | 2024.12.12 22:38:07.075312 [ 25 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2024.12.12 22:38:07.075329 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001857 sec., 288637.5875067313 rows/sec., 21.40 MiB/sec. | ||
| 5551 | 2024.12.12 22:38:07.075360 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5552 | 2024.12.12 22:38:07.075486 [ 265 ] {134c28cf-8e3a-4556-a52c-5829c2ac3b12} <Debug> TCPHandler: Processed in 0.002196293 sec. | ||
| 5553 | 2024.12.12 22:38:07.075629 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 5554 | 2024.12.12 22:38:07.075684 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2024.12.12 22:38:07.075755 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5556 | 2024.12.12 22:38:07.075798 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part | ||
| 5557 | 2024.12.12 22:38:07.075815 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5558 | 2024.12.12 22:38:07.075921 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5559 | 2024.12.12 22:38:07.075935 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 80 rows starting from the beginning of the part | ||
| 5560 | 2024.12.12 22:38:07.076325 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 418 rows starting from the beginning of the part | ||
| 5561 | 2024.12.12 22:38:07.076703 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 80 rows starting from the beginning of the part | ||
| 5562 | 2024.12.12 22:38:07.076981 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 408 rows starting from the beginning of the part | ||
| 5563 | 2024.12.12 22:38:07.077224 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 536 rows starting from the beginning of the part | ||
| 5564 | 2024.12.12 22:38:07.078202 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5565 | 2024.12.12 22:38:07.078248 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5566 | 2024.12.12 22:38:07.078838 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5567 | 2024.12.12 22:38:07.079078 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.00357632 sec., 681706.3350035792 rows/sec., 52.32 MiB/sec. | ||
| 5568 | 2024.12.12 22:38:07.079227 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2024.12.12 22:38:07.079478 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5570 | 2024.12.12 22:38:07.079566 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.003768 sec., 233545.6475583864 rows/sec., 15.71 MiB/sec. | ||
| 5571 | 2024.12.12 22:38:07.079688 [ 264 ] {dbd38d3d-4505-4d97-b6d6-c0690c210afb} <Debug> TCPHandler: Processed in 0.0040872 sec. | ||
| 5572 | 2024.12.12 22:38:07.079895 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5573 | 2024.12.12 22:38:07.080078 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5574 | 2024.12.12 22:38:07.080088 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2024.12.12 22:38:07.080271 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5576 | 2024.12.12 22:38:07.080330 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_36_7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5577 | 2024.12.12 22:38:07.080632 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5578 | 2024.12.12 22:38:07.081757 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5579 | 2024.12.12 22:38:07.081801 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5580 | 2024.12.12 22:38:07.082465 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5581 | 2024.12.12 22:38:07.082731 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5582 | 2024.12.12 22:38:07.082981 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002946 sec., 5431.0930074677535 rows/sec., 9.73 MiB/sec. | ||
| 5583 | 2024.12.12 22:38:07.083074 [ 265 ] {c3e562ef-bab6-4e3e-bc3d-668b9f9631a4} <Debug> TCPHandler: Processed in 0.003287205 sec. | ||
| 5584 | 2024.12.12 22:38:07.083234 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2024.12.12 22:38:07.083376 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5586 | 2024.12.12 22:38:07.083436 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5587 | 2024.12.12 22:38:07.083951 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2024.12.12 22:38:07.083988 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5589 | 2024.12.12 22:38:07.084365 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5590 | 2024.12.12 22:38:07.084606 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2024.12.12 22:38:07.084779 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 5592 | 2024.12.12 22:38:07.084827 [ 264 ] {5c72b650-cccc-4bd0-9928-f7a37f710b60} <Debug> TCPHandler: Processed in 0.001664103 sec. | ||
| 5593 | 2024.12.12 22:38:08.753748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5594 | 2024.12.12 22:38:08.754414 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.12.12 22:38:08.754453 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5596 | 2024.12.12 22:38:08.754989 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5597 | 2024.12.12 22:38:08.755249 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2024.12.12 22:38:08.755430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5599 | 2024.12.12 22:38:09.685223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5600 | 2024.12.12 22:38:09.706199 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2024.12.12 22:38:09.706255 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5602 | 2024.12.12 22:38:09.713991 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5603 | 2024.12.12 22:38:09.714812 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5604 | 2024.12.12 22:38:09.718039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5605 | 2024.12.12 22:38:11.304277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 746 | ||
| 5606 | 2024.12.12 22:38:11.307551 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2024.12.12 22:38:11.307606 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5608 | 2024.12.12 22:38:11.309138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5609 | 2024.12.12 22:38:11.309466 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2024.12.12 22:38:11.310629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5611 | 2024.12.12 22:38:12.039316 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2024.12.12 22:38:12.039622 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5613 | 2024.12.12 22:38:12.039737 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5614 | 2024.12.12 22:38:12.040519 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2024.12.12 22:38:12.040569 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5616 | 2024.12.12 22:38:12.041001 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5617 | 2024.12.12 22:38:12.041258 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2024.12.12 22:38:12.041538 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001997 sec., 7010.515773660491 rows/sec., 504.66 KiB/sec. | ||
| 5619 | 2024.12.12 22:38:12.041744 [ 264 ] {fe8bbdab-e179-4ba0-bb9d-17fc5d5d3fce} <Debug> TCPHandler: Processed in 0.002635272 sec. | ||
| 5620 | 2024.12.12 22:38:12.042006 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2024.12.12 22:38:12.042215 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5622 | 2024.12.12 22:38:12.042292 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5623 | 2024.12.12 22:38:12.043166 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2024.12.12 22:38:12.043208 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5625 | 2024.12.12 22:38:12.043683 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5626 | 2024.12.12 22:38:12.043961 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2024.12.12 22:38:12.044195 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002038 sec., 125122.6692836114 rows/sec., 10.98 MiB/sec. | ||
| 5628 | 2024.12.12 22:38:12.044255 [ 265 ] {401b53d2-48db-4b2e-b343-9b9e3bc23512} <Debug> TCPHandler: Processed in 0.002387397 sec. | ||
| 5629 | 2024.12.12 22:38:12.044454 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5630 | 2024.12.12 22:38:12.044678 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5631 | 2024.12.12 22:38:12.044770 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5632 | 2024.12.12 22:38:12.045367 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5633 | 2024.12.12 22:38:12.045406 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5634 | 2024.12.12 22:38:12.045773 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5635 | 2024.12.12 22:38:12.046037 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.12.12 22:38:12.046212 [ 108 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 5637 | 2024.12.12 22:38:12.046283 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001655 sec., 19939.577039274925 rows/sec., 1.42 MiB/sec. | ||
| 5638 | 2024.12.12 22:38:12.046307 [ 108 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2024.12.12 22:38:12.046375 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5640 | 2024.12.12 22:38:12.046410 [ 264 ] {7a9ec4b9-1581-4e36-9904-c2325fa7e28b} <Debug> TCPHandler: Processed in 0.002061611 sec. | ||
| 5641 | 2024.12.12 22:38:12.046591 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 5642 | 2024.12.12 22:38:12.046627 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5643 | 2024.12.12 22:38:12.046787 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5644 | 2024.12.12 22:38:12.046863 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 67 rows starting from the beginning of the part | ||
| 5645 | 2024.12.12 22:38:12.046917 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5646 | 2024.12.12 22:38:12.047040 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 43 rows starting from the beginning of the part | ||
| 5647 | 2024.12.12 22:38:12.047242 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5648 | 2024.12.12 22:38:12.047399 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 5649 | 2024.12.12 22:38:12.047693 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
| 5650 | 2024.12.12 22:38:12.047993 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 5651 | 2024.12.12 22:38:12.048347 [ 189 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
| 5652 | 2024.12.12 22:38:12.050562 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.12.12 22:38:12.050649 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5654 | 2024.12.12 22:38:12.051568 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.00507485 sec., 40986.43309654473 rows/sec., 3.08 MiB/sec. | ||
| 5655 | 2024.12.12 22:38:12.051680 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5656 | 2024.12.12 22:38:12.051842 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 5657 | 2024.12.12 22:38:12.052133 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2024.12.12 22:38:12.052562 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2024.12.12 22:38:12.052770 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005898 sec., 2373.6859952526283 rows/sec., 166.24 KiB/sec. | ||
| 5660 | 2024.12.12 22:38:12.052880 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_35_7} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 5661 | 2024.12.12 22:38:12.053132 [ 265 ] {b5ad0a77-f769-4ce2-960e-b3ac6a5b5706} <Debug> TCPHandler: Processed in 0.006604509 sec. | ||
| 5662 | 2024.12.12 22:38:12.053166 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5663 | 2024.12.12 22:38:12.053336 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2024.12.12 22:38:12.053476 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5665 | 2024.12.12 22:38:12.053533 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5666 | 2024.12.12 22:38:12.054146 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2024.12.12 22:38:12.054185 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5668 | 2024.12.12 22:38:12.054546 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5669 | 2024.12.12 22:38:12.054785 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2024.12.12 22:38:12.055057 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 5671 | 2024.12.12 22:38:12.055317 [ 264 ] {1f261c97-f38b-4817-92fc-e7419c8667fd} <Debug> TCPHandler: Processed in 0.002045961 sec. | ||
| 5672 | 2024.12.12 22:38:12.055582 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2024.12.12 22:38:12.055804 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5674 | 2024.12.12 22:38:12.055856 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5675 | 2024.12.12 22:38:12.056562 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2024.12.12 22:38:12.056602 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5677 | 2024.12.12 22:38:12.056996 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5678 | 2024.12.12 22:38:12.057242 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2024.12.12 22:38:12.057483 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001725 sec., 236521.73913043478 rows/sec., 16.85 MiB/sec. | ||
| 5680 | 2024.12.12 22:38:12.057676 [ 265 ] {9f81102c-4635-417a-b650-cf5cff755860} <Debug> TCPHandler: Processed in 0.002236364 sec. | ||
| 5681 | 2024.12.12 22:38:12.057901 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2024.12.12 22:38:12.058038 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5683 | 2024.12.12 22:38:12.058097 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5684 | 2024.12.12 22:38:12.058670 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2024.12.12 22:38:12.058715 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5686 | 2024.12.12 22:38:12.059079 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5687 | 2024.12.12 22:38:12.059314 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2024.12.12 22:38:12.059531 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 5689 | 2024.12.12 22:38:12.059633 [ 264 ] {1d4b5d4f-6a9d-4275-9ce0-42a5c296a3a3} <Debug> TCPHandler: Processed in 0.001835666 sec. | ||
| 5690 | 2024.12.12 22:38:12.059799 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2024.12.12 22:38:12.060023 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5692 | 2024.12.12 22:38:12.060116 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5693 | 2024.12.12 22:38:12.060988 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2024.12.12 22:38:12.061026 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5695 | 2024.12.12 22:38:12.061438 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5696 | 2024.12.12 22:38:12.061696 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2024.12.12 22:38:12.061906 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001939 sec., 122227.9525528623 rows/sec., 8.19 MiB/sec. | ||
| 5698 | 2024.12.12 22:38:12.061957 [ 265 ] {32cd0857-889c-4110-bfd5-6401e2fa82e0} <Debug> TCPHandler: Processed in 0.002240894 sec. | ||
| 5699 | 2024.12.12 22:38:12.062115 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2024.12.12 22:38:12.062253 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5701 | 2024.12.12 22:38:12.062314 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5702 | 2024.12.12 22:38:12.062851 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2024.12.12 22:38:12.062889 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5704 | 2024.12.12 22:38:12.063248 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5705 | 2024.12.12 22:38:12.063507 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2024.12.12 22:38:12.063819 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 5707 | 2024.12.12 22:38:12.063970 [ 264 ] {828e542d-508e-49b7-bfd4-ed0e70a09b41} <Debug> TCPHandler: Processed in 0.001924847 sec. | ||
| 5708 | 2024.12.12 22:38:12.064180 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2024.12.12 22:38:12.064404 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5710 | 2024.12.12 22:38:12.064540 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5711 | 2024.12.12 22:38:12.065771 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2024.12.12 22:38:12.065810 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5713 | 2024.12.12 22:38:12.066479 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5714 | 2024.12.12 22:38:12.066751 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2024.12.12 22:38:12.067019 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002671 sec., 9734.181954324222 rows/sec., 17.44 MiB/sec. | ||
| 5716 | 2024.12.12 22:38:12.067114 [ 265 ] {b8442fb7-0a27-4c7a-9720-f491efd09a46} <Debug> TCPHandler: Processed in 0.00304551 sec. | ||
| 5717 | 2024.12.12 22:38:12.067315 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2024.12.12 22:38:12.067537 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5719 | 2024.12.12 22:38:12.067630 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5720 | 2024.12.12 22:38:12.068192 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2024.12.12 22:38:12.068231 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5722 | 2024.12.12 22:38:12.068630 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5723 | 2024.12.12 22:38:12.068870 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.12.12 22:38:12.069076 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec. | ||
| 5725 | 2024.12.12 22:38:12.069125 [ 264 ] {9d443ea7-ea67-439d-8c2c-3f424a1f3539} <Debug> TCPHandler: Processed in 0.001920578 sec. | ||
| 5726 | 2024.12.12 22:38:16.134327 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5727 | 2024.12.12 22:38:16.134409 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5728 | 2024.12.12 22:38:16.255556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5729 | 2024.12.12 22:38:16.256378 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2024.12.12 22:38:16.256428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5731 | 2024.12.12 22:38:16.257009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5732 | 2024.12.12 22:38:16.257275 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2024.12.12 22:38:16.257559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5734 | 2024.12.12 22:38:17.034732 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5735 | 2024.12.12 22:38:17.034939 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5736 | 2024.12.12 22:38:17.035055 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5737 | 2024.12.12 22:38:17.036172 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2024.12.12 22:38:17.036224 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5739 | 2024.12.12 22:38:17.036658 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5740 | 2024.12.12 22:38:17.036917 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2024.12.12 22:38:17.037116 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002244 sec., 39215.686274509804 rows/sec., 3.22 MiB/sec. | ||
| 5742 | 2024.12.12 22:38:17.037171 [ 264 ] {9e1879a6-d3ae-4857-a477-c9a23ed4d84f} <Debug> TCPHandler: Processed in 0.00256963 sec. | ||
| 5743 | 2024.12.12 22:38:17.037439 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5744 | 2024.12.12 22:38:17.037650 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5745 | 2024.12.12 22:38:17.037730 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5746 | 2024.12.12 22:38:17.038507 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5747 | 2024.12.12 22:38:17.038553 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5748 | 2024.12.12 22:38:17.039003 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5749 | 2024.12.12 22:38:17.039269 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5750 | 2024.12.12 22:38:17.039505 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001913 sec., 8363.82645060115 rows/sec., 628.92 KiB/sec. | ||
| 5751 | 2024.12.12 22:38:17.039573 [ 265 ] {a4b9b433-9cca-4da7-9c38-b0c38d9aa25e} <Debug> TCPHandler: Processed in 0.002274504 sec. | ||
| 5752 | 2024.12.12 22:38:17.039739 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5753 | 2024.12.12 22:38:17.039879 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5754 | 2024.12.12 22:38:17.039937 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5755 | 2024.12.12 22:38:17.040668 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2024.12.12 22:38:17.040714 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5757 | 2024.12.12 22:38:17.041114 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5758 | 2024.12.12 22:38:17.041357 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2024.12.12 22:38:17.041583 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001724 sec., 46403.71229698376 rows/sec., 3.62 MiB/sec. | ||
| 5760 | 2024.12.12 22:38:17.041665 [ 264 ] {2f7d6774-5a22-45b7-9308-20081ae5cef3} <Debug> TCPHandler: Processed in 0.001986499 sec. | ||
| 5761 | 2024.12.12 22:38:17.041868 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2024.12.12 22:38:17.041999 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5763 | 2024.12.12 22:38:17.042052 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5764 | 2024.12.12 22:38:17.042651 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2024.12.12 22:38:17.042689 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5766 | 2024.12.12 22:38:17.043104 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5767 | 2024.12.12 22:38:17.043355 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2024.12.12 22:38:17.043618 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 5769 | 2024.12.12 22:38:17.043834 [ 265 ] {c8241ee3-a9cc-44da-99c0-9a08732e7797} <Debug> TCPHandler: Processed in 0.00205495 sec. | ||
| 5770 | 2024.12.12 22:38:17.044030 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5771 | 2024.12.12 22:38:17.044165 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5772 | 2024.12.12 22:38:17.044251 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5773 | 2024.12.12 22:38:17.045479 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5774 | 2024.12.12 22:38:17.045517 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5775 | 2024.12.12 22:38:17.046133 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5776 | 2024.12.12 22:38:17.046386 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2024.12.12 22:38:17.046525 [ 61 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5778 | 2024.12.12 22:38:17.046572 [ 61 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2024.12.12 22:38:17.046598 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00246 sec., 6504.065040650406 rows/sec., 11.65 MiB/sec. | ||
| 5780 | 2024.12.12 22:38:17.046604 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5781 | 2024.12.12 22:38:17.047092 [ 264 ] {8fc7e4c7-5c14-4fee-bef6-6963b2b0ea7d} <Debug> TCPHandler: Processed in 0.003126061 sec. | ||
| 5782 | 2024.12.12 22:38:17.047122 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 5783 | 2024.12.12 22:38:17.047497 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2024.12.12 22:38:17.048137 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5785 | 2024.12.12 22:38:17.048349 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5786 | 2024.12.12 22:38:17.048876 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5787 | 2024.12.12 22:38:17.049113 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 674 rows starting from the beginning of the part | ||
| 5788 | 2024.12.12 22:38:17.049800 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 5789 | 2024.12.12 22:38:17.050567 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
| 5790 | 2024.12.12 22:38:17.050686 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5791 | 2024.12.12 22:38:17.050834 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5792 | 2024.12.12 22:38:17.051204 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 5793 | 2024.12.12 22:38:17.051781 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 5794 | 2024.12.12 22:38:17.052427 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 5795 | 2024.12.12 22:38:17.052503 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5796 | 2024.12.12 22:38:17.053324 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5797 | 2024.12.12 22:38:17.053716 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005723 sec., 10484.011881880133 rows/sec., 723.51 KiB/sec. | ||
| 5798 | 2024.12.12 22:38:17.053868 [ 265 ] {a9b37bd8-00ad-4350-9948-b9c0d92d522a} <Debug> TCPHandler: Processed in 0.006667871 sec. | ||
| 5799 | 2024.12.12 22:38:17.059168 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 19 columns (19 merged, 0 gathered) in 0.012396823 sec., 62435.3513799463 rows/sec., 111.88 MiB/sec. | ||
| 5800 | 2024.12.12 22:38:17.060752 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5801 | 2024.12.12 22:38:17.061252 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5802 | 2024.12.12 22:38:17.061354 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5803 | 2024.12.12 22:38:17.061542 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 5804 | 2024.12.12 22:38:17.218092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5805 | 2024.12.12 22:38:17.238697 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2024.12.12 22:38:17.238759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 5807 | 2024.12.12 22:38:17.246212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5808 | 2024.12.12 22:38:17.247065 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2024.12.12 22:38:17.250267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5810 | 2024.12.12 22:38:18.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.25 MiB, peak 205.34 MiB, free memory in arenas 0.00 B, will set to 200.11 MiB (RSS), difference: 1.86 MiB | ||
| 5811 | 2024.12.12 22:38:21.310874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 780 | ||
| 5812 | 2024.12.12 22:38:21.314050 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2024.12.12 22:38:21.314092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5814 | 2024.12.12 22:38:21.315571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5815 | 2024.12.12 22:38:21.315884 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5816 | 2024.12.12 22:38:21.316050 [ 56 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5817 | 2024.12.12 22:38:21.316120 [ 56 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2024.12.12 22:38:21.316169 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5819 | 2024.12.12 22:38:21.316852 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 5820 | 2024.12.12 22:38:21.317388 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780 | ||
| 5821 | 2024.12.12 22:38:21.317748 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5822 | 2024.12.12 22:38:21.317873 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part | ||
| 5823 | 2024.12.12 22:38:21.318447 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 38 rows starting from the beginning of the part | ||
| 5824 | 2024.12.12 22:38:21.318981 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 5825 | 2024.12.12 22:38:21.319470 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 5826 | 2024.12.12 22:38:21.320069 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 5827 | 2024.12.12 22:38:21.320698 [ 196 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 5828 | 2024.12.12 22:38:21.328359 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 72 columns (72 merged, 0 gathered) in 0.012011016 sec., 64940.38472682078 rows/sec., 54.98 MiB/sec. | ||
| 5829 | 2024.12.12 22:38:21.329672 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5830 | 2024.12.12 22:38:21.330599 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2024.12.12 22:38:21.330710 [ 194 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_21_4} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5832 | 2024.12.12 22:38:21.331092 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5833 | 2024.12.12 22:38:22.039587 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2024.12.12 22:38:22.039798 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5835 | 2024.12.12 22:38:22.039877 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5836 | 2024.12.12 22:38:22.040640 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2024.12.12 22:38:22.040690 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5838 | 2024.12.12 22:38:22.041124 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5839 | 2024.12.12 22:38:22.041395 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5840 | 2024.12.12 22:38:22.041649 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 5841 | 2024.12.12 22:38:22.041830 [ 264 ] {f1bf6e5d-de88-431a-bf38-5a3ba647f2d0} <Debug> TCPHandler: Processed in 0.002379377 sec. | ||
| 5842 | 2024.12.12 22:38:22.042098 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5843 | 2024.12.12 22:38:22.042317 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5844 | 2024.12.12 22:38:22.042399 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5845 | 2024.12.12 22:38:22.043322 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2024.12.12 22:38:22.043372 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5847 | 2024.12.12 22:38:22.043837 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5848 | 2024.12.12 22:38:22.044096 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2024.12.12 22:38:22.044359 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002094 sec., 121776.50429799427 rows/sec., 10.69 MiB/sec. | ||
| 5850 | 2024.12.12 22:38:22.044439 [ 265 ] {55306878-1283-4979-b8a3-5453a659ad12} <Debug> TCPHandler: Processed in 0.002482479 sec. | ||
| 5851 | 2024.12.12 22:38:22.044652 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2024.12.12 22:38:22.044784 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5853 | 2024.12.12 22:38:22.044835 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5854 | 2024.12.12 22:38:22.045446 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2024.12.12 22:38:22.045485 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5856 | 2024.12.12 22:38:22.045840 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5857 | 2024.12.12 22:38:22.046075 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2024.12.12 22:38:22.046291 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001534 sec., 21512.38591916558 rows/sec., 1.53 MiB/sec. | ||
| 5859 | 2024.12.12 22:38:22.046344 [ 264 ] {eecd66ea-9a43-41aa-ad99-d0e6044b7183} <Debug> TCPHandler: Processed in 0.001804595 sec. | ||
| 5860 | 2024.12.12 22:38:22.046525 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2024.12.12 22:38:22.046664 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5862 | 2024.12.12 22:38:22.046721 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5863 | 2024.12.12 22:38:22.047339 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2024.12.12 22:38:22.047379 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5865 | 2024.12.12 22:38:22.047733 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5866 | 2024.12.12 22:38:22.047966 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5867 | 2024.12.12 22:38:22.048240 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec. | ||
| 5868 | 2024.12.12 22:38:22.048452 [ 265 ] {1bc49e78-cc50-49af-b6f8-c27689b4b609} <Debug> TCPHandler: Processed in 0.001990789 sec. | ||
| 5869 | 2024.12.12 22:38:22.048621 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5870 | 2024.12.12 22:38:22.048760 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5871 | 2024.12.12 22:38:22.048817 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5872 | 2024.12.12 22:38:22.049431 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2024.12.12 22:38:22.049470 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5874 | 2024.12.12 22:38:22.049829 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5875 | 2024.12.12 22:38:22.050070 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2024.12.12 22:38:22.050287 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 5877 | 2024.12.12 22:38:22.050345 [ 264 ] {2af9bedd-c919-4994-b225-a2b463d4b953} <Debug> TCPHandler: Processed in 0.001790415 sec. | ||
| 5878 | 2024.12.12 22:38:22.050491 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2024.12.12 22:38:22.050629 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5880 | 2024.12.12 22:38:22.050685 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5881 | 2024.12.12 22:38:22.051534 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2024.12.12 22:38:22.051578 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5883 | 2024.12.12 22:38:22.052047 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5884 | 2024.12.12 22:38:22.052303 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2024.12.12 22:38:22.052519 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001919 sec., 212610.7347576863 rows/sec., 15.15 MiB/sec. | ||
| 5886 | 2024.12.12 22:38:22.052571 [ 265 ] {dc22b2dd-f66e-4207-8ac8-f18dcc0aeee8} <Debug> TCPHandler: Processed in 0.002145412 sec. | ||
| 5887 | 2024.12.12 22:38:22.052787 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5888 | 2024.12.12 22:38:22.053009 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5889 | 2024.12.12 22:38:22.053095 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5890 | 2024.12.12 22:38:22.053589 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2024.12.12 22:38:22.053628 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5892 | 2024.12.12 22:38:22.054003 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5893 | 2024.12.12 22:38:22.054248 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2024.12.12 22:38:22.054460 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 5895 | 2024.12.12 22:38:22.054511 [ 264 ] {0c8ba9c5-7c04-4ec1-bc02-b89114d67f94} <Debug> TCPHandler: Processed in 0.001835056 sec. | ||
| 5896 | 2024.12.12 22:38:22.054656 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5897 | 2024.12.12 22:38:22.054777 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5898 | 2024.12.12 22:38:22.054833 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5899 | 2024.12.12 22:38:22.055429 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2024.12.12 22:38:22.055469 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5901 | 2024.12.12 22:38:22.055877 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5902 | 2024.12.12 22:38:22.056129 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2024.12.12 22:38:22.056400 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 5904 | 2024.12.12 22:38:22.056533 [ 265 ] {768eeec0-54f1-452d-a9c3-5688533b55ca} <Debug> TCPHandler: Processed in 0.001929258 sec. | ||
| 5905 | 2024.12.12 22:38:22.056836 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5906 | 2024.12.12 22:38:22.057059 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5907 | 2024.12.12 22:38:22.057122 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5908 | 2024.12.12 22:38:22.057585 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5909 | 2024.12.12 22:38:22.057622 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5910 | 2024.12.12 22:38:22.057989 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5911 | 2024.12.12 22:38:22.058225 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5912 | 2024.12.12 22:38:22.058403 [ 48 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5913 | 2024.12.12 22:38:22.058468 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 5914 | 2024.12.12 22:38:22.058496 [ 48 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5915 | 2024.12.12 22:38:22.058578 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5916 | 2024.12.12 22:38:22.058584 [ 264 ] {bbe0e4e1-03cb-4078-820a-013a29f63dde} <Debug> TCPHandler: Processed in 0.001935468 sec. | ||
| 5917 | 2024.12.12 22:38:22.058806 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5918 | 2024.12.12 22:38:22.058854 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 5919 | 2024.12.12 22:38:22.058993 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5920 | 2024.12.12 22:38:22.059236 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5921 | 2024.12.12 22:38:22.059237 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5922 | 2024.12.12 22:38:22.059369 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5923 | 2024.12.12 22:38:22.059721 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5924 | 2024.12.12 22:38:22.060181 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5925 | 2024.12.12 22:38:22.060565 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5926 | 2024.12.12 22:38:22.060929 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5927 | 2024.12.12 22:38:22.061279 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5928 | 2024.12.12 22:38:22.065148 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006421546 sec., 2335.8860934734407 rows/sec., 157.40 KiB/sec. | ||
| 5929 | 2024.12.12 22:38:22.065400 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5930 | 2024.12.12 22:38:22.065408 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2024.12.12 22:38:22.065489 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5932 | 2024.12.12 22:38:22.065940 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.12.12 22:38:22.066132 [ 190 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_15_3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5934 | 2024.12.12 22:38:22.066292 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5935 | 2024.12.12 22:38:22.066655 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5936 | 2024.12.12 22:38:22.066947 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2024.12.12 22:38:22.067198 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008274 sec., 3142.373700749335 rows/sec., 5.63 MiB/sec. | ||
| 5938 | 2024.12.12 22:38:22.067329 [ 265 ] {d257d55d-322a-4803-85f6-e5bb187873b4} <Debug> TCPHandler: Processed in 0.008639999 sec. | ||
| 5939 | 2024.12.12 22:38:22.067500 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2024.12.12 22:38:22.067639 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5941 | 2024.12.12 22:38:22.067699 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5942 | 2024.12.12 22:38:22.068253 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2024.12.12 22:38:22.068293 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5944 | 2024.12.12 22:38:22.068667 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5945 | 2024.12.12 22:38:22.068905 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2024.12.12 22:38:22.069142 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001525 sec., 53770.49180327869 rows/sec., 3.42 MiB/sec. | ||
| 5947 | 2024.12.12 22:38:22.069239 [ 264 ] {e5a746e5-126b-436e-b5b4-6bdc85c71714} <Debug> TCPHandler: Processed in 0.001803135 sec. | ||
| 5948 | 2024.12.12 22:38:23.757673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 5949 | 2024.12.12 22:38:23.758303 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2024.12.12 22:38:23.758344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5951 | 2024.12.12 22:38:23.758918 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5952 | 2024.12.12 22:38:23.759168 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2024.12.12 22:38:23.759359 [ 151 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5954 | 2024.12.12 22:38:23.759428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 5955 | 2024.12.12 22:38:23.759451 [ 151 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2024.12.12 22:38:23.759483 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5957 | 2024.12.12 22:38:23.759608 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 5958 | 2024.12.12 22:38:23.759725 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5959 | 2024.12.12 22:38:23.759766 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 5960 | 2024.12.12 22:38:23.759845 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 5961 | 2024.12.12 22:38:23.760076 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 5962 | 2024.12.12 22:38:23.760279 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 5963 | 2024.12.12 22:38:23.760448 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 5964 | 2024.12.12 22:38:23.760615 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 5965 | 2024.12.12 22:38:23.762999 [ 199 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003447498 sec., 4122699.9986656993 rows/sec., 58.98 MiB/sec. | ||
| 5966 | 2024.12.12 22:38:23.763469 [ 199 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5967 | 2024.12.12 22:38:23.763796 [ 199 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2024.12.12 22:38:23.763889 [ 199 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_31_6} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5969 | 2024.12.12 22:38:23.763999 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5970 | 2024.12.12 22:38:24.750331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5971 | 2024.12.12 22:38:24.770864 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2024.12.12 22:38:24.770924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5973 | 2024.12.12 22:38:24.778417 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5974 | 2024.12.12 22:38:24.779219 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2024.12.12 22:38:24.779617 [ 127 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5976 | 2024.12.12 22:38:24.779757 [ 127 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5977 | 2024.12.12 22:38:24.779842 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5978 | 2024.12.12 22:38:24.780339 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5979 | 2024.12.12 22:38:24.794494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5980 | 2024.12.12 22:38:24.796603 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5981 | 2024.12.12 22:38:24.797881 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5982 | 2024.12.12 22:38:24.803731 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5983 | 2024.12.12 22:38:24.809443 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5984 | 2024.12.12 22:38:24.815097 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5985 | 2024.12.12 22:38:24.821085 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5986 | 2024.12.12 22:38:24.825824 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 5987 | 2024.12.12 22:38:24.884984 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104980232 sec., 2228.9910732908265 rows/sec., 11.53 MiB/sec. | ||
| 5988 | 2024.12.12 22:38:24.888124 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5989 | 2024.12.12 22:38:24.891266 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5990 | 2024.12.12 22:38:24.891401 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_31_6} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5991 | 2024.12.12 22:38:24.894015 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 5992 | 2024.12.12 22:38:25.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.65 MiB, peak 212.19 MiB, free memory in arenas 0.00 B, will set to 202.87 MiB (RSS), difference: 1.23 MiB | ||
| 5993 | 2024.12.12 22:38:27.034130 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.12.12 22:38:27.034339 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5995 | 2024.12.12 22:38:27.034419 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5996 | 2024.12.12 22:38:27.035305 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2024.12.12 22:38:27.035355 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 5998 | 2024.12.12 22:38:27.035808 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5999 | 2024.12.12 22:38:27.036069 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2024.12.12 22:38:27.036320 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002036 sec., 43222.00392927308 rows/sec., 3.55 MiB/sec. | ||
| 6001 | 2024.12.12 22:38:27.036385 [ 264 ] {fe1b85d4-332c-420c-999a-373001997f58} <Debug> TCPHandler: Processed in 0.002389497 sec. | ||
| 6002 | 2024.12.12 22:38:27.036643 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2024.12.12 22:38:27.036856 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6004 | 2024.12.12 22:38:27.036935 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6005 | 2024.12.12 22:38:27.037708 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2024.12.12 22:38:27.037751 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6007 | 2024.12.12 22:38:27.038188 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6008 | 2024.12.12 22:38:27.038458 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2024.12.12 22:38:27.038707 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001908 sec., 8385.744234800839 rows/sec., 630.57 KiB/sec. | ||
| 6010 | 2024.12.12 22:38:27.038776 [ 265 ] {4c3ad4e5-1605-4daf-b1e3-0750d5e2e0c3} <Debug> TCPHandler: Processed in 0.002272995 sec. | ||
| 6011 | 2024.12.12 22:38:27.038948 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2024.12.12 22:38:27.039096 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6013 | 2024.12.12 22:38:27.039158 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6014 | 2024.12.12 22:38:27.039802 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2024.12.12 22:38:27.039840 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6016 | 2024.12.12 22:38:27.040229 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6017 | 2024.12.12 22:38:27.040472 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2024.12.12 22:38:27.040680 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001607 sec., 49782.20286247667 rows/sec., 3.89 MiB/sec. | ||
| 6019 | 2024.12.12 22:38:27.040793 [ 264 ] {fb33daf6-309c-4235-862e-80809cdff250} <Debug> TCPHandler: Processed in 0.001906417 sec. | ||
| 6020 | 2024.12.12 22:38:27.041027 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2024.12.12 22:38:27.041166 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6022 | 2024.12.12 22:38:27.041230 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6023 | 2024.12.12 22:38:27.041926 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2024.12.12 22:38:27.041973 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6025 | 2024.12.12 22:38:27.042424 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6026 | 2024.12.12 22:38:27.042680 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2024.12.12 22:38:27.042844 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6028 | 2024.12.12 22:38:27.042916 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2024.12.12 22:38:27.042922 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 6030 | 2024.12.12 22:38:27.042959 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6031 | 2024.12.12 22:38:27.043087 [ 265 ] {c84c02f1-9a0a-49fd-b834-9a1e50b18527} <Debug> TCPHandler: Processed in 0.002175042 sec. | ||
| 6032 | 2024.12.12 22:38:27.043256 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 6033 | 2024.12.12 22:38:27.043305 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2024.12.12 22:38:27.043545 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6035 | 2024.12.12 22:38:27.043555 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6036 | 2024.12.12 22:38:27.043609 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10464 rows starting from the beginning of the part | ||
| 6037 | 2024.12.12 22:38:27.043858 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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 | 2024.12.12 22:38:27.043916 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 880 rows starting from the beginning of the part | ||
| 6039 | 2024.12.12 22:38:27.044338 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 6040 | 2024.12.12 22:38:27.044735 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 6041 | 2024.12.12 22:38:27.045079 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
| 6042 | 2024.12.12 22:38:27.045421 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 6043 | 2024.12.12 22:38:27.048951 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2024.12.12 22:38:27.049018 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6045 | 2024.12.12 22:38:27.050208 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6046 | 2024.12.12 22:38:27.050889 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2024.12.12 22:38:27.051168 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00771 sec., 2075.2269779507133 rows/sec., 3.72 MiB/sec. | ||
| 6048 | 2024.12.12 22:38:27.051324 [ 264 ] {e36e3b3b-ee3f-4113-93c7-6ff820e164e8} <Debug> TCPHandler: Processed in 0.008123679 sec. | ||
| 6049 | 2024.12.12 22:38:27.051547 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6050 | 2024.12.12 22:38:27.051781 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6051 | 2024.12.12 22:38:27.051877 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6052 | 2024.12.12 22:38:27.052516 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12138 rows, containing 5 columns (5 merged, 0 gathered) in 0.009405235 sec., 1290557.8648486722 rows/sec., 87.11 MiB/sec. | ||
| 6053 | 2024.12.12 22:38:27.052907 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6054 | 2024.12.12 22:38:27.053189 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2024.12.12 22:38:27.053255 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6056 | 2024.12.12 22:38:27.053526 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2024.12.12 22:38:27.053734 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6058 | 2024.12.12 22:38:27.053897 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 6059 | 2024.12.12 22:38:27.054047 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6060 | 2024.12.12 22:38:27.054311 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2024.12.12 22:38:27.054480 [ 149 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6062 | 2024.12.12 22:38:27.054557 [ 149 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6063 | 2024.12.12 22:38:27.054564 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002841 sec., 21119.324181626187 rows/sec., 1.42 MiB/sec. | ||
| 6064 | 2024.12.12 22:38:27.054602 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6065 | 2024.12.12 22:38:27.054750 [ 265 ] {3a6dfc9f-f707-4359-bc46-d22b9c96a613} <Debug> TCPHandler: Processed in 0.003323096 sec. | ||
| 6066 | 2024.12.12 22:38:27.054824 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 6067 | 2024.12.12 22:38:27.054928 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6068 | 2024.12.12 22:38:27.054959 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1924 rows starting from the beginning of the part | ||
| 6069 | 2024.12.12 22:38:27.055035 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 6070 | 2024.12.12 22:38:27.055251 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 6071 | 2024.12.12 22:38:27.055423 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 6072 | 2024.12.12 22:38:27.055549 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 6073 | 2024.12.12 22:38:27.055723 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 6074 | 2024.12.12 22:38:27.057104 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 4 columns (4 merged, 0 gathered) in 0.002355847 sec., 962711.075889054 rows/sec., 62.78 MiB/sec. | ||
| 6075 | 2024.12.12 22:38:27.057314 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6076 | 2024.12.12 22:38:27.057602 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6077 | 2024.12.12 22:38:27.057675 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_36_7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6078 | 2024.12.12 22:38:27.057743 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 6079 | 2024.12.12 22:38:31.134469 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6080 | 2024.12.12 22:38:31.134573 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6081 | 2024.12.12 22:38:31.259568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6082 | 2024.12.12 22:38:31.260683 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2024.12.12 22:38:31.260766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6084 | 2024.12.12 22:38:31.261690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6085 | 2024.12.12 22:38:31.261959 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2024.12.12 22:38:31.262152 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6087 | 2024.12.12 22:38:31.317570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 814 | ||
| 6088 | 2024.12.12 22:38:31.320766 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2024.12.12 22:38:31.320825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6090 | 2024.12.12 22:38:31.322307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6091 | 2024.12.12 22:38:31.322656 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.12.12 22:38:31.323295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 814 | ||
| 6093 | 2024.12.12 22:38:32.001356 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000942069 sec. | ||
| 6094 | 2024.12.12 22:38:32.040536 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2024.12.12 22:38:32.040748 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6096 | 2024.12.12 22:38:32.040827 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6097 | 2024.12.12 22:38:32.041636 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2024.12.12 22:38:32.041683 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6099 | 2024.12.12 22:38:32.042115 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6100 | 2024.12.12 22:38:32.042374 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2024.12.12 22:38:32.042638 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 6102 | 2024.12.12 22:38:32.042861 [ 264 ] {199cd9d3-1091-41fc-bcc6-e8053824974f} <Debug> TCPHandler: Processed in 0.002457298 sec. | ||
| 6103 | 2024.12.12 22:38:32.043119 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2024.12.12 22:38:32.043293 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6105 | 2024.12.12 22:38:32.043361 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6106 | 2024.12.12 22:38:32.044205 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2024.12.12 22:38:32.044248 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6108 | 2024.12.12 22:38:32.044701 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6109 | 2024.12.12 22:38:32.044954 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2024.12.12 22:38:32.045131 [ 144 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6111 | 2024.12.12 22:38:32.045214 [ 144 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2024.12.12 22:38:32.045211 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001962 sec., 129969.41896024463 rows/sec., 11.41 MiB/sec. | ||
| 6113 | 2024.12.12 22:38:32.045248 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6114 | 2024.12.12 22:38:32.045392 [ 265 ] {01670797-dcd6-4a66-b7a8-0af3b883ad47} <Debug> TCPHandler: Processed in 0.002398217 sec. | ||
| 6115 | 2024.12.12 22:38:32.045730 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2024.12.12 22:38:32.045836 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 6117 | 2024.12.12 22:38:32.046292 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6118 | 2024.12.12 22:38:32.046473 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6119 | 2024.12.12 22:38:32.046544 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6120 | 2024.12.12 22:38:32.046647 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part | ||
| 6121 | 2024.12.12 22:38:32.047211 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 255 rows starting from the beginning of the part | ||
| 6122 | 2024.12.12 22:38:32.047630 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 88 rows starting from the beginning of the part | ||
| 6123 | 2024.12.12 22:38:32.048179 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 255 rows starting from the beginning of the part | ||
| 6124 | 2024.12.12 22:38:32.048690 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 88 rows starting from the beginning of the part | ||
| 6125 | 2024.12.12 22:38:32.049144 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 255 rows starting from the beginning of the part | ||
| 6126 | 2024.12.12 22:38:32.050237 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2024.12.12 22:38:32.050302 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6128 | 2024.12.12 22:38:32.051256 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6129 | 2024.12.12 22:38:32.051686 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2024.12.12 22:38:32.052196 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.006077 sec., 5430.311008721409 rows/sec., 396.76 KiB/sec. | ||
| 6131 | 2024.12.12 22:38:32.052771 [ 264 ] {2fc531c2-8dec-48c9-8bbb-1de341639fdf} <Debug> TCPHandler: Processed in 0.007217622 sec. | ||
| 6132 | 2024.12.12 22:38:32.052976 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2378 rows, containing 5 columns (5 merged, 0 gathered) in 0.007579538 sec., 313739.43900010793 rows/sec., 27.78 MiB/sec. | ||
| 6133 | 2024.12.12 22:38:32.053074 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2024.12.12 22:38:32.053210 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6135 | 2024.12.12 22:38:32.053240 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6136 | 2024.12.12 22:38:32.053264 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6137 | 2024.12.12 22:38:32.053615 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6138 | 2024.12.12 22:38:32.053723 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_41_8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6139 | 2024.12.12 22:38:32.053810 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6140 | 2024.12.12 22:38:32.054006 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6141 | 2024.12.12 22:38:32.054045 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6142 | 2024.12.12 22:38:32.054396 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6143 | 2024.12.12 22:38:32.054638 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2024.12.12 22:38:32.054809 [ 144 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6145 | 2024.12.12 22:38:32.054868 [ 144 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6146 | 2024.12.12 22:38:32.054901 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001702 sec., 8225.616921269095 rows/sec., 576.07 KiB/sec. | ||
| 6147 | 2024.12.12 22:38:32.054912 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6148 | 2024.12.12 22:38:32.055057 [ 265 ] {b1ad11af-213a-44f3-a6f4-c6801e3f37ca} <Debug> TCPHandler: Processed in 0.002121712 sec. | ||
| 6149 | 2024.12.12 22:38:32.055189 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 6150 | 2024.12.12 22:38:32.055264 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2024.12.12 22:38:32.055379 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6152 | 2024.12.12 22:38:32.055454 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 6153 | 2024.12.12 22:38:32.055479 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6154 | 2024.12.12 22:38:32.055625 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6155 | 2024.12.12 22:38:32.055726 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6156 | 2024.12.12 22:38:32.056097 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 6157 | 2024.12.12 22:38:32.056415 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6158 | 2024.12.12 22:38:32.056833 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6159 | 2024.12.12 22:38:32.057200 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6160 | 2024.12.12 22:38:32.058522 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6161 | 2024.12.12 22:38:32.058591 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6162 | 2024.12.12 22:38:32.059671 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6163 | 2024.12.12 22:38:32.060163 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005109521 sec., 102945.07058489436 rows/sec., 7.37 MiB/sec. | ||
| 6164 | 2024.12.12 22:38:32.060216 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2024.12.12 22:38:32.060501 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6166 | 2024.12.12 22:38:32.060649 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005216 sec., 2492.3312883435583 rows/sec., 155.40 KiB/sec. | ||
| 6167 | 2024.12.12 22:38:32.060787 [ 264 ] {70ffb604-d89f-4bd7-b7b5-b2d5ba50c4c7} <Debug> TCPHandler: Processed in 0.0055981 sec. | ||
| 6168 | 2024.12.12 22:38:32.060965 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2024.12.12 22:38:32.061114 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6170 | 2024.12.12 22:38:32.061154 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6171 | 2024.12.12 22:38:32.061251 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6172 | 2024.12.12 22:38:32.061314 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_21_4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6173 | 2024.12.12 22:38:32.061481 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6174 | 2024.12.12 22:38:32.062190 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.12.12 22:38:32.062236 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6176 | 2024.12.12 22:38:32.062646 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6177 | 2024.12.12 22:38:32.062896 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2024.12.12 22:38:32.063064 [ 142 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6179 | 2024.12.12 22:38:32.063129 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.002022 sec., 201780.41543026708 rows/sec., 14.37 MiB/sec. | ||
| 6180 | 2024.12.12 22:38:32.063143 [ 142 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2024.12.12 22:38:32.063212 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6182 | 2024.12.12 22:38:32.063272 [ 265 ] {eba6e3ad-50b2-4824-b0c1-ab9d0a29dffe} <Debug> TCPHandler: Processed in 0.002372337 sec. | ||
| 6183 | 2024.12.12 22:38:32.063489 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 6184 | 2024.12.12 22:38:32.063503 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6185 | 2024.12.12 22:38:32.063726 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6186 | 2024.12.12 22:38:32.063758 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6187 | 2024.12.12 22:38:32.063780 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part | ||
| 6188 | 2024.12.12 22:38:32.063890 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6189 | 2024.12.12 22:38:32.064066 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 408 rows starting from the beginning of the part | ||
| 6190 | 2024.12.12 22:38:32.064486 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 80 rows starting from the beginning of the part | ||
| 6191 | 2024.12.12 22:38:32.064819 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 408 rows starting from the beginning of the part | ||
| 6192 | 2024.12.12 22:38:32.065145 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 80 rows starting from the beginning of the part | ||
| 6193 | 2024.12.12 22:38:32.065460 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 408 rows starting from the beginning of the part | ||
| 6194 | 2024.12.12 22:38:32.066479 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6195 | 2024.12.12 22:38:32.066558 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6196 | 2024.12.12 22:38:32.067524 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6197 | 2024.12.12 22:38:32.067966 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2024.12.12 22:38:32.068167 [ 142 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6199 | 2024.12.12 22:38:32.068275 [ 142 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6200 | 2024.12.12 22:38:32.068355 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6201 | 2024.12.12 22:38:32.068435 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004722 sec., 1270.6480304955528 rows/sec., 66.39 KiB/sec. | ||
| 6202 | 2024.12.12 22:38:32.068906 [ 264 ] {7fc621fd-695e-4f12-a59b-77fb24c217ae} <Debug> TCPHandler: Processed in 0.005500648 sec. | ||
| 6203 | 2024.12.12 22:38:32.069045 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 6204 | 2024.12.12 22:38:32.069257 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2024.12.12 22:38:32.069411 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006080819 sec., 378238.5234620534 rows/sec., 28.80 MiB/sec. | ||
| 6206 | 2024.12.12 22:38:32.069538 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6207 | 2024.12.12 22:38:32.069585 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6208 | 2024.12.12 22:38:32.069619 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 6209 | 2024.12.12 22:38:32.069749 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6210 | 2024.12.12 22:38:32.069980 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6211 | 2024.12.12 22:38:32.070392 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6212 | 2024.12.12 22:38:32.070446 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6213 | 2024.12.12 22:38:32.070744 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6214 | 2024.12.12 22:38:32.071140 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6215 | 2024.12.12 22:38:32.071546 [ 189 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6216 | 2024.12.12 22:38:32.072406 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2024.12.12 22:38:32.072998 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_41_8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6218 | 2024.12.12 22:38:32.073354 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6219 | 2024.12.12 22:38:32.073697 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2024.12.12 22:38:32.073775 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6221 | 2024.12.12 22:38:32.074915 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6222 | 2024.12.12 22:38:32.075088 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.00659592 sec., 14554.451842957465 rows/sec., 760.41 KiB/sec. | ||
| 6223 | 2024.12.12 22:38:32.075287 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6224 | 2024.12.12 22:38:32.075477 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2024.12.12 22:38:32.075869 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006391 sec., 37083.398529181664 rows/sec., 2.49 MiB/sec. | ||
| 6226 | 2024.12.12 22:38:32.075965 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6227 | 2024.12.12 22:38:32.076027 [ 265 ] {898baabe-659a-418d-af38-76537d8c82e4} <Debug> TCPHandler: Processed in 0.006979057 sec. | ||
| 6228 | 2024.12.12 22:38:32.076150 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_16_3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6229 | 2024.12.12 22:38:32.076267 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6230 | 2024.12.12 22:38:32.076283 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6231 | 2024.12.12 22:38:32.076431 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6232 | 2024.12.12 22:38:32.076498 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6233 | 2024.12.12 22:38:32.077061 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2024.12.12 22:38:32.077107 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6235 | 2024.12.12 22:38:32.077530 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6236 | 2024.12.12 22:38:32.077785 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2024.12.12 22:38:32.077998 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001599 sec., 625.3908692933084 rows/sec., 42.14 KiB/sec. | ||
| 6238 | 2024.12.12 22:38:32.078051 [ 264 ] {0c48c1bc-db63-41f2-a210-6988cd93fdba} <Debug> TCPHandler: Processed in 0.001903187 sec. | ||
| 6239 | 2024.12.12 22:38:32.078206 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2024.12.12 22:38:32.078324 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6241 | 2024.12.12 22:38:32.078415 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6242 | 2024.12.12 22:38:32.079721 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2024.12.12 22:38:32.079761 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6244 | 2024.12.12 22:38:32.080432 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6245 | 2024.12.12 22:38:32.080701 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6246 | 2024.12.12 22:38:32.080950 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00265 sec., 9811.32075471698 rows/sec., 17.58 MiB/sec. | ||
| 6247 | 2024.12.12 22:38:32.081265 [ 265 ] {667ced75-b567-4b30-b441-7c3c01c25975} <Debug> TCPHandler: Processed in 0.003111981 sec. | ||
| 6248 | 2024.12.12 22:38:32.081443 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2024.12.12 22:38:32.081570 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6250 | 2024.12.12 22:38:32.081624 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6251 | 2024.12.12 22:38:32.082133 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6252 | 2024.12.12 22:38:32.082173 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6253 | 2024.12.12 22:38:32.082568 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6254 | 2024.12.12 22:38:32.082820 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6255 | 2024.12.12 22:38:32.083045 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 6256 | 2024.12.12 22:38:32.083101 [ 264 ] {0a1f633c-0590-4776-91b4-0d15a88b89f8} <Debug> TCPHandler: Processed in 0.001720393 sec. | ||
| 6257 | 2024.12.12 22:38:32.294565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6258 | 2024.12.12 22:38:32.314123 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.12.12 22:38:32.314172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6260 | 2024.12.12 22:38:32.321297 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6261 | 2024.12.12 22:38:32.322075 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.12.12 22:38:32.325489 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6263 | 2024.12.12 22:38:37.062185 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6264 | 2024.12.12 22:38:37.062407 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6265 | 2024.12.12 22:38:37.062488 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6266 | 2024.12.12 22:38:37.063227 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2024.12.12 22:38:37.063269 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6268 | 2024.12.12 22:38:37.063695 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6269 | 2024.12.12 22:38:37.063954 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2024.12.12 22:38:37.064178 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001827 sec., 4378.762999452654 rows/sec., 357.06 KiB/sec. | ||
| 6271 | 2024.12.12 22:38:37.064235 [ 264 ] {b10ca521-ce73-49c0-883f-5b23d10a2528} <Debug> TCPHandler: Processed in 0.002185863 sec. | ||
| 6272 | 2024.12.12 22:38:37.064550 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6273 | 2024.12.12 22:38:37.064760 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6274 | 2024.12.12 22:38:37.064838 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6275 | 2024.12.12 22:38:37.066270 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6276 | 2024.12.12 22:38:37.066310 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6277 | 2024.12.12 22:38:37.066832 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6278 | 2024.12.12 22:38:37.067087 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6279 | 2024.12.12 22:38:37.067290 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002587 sec., 476227.29029764206 rows/sec., 39.19 MiB/sec. | ||
| 6280 | 2024.12.12 22:38:37.067346 [ 265 ] {12d687fc-33f7-4594-ad56-f361c7d05054} <Debug> TCPHandler: Processed in 0.002979388 sec. | ||
| 6281 | 2024.12.12 22:38:37.067563 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6282 | 2024.12.12 22:38:37.067784 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6283 | 2024.12.12 22:38:37.067875 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6284 | 2024.12.12 22:38:37.068767 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6285 | 2024.12.12 22:38:37.068807 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6286 | 2024.12.12 22:38:37.069169 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6287 | 2024.12.12 22:38:37.069415 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6288 | 2024.12.12 22:38:37.069603 [ 135 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6289 | 2024.12.12 22:38:37.069660 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001922 sec., 12486.992715920915 rows/sec., 916.61 KiB/sec. | ||
| 6290 | 2024.12.12 22:38:37.069694 [ 135 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6291 | 2024.12.12 22:38:37.069778 [ 264 ] {71e23210-4af1-4243-9a21-a689e271aa34} <Debug> TCPHandler: Processed in 0.002320486 sec. | ||
| 6292 | 2024.12.12 22:38:37.069787 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6293 | 2024.12.12 22:38:37.070093 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2024.12.12 22:38:37.070162 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 6295 | 2024.12.12 22:38:37.070617 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6296 | 2024.12.12 22:38:37.070813 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6297 | 2024.12.12 22:38:37.070909 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6298 | 2024.12.12 22:38:37.071070 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 67 rows starting from the beginning of the part | ||
| 6299 | 2024.12.12 22:38:37.071365 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 6300 | 2024.12.12 22:38:37.071775 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
| 6301 | 2024.12.12 22:38:37.072133 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 6302 | 2024.12.12 22:38:37.072639 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
| 6303 | 2024.12.12 22:38:37.073104 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part | ||
| 6304 | 2024.12.12 22:38:37.073984 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2024.12.12 22:38:37.074043 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6306 | 2024.12.12 22:38:37.075080 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6307 | 2024.12.12 22:38:37.075465 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005526618 sec., 34198.12985084188 rows/sec., 2.58 MiB/sec. | ||
| 6308 | 2024.12.12 22:38:37.075656 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2024.12.12 22:38:37.075843 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6310 | 2024.12.12 22:38:37.076179 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005691 sec., 40063.2577754349 rows/sec., 2.71 MiB/sec. | ||
| 6311 | 2024.12.12 22:38:37.076523 [ 265 ] {0aaaed9b-8ce0-4fcb-86c5-8c948cee7c9f} <Debug> TCPHandler: Processed in 0.00662167 sec. | ||
| 6312 | 2024.12.12 22:38:37.076785 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2024.12.12 22:38:37.076952 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6314 | 2024.12.12 22:38:37.076959 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2024.12.12 22:38:37.077023 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6316 | 2024.12.12 22:38:37.077073 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_40_8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 6317 | 2024.12.12 22:38:37.077190 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6318 | 2024.12.12 22:38:37.077942 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2024.12.12 22:38:37.077979 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6320 | 2024.12.12 22:38:37.078361 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6321 | 2024.12.12 22:38:37.078606 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2024.12.12 22:38:37.078804 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001896 sec., 286919.8312236287 rows/sec., 21.29 MiB/sec. | ||
| 6323 | 2024.12.12 22:38:37.078857 [ 264 ] {b8e2c1f8-2217-4c80-8d4e-a640c1912141} <Debug> TCPHandler: Processed in 0.002204023 sec. | ||
| 6324 | 2024.12.12 22:38:37.079006 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2024.12.12 22:38:37.079147 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6326 | 2024.12.12 22:38:37.079207 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6327 | 2024.12.12 22:38:37.080022 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6328 | 2024.12.12 22:38:37.080060 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6329 | 2024.12.12 22:38:37.080513 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6330 | 2024.12.12 22:38:37.080756 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.12.12 22:38:37.080944 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001829 sec., 483324.22088572994 rows/sec., 32.52 MiB/sec. | ||
| 6332 | 2024.12.12 22:38:37.080994 [ 265 ] {d959a1d0-c2a9-4fe7-9f16-5d33868a9a02} <Debug> TCPHandler: Processed in 0.00205705 sec. | ||
| 6333 | 2024.12.12 22:38:37.081206 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6334 | 2024.12.12 22:38:37.081429 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6335 | 2024.12.12 22:38:37.081558 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6336 | 2024.12.12 22:38:37.082700 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2024.12.12 22:38:37.082739 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6338 | 2024.12.12 22:38:37.083377 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6339 | 2024.12.12 22:38:37.083634 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2024.12.12 22:38:37.083886 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002513 sec., 6366.892160764027 rows/sec., 11.41 MiB/sec. | ||
| 6341 | 2024.12.12 22:38:37.083983 [ 264 ] {165ef771-83c7-47be-bbfd-61001015ad0b} <Debug> TCPHandler: Processed in 0.002887377 sec. | ||
| 6342 | 2024.12.12 22:38:37.084200 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6343 | 2024.12.12 22:38:37.084420 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6344 | 2024.12.12 22:38:37.084513 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6345 | 2024.12.12 22:38:37.085014 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2024.12.12 22:38:37.085052 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6347 | 2024.12.12 22:38:37.085419 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6348 | 2024.12.12 22:38:37.085659 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2024.12.12 22:38:37.085844 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 6350 | 2024.12.12 22:38:37.085891 [ 265 ] {330e10e9-6cbd-464c-89ad-bd0dd83bd90a} <Debug> TCPHandler: Processed in 0.001804635 sec. | ||
| 6351 | 2024.12.12 22:38:38.762263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6352 | 2024.12.12 22:38:38.762892 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2024.12.12 22:38:38.762931 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6354 | 2024.12.12 22:38:38.763501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6355 | 2024.12.12 22:38:38.763766 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2024.12.12 22:38:38.763996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6357 | 2024.12.12 22:38:39.825538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6358 | 2024.12.12 22:38:39.845694 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2024.12.12 22:38:39.845750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6360 | 2024.12.12 22:38:39.853145 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6361 | 2024.12.12 22:38:39.853973 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6362 | 2024.12.12 22:38:39.857501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6363 | 2024.12.12 22:38:41.323486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 852 | ||
| 6364 | 2024.12.12 22:38:41.326686 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2024.12.12 22:38:41.326740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6366 | 2024.12.12 22:38:41.328222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6367 | 2024.12.12 22:38:41.328541 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2024.12.12 22:38:41.329994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 852 | ||
| 6369 | 2024.12.12 22:38:42.040392 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2024.12.12 22:38:42.040588 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6371 | 2024.12.12 22:38:42.040664 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6372 | 2024.12.12 22:38:42.041458 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2024.12.12 22:38:42.041511 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6374 | 2024.12.12 22:38:42.041984 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6375 | 2024.12.12 22:38:42.042250 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2024.12.12 22:38:42.042457 [ 126 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6377 | 2024.12.12 22:38:42.042498 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001958 sec., 7150.153217568947 rows/sec., 514.72 KiB/sec. | ||
| 6378 | 2024.12.12 22:38:42.042531 [ 126 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2024.12.12 22:38:42.042600 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6380 | 2024.12.12 22:38:42.042626 [ 264 ] {86c9ee13-46eb-4605-8e0e-d0bac1e24a24} <Debug> TCPHandler: Processed in 0.002367257 sec. | ||
| 6381 | 2024.12.12 22:38:42.042935 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 6382 | 2024.12.12 22:38:42.043025 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2024.12.12 22:38:42.043274 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6384 | 2024.12.12 22:38:42.043339 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 6385 | 2024.12.12 22:38:42.043368 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6386 | 2024.12.12 22:38:42.043468 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 6387 | 2024.12.12 22:38:42.043525 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6388 | 2024.12.12 22:38:42.043805 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 6389 | 2024.12.12 22:38:42.044229 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6390 | 2024.12.12 22:38:42.044578 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6391 | 2024.12.12 22:38:42.046923 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6392 | 2024.12.12 22:38:42.047022 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6393 | 2024.12.12 22:38:42.047263 [ 193 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00455927 sec., 15353.335073377975 rows/sec., 1.14 MiB/sec. | ||
| 6394 | 2024.12.12 22:38:42.047460 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6395 | 2024.12.12 22:38:42.048022 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6396 | 2024.12.12 22:38:42.048092 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.12.12 22:38:42.048261 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_17_4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6398 | 2024.12.12 22:38:42.048390 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6399 | 2024.12.12 22:38:42.048564 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2024.12.12 22:38:42.048831 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005558 sec., 45879.812882331775 rows/sec., 4.03 MiB/sec. | ||
| 6401 | 2024.12.12 22:38:42.048907 [ 265 ] {a607805a-d952-4490-92bd-8e7a82fde4c2} <Debug> TCPHandler: Processed in 0.00612532 sec. | ||
| 6402 | 2024.12.12 22:38:42.049084 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6403 | 2024.12.12 22:38:42.049210 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6404 | 2024.12.12 22:38:42.049266 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6405 | 2024.12.12 22:38:42.050040 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6406 | 2024.12.12 22:38:42.050083 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6407 | 2024.12.12 22:38:42.050479 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6408 | 2024.12.12 22:38:42.050756 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6409 | 2024.12.12 22:38:42.050976 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001792 sec., 18415.178571428572 rows/sec., 1.31 MiB/sec. | ||
| 6410 | 2024.12.12 22:38:42.051041 [ 264 ] {69115479-bda2-46af-ab40-e7c01dce8eb5} <Debug> TCPHandler: Processed in 0.00202182 sec. | ||
| 6411 | 2024.12.12 22:38:42.051211 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6412 | 2024.12.12 22:38:42.051341 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6413 | 2024.12.12 22:38:42.051394 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6414 | 2024.12.12 22:38:42.051998 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6415 | 2024.12.12 22:38:42.052038 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6416 | 2024.12.12 22:38:42.052425 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6417 | 2024.12.12 22:38:42.052682 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2024.12.12 22:38:42.052913 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0016 sec., 8750 rows/sec., 612.79 KiB/sec. | ||
| 6419 | 2024.12.12 22:38:42.053040 [ 265 ] {30870726-33c9-4fad-92e8-2a768e9a29ae} <Debug> TCPHandler: Processed in 0.001891527 sec. | ||
| 6420 | 2024.12.12 22:38:42.053205 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6421 | 2024.12.12 22:38:42.053327 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6422 | 2024.12.12 22:38:42.053379 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6423 | 2024.12.12 22:38:42.053980 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2024.12.12 22:38:42.054021 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6425 | 2024.12.12 22:38:42.054396 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6426 | 2024.12.12 22:38:42.054647 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2024.12.12 22:38:42.054816 [ 126 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6428 | 2024.12.12 22:38:42.054879 [ 126 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2024.12.12 22:38:42.054885 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 6430 | 2024.12.12 22:38:42.054915 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6431 | 2024.12.12 22:38:42.055055 [ 264 ] {f5f30203-4b8c-4e02-a0a8-31832a34eaa0} <Debug> TCPHandler: Processed in 0.001905058 sec. | ||
| 6432 | 2024.12.12 22:38:42.055323 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 6433 | 2024.12.12 22:38:42.055350 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6434 | 2024.12.12 22:38:42.055745 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6435 | 2024.12.12 22:38:42.055814 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6436 | 2024.12.12 22:38:42.055842 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6437 | 2024.12.12 22:38:42.055884 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 6438 | 2024.12.12 22:38:42.056183 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 6439 | 2024.12.12 22:38:42.056529 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 6440 | 2024.12.12 22:38:42.056941 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 6441 | 2024.12.12 22:38:42.057261 [ 193 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 6442 | 2024.12.12 22:38:42.059085 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2024.12.12 22:38:42.059154 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6444 | 2024.12.12 22:38:42.059869 [ 191 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004840925 sec., 13427.185920046271 rows/sec., 889.63 KiB/sec. | ||
| 6445 | 2024.12.12 22:38:42.060030 [ 191 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6446 | 2024.12.12 22:38:42.060034 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6447 | 2024.12.12 22:38:42.060335 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2024.12.12 22:38:42.060598 [ 191 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6449 | 2024.12.12 22:38:42.060644 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005041 sec., 80936.32215830192 rows/sec., 5.77 MiB/sec. | ||
| 6450 | 2024.12.12 22:38:42.060725 [ 265 ] {eb5c5f30-797f-43b3-b4ab-cb15c98fab53} <Debug> TCPHandler: Processed in 0.005533908 sec. | ||
| 6451 | 2024.12.12 22:38:42.060733 [ 191 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_17_4} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6452 | 2024.12.12 22:38:42.060850 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6453 | 2024.12.12 22:38:42.060920 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6454 | 2024.12.12 22:38:42.061038 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6455 | 2024.12.12 22:38:42.061092 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6456 | 2024.12.12 22:38:42.061601 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6457 | 2024.12.12 22:38:42.061641 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6458 | 2024.12.12 22:38:42.062045 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6459 | 2024.12.12 22:38:42.062328 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6460 | 2024.12.12 22:38:42.062539 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 6461 | 2024.12.12 22:38:42.062591 [ 264 ] {5dda96c7-4d31-48b3-af6d-3debcbcceafb} <Debug> TCPHandler: Processed in 0.001757835 sec. | ||
| 6462 | 2024.12.12 22:38:42.062747 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6463 | 2024.12.12 22:38:42.062871 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6464 | 2024.12.12 22:38:42.062924 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6465 | 2024.12.12 22:38:42.063540 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6466 | 2024.12.12 22:38:42.063577 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6467 | 2024.12.12 22:38:42.063987 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6468 | 2024.12.12 22:38:42.064254 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6469 | 2024.12.12 22:38:42.064485 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 6470 | 2024.12.12 22:38:42.064565 [ 265 ] {a29d552b-28f7-4d8e-9a88-2b7d97f2198e} <Debug> TCPHandler: Processed in 0.001875587 sec. | ||
| 6471 | 2024.12.12 22:38:42.064758 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6472 | 2024.12.12 22:38:42.064879 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6473 | 2024.12.12 22:38:42.064933 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6474 | 2024.12.12 22:38:42.065508 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2024.12.12 22:38:42.065559 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6476 | 2024.12.12 22:38:42.066084 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6477 | 2024.12.12 22:38:42.066470 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2024.12.12 22:38:42.066755 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001897 sec., 527.1481286241434 rows/sec., 35.52 KiB/sec. | ||
| 6479 | 2024.12.12 22:38:42.066830 [ 264 ] {09592330-2400-43c0-9921-64f25e62d654} <Debug> TCPHandler: Processed in 0.002162022 sec. | ||
| 6480 | 2024.12.12 22:38:42.066996 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6481 | 2024.12.12 22:38:42.067115 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6482 | 2024.12.12 22:38:42.067207 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6483 | 2024.12.12 22:38:42.068361 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6484 | 2024.12.12 22:38:42.068400 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6485 | 2024.12.12 22:38:42.069055 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6486 | 2024.12.12 22:38:42.069324 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6487 | 2024.12.12 22:38:42.069512 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6488 | 2024.12.12 22:38:42.069572 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2024.12.12 22:38:42.069616 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6490 | 2024.12.12 22:38:42.069621 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002522 sec., 10309.278350515464 rows/sec., 18.47 MiB/sec. | ||
| 6491 | 2024.12.12 22:38:42.070048 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 6492 | 2024.12.12 22:38:42.070609 [ 265 ] {ea4e7d98-f2a4-47d6-8876-df8168b5c628} <Debug> TCPHandler: Processed in 0.003658982 sec. | ||
| 6493 | 2024.12.12 22:38:42.070933 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2024.12.12 22:38:42.071230 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6495 | 2024.12.12 22:38:42.071315 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6496 | 2024.12.12 22:38:42.071337 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6497 | 2024.12.12 22:38:42.071532 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 774 rows starting from the beginning of the part | ||
| 6498 | 2024.12.12 22:38:42.072383 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
| 6499 | 2024.12.12 22:38:42.073056 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 6500 | 2024.12.12 22:38:42.073684 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2024.12.12 22:38:42.073753 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
| 6502 | 2024.12.12 22:38:42.073775 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6503 | 2024.12.12 22:38:42.074329 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part | ||
| 6504 | 2024.12.12 22:38:42.074970 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 6505 | 2024.12.12 22:38:42.075584 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6506 | 2024.12.12 22:38:42.076153 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.12.12 22:38:42.076714 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005552 sec., 14769.452449567725 rows/sec., 960.56 KiB/sec. | ||
| 6508 | 2024.12.12 22:38:42.077006 [ 264 ] {35fe6f96-238f-45fc-9174-ab89fc28867d} <Debug> TCPHandler: Processed in 0.006236193 sec. | ||
| 6509 | 2024.12.12 22:38:42.086006 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 19 columns (19 merged, 0 gathered) in 0.01629125 sec., 54262.25734673521 rows/sec., 97.24 MiB/sec. | ||
| 6510 | 2024.12.12 22:38:42.087169 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6511 | 2024.12.12 22:38:42.087807 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6512 | 2024.12.12 22:38:42.087920 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6513 | 2024.12.12 22:38:42.088109 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
| 6514 | 2024.12.12 22:38:43.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.48 MiB, peak 213.11 MiB, free memory in arenas 0.00 B, will set to 207.88 MiB (RSS), difference: 2.40 MiB | ||
| 6515 | 2024.12.12 22:38:46.134625 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6516 | 2024.12.12 22:38:46.134700 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6517 | 2024.12.12 22:38:46.264103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6518 | 2024.12.12 22:38:46.264840 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2024.12.12 22:38:46.264878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6520 | 2024.12.12 22:38:46.265390 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6521 | 2024.12.12 22:38:46.265635 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2024.12.12 22:38:46.265816 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6523 | 2024.12.12 22:38:47.034593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6524 | 2024.12.12 22:38:47.034797 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6525 | 2024.12.12 22:38:47.034871 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6526 | 2024.12.12 22:38:47.035668 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2024.12.12 22:38:47.035714 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6528 | 2024.12.12 22:38:47.036152 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6529 | 2024.12.12 22:38:47.036404 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2024.12.12 22:38:47.036628 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001887 sec., 46634.87016428193 rows/sec., 3.83 MiB/sec. | ||
| 6531 | 2024.12.12 22:38:47.036686 [ 264 ] {3968d2a6-a034-4501-a8c8-042acf7cb6d3} <Debug> TCPHandler: Processed in 0.002231404 sec. | ||
| 6532 | 2024.12.12 22:38:47.037012 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2024.12.12 22:38:47.037317 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6534 | 2024.12.12 22:38:47.037438 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6535 | 2024.12.12 22:38:47.038352 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2024.12.12 22:38:47.038401 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6537 | 2024.12.12 22:38:47.038839 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6538 | 2024.12.12 22:38:47.039097 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2024.12.12 22:38:47.039375 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002141 sec., 7473.143390938813 rows/sec., 561.95 KiB/sec. | ||
| 6540 | 2024.12.12 22:38:47.039606 [ 265 ] {ad1cc0c2-5bbf-4854-9de1-345af9adff36} <Debug> TCPHandler: Processed in 0.002780414 sec. | ||
| 6541 | 2024.12.12 22:38:47.039827 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6542 | 2024.12.12 22:38:47.039944 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6543 | 2024.12.12 22:38:47.039993 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6544 | 2024.12.12 22:38:47.040600 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6545 | 2024.12.12 22:38:47.040639 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6546 | 2024.12.12 22:38:47.041019 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6547 | 2024.12.12 22:38:47.041265 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2024.12.12 22:38:47.041480 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00156 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec. | ||
| 6549 | 2024.12.12 22:38:47.041534 [ 264 ] {b441919b-24a5-464d-8cd9-dac02b4a01e2} <Debug> TCPHandler: Processed in 0.001820866 sec. | ||
| 6550 | 2024.12.12 22:38:47.041685 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6551 | 2024.12.12 22:38:47.041820 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6552 | 2024.12.12 22:38:47.041886 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6553 | 2024.12.12 22:38:47.042596 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2024.12.12 22:38:47.042645 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6555 | 2024.12.12 22:38:47.043090 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6556 | 2024.12.12 22:38:47.043335 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2024.12.12 22:38:47.043556 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001773 sec., 90242.52679075014 rows/sec., 6.29 MiB/sec. | ||
| 6558 | 2024.12.12 22:38:47.043611 [ 265 ] {aad00814-a64f-43b7-90ea-5151d19f64be} <Debug> TCPHandler: Processed in 0.001984439 sec. | ||
| 6559 | 2024.12.12 22:38:47.043776 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6560 | 2024.12.12 22:38:47.043914 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6561 | 2024.12.12 22:38:47.044008 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6562 | 2024.12.12 22:38:47.045288 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2024.12.12 22:38:47.045328 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6564 | 2024.12.12 22:38:47.045991 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6565 | 2024.12.12 22:38:47.046250 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6566 | 2024.12.12 22:38:47.046505 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002621 sec., 6104.5402518122855 rows/sec., 10.94 MiB/sec. | ||
| 6567 | 2024.12.12 22:38:47.046846 [ 264 ] {92d05d26-7e00-4e93-b779-12a1a52e8f43} <Debug> TCPHandler: Processed in 0.003127292 sec. | ||
| 6568 | 2024.12.12 22:38:47.047068 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2024.12.12 22:38:47.047291 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6570 | 2024.12.12 22:38:47.047385 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6571 | 2024.12.12 22:38:47.048086 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.12.12 22:38:47.048126 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6573 | 2024.12.12 22:38:47.048527 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6574 | 2024.12.12 22:38:47.048775 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2024.12.12 22:38:47.049005 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001767 sec., 33955.85738539898 rows/sec., 2.29 MiB/sec. | ||
| 6576 | 2024.12.12 22:38:47.049078 [ 265 ] {b986e233-f301-47fa-ade9-203d86d16997} <Debug> TCPHandler: Processed in 0.002119021 sec. | ||
| 6577 | 2024.12.12 22:38:47.357555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6578 | 2024.12.12 22:38:47.377911 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2024.12.12 22:38:47.377975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 6580 | 2024.12.12 22:38:47.385469 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6581 | 2024.12.12 22:38:47.386306 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.12.12 22:38:47.389116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6583 | 2024.12.12 22:38:51.330191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 886 | ||
| 6584 | 2024.12.12 22:38:51.333427 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2024.12.12 22:38:51.333490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6586 | 2024.12.12 22:38:51.335029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6587 | 2024.12.12 22:38:51.335358 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6588 | 2024.12.12 22:38:51.336210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6589 | 2024.12.12 22:38:52.040014 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6590 | 2024.12.12 22:38:52.040246 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6591 | 2024.12.12 22:38:52.040327 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6592 | 2024.12.12 22:38:52.041179 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2024.12.12 22:38:52.041231 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6594 | 2024.12.12 22:38:52.041673 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6595 | 2024.12.12 22:38:52.041925 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2024.12.12 22:38:52.042139 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec. | ||
| 6597 | 2024.12.12 22:38:52.042198 [ 264 ] {fbbd81fd-bbb1-4bd5-8775-8a51e6d685ae} <Debug> TCPHandler: Processed in 0.002328395 sec. | ||
| 6598 | 2024.12.12 22:38:52.042466 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6599 | 2024.12.12 22:38:52.042675 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6600 | 2024.12.12 22:38:52.042749 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6601 | 2024.12.12 22:38:52.043500 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2024.12.12 22:38:52.043542 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6603 | 2024.12.12 22:38:52.043965 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6604 | 2024.12.12 22:38:52.044215 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2024.12.12 22:38:52.044477 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001855 sec., 5390.8355795148245 rows/sec., 439.58 KiB/sec. | ||
| 6606 | 2024.12.12 22:38:52.044657 [ 265 ] {253ebe78-708f-4cc0-9433-6d319014f630} <Debug> TCPHandler: Processed in 0.002328066 sec. | ||
| 6607 | 2024.12.12 22:38:52.044833 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6608 | 2024.12.12 22:38:52.044976 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6609 | 2024.12.12 22:38:52.045034 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6610 | 2024.12.12 22:38:52.045907 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2024.12.12 22:38:52.045952 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6612 | 2024.12.12 22:38:52.046343 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6613 | 2024.12.12 22:38:52.046589 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2024.12.12 22:38:52.046836 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001883 sec., 138077.53584705258 rows/sec., 12.07 MiB/sec. | ||
| 6615 | 2024.12.12 22:38:52.046897 [ 264 ] {b754ef54-ed49-41af-a675-15a154a48793} <Debug> TCPHandler: Processed in 0.002130371 sec. | ||
| 6616 | 2024.12.12 22:38:52.047225 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6617 | 2024.12.12 22:38:52.047446 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6618 | 2024.12.12 22:38:52.047536 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6619 | 2024.12.12 22:38:52.048330 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2024.12.12 22:38:52.048370 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6621 | 2024.12.12 22:38:52.048738 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6622 | 2024.12.12 22:38:52.048979 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.12.12 22:38:52.049195 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001802 sec., 23862.37513873474 rows/sec., 1.69 MiB/sec. | ||
| 6624 | 2024.12.12 22:38:52.049247 [ 265 ] {a7570813-39b7-43e7-9f02-23321d39702d} <Debug> TCPHandler: Processed in 0.002219804 sec. | ||
| 6625 | 2024.12.12 22:38:52.049419 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6626 | 2024.12.12 22:38:52.049558 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6627 | 2024.12.12 22:38:52.049617 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6628 | 2024.12.12 22:38:52.050244 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6629 | 2024.12.12 22:38:52.050284 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6630 | 2024.12.12 22:38:52.050646 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6631 | 2024.12.12 22:38:52.050898 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2024.12.12 22:38:52.051155 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec. | ||
| 6633 | 2024.12.12 22:38:52.051390 [ 264 ] {7901ad5d-09b4-4190-a3ef-573ee0e28625} <Debug> TCPHandler: Processed in 0.00203272 sec. | ||
| 6634 | 2024.12.12 22:38:52.051629 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6635 | 2024.12.12 22:38:52.051851 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6636 | 2024.12.12 22:38:52.051939 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6637 | 2024.12.12 22:38:52.052526 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2024.12.12 22:38:52.052566 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6639 | 2024.12.12 22:38:52.052936 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6640 | 2024.12.12 22:38:52.053188 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2024.12.12 22:38:52.053492 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001669 sec., 7789.095266626723 rows/sec., 485.65 KiB/sec. | ||
| 6642 | 2024.12.12 22:38:52.053712 [ 265 ] {e43a5428-0422-40ce-bf7c-7f3bdd77c2de} <Debug> TCPHandler: Processed in 0.002203433 sec. | ||
| 6643 | 2024.12.12 22:38:52.053927 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6644 | 2024.12.12 22:38:52.054082 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6645 | 2024.12.12 22:38:52.054140 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6646 | 2024.12.12 22:38:52.055008 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2024.12.12 22:38:52.055049 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6648 | 2024.12.12 22:38:52.055438 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6649 | 2024.12.12 22:38:52.055682 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2024.12.12 22:38:52.055904 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001853 sec., 225580.14031300592 rows/sec., 16.12 MiB/sec. | ||
| 6651 | 2024.12.12 22:38:52.055957 [ 264 ] {60dd9faf-6f1a-4d5e-b9b0-3cccbf9671ca} <Debug> TCPHandler: Processed in 0.002143233 sec. | ||
| 6652 | 2024.12.12 22:38:52.056111 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6653 | 2024.12.12 22:38:52.056251 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6654 | 2024.12.12 22:38:52.056316 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6655 | 2024.12.12 22:38:52.056888 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6656 | 2024.12.12 22:38:52.056935 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6657 | 2024.12.12 22:38:52.057309 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6658 | 2024.12.12 22:38:52.057546 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6659 | 2024.12.12 22:38:52.057818 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001597 sec., 3757.044458359424 rows/sec., 196.29 KiB/sec. | ||
| 6660 | 2024.12.12 22:38:52.058012 [ 265 ] {0771506d-2c73-4dd5-ab94-2ed8b24278a2} <Debug> TCPHandler: Processed in 0.001964119 sec. | ||
| 6661 | 2024.12.12 22:38:52.058181 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6662 | 2024.12.12 22:38:52.058318 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6663 | 2024.12.12 22:38:52.058382 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6664 | 2024.12.12 22:38:52.059011 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2024.12.12 22:38:52.059050 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6666 | 2024.12.12 22:38:52.059451 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6667 | 2024.12.12 22:38:52.059692 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2024.12.12 22:38:52.059848 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6669 | 2024.12.12 22:38:52.059919 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001632 sec., 148284.3137254902 rows/sec., 9.94 MiB/sec. | ||
| 6670 | 2024.12.12 22:38:52.059944 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2024.12.12 22:38:52.060016 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6672 | 2024.12.12 22:38:52.060036 [ 264 ] {ccd9396d-9159-4913-9eae-65e26be35537} <Debug> TCPHandler: Processed in 0.001920007 sec. | ||
| 6673 | 2024.12.12 22:38:52.060252 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2024.12.12 22:38:52.060293 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 6675 | 2024.12.12 22:38:52.060417 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6676 | 2024.12.12 22:38:52.060464 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6677 | 2024.12.12 22:38:52.060484 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6678 | 2024.12.12 22:38:52.060511 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12138 rows starting from the beginning of the part | ||
| 6679 | 2024.12.12 22:38:52.060775 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 6680 | 2024.12.12 22:38:52.061194 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 884 rows starting from the beginning of the part | ||
| 6681 | 2024.12.12 22:38:52.061589 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 6682 | 2024.12.12 22:38:52.062002 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 6683 | 2024.12.12 22:38:52.062337 [ 187 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 242 rows starting from the beginning of the part | ||
| 6684 | 2024.12.12 22:38:52.062877 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2024.12.12 22:38:52.062919 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6686 | 2024.12.12 22:38:52.063394 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6687 | 2024.12.12 22:38:52.063658 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2024.12.12 22:38:52.064161 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003765 sec., 265.6042496679947 rows/sec., 17.90 KiB/sec. | ||
| 6689 | 2024.12.12 22:38:52.064629 [ 265 ] {b9d54b3b-bce4-46d6-ae6f-e0258577de36} <Debug> TCPHandler: Processed in 0.004497839 sec. | ||
| 6690 | 2024.12.12 22:38:52.064886 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6691 | 2024.12.12 22:38:52.065170 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6692 | 2024.12.12 22:38:52.065310 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6693 | 2024.12.12 22:38:52.067031 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6694 | 2024.12.12 22:38:52.067071 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6695 | 2024.12.12 22:38:52.067840 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13898 rows, containing 5 columns (5 merged, 0 gathered) in 0.007692501 sec., 1806694.5977647582 rows/sec., 121.93 MiB/sec. | ||
| 6696 | 2024.12.12 22:38:52.068174 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6697 | 2024.12.12 22:38:52.068359 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6698 | 2024.12.12 22:38:52.068504 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6699 | 2024.12.12 22:38:52.068845 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003777 sec., 6883.770187979878 rows/sec., 12.34 MiB/sec. | ||
| 6700 | 2024.12.12 22:38:52.068953 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2024.12.12 22:38:52.069041 [ 264 ] {3da09c7e-b720-4318-aceb-2823d61e1082} <Debug> TCPHandler: Processed in 0.004299514 sec. | ||
| 6702 | 2024.12.12 22:38:52.069098 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6703 | 2024.12.12 22:38:52.069220 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2024.12.12 22:38:52.069229 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 6705 | 2024.12.12 22:38:52.069379 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6706 | 2024.12.12 22:38:52.069443 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6707 | 2024.12.12 22:38:52.070008 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6708 | 2024.12.12 22:38:52.070046 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6709 | 2024.12.12 22:38:52.070426 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6710 | 2024.12.12 22:38:52.070676 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2024.12.12 22:38:52.070835 [ 114 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6712 | 2024.12.12 22:38:52.070894 [ 114 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2024.12.12 22:38:52.070925 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6714 | 2024.12.12 22:38:52.070936 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 6715 | 2024.12.12 22:38:52.071121 [ 265 ] {5ef795e3-969f-4f48-a5f1-63c4320072f8} <Debug> TCPHandler: Processed in 0.001986589 sec. | ||
| 6716 | 2024.12.12 22:38:52.071227 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 6717 | 2024.12.12 22:38:52.071405 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6718 | 2024.12.12 22:38:52.071448 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2268 rows starting from the beginning of the part | ||
| 6719 | 2024.12.12 22:38:52.071535 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 6720 | 2024.12.12 22:38:52.071765 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 6721 | 2024.12.12 22:38:52.072051 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 6722 | 2024.12.12 22:38:52.072193 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 6723 | 2024.12.12 22:38:52.072349 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 6724 | 2024.12.12 22:38:52.073868 [ 189 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2634 rows, containing 4 columns (4 merged, 0 gathered) in 0.002818545 sec., 934524.7281842227 rows/sec., 60.89 MiB/sec. | ||
| 6725 | 2024.12.12 22:38:52.074122 [ 189 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6726 | 2024.12.12 22:38:52.074414 [ 189 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2024.12.12 22:38:52.074499 [ 189 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_41_8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6728 | 2024.12.12 22:38:52.074584 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6729 | 2024.12.12 22:38:53.765931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6730 | 2024.12.12 22:38:53.766702 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2024.12.12 22:38:53.766764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6732 | 2024.12.12 22:38:53.767326 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6733 | 2024.12.12 22:38:53.767601 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2024.12.12 22:38:53.767886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6735 | 2024.12.12 22:38:54.889163 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6736 | 2024.12.12 22:38:54.909529 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2024.12.12 22:38:54.909581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6738 | 2024.12.12 22:38:54.916751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6739 | 2024.12.12 22:38:54.917565 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2024.12.12 22:38:54.920223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6741 | 2024.12.12 22:38:57.034509 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2024.12.12 22:38:57.034719 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6743 | 2024.12.12 22:38:57.034800 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6744 | 2024.12.12 22:38:57.035633 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2024.12.12 22:38:57.035677 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6746 | 2024.12.12 22:38:57.036120 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6747 | 2024.12.12 22:38:57.036376 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2024.12.12 22:38:57.036515 [ 109 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6749 | 2024.12.12 22:38:57.036563 [ 109 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2024.12.12 22:38:57.036586 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001922 sec., 45785.63995837669 rows/sec., 3.76 MiB/sec. | ||
| 6751 | 2024.12.12 22:38:57.036593 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6752 | 2024.12.12 22:38:57.036701 [ 264 ] {204d04a9-14cc-4fec-9dc5-79f2281561fd} <Debug> TCPHandler: Processed in 0.002325095 sec. | ||
| 6753 | 2024.12.12 22:38:57.036914 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 6754 | 2024.12.12 22:38:57.037011 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6755 | 2024.12.12 22:38:57.037296 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6756 | 2024.12.12 22:38:57.037373 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part | ||
| 6757 | 2024.12.12 22:38:57.037391 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6758 | 2024.12.12 22:38:57.037558 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6759 | 2024.12.12 22:38:57.037584 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1232 rows starting from the beginning of the part | ||
| 6760 | 2024.12.12 22:38:57.038045 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 255 rows starting from the beginning of the part | ||
| 6761 | 2024.12.12 22:38:57.038520 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part | ||
| 6762 | 2024.12.12 22:38:57.038921 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 260 rows starting from the beginning of the part | ||
| 6763 | 2024.12.12 22:38:57.039273 [ 200 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 88 rows starting from the beginning of the part | ||
| 6764 | 2024.12.12 22:38:57.040251 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.12.12 22:38:57.040334 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6766 | 2024.12.12 22:38:57.041296 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6767 | 2024.12.12 22:38:57.041735 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.12.12 22:38:57.042111 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004783 sec., 3345.1808488396405 rows/sec., 251.54 KiB/sec. | ||
| 6769 | 2024.12.12 22:38:57.042394 [ 265 ] {acd393d8-0a5e-43e8-9f97-77f70b0cfa57} <Debug> TCPHandler: Processed in 0.005548029 sec. | ||
| 6770 | 2024.12.12 22:38:57.042707 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2024.12.12 22:38:57.043138 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6772 | 2024.12.12 22:38:57.043332 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6773 | 2024.12.12 22:38:57.043498 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006774422 sec., 495983.2735545556 rows/sec., 43.35 MiB/sec. | ||
| 6774 | 2024.12.12 22:38:57.043822 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6775 | 2024.12.12 22:38:57.044416 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6776 | 2024.12.12 22:38:57.044644 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_46_9} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6777 | 2024.12.12 22:38:57.044725 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2024.12.12 22:38:57.044800 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6779 | 2024.12.12 22:38:57.044807 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6780 | 2024.12.12 22:38:57.045219 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6781 | 2024.12.12 22:38:57.045479 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2024.12.12 22:38:57.045656 [ 106 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6783 | 2024.12.12 22:38:57.045720 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002719 sec., 29422.58183155572 rows/sec., 2.30 MiB/sec. | ||
| 6784 | 2024.12.12 22:38:57.045732 [ 106 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2024.12.12 22:38:57.045803 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6786 | 2024.12.12 22:38:57.045861 [ 264 ] {f9b5c409-02de-4c76-9aa9-c009fe9d1454} <Debug> TCPHandler: Processed in 0.003323895 sec. | ||
| 6787 | 2024.12.12 22:38:57.046083 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 6788 | 2024.12.12 22:38:57.046092 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2024.12.12 22:38:57.046317 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6790 | 2024.12.12 22:38:57.046353 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6791 | 2024.12.12 22:38:57.046372 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
| 6792 | 2024.12.12 22:38:57.046499 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6793 | 2024.12.12 22:38:57.046633 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 544 rows starting from the beginning of the part | ||
| 6794 | 2024.12.12 22:38:57.047010 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 408 rows starting from the beginning of the part | ||
| 6795 | 2024.12.12 22:38:57.047385 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 80 rows starting from the beginning of the part | ||
| 6796 | 2024.12.12 22:38:57.047743 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 418 rows starting from the beginning of the part | ||
| 6797 | 2024.12.12 22:38:57.048069 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 80 rows starting from the beginning of the part | ||
| 6798 | 2024.12.12 22:38:57.049238 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2024.12.12 22:38:57.049331 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6800 | 2024.12.12 22:38:57.050478 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6801 | 2024.12.12 22:38:57.051006 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2024.12.12 22:38:57.051075 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.005173371 sec., 472805.83588534436 rows/sec., 36.30 MiB/sec. | ||
| 6803 | 2024.12.12 22:38:57.051316 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005037 sec., 31764.939448084177 rows/sec., 2.21 MiB/sec. | ||
| 6804 | 2024.12.12 22:38:57.051330 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6805 | 2024.12.12 22:38:57.051429 [ 265 ] {f5d0f851-4c34-4abd-8bd0-9e813f8b5f5a} <Debug> TCPHandler: Processed in 0.005453736 sec. | ||
| 6806 | 2024.12.12 22:38:57.051636 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2024.12.12 22:38:57.051776 [ 190 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6808 | 2024.12.12 22:38:57.051850 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6809 | 2024.12.12 22:38:57.052019 [ 190 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_46_9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6810 | 2024.12.12 22:38:57.052034 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6811 | 2024.12.12 22:38:57.052277 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6812 | 2024.12.12 22:38:57.053426 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6813 | 2024.12.12 22:38:57.053470 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6814 | 2024.12.12 22:38:57.054129 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6815 | 2024.12.12 22:38:57.054392 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6816 | 2024.12.12 22:38:57.054651 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00285 sec., 5614.035087719298 rows/sec., 10.06 MiB/sec. | ||
| 6817 | 2024.12.12 22:38:57.054981 [ 264 ] {c74bc720-6094-4e72-aa89-cf1c1cce9b9d} <Debug> TCPHandler: Processed in 0.003447677 sec. | ||
| 6818 | 2024.12.12 22:38:57.055154 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6819 | 2024.12.12 22:38:57.055292 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6820 | 2024.12.12 22:38:57.055353 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6821 | 2024.12.12 22:38:57.055943 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2024.12.12 22:38:57.055991 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6823 | 2024.12.12 22:38:57.056392 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6824 | 2024.12.12 22:38:57.056648 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2024.12.12 22:38:57.056875 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
| 6826 | 2024.12.12 22:38:57.056927 [ 265 ] {6c312b56-aaf6-4caf-8494-e3e59b8cef7e} <Debug> TCPHandler: Processed in 0.001850866 sec. | ||
| 6827 | 2024.12.12 22:39:01.134954 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6828 | 2024.12.12 22:39:01.135022 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6829 | 2024.12.12 22:39:01.268024 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 6830 | 2024.12.12 22:39:01.269147 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6831 | 2024.12.12 22:39:01.269228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6832 | 2024.12.12 22:39:01.269769 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6833 | 2024.12.12 22:39:01.270027 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6834 | 2024.12.12 22:39:01.270311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6835 | 2024.12.12 22:39:01.270312 [ 103 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6836 | 2024.12.12 22:39:01.270418 [ 103 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2024.12.12 22:39:01.270459 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6838 | 2024.12.12 22:39:01.270644 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 6839 | 2024.12.12 22:39:01.270860 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6840 | 2024.12.12 22:39:01.270929 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 6841 | 2024.12.12 22:39:01.271056 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 6842 | 2024.12.12 22:39:01.271333 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 6843 | 2024.12.12 22:39:01.271595 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 6844 | 2024.12.12 22:39:01.271818 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 6845 | 2024.12.12 22:39:01.272058 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 6846 | 2024.12.12 22:39:01.274901 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004345285 sec., 3804353.45437641 rows/sec., 54.42 MiB/sec. | ||
| 6847 | 2024.12.12 22:39:01.275076 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6848 | 2024.12.12 22:39:01.275459 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2024.12.12 22:39:01.275556 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_36_7} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6850 | 2024.12.12 22:39:01.275688 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6851 | 2024.12.12 22:39:01.336382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 922 | ||
| 6852 | 2024.12.12 22:39:01.339602 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6853 | 2024.12.12 22:39:01.339644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6854 | 2024.12.12 22:39:01.341141 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6855 | 2024.12.12 22:39:01.341458 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6856 | 2024.12.12 22:39:01.342004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
| 6857 | 2024.12.12 22:39:02.039217 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6858 | 2024.12.12 22:39:02.039426 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6859 | 2024.12.12 22:39:02.039499 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6860 | 2024.12.12 22:39:02.040257 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2024.12.12 22:39:02.040314 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6862 | 2024.12.12 22:39:02.040755 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6863 | 2024.12.12 22:39:02.041013 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6864 | 2024.12.12 22:39:02.041248 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec. | ||
| 6865 | 2024.12.12 22:39:02.041384 [ 264 ] {31e8cce4-f8cf-4e65-acf7-d454eef04b4c} <Debug> TCPHandler: Processed in 0.002354646 sec. | ||
| 6866 | 2024.12.12 22:39:02.041656 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6867 | 2024.12.12 22:39:02.041873 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6868 | 2024.12.12 22:39:02.041956 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6869 | 2024.12.12 22:39:02.042884 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6870 | 2024.12.12 22:39:02.042930 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6871 | 2024.12.12 22:39:02.043429 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6872 | 2024.12.12 22:39:02.043918 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6873 | 2024.12.12 22:39:02.044127 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002314 sec., 110198.78997407087 rows/sec., 9.67 MiB/sec. | ||
| 6874 | 2024.12.12 22:39:02.044193 [ 265 ] {0a723a27-2cdd-4917-81a9-df1d68890db2} <Debug> TCPHandler: Processed in 0.002677853 sec. | ||
| 6875 | 2024.12.12 22:39:02.044351 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6876 | 2024.12.12 22:39:02.044476 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6877 | 2024.12.12 22:39:02.044529 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6878 | 2024.12.12 22:39:02.045208 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2024.12.12 22:39:02.045252 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6880 | 2024.12.12 22:39:02.045741 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6881 | 2024.12.12 22:39:02.046016 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6882 | 2024.12.12 22:39:02.046182 [ 103 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 6883 | 2024.12.12 22:39:02.046255 [ 103 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2024.12.12 22:39:02.046279 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001824 sec., 18092.105263157893 rows/sec., 1.29 MiB/sec. | ||
| 6885 | 2024.12.12 22:39:02.046292 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6886 | 2024.12.12 22:39:02.046425 [ 264 ] {08cc63a6-0172-4106-b3b0-60c378e7037a} <Debug> TCPHandler: Processed in 0.002130052 sec. | ||
| 6887 | 2024.12.12 22:39:02.046510 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 6888 | 2024.12.12 22:39:02.046627 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6889 | 2024.12.12 22:39:02.046663 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6890 | 2024.12.12 22:39:02.046698 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 67 rows starting from the beginning of the part | ||
| 6891 | 2024.12.12 22:39:02.046782 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6892 | 2024.12.12 22:39:02.046795 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
| 6893 | 2024.12.12 22:39:02.046950 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6894 | 2024.12.12 22:39:02.047196 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part | ||
| 6895 | 2024.12.12 22:39:02.047686 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 43 rows starting from the beginning of the part | ||
| 6896 | 2024.12.12 22:39:02.048041 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 6897 | 2024.12.12 22:39:02.048452 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part | ||
| 6898 | 2024.12.12 22:39:02.049821 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.12.12 22:39:02.049862 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6900 | 2024.12.12 22:39:02.050425 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6901 | 2024.12.12 22:39:02.050585 [ 196 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.004164612 sec., 49944.62869530223 rows/sec., 3.76 MiB/sec. | ||
| 6902 | 2024.12.12 22:39:02.050814 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2024.12.12 22:39:02.050899 [ 196 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 6904 | 2024.12.12 22:39:02.051364 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004582 sec., 3055.4343081623742 rows/sec., 213.98 KiB/sec. | ||
| 6905 | 2024.12.12 22:39:02.051771 [ 265 ] {c1edd8ce-5faf-4a95-9a2f-9aba66d8ac21} <Debug> TCPHandler: Processed in 0.005213323 sec. | ||
| 6906 | 2024.12.12 22:39:02.051850 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2024.12.12 22:39:02.051982 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_45_9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 6908 | 2024.12.12 22:39:02.051990 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2024.12.12 22:39:02.052102 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6910 | 2024.12.12 22:39:02.052173 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6911 | 2024.12.12 22:39:02.052226 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6912 | 2024.12.12 22:39:02.052808 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2024.12.12 22:39:02.052848 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6914 | 2024.12.12 22:39:02.053218 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6915 | 2024.12.12 22:39:02.053470 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2024.12.12 22:39:02.053683 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 6917 | 2024.12.12 22:39:02.053736 [ 264 ] {05550dcc-2a93-48f6-b57b-eb80b4fad3c3} <Debug> TCPHandler: Processed in 0.001838976 sec. | ||
| 6918 | 2024.12.12 22:39:02.053884 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2024.12.12 22:39:02.054002 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6920 | 2024.12.12 22:39:02.054051 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6921 | 2024.12.12 22:39:02.054807 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2024.12.12 22:39:02.054846 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6923 | 2024.12.12 22:39:02.055244 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6924 | 2024.12.12 22:39:02.055499 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2024.12.12 22:39:02.055709 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00173 sec., 235838.15028901733 rows/sec., 16.80 MiB/sec. | ||
| 6926 | 2024.12.12 22:39:02.055761 [ 265 ] {6f9cfc90-34b5-4963-8505-c730fea3aefa} <Debug> TCPHandler: Processed in 0.001935528 sec. | ||
| 6927 | 2024.12.12 22:39:02.055922 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2024.12.12 22:39:02.056064 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6929 | 2024.12.12 22:39:02.056125 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6930 | 2024.12.12 22:39:02.056629 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2024.12.12 22:39:02.056668 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6932 | 2024.12.12 22:39:02.057036 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6933 | 2024.12.12 22:39:02.057279 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2024.12.12 22:39:02.057509 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001475 sec., 4067.7966101694915 rows/sec., 212.53 KiB/sec. | ||
| 6935 | 2024.12.12 22:39:02.057623 [ 264 ] {2e8b9c88-2154-4417-9c55-6b1245b4655e} <Debug> TCPHandler: Processed in 0.001770025 sec. | ||
| 6936 | 2024.12.12 22:39:02.057780 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2024.12.12 22:39:02.057919 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6938 | 2024.12.12 22:39:02.057981 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6939 | 2024.12.12 22:39:02.058635 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.12.12 22:39:02.058674 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6941 | 2024.12.12 22:39:02.059067 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6942 | 2024.12.12 22:39:02.059310 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2024.12.12 22:39:02.059553 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 6944 | 2024.12.12 22:39:02.059734 [ 265 ] {bcec0f35-d32b-4be1-b853-242afb114ec9} <Debug> TCPHandler: Processed in 0.00201528 sec. | ||
| 6945 | 2024.12.12 22:39:02.059973 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6946 | 2024.12.12 22:39:02.060110 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6947 | 2024.12.12 22:39:02.060170 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6948 | 2024.12.12 22:39:02.060648 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2024.12.12 22:39:02.060687 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6950 | 2024.12.12 22:39:02.061052 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6951 | 2024.12.12 22:39:02.061315 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2024.12.12 22:39:02.061525 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 6953 | 2024.12.12 22:39:02.061576 [ 264 ] {cf5668ca-8600-4db2-8ed1-f6c1e355d0f3} <Debug> TCPHandler: Processed in 0.001731294 sec. | ||
| 6954 | 2024.12.12 22:39:02.061717 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6955 | 2024.12.12 22:39:02.061834 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6956 | 2024.12.12 22:39:02.061913 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6957 | 2024.12.12 22:39:02.063054 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2024.12.12 22:39:02.063095 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6959 | 2024.12.12 22:39:02.063738 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6960 | 2024.12.12 22:39:02.063999 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2024.12.12 22:39:02.064263 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002453 sec., 10599.26620464737 rows/sec., 18.99 MiB/sec. | ||
| 6962 | 2024.12.12 22:39:02.064357 [ 265 ] {e2637e1a-9ff3-47ed-9b16-6a4b5dddbcc1} <Debug> TCPHandler: Processed in 0.002695353 sec. | ||
| 6963 | 2024.12.12 22:39:02.064520 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6964 | 2024.12.12 22:39:02.064660 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6965 | 2024.12.12 22:39:02.064719 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6966 | 2024.12.12 22:39:02.065277 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2024.12.12 22:39:02.065316 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6968 | 2024.12.12 22:39:02.065699 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6969 | 2024.12.12 22:39:02.065944 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6970 | 2024.12.12 22:39:02.066146 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001516 sec., 54089.709762532984 rows/sec., 3.44 MiB/sec. | ||
| 6971 | 2024.12.12 22:39:02.066195 [ 264 ] {527f33a1-825a-402e-b88d-26469e8b6324} <Debug> TCPHandler: Processed in 0.001745905 sec. | ||
| 6972 | 2024.12.12 22:39:02.420269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6973 | 2024.12.12 22:39:02.443073 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2024.12.12 22:39:02.443136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6975 | 2024.12.12 22:39:02.450690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6976 | 2024.12.12 22:39:02.451537 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2024.12.12 22:39:02.451843 [ 102 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6978 | 2024.12.12 22:39:02.451902 [ 102 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2024.12.12 22:39:02.451939 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6980 | 2024.12.12 22:39:02.452332 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6981 | 2024.12.12 22:39:02.468206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6982 | 2024.12.12 22:39:02.469765 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6983 | 2024.12.12 22:39:02.471402 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6984 | 2024.12.12 22:39:02.476918 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6985 | 2024.12.12 22:39:02.482559 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6986 | 2024.12.12 22:39:02.487990 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6987 | 2024.12.12 22:39:02.494008 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6988 | 2024.12.12 22:39:02.498497 [ 196 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 6989 | 2024.12.12 22:39:02.558968 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10690563 sec., 2544.3000522984617 rows/sec., 13.16 MiB/sec. | ||
| 6990 | 2024.12.12 22:39:02.561931 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6991 | 2024.12.12 22:39:02.564891 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_36_7} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2024.12.12 22:39:02.565022 [ 191 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_36_7} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6993 | 2024.12.12 22:39:02.567684 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6994 | 2024.12.12 22:39:07.061889 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6995 | 2024.12.12 22:39:07.062117 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6996 | 2024.12.12 22:39:07.062198 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6997 | 2024.12.12 22:39:07.063604 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2024.12.12 22:39:07.063656 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 6999 | 2024.12.12 22:39:07.064174 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7000 | 2024.12.12 22:39:07.064428 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2024.12.12 22:39:07.064630 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002573 sec., 477263.8942868247 rows/sec., 39.29 MiB/sec. | ||
| 7002 | 2024.12.12 22:39:07.064687 [ 264 ] {d47517e6-3e46-4cbf-a51e-8b5c87b6d453} <Debug> TCPHandler: Processed in 0.002940818 sec. | ||
| 7003 | 2024.12.12 22:39:07.064971 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7004 | 2024.12.12 22:39:07.065193 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7005 | 2024.12.12 22:39:07.065279 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7006 | 2024.12.12 22:39:07.066045 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2024.12.12 22:39:07.066101 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7008 | 2024.12.12 22:39:07.066556 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7009 | 2024.12.12 22:39:07.066825 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2024.12.12 22:39:07.067080 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001943 sec., 8234.688625836336 rows/sec., 619.21 KiB/sec. | ||
| 7011 | 2024.12.12 22:39:07.067174 [ 265 ] {ebb7cffa-6305-4751-9970-a0899247dce6} <Debug> TCPHandler: Processed in 0.002347646 sec. | ||
| 7012 | 2024.12.12 22:39:07.067407 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2024.12.12 22:39:07.067571 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7014 | 2024.12.12 22:39:07.067632 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7015 | 2024.12.12 22:39:07.068412 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2024.12.12 22:39:07.068451 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7017 | 2024.12.12 22:39:07.068829 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7018 | 2024.12.12 22:39:07.069072 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2024.12.12 22:39:07.069203 [ 97 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7020 | 2024.12.12 22:39:07.069251 [ 97 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.12.12 22:39:07.069261 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001718 sec., 132712.45634458674 rows/sec., 8.99 MiB/sec. | ||
| 7022 | 2024.12.12 22:39:07.069281 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7023 | 2024.12.12 22:39:07.069329 [ 264 ] {25c0caba-ae78-4c57-a6d4-852438a042c4} <Debug> TCPHandler: Processed in 0.00206223 sec. | ||
| 7024 | 2024.12.12 22:39:07.069544 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2024.12.12 22:39:07.069554 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 7026 | 2024.12.12 22:39:07.069753 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7027 | 2024.12.12 22:39:07.069849 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7028 | 2024.12.12 22:39:07.069858 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7029 | 2024.12.12 22:39:07.069921 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 7030 | 2024.12.12 22:39:07.070253 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 7031 | 2024.12.12 22:39:07.070695 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7032 | 2024.12.12 22:39:07.071090 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7033 | 2024.12.12 22:39:07.071443 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7034 | 2024.12.12 22:39:07.071766 [ 198 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 7035 | 2024.12.12 22:39:07.072855 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7036 | 2024.12.12 22:39:07.072924 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7037 | 2024.12.12 22:39:07.074069 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7038 | 2024.12.12 22:39:07.074570 [ 197 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005192672 sec., 142508.519698529 rows/sec., 10.20 MiB/sec. | ||
| 7039 | 2024.12.12 22:39:07.074582 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.12.12 22:39:07.074826 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7041 | 2024.12.12 22:39:07.074913 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.005223 sec., 102623.01359372008 rows/sec., 7.61 MiB/sec. | ||
| 7042 | 2024.12.12 22:39:07.074999 [ 265 ] {79f1d100-c951-4c8e-b290-4c2e3bca53e5} <Debug> TCPHandler: Processed in 0.00556041 sec. | ||
| 7043 | 2024.12.12 22:39:07.075192 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7044 | 2024.12.12 22:39:07.075280 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2024.12.12 22:39:07.075418 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7046 | 2024.12.12 22:39:07.075466 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_26_5} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7047 | 2024.12.12 22:39:07.075518 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7048 | 2024.12.12 22:39:07.075679 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7049 | 2024.12.12 22:39:07.076430 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7050 | 2024.12.12 22:39:07.076474 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7051 | 2024.12.12 22:39:07.076946 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7052 | 2024.12.12 22:39:07.077196 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7053 | 2024.12.12 22:39:07.077376 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.002031 sec., 433284.0965041852 rows/sec., 29.15 MiB/sec. | ||
| 7054 | 2024.12.12 22:39:07.077429 [ 264 ] {04cb4364-a5d4-4207-8ef6-12c411923df6} <Debug> TCPHandler: Processed in 0.002321085 sec. | ||
| 7055 | 2024.12.12 22:39:07.077583 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7056 | 2024.12.12 22:39:07.077708 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7057 | 2024.12.12 22:39:07.077792 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7058 | 2024.12.12 22:39:07.078973 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7059 | 2024.12.12 22:39:07.079014 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7060 | 2024.12.12 22:39:07.079676 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7061 | 2024.12.12 22:39:07.079938 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2024.12.12 22:39:07.080123 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7063 | 2024.12.12 22:39:07.080196 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2024.12.12 22:39:07.080233 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7065 | 2024.12.12 22:39:07.080240 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00255 sec., 6274.509803921568 rows/sec., 11.24 MiB/sec. | ||
| 7066 | 2024.12.12 22:39:07.080736 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 7067 | 2024.12.12 22:39:07.081265 [ 265 ] {71e454d4-af60-48ad-9df8-f33f5939683f} <Debug> TCPHandler: Processed in 0.003721363 sec. | ||
| 7068 | 2024.12.12 22:39:07.081643 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2024.12.12 22:39:07.081989 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7070 | 2024.12.12 22:39:07.082002 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7071 | 2024.12.12 22:39:07.082120 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7072 | 2024.12.12 22:39:07.082162 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 884 rows starting from the beginning of the part | ||
| 7073 | 2024.12.12 22:39:07.083120 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part | ||
| 7074 | 2024.12.12 22:39:07.083794 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
| 7075 | 2024.12.12 22:39:07.084551 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 7076 | 2024.12.12 22:39:07.084656 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2024.12.12 22:39:07.084754 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7078 | 2024.12.12 22:39:07.085239 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part | ||
| 7079 | 2024.12.12 22:39:07.085978 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7080 | 2024.12.12 22:39:07.086291 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7081 | 2024.12.12 22:39:07.087110 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7082 | 2024.12.12 22:39:07.087494 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005619 sec., 10678.056593699946 rows/sec., 736.90 KiB/sec. | ||
| 7083 | 2024.12.12 22:39:07.087708 [ 264 ] {fdd0b270-e5d7-4c4b-a71f-a204616d1ec0} <Debug> TCPHandler: Processed in 0.006294654 sec. | ||
| 7084 | 2024.12.12 22:39:07.093282 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 19 columns (19 merged, 0 gathered) in 0.012946054 sec., 76007.71632807958 rows/sec., 136.20 MiB/sec. | ||
| 7085 | 2024.12.12 22:39:07.094713 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7086 | 2024.12.12 22:39:07.095128 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2024.12.12 22:39:07.095211 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7088 | 2024.12.12 22:39:07.095363 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
| 7089 | 2024.12.12 22:39:08.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.56 MiB, peak 222.57 MiB, free memory in arenas 0.00 B, will set to 212.81 MiB (RSS), difference: 2.25 MiB | ||
| 7090 | 2024.12.12 22:39:08.770453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7091 | 2024.12.12 22:39:08.771186 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7092 | 2024.12.12 22:39:08.771236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7093 | 2024.12.12 22:39:08.771809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7094 | 2024.12.12 22:39:08.772067 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7095 | 2024.12.12 22:39:08.772285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7096 | 2024.12.12 22:39:09.968270 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7097 | 2024.12.12 22:39:09.987458 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2024.12.12 22:39:09.987513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7099 | 2024.12.12 22:39:09.994371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7100 | 2024.12.12 22:39:09.995132 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2024.12.12 22:39:09.997845 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7102 | 2024.12.12 22:39:11.342240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 958 | ||
| 7103 | 2024.12.12 22:39:11.345535 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7104 | 2024.12.12 22:39:11.345582 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7105 | 2024.12.12 22:39:11.347034 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7106 | 2024.12.12 22:39:11.347342 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2024.12.12 22:39:11.347626 [ 93 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7108 | 2024.12.12 22:39:11.347834 [ 93 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2024.12.12 22:39:11.347960 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7110 | 2024.12.12 22:39:11.348501 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 7111 | 2024.12.12 22:39:11.349478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 958 | ||
| 7112 | 2024.12.12 22:39:11.349944 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7113 | 2024.12.12 22:39:11.350112 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 780 rows starting from the beginning of the part | ||
| 7114 | 2024.12.12 22:39:11.350849 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7115 | 2024.12.12 22:39:11.351640 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 38 rows starting from the beginning of the part | ||
| 7116 | 2024.12.12 22:39:11.352249 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 7117 | 2024.12.12 22:39:11.352852 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 7118 | 2024.12.12 22:39:11.353443 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7119 | 2024.12.12 22:39:11.362148 [ 197 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 72 columns (72 merged, 0 gathered) in 0.014004955 sec., 68404.36117074279 rows/sec., 56.14 MiB/sec. | ||
| 7120 | 2024.12.12 22:39:11.363312 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7121 | 2024.12.12 22:39:11.364015 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7122 | 2024.12.12 22:39:11.364100 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_26_5} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7123 | 2024.12.12 22:39:11.364297 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 7124 | 2024.12.12 22:39:12.038935 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2024.12.12 22:39:12.039243 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7126 | 2024.12.12 22:39:12.039360 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7127 | 2024.12.12 22:39:12.040192 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2024.12.12 22:39:12.040241 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7129 | 2024.12.12 22:39:12.040687 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7130 | 2024.12.12 22:39:12.040956 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2024.12.12 22:39:12.041186 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002017 sec., 6941.001487357461 rows/sec., 499.66 KiB/sec. | ||
| 7132 | 2024.12.12 22:39:12.041284 [ 264 ] {b5a5609e-b1c2-4ba5-b942-9c09486b4c42} <Debug> TCPHandler: Processed in 0.00254193 sec. | ||
| 7133 | 2024.12.12 22:39:12.041629 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7134 | 2024.12.12 22:39:12.041834 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7135 | 2024.12.12 22:39:12.041910 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7136 | 2024.12.12 22:39:12.042846 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7137 | 2024.12.12 22:39:12.042888 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7138 | 2024.12.12 22:39:12.043348 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7139 | 2024.12.12 22:39:12.043619 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7140 | 2024.12.12 22:39:12.043827 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002047 sec., 124572.5451880801 rows/sec., 10.93 MiB/sec. | ||
| 7141 | 2024.12.12 22:39:12.043906 [ 265 ] {2be3667b-8d71-4eda-9791-24dabdcf815c} <Debug> TCPHandler: Processed in 0.002487639 sec. | ||
| 7142 | 2024.12.12 22:39:12.044124 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7143 | 2024.12.12 22:39:12.044279 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7144 | 2024.12.12 22:39:12.044341 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7145 | 2024.12.12 22:39:12.044949 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7146 | 2024.12.12 22:39:12.044987 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7147 | 2024.12.12 22:39:12.045379 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7148 | 2024.12.12 22:39:12.045631 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7149 | 2024.12.12 22:39:12.045849 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001604 sec., 20573.56608478803 rows/sec., 1.47 MiB/sec. | ||
| 7150 | 2024.12.12 22:39:12.045903 [ 264 ] {c5e1f20b-2235-49fd-8bf6-ce9f3e0fce5d} <Debug> TCPHandler: Processed in 0.001880587 sec. | ||
| 7151 | 2024.12.12 22:39:12.046112 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2024.12.12 22:39:12.046333 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7153 | 2024.12.12 22:39:12.046426 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7154 | 2024.12.12 22:39:12.047062 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7155 | 2024.12.12 22:39:12.047100 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7156 | 2024.12.12 22:39:12.047462 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7157 | 2024.12.12 22:39:12.047702 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7158 | 2024.12.12 22:39:12.047881 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 7159 | 2024.12.12 22:39:12.047933 [ 265 ] {a0a0d5da-1882-4495-8138-5c4318f04cea} <Debug> TCPHandler: Processed in 0.001929648 sec. | ||
| 7160 | 2024.12.12 22:39:12.048147 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7161 | 2024.12.12 22:39:12.048380 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7162 | 2024.12.12 22:39:12.048471 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7163 | 2024.12.12 22:39:12.049073 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2024.12.12 22:39:12.049113 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7165 | 2024.12.12 22:39:12.049477 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7166 | 2024.12.12 22:39:12.049719 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2024.12.12 22:39:12.049960 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec. | ||
| 7168 | 2024.12.12 22:39:12.050052 [ 264 ] {16841191-27f5-4ef5-80c3-b9c973268777} <Debug> TCPHandler: Processed in 0.00201604 sec. | ||
| 7169 | 2024.12.12 22:39:12.050289 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2024.12.12 22:39:12.050430 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7171 | 2024.12.12 22:39:12.050484 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7172 | 2024.12.12 22:39:12.051224 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7173 | 2024.12.12 22:39:12.051262 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7174 | 2024.12.12 22:39:12.051640 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7175 | 2024.12.12 22:39:12.051880 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2024.12.12 22:39:12.052058 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001658 sec., 246079.61399276237 rows/sec., 17.53 MiB/sec. | ||
| 7177 | 2024.12.12 22:39:12.052108 [ 265 ] {d6f39221-ede9-4074-84bc-fe6bb6f351fe} <Debug> TCPHandler: Processed in 0.001961379 sec. | ||
| 7178 | 2024.12.12 22:39:12.052264 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7179 | 2024.12.12 22:39:12.052384 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7180 | 2024.12.12 22:39:12.052436 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7181 | 2024.12.12 22:39:12.052986 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7182 | 2024.12.12 22:39:12.053032 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7183 | 2024.12.12 22:39:12.053470 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7184 | 2024.12.12 22:39:12.053713 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2024.12.12 22:39:12.053931 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 7186 | 2024.12.12 22:39:12.053981 [ 264 ] {b7ffe68a-e745-4627-a0f9-1572e919e6a1} <Debug> TCPHandler: Processed in 0.001774385 sec. | ||
| 7187 | 2024.12.12 22:39:12.054116 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7188 | 2024.12.12 22:39:12.054232 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7189 | 2024.12.12 22:39:12.054284 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7190 | 2024.12.12 22:39:12.054865 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2024.12.12 22:39:12.054902 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7192 | 2024.12.12 22:39:12.055304 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7193 | 2024.12.12 22:39:12.055543 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2024.12.12 22:39:12.055729 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001522 sec., 155716.1629434954 rows/sec., 10.44 MiB/sec. | ||
| 7195 | 2024.12.12 22:39:12.055779 [ 265 ] {80618512-384c-456a-be00-e683ef469b2c} <Debug> TCPHandler: Processed in 0.001718134 sec. | ||
| 7196 | 2024.12.12 22:39:12.055932 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7197 | 2024.12.12 22:39:12.056072 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7198 | 2024.12.12 22:39:12.056134 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7199 | 2024.12.12 22:39:12.056657 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7200 | 2024.12.12 22:39:12.056696 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7201 | 2024.12.12 22:39:12.057058 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7202 | 2024.12.12 22:39:12.057308 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2024.12.12 22:39:12.057471 [ 91 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 7204 | 2024.12.12 22:39:12.057543 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 7205 | 2024.12.12 22:39:12.057556 [ 91 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7206 | 2024.12.12 22:39:12.057654 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7207 | 2024.12.12 22:39:12.057662 [ 264 ] {4c6bb9b5-7baf-4c0c-903a-e8bcf9783deb} <Debug> TCPHandler: Processed in 0.001795445 sec. | ||
| 7208 | 2024.12.12 22:39:12.057950 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 7209 | 2024.12.12 22:39:12.058014 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2024.12.12 22:39:12.058115 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7211 | 2024.12.12 22:39:12.058172 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 7212 | 2024.12.12 22:39:12.058442 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7213 | 2024.12.12 22:39:12.058495 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 7214 | 2024.12.12 22:39:12.058793 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7215 | 2024.12.12 22:39:12.058859 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7216 | 2024.12.12 22:39:12.059352 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7217 | 2024.12.12 22:39:12.059635 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7218 | 2024.12.12 22:39:12.059874 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7219 | 2024.12.12 22:39:12.063748 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005950037 sec., 3361.3236354664687 rows/sec., 226.50 KiB/sec. | ||
| 7220 | 2024.12.12 22:39:12.063954 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 7221 | 2024.12.12 22:39:12.064316 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2024.12.12 22:39:12.064380 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7223 | 2024.12.12 22:39:12.064617 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2024.12.12 22:39:12.064829 [ 197 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_20_4} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 7225 | 2024.12.12 22:39:12.064967 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7226 | 2024.12.12 22:39:12.065470 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7227 | 2024.12.12 22:39:12.065744 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2024.12.12 22:39:12.065943 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00769 sec., 3381.0143042912873 rows/sec., 6.06 MiB/sec. | ||
| 7229 | 2024.12.12 22:39:12.066046 [ 265 ] {db2ac446-3f14-466d-82ae-23bcf8cb6bd4} <Debug> TCPHandler: Processed in 0.008207922 sec. | ||
| 7230 | 2024.12.12 22:39:12.066219 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7231 | 2024.12.12 22:39:12.066363 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7232 | 2024.12.12 22:39:12.066423 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7233 | 2024.12.12 22:39:12.066939 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7234 | 2024.12.12 22:39:12.066978 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7235 | 2024.12.12 22:39:12.067362 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7236 | 2024.12.12 22:39:12.067602 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2024.12.12 22:39:12.067826 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. | ||
| 7238 | 2024.12.12 22:39:12.067876 [ 264 ] {07e72dec-ad59-46e6-804b-7468c96de40f} <Debug> TCPHandler: Processed in 0.001727254 sec. | ||
| 7239 | 2024.12.12 22:39:16.135070 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7240 | 2024.12.12 22:39:16.135161 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7241 | 2024.12.12 22:39:16.272395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7242 | 2024.12.12 22:39:16.273166 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2024.12.12 22:39:16.273226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7244 | 2024.12.12 22:39:16.273821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7245 | 2024.12.12 22:39:16.274098 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2024.12.12 22:39:16.274383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7247 | 2024.12.12 22:39:17.033831 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7248 | 2024.12.12 22:39:17.034021 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7249 | 2024.12.12 22:39:17.034093 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7250 | 2024.12.12 22:39:17.034851 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7251 | 2024.12.12 22:39:17.034901 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7252 | 2024.12.12 22:39:17.035357 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7253 | 2024.12.12 22:39:17.035608 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7254 | 2024.12.12 22:39:17.035854 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001881 sec., 46783.62573099415 rows/sec., 3.84 MiB/sec. | ||
| 7255 | 2024.12.12 22:39:17.035927 [ 264 ] {c0d2233c-6232-46c9-baa7-9b9b86420f96} <Debug> TCPHandler: Processed in 0.002226223 sec. | ||
| 7256 | 2024.12.12 22:39:17.036215 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7257 | 2024.12.12 22:39:17.036421 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7258 | 2024.12.12 22:39:17.036495 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7259 | 2024.12.12 22:39:17.037228 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7260 | 2024.12.12 22:39:17.037270 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7261 | 2024.12.12 22:39:17.037694 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7262 | 2024.12.12 22:39:17.037956 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7263 | 2024.12.12 22:39:17.038212 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001839 sec., 8700.380641653073 rows/sec., 654.23 KiB/sec. | ||
| 7264 | 2024.12.12 22:39:17.038284 [ 265 ] {4bebd94a-2fec-4b19-a5e1-03715b06522e} <Debug> TCPHandler: Processed in 0.002236984 sec. | ||
| 7265 | 2024.12.12 22:39:17.038514 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7266 | 2024.12.12 22:39:17.038669 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7267 | 2024.12.12 22:39:17.038720 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7268 | 2024.12.12 22:39:17.039328 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7269 | 2024.12.12 22:39:17.039367 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7270 | 2024.12.12 22:39:17.039744 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7271 | 2024.12.12 22:39:17.040009 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2024.12.12 22:39:17.040231 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001589 sec., 50346.12964128383 rows/sec., 3.93 MiB/sec. | ||
| 7273 | 2024.12.12 22:39:17.040285 [ 264 ] {fe2649db-a0c8-4a57-8956-61b8fa3aeb2e} <Debug> TCPHandler: Processed in 0.001895927 sec. | ||
| 7274 | 2024.12.12 22:39:17.040430 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7275 | 2024.12.12 22:39:17.040549 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7276 | 2024.12.12 22:39:17.040602 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7277 | 2024.12.12 22:39:17.041625 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7278 | 2024.12.12 22:39:17.041695 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7279 | 2024.12.12 22:39:17.042126 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7280 | 2024.12.12 22:39:17.042363 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7281 | 2024.12.12 22:39:17.042545 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7282 | 2024.12.12 22:39:17.042604 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002073 sec., 77182.82682103231 rows/sec., 5.38 MiB/sec. | ||
| 7283 | 2024.12.12 22:39:17.042646 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7284 | 2024.12.12 22:39:17.042714 [ 265 ] {61fff3fd-9e97-4b8a-81b9-db5ed2c4525c} <Debug> TCPHandler: Processed in 0.002337426 sec. | ||
| 7285 | 2024.12.12 22:39:17.042722 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7286 | 2024.12.12 22:39:17.042928 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2024.12.12 22:39:17.042950 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 7288 | 2024.12.12 22:39:17.043154 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7289 | 2024.12.12 22:39:17.043308 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7290 | 2024.12.12 22:39:17.043399 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7291 | 2024.12.12 22:39:17.043416 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13898 rows starting from the beginning of the part | ||
| 7292 | 2024.12.12 22:39:17.043898 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 7293 | 2024.12.12 22:39:17.044370 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 7294 | 2024.12.12 22:39:17.044733 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 880 rows starting from the beginning of the part | ||
| 7295 | 2024.12.12 22:39:17.045243 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 7296 | 2024.12.12 22:39:17.045657 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 7297 | 2024.12.12 22:39:17.047836 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2024.12.12 22:39:17.047907 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7299 | 2024.12.12 22:39:17.049704 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7300 | 2024.12.12 22:39:17.050004 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7301 | 2024.12.12 22:39:17.050590 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007474 sec., 2140.7546160021407 rows/sec., 3.84 MiB/sec. | ||
| 7302 | 2024.12.12 22:39:17.051225 [ 264 ] {294b94cc-16df-468a-a078-d861517f8984} <Debug> TCPHandler: Processed in 0.008390504 sec. | ||
| 7303 | 2024.12.12 22:39:17.051402 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7304 | 2024.12.12 22:39:17.051554 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7305 | 2024.12.12 22:39:17.051614 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7306 | 2024.12.12 22:39:17.052367 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2024.12.12 22:39:17.052412 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7308 | 2024.12.12 22:39:17.052839 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15572 rows, containing 5 columns (5 merged, 0 gathered) in 0.009969615 sec., 1561945.9728384698 rows/sec., 105.44 MiB/sec. | ||
| 7309 | 2024.12.12 22:39:17.053149 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7310 | 2024.12.12 22:39:17.053282 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7311 | 2024.12.12 22:39:17.053589 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2024.12.12 22:39:17.053915 [ 85 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7313 | 2024.12.12 22:39:17.053980 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2024.12.12 22:39:17.054021 [ 85 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2024.12.12 22:39:17.054110 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7316 | 2024.12.12 22:39:17.054118 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002571 sec., 23337.222870478414 rows/sec., 1.57 MiB/sec. | ||
| 7317 | 2024.12.12 22:39:17.054465 [ 265 ] {13e43ecd-37e0-49ea-9d84-98ddb4c936fb} <Debug> TCPHandler: Processed in 0.003132301 sec. | ||
| 7318 | 2024.12.12 22:39:17.054491 [ 200 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7319 | 2024.12.12 22:39:17.054716 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 7320 | 2024.12.12 22:39:17.055048 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 7321 | 2024.12.12 22:39:17.055195 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7322 | 2024.12.12 22:39:17.055251 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2634 rows starting from the beginning of the part | ||
| 7323 | 2024.12.12 22:39:17.055335 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 7324 | 2024.12.12 22:39:17.055404 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 7325 | 2024.12.12 22:39:17.055612 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 7326 | 2024.12.12 22:39:17.055831 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 7327 | 2024.12.12 22:39:17.056020 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 7328 | 2024.12.12 22:39:17.057718 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2978 rows, containing 4 columns (4 merged, 0 gathered) in 0.003429907 sec., 868245.1156838947 rows/sec., 56.61 MiB/sec. | ||
| 7329 | 2024.12.12 22:39:17.058030 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7330 | 2024.12.12 22:39:17.058421 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7331 | 2024.12.12 22:39:17.058518 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_46_9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7332 | 2024.12.12 22:39:17.058615 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 7333 | 2024.12.12 22:39:17.497903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7334 | 2024.12.12 22:39:17.517302 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7335 | 2024.12.12 22:39:17.517362 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7336 | 2024.12.12 22:39:17.524739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7337 | 2024.12.12 22:39:17.525577 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7338 | 2024.12.12 22:39:17.528854 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7339 | 2024.12.12 22:39:21.349686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 992 | ||
| 7340 | 2024.12.12 22:39:21.353019 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2024.12.12 22:39:21.353080 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7342 | 2024.12.12 22:39:21.354581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7343 | 2024.12.12 22:39:21.354932 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2024.12.12 22:39:21.355576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992 | ||
| 7345 | 2024.12.12 22:39:22.041918 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7346 | 2024.12.12 22:39:22.042114 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7347 | 2024.12.12 22:39:22.042182 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7348 | 2024.12.12 22:39:22.042927 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2024.12.12 22:39:22.042969 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7350 | 2024.12.12 22:39:22.043442 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7351 | 2024.12.12 22:39:22.043711 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2024.12.12 22:39:22.043851 [ 81 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7353 | 2024.12.12 22:39:22.043896 [ 81 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7354 | 2024.12.12 22:39:22.043910 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 7355 | 2024.12.12 22:39:22.043919 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7356 | 2024.12.12 22:39:22.044046 [ 264 ] {0d1a5005-0fd6-4b33-abc4-7b4426ed32c1} <Debug> TCPHandler: Processed in 0.002259365 sec. | ||
| 7357 | 2024.12.12 22:39:22.044450 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 7358 | 2024.12.12 22:39:22.044464 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7359 | 2024.12.12 22:39:22.044704 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7360 | 2024.12.12 22:39:22.044779 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 7361 | 2024.12.12 22:39:22.044780 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7362 | 2024.12.12 22:39:22.044950 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7363 | 2024.12.12 22:39:22.044984 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7364 | 2024.12.12 22:39:22.045536 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7365 | 2024.12.12 22:39:22.045866 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7366 | 2024.12.12 22:39:22.046208 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7367 | 2024.12.12 22:39:22.047957 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2024.12.12 22:39:22.048049 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7369 | 2024.12.12 22:39:22.048853 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004805904 sec., 14565.417869354029 rows/sec., 1.08 MiB/sec. | ||
| 7370 | 2024.12.12 22:39:22.049020 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7371 | 2024.12.12 22:39:22.049046 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7372 | 2024.12.12 22:39:22.049363 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7373 | 2024.12.12 22:39:22.049380 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7374 | 2024.12.12 22:39:22.049490 [ 199 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_21_5} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7375 | 2024.12.12 22:39:22.049597 [ 81 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7376 | 2024.12.12 22:39:22.049721 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7377 | 2024.12.12 22:39:22.049726 [ 81 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7378 | 2024.12.12 22:39:22.049769 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005086 sec., 50137.63271726307 rows/sec., 4.40 MiB/sec. | ||
| 7379 | 2024.12.12 22:39:22.049806 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7380 | 2024.12.12 22:39:22.049959 [ 265 ] {bf4c6f87-5289-44ef-a679-555c67107298} <Debug> TCPHandler: Processed in 0.005755623 sec. | ||
| 7381 | 2024.12.12 22:39:22.050133 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 7382 | 2024.12.12 22:39:22.050238 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7383 | 2024.12.12 22:39:22.050560 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7384 | 2024.12.12 22:39:22.050619 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7385 | 2024.12.12 22:39:22.050694 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1437 rows starting from the beginning of the part | ||
| 7386 | 2024.12.12 22:39:22.050792 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7387 | 2024.12.12 22:39:22.051191 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 255 rows starting from the beginning of the part | ||
| 7388 | 2024.12.12 22:39:22.051575 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1228 rows starting from the beginning of the part | ||
| 7389 | 2024.12.12 22:39:22.051996 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 255 rows starting from the beginning of the part | ||
| 7390 | 2024.12.12 22:39:22.052342 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 88 rows starting from the beginning of the part | ||
| 7391 | 2024.12.12 22:39:22.052948 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 255 rows starting from the beginning of the part | ||
| 7392 | 2024.12.12 22:39:22.054299 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2024.12.12 22:39:22.054371 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7394 | 2024.12.12 22:39:22.055293 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7395 | 2024.12.12 22:39:22.055775 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2024.12.12 22:39:22.056037 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005557 sec., 5938.456001439626 rows/sec., 433.89 KiB/sec. | ||
| 7397 | 2024.12.12 22:39:22.056223 [ 264 ] {85669927-901c-4c9a-8615-db0a00f54731} <Debug> TCPHandler: Processed in 0.00610565 sec. | ||
| 7398 | 2024.12.12 22:39:22.056585 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2024.12.12 22:39:22.057127 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7400 | 2024.12.12 22:39:22.057340 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7401 | 2024.12.12 22:39:22.057441 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 5 columns (5 merged, 0 gathered) in 0.007500838 sec., 469014.2621397769 rows/sec., 41.17 MiB/sec. | ||
| 7402 | 2024.12.12 22:39:22.057848 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7403 | 2024.12.12 22:39:22.058209 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2024.12.12 22:39:22.058344 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_51_10} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7405 | 2024.12.12 22:39:22.058442 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 7406 | 2024.12.12 22:39:22.058531 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7407 | 2024.12.12 22:39:22.058570 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7408 | 2024.12.12 22:39:22.058915 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7409 | 2024.12.12 22:39:22.059154 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7410 | 2024.12.12 22:39:22.059375 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002422 sec., 5780.346820809248 rows/sec., 404.82 KiB/sec. | ||
| 7411 | 2024.12.12 22:39:22.059431 [ 265 ] {99989486-36dd-461f-9ac8-270561eefa84} <Debug> TCPHandler: Processed in 0.00304518 sec. | ||
| 7412 | 2024.12.12 22:39:22.059593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7413 | 2024.12.12 22:39:22.059734 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7414 | 2024.12.12 22:39:22.059791 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7415 | 2024.12.12 22:39:22.060467 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2024.12.12 22:39:22.060512 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7417 | 2024.12.12 22:39:22.060924 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7418 | 2024.12.12 22:39:22.061173 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2024.12.12 22:39:22.061300 [ 81 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7420 | 2024.12.12 22:39:22.061340 [ 81 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2024.12.12 22:39:22.061363 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 7422 | 2024.12.12 22:39:22.061365 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7423 | 2024.12.12 22:39:22.061464 [ 264 ] {84742a3c-c7c2-4582-88e2-2b2db5b57a45} <Debug> TCPHandler: Processed in 0.001936448 sec. | ||
| 7424 | 2024.12.12 22:39:22.061620 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 7425 | 2024.12.12 22:39:22.061646 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2024.12.12 22:39:22.061919 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7427 | 2024.12.12 22:39:22.061930 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7428 | 2024.12.12 22:39:22.061994 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 7429 | 2024.12.12 22:39:22.062073 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7430 | 2024.12.12 22:39:22.062270 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 7431 | 2024.12.12 22:39:22.062608 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 7432 | 2024.12.12 22:39:22.062969 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 7433 | 2024.12.12 22:39:22.063367 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 7434 | 2024.12.12 22:39:22.065123 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2024.12.12 22:39:22.065210 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7436 | 2024.12.12 22:39:22.065921 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004444457 sec., 14624.958684491718 rows/sec., 968.99 KiB/sec. | ||
| 7437 | 2024.12.12 22:39:22.066136 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7438 | 2024.12.12 22:39:22.066205 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7439 | 2024.12.12 22:39:22.066579 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7440 | 2024.12.12 22:39:22.066752 [ 196 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_21_5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7441 | 2024.12.12 22:39:22.066805 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2024.12.12 22:39:22.066909 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7443 | 2024.12.12 22:39:22.067134 [ 81 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7444 | 2024.12.12 22:39:22.067200 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005389 sec., 75709.77917981074 rows/sec., 5.39 MiB/sec. | ||
| 7445 | 2024.12.12 22:39:22.067211 [ 81 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2024.12.12 22:39:22.067311 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7447 | 2024.12.12 22:39:22.067355 [ 265 ] {364abafa-66a6-4f19-aa09-b973e8d02ca7} <Debug> TCPHandler: Processed in 0.005773524 sec. | ||
| 7448 | 2024.12.12 22:39:22.067589 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 7449 | 2024.12.12 22:39:22.067664 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2024.12.12 22:39:22.067708 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7451 | 2024.12.12 22:39:22.067764 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part | ||
| 7452 | 2024.12.12 22:39:22.067928 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 408 rows starting from the beginning of the part | ||
| 7453 | 2024.12.12 22:39:22.068090 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7454 | 2024.12.12 22:39:22.068298 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 536 rows starting from the beginning of the part | ||
| 7455 | 2024.12.12 22:39:22.068307 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7456 | 2024.12.12 22:39:22.068717 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 408 rows starting from the beginning of the part | ||
| 7457 | 2024.12.12 22:39:22.069064 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part | ||
| 7458 | 2024.12.12 22:39:22.069479 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 408 rows starting from the beginning of the part | ||
| 7459 | 2024.12.12 22:39:22.070770 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2024.12.12 22:39:22.070840 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7461 | 2024.12.12 22:39:22.071916 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7462 | 2024.12.12 22:39:22.072216 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2024.12.12 22:39:22.072426 [ 81 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7464 | 2024.12.12 22:39:22.072564 [ 81 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2024.12.12 22:39:22.072650 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7466 | 2024.12.12 22:39:22.072808 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004795 sec., 1251.303441084463 rows/sec., 65.38 KiB/sec. | ||
| 7467 | 2024.12.12 22:39:22.073271 [ 189 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2756 rows, containing 5 columns (5 merged, 0 gathered) in 0.005820304 sec., 473514.78548199544 rows/sec., 36.14 MiB/sec. | ||
| 7468 | 2024.12.12 22:39:22.073428 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 7469 | 2024.12.12 22:39:22.073507 [ 264 ] {541fc5b1-a3ff-457e-a453-d72763785af6} <Debug> TCPHandler: Processed in 0.006043678 sec. | ||
| 7470 | 2024.12.12 22:39:22.073914 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7471 | 2024.12.12 22:39:22.074083 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7472 | 2024.12.12 22:39:22.074185 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7473 | 2024.12.12 22:39:22.074234 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7474 | 2024.12.12 22:39:22.074250 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7475 | 2024.12.12 22:39:22.074438 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7476 | 2024.12.12 22:39:22.074499 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7477 | 2024.12.12 22:39:22.074821 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7478 | 2024.12.12 22:39:22.075279 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7479 | 2024.12.12 22:39:22.075769 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7480 | 2024.12.12 22:39:22.076193 [ 193 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7481 | 2024.12.12 22:39:22.077036 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2024.12.12 22:39:22.077567 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_51_10} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7483 | 2024.12.12 22:39:22.077915 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7484 | 2024.12.12 22:39:22.078402 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7485 | 2024.12.12 22:39:22.078477 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7486 | 2024.12.12 22:39:22.079603 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.006773313 sec., 18602.418048597487 rows/sec., 971.90 KiB/sec. | ||
| 7487 | 2024.12.12 22:39:22.079635 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7488 | 2024.12.12 22:39:22.079810 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7489 | 2024.12.12 22:39:22.080092 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7490 | 2024.12.12 22:39:22.080632 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006467 sec., 36647.595484768826 rows/sec., 2.46 MiB/sec. | ||
| 7491 | 2024.12.12 22:39:22.080655 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2024.12.12 22:39:22.080909 [ 265 ] {54da0a58-ca9b-4a40-83e6-ae0bf4013dd6} <Debug> TCPHandler: Processed in 0.007218601 sec. | ||
| 7493 | 2024.12.12 22:39:22.081047 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_21_4} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7494 | 2024.12.12 22:39:22.081188 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7495 | 2024.12.12 22:39:22.081352 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7496 | 2024.12.12 22:39:22.081591 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7497 | 2024.12.12 22:39:22.081702 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7498 | 2024.12.12 22:39:22.082206 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.12.12 22:39:22.082246 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7500 | 2024.12.12 22:39:22.082615 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7501 | 2024.12.12 22:39:22.082856 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2024.12.12 22:39:22.083069 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec. | ||
| 7503 | 2024.12.12 22:39:22.083119 [ 264 ] {b07a6b04-9eba-43c8-b41e-f6641fb42c3f} <Debug> TCPHandler: Processed in 0.002079571 sec. | ||
| 7504 | 2024.12.12 22:39:22.083272 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7505 | 2024.12.12 22:39:22.083412 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7506 | 2024.12.12 22:39:22.083504 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7507 | 2024.12.12 22:39:22.084711 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2024.12.12 22:39:22.084750 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7509 | 2024.12.12 22:39:22.085401 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7510 | 2024.12.12 22:39:22.085657 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2024.12.12 22:39:22.085961 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002575 sec., 10097.087378640777 rows/sec., 18.09 MiB/sec. | ||
| 7512 | 2024.12.12 22:39:22.086295 [ 265 ] {1a7805d1-f380-4546-9027-64389ee8338d} <Debug> TCPHandler: Processed in 0.00308824 sec. | ||
| 7513 | 2024.12.12 22:39:22.086491 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7514 | 2024.12.12 22:39:22.086630 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7515 | 2024.12.12 22:39:22.086689 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7516 | 2024.12.12 22:39:22.087190 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.12.12 22:39:22.087229 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7518 | 2024.12.12 22:39:22.087618 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7519 | 2024.12.12 22:39:22.087863 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.12.12 22:39:22.088071 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 7521 | 2024.12.12 22:39:22.088121 [ 264 ] {4eddd2d7-9bb4-46e7-964e-9ebca77d57ba} <Debug> TCPHandler: Processed in 0.001732994 sec. | ||
| 7522 | 2024.12.12 22:39:23.774532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7523 | 2024.12.12 22:39:23.775484 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.12.12 22:39:23.775533 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7525 | 2024.12.12 22:39:23.776048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7526 | 2024.12.12 22:39:23.776304 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2024.12.12 22:39:23.776555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7528 | 2024.12.12 22:39:25.028907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7529 | 2024.12.12 22:39:25.049973 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2024.12.12 22:39:25.050031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7531 | 2024.12.12 22:39:25.057291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7532 | 2024.12.12 22:39:25.058055 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2024.12.12 22:39:25.060664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7534 | 2024.12.12 22:39:27.034391 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7535 | 2024.12.12 22:39:27.034601 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7536 | 2024.12.12 22:39:27.034684 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7537 | 2024.12.12 22:39:27.035485 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2024.12.12 22:39:27.035534 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7539 | 2024.12.12 22:39:27.035985 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7540 | 2024.12.12 22:39:27.036254 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2024.12.12 22:39:27.036499 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001955 sec., 45012.787723785164 rows/sec., 3.70 MiB/sec. | ||
| 7542 | 2024.12.12 22:39:27.036565 [ 264 ] {05f37192-bb26-4cbc-a054-64c72e9ed774} <Debug> TCPHandler: Processed in 0.002315156 sec. | ||
| 7543 | 2024.12.12 22:39:27.036798 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7544 | 2024.12.12 22:39:27.036990 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7545 | 2024.12.12 22:39:27.037057 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7546 | 2024.12.12 22:39:27.037780 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2024.12.12 22:39:27.037822 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7548 | 2024.12.12 22:39:27.038243 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7549 | 2024.12.12 22:39:27.038499 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2024.12.12 22:39:27.038699 [ 74 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 7551 | 2024.12.12 22:39:27.038765 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001825 sec., 8767.123287671233 rows/sec., 659.25 KiB/sec. | ||
| 7552 | 2024.12.12 22:39:27.038793 [ 74 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7553 | 2024.12.12 22:39:27.038864 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7554 | 2024.12.12 22:39:27.038880 [ 265 ] {443bf7d2-8989-4ace-bb40-5b3367ac1aa6} <Debug> TCPHandler: Processed in 0.002206703 sec. | ||
| 7555 | 2024.12.12 22:39:27.039104 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7556 | 2024.12.12 22:39:27.039164 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 7557 | 2024.12.12 22:39:27.039319 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7558 | 2024.12.12 22:39:27.039443 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7559 | 2024.12.12 22:39:27.039459 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7560 | 2024.12.12 22:39:27.039566 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 67 rows starting from the beginning of the part | ||
| 7561 | 2024.12.12 22:39:27.039878 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7562 | 2024.12.12 22:39:27.040289 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
| 7563 | 2024.12.12 22:39:27.040660 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 7564 | 2024.12.12 22:39:27.041039 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
| 7565 | 2024.12.12 22:39:27.041353 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 7566 | 2024.12.12 22:39:27.042420 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2024.12.12 22:39:27.042499 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7568 | 2024.12.12 22:39:27.043624 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7569 | 2024.12.12 22:39:27.043997 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005014739 sec., 36093.603276262234 rows/sec., 2.73 MiB/sec. | ||
| 7570 | 2024.12.12 22:39:27.044172 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2024.12.12 22:39:27.044281 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 7572 | 2024.12.12 22:39:27.044687 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005453 sec., 14670.823399963321 rows/sec., 1.15 MiB/sec. | ||
| 7573 | 2024.12.12 22:39:27.045019 [ 264 ] {d67ab8c2-08c0-4715-8d7c-a809e7ed421a} <Debug> TCPHandler: Processed in 0.006033309 sec. | ||
| 7574 | 2024.12.12 22:39:27.045293 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2024.12.12 22:39:27.045485 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2024.12.12 22:39:27.045631 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7577 | 2024.12.12 22:39:27.045696 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_50_10} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 7578 | 2024.12.12 22:39:27.045702 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7579 | 2024.12.12 22:39:27.045816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7580 | 2024.12.12 22:39:27.046346 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2024.12.12 22:39:27.046384 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7582 | 2024.12.12 22:39:27.046806 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7583 | 2024.12.12 22:39:27.047051 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7584 | 2024.12.12 22:39:27.047269 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 6.41 MiB/sec. | ||
| 7585 | 2024.12.12 22:39:27.047321 [ 265 ] {04b0aed8-4113-4efe-b75f-ba3165aeab5a} <Debug> TCPHandler: Processed in 0.002183493 sec. | ||
| 7586 | 2024.12.12 22:39:27.047491 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7587 | 2024.12.12 22:39:27.047638 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7588 | 2024.12.12 22:39:27.047736 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7589 | 2024.12.12 22:39:27.048926 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7590 | 2024.12.12 22:39:27.048964 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7591 | 2024.12.12 22:39:27.049641 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7592 | 2024.12.12 22:39:27.049917 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7593 | 2024.12.12 22:39:27.050122 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002518 sec., 6354.2494042891185 rows/sec., 11.39 MiB/sec. | ||
| 7594 | 2024.12.12 22:39:27.050241 [ 264 ] {056fdc81-8668-4bd2-86d9-3d1b253db0ad} <Debug> TCPHandler: Processed in 0.002817666 sec. | ||
| 7595 | 2024.12.12 22:39:27.050395 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7596 | 2024.12.12 22:39:27.050516 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7597 | 2024.12.12 22:39:27.050566 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7598 | 2024.12.12 22:39:27.051069 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7599 | 2024.12.12 22:39:27.051107 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 7600 | 2024.12.12 22:39:27.051483 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7601 | 2024.12.12 22:39:27.051720 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7602 | 2024.12.12 22:39:27.051919 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
| 7603 | 2024.12.12 22:39:27.051969 [ 265 ] {ea03ba1f-a414-45b9-abc2-21e06d4df5d2} <Debug> TCPHandler: Processed in 0.001633143 sec. | ||
| 7604 | 2024.12.12 22:39:31.135217 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7605 | 2024.12.12 22:39:31.135282 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7606 | 2024.12.12 22:39:31.276685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7607 | 2024.12.12 22:39:31.277527 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2024.12.12 22:39:31.277570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7609 | 2024.12.12 22:39:31.278090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7610 | 2024.12.12 22:39:31.278350 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2024.12.12 22:39:31.278614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7612 | 2024.12.12 22:39:31.355803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1026 | ||
| 7613 | 2024.12.12 22:39:31.359113 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2024.12.12 22:39:31.359171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7615 | 2024.12.12 22:39:31.360723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7616 | 2024.12.12 22:39:31.361048 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2024.12.12 22:39:31.361766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1026 | ||
| 7618 | 2024.12.12 22:39:32.039663 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7619 | 2024.12.12 22:39:32.039854 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7620 | 2024.12.12 22:39:32.039927 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7621 | 2024.12.12 22:39:32.040675 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7622 | 2024.12.12 22:39:32.040717 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7623 | 2024.12.12 22:39:32.041176 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7624 | 2024.12.12 22:39:32.041445 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7625 | 2024.12.12 22:39:32.041643 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 7626 | 2024.12.12 22:39:32.041701 [ 264 ] {8d74fb53-45f1-415a-a668-ed0c534119a4} <Debug> TCPHandler: Processed in 0.002163173 sec. | ||
| 7627 | 2024.12.12 22:39:32.042005 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7628 | 2024.12.12 22:39:32.042307 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7629 | 2024.12.12 22:39:32.042423 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7630 | 2024.12.12 22:39:32.043572 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7631 | 2024.12.12 22:39:32.043617 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7632 | 2024.12.12 22:39:32.044073 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7633 | 2024.12.12 22:39:32.044346 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7634 | 2024.12.12 22:39:32.044581 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002359 sec., 108096.65112335735 rows/sec., 9.49 MiB/sec. | ||
| 7635 | 2024.12.12 22:39:32.044648 [ 265 ] {20de8428-8204-4c57-be1c-dabf785be97d} <Debug> TCPHandler: Processed in 0.002827286 sec. | ||
| 7636 | 2024.12.12 22:39:32.044800 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7637 | 2024.12.12 22:39:32.044921 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7638 | 2024.12.12 22:39:32.044972 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7639 | 2024.12.12 22:39:32.045565 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2024.12.12 22:39:32.045604 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7641 | 2024.12.12 22:39:32.045984 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7642 | 2024.12.12 22:39:32.046239 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7643 | 2024.12.12 22:39:32.046451 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001542 sec., 21400.778210116732 rows/sec., 1.53 MiB/sec. | ||
| 7644 | 2024.12.12 22:39:32.046513 [ 264 ] {3a5139c4-bca8-471c-abf1-7c701629b070} <Debug> TCPHandler: Processed in 0.001769734 sec. | ||
| 7645 | 2024.12.12 22:39:32.046752 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7646 | 2024.12.12 22:39:32.046944 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7647 | 2024.12.12 22:39:32.046996 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7648 | 2024.12.12 22:39:32.047594 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2024.12.12 22:39:32.047635 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7650 | 2024.12.12 22:39:32.048016 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7651 | 2024.12.12 22:39:32.048268 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2024.12.12 22:39:32.048483 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 7653 | 2024.12.12 22:39:32.048607 [ 265 ] {66f7fa11-9283-427f-9538-f2911ab8dd77} <Debug> TCPHandler: Processed in 0.00197987 sec. | ||
| 7654 | 2024.12.12 22:39:32.048771 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7655 | 2024.12.12 22:39:32.048890 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7656 | 2024.12.12 22:39:32.048941 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7657 | 2024.12.12 22:39:32.049548 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2024.12.12 22:39:32.049587 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7659 | 2024.12.12 22:39:32.049960 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7660 | 2024.12.12 22:39:32.050248 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2024.12.12 22:39:32.050456 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec. | ||
| 7662 | 2024.12.12 22:39:32.050509 [ 264 ] {d0c1874f-474d-4f21-8ba2-bd772fb4f4b6} <Debug> TCPHandler: Processed in 0.001795845 sec. | ||
| 7663 | 2024.12.12 22:39:32.050673 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2024.12.12 22:39:32.050811 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7665 | 2024.12.12 22:39:32.050867 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7666 | 2024.12.12 22:39:32.051624 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2024.12.12 22:39:32.051664 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7668 | 2024.12.12 22:39:32.052057 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7669 | 2024.12.12 22:39:32.052302 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2024.12.12 22:39:32.052575 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001784 sec., 228699.55156950673 rows/sec., 16.29 MiB/sec. | ||
| 7671 | 2024.12.12 22:39:32.052719 [ 265 ] {3cffd04e-cbd8-4a24-a933-2d42c79d9879} <Debug> TCPHandler: Processed in 0.002111251 sec. | ||
| 7672 | 2024.12.12 22:39:32.053028 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7673 | 2024.12.12 22:39:32.053207 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7674 | 2024.12.12 22:39:32.053269 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7675 | 2024.12.12 22:39:32.053842 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7676 | 2024.12.12 22:39:32.053889 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7677 | 2024.12.12 22:39:32.054303 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7678 | 2024.12.12 22:39:32.054550 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7679 | 2024.12.12 22:39:32.054807 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001629 sec., 3683.2412523020257 rows/sec., 192.43 KiB/sec. | ||
| 7680 | 2024.12.12 22:39:32.055002 [ 264 ] {0dbde640-d433-46bd-906b-cf77225715a7} <Debug> TCPHandler: Processed in 0.002155062 sec. | ||
| 7681 | 2024.12.12 22:39:32.055175 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7682 | 2024.12.12 22:39:32.055311 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7683 | 2024.12.12 22:39:32.055372 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7684 | 2024.12.12 22:39:32.056042 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7685 | 2024.12.12 22:39:32.056088 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7686 | 2024.12.12 22:39:32.056486 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7687 | 2024.12.12 22:39:32.056731 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7688 | 2024.12.12 22:39:32.056989 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 7689 | 2024.12.12 22:39:32.057191 [ 265 ] {5a72f862-3206-48b0-bc35-6597768858fe} <Debug> TCPHandler: Processed in 0.002078461 sec. | ||
| 7690 | 2024.12.12 22:39:32.057532 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7691 | 2024.12.12 22:39:32.057767 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7692 | 2024.12.12 22:39:32.057865 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7693 | 2024.12.12 22:39:32.058494 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.12.12 22:39:32.058536 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7695 | 2024.12.12 22:39:32.058921 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7696 | 2024.12.12 22:39:32.059165 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2024.12.12 22:39:32.059406 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001692 sec., 591.016548463357 rows/sec., 39.82 KiB/sec. | ||
| 7698 | 2024.12.12 22:39:32.059606 [ 264 ] {3347151f-349a-4b90-9ee5-7564d1aa48ef} <Debug> TCPHandler: Processed in 0.002286204 sec. | ||
| 7699 | 2024.12.12 22:39:32.059796 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7700 | 2024.12.12 22:39:32.059930 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7701 | 2024.12.12 22:39:32.060015 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7702 | 2024.12.12 22:39:32.061162 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7703 | 2024.12.12 22:39:32.061199 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7704 | 2024.12.12 22:39:32.061848 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7705 | 2024.12.12 22:39:32.062115 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7706 | 2024.12.12 22:39:32.062309 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7707 | 2024.12.12 22:39:32.062377 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002469 sec., 10530.579181855002 rows/sec., 18.87 MiB/sec. | ||
| 7708 | 2024.12.12 22:39:32.062387 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7709 | 2024.12.12 22:39:32.062460 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7710 | 2024.12.12 22:39:32.062693 [ 265 ] {8c50dd1f-a97a-4f68-8117-5f17116e6913} <Debug> TCPHandler: Processed in 0.002971848 sec. | ||
| 7711 | 2024.12.12 22:39:32.062735 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 7712 | 2024.12.12 22:39:32.062889 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7713 | 2024.12.12 22:39:32.063171 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7714 | 2024.12.12 22:39:32.063252 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7715 | 2024.12.12 22:39:32.063281 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7716 | 2024.12.12 22:39:32.063390 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 984 rows starting from the beginning of the part | ||
| 7717 | 2024.12.12 22:39:32.064285 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
| 7718 | 2024.12.12 22:39:32.064943 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 7719 | 2024.12.12 22:39:32.065712 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part | ||
| 7720 | 2024.12.12 22:39:32.065801 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7721 | 2024.12.12 22:39:32.065897 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7722 | 2024.12.12 22:39:32.066351 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 7723 | 2024.12.12 22:39:32.066909 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part | ||
| 7724 | 2024.12.12 22:39:32.067733 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7725 | 2024.12.12 22:39:32.068228 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2024.12.12 22:39:32.068817 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005728 sec., 14315.64245810056 rows/sec., 931.04 KiB/sec. | ||
| 7727 | 2024.12.12 22:39:32.068943 [ 264 ] {b0fcbd38-4146-4537-bd05-c661b89b6af7} <Debug> TCPHandler: Processed in 0.006154611 sec. | ||
| 7728 | 2024.12.12 22:39:32.074136 [ 195 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1094 rows, containing 19 columns (19 merged, 0 gathered) in 0.011532477 sec., 94862.5347355993 rows/sec., 169.99 MiB/sec. | ||
| 7729 | 2024.12.12 22:39:32.075926 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7730 | 2024.12.12 22:39:32.076357 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7731 | 2024.12.12 22:39:32.076448 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7732 | 2024.12.12 22:39:32.076606 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. | ||
| 7733 | 2024.12.12 22:39:32.560715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7734 | 2024.12.12 22:39:32.581794 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7735 | 2024.12.12 22:39:32.581864 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7736 | 2024.12.12 22:39:32.589099 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7737 | 2024.12.12 22:39:32.589880 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7738 | 2024.12.12 22:39:32.593687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7739 | 2024.12.12 22:39:33.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.20 MiB, peak 223.12 MiB, free memory in arenas 0.00 B, will set to 216.59 MiB (RSS), difference: 1.39 MiB | ||
| 7740 | 2024.12.12 22:39:37.062142 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7741 | 2024.12.12 22:39:37.062358 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7742 | 2024.12.12 22:39:37.062443 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7743 | 2024.12.12 22:39:37.063284 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7744 | 2024.12.12 22:39:37.063333 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7745 | 2024.12.12 22:39:37.063762 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7746 | 2024.12.12 22:39:37.064016 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7747 | 2024.12.12 22:39:37.064279 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001969 sec., 4062.9761300152363 rows/sec., 331.31 KiB/sec. | ||
| 7748 | 2024.12.12 22:39:37.064360 [ 264 ] {2e78dc67-acc1-48b0-ba91-e61c840e79c4} <Debug> TCPHandler: Processed in 0.002345016 sec. | ||
| 7749 | 2024.12.12 22:39:37.064595 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7750 | 2024.12.12 22:39:37.064784 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7751 | 2024.12.12 22:39:37.064857 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7752 | 2024.12.12 22:39:37.066101 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7753 | 2024.12.12 22:39:37.066150 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7754 | 2024.12.12 22:39:37.066669 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7755 | 2024.12.12 22:39:37.066927 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7756 | 2024.12.12 22:39:37.067174 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002439 sec., 505125.0512505125 rows/sec., 41.57 MiB/sec. | ||
| 7757 | 2024.12.12 22:39:37.067247 [ 265 ] {aaeef863-36fe-46d5-bc59-daf985d21d0e} <Debug> TCPHandler: Processed in 0.002779545 sec. | ||
| 7758 | 2024.12.12 22:39:37.067460 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7759 | 2024.12.12 22:39:37.067690 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7760 | 2024.12.12 22:39:37.067784 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7761 | 2024.12.12 22:39:37.068644 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7762 | 2024.12.12 22:39:37.068686 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7763 | 2024.12.12 22:39:37.069059 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7764 | 2024.12.12 22:39:37.069305 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7765 | 2024.12.12 22:39:37.069511 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001881 sec., 12759.170653907495 rows/sec., 936.59 KiB/sec. | ||
| 7766 | 2024.12.12 22:39:37.069569 [ 264 ] {c1b67252-5fb7-46e1-81b3-9e65865d7809} <Debug> TCPHandler: Processed in 0.002221223 sec. | ||
| 7767 | 2024.12.12 22:39:37.069726 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7768 | 2024.12.12 22:39:37.069853 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7769 | 2024.12.12 22:39:37.069905 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7770 | 2024.12.12 22:39:37.070602 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7771 | 2024.12.12 22:39:37.070643 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7772 | 2024.12.12 22:39:37.071022 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7773 | 2024.12.12 22:39:37.071267 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7774 | 2024.12.12 22:39:37.071526 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0017 sec., 134117.64705882352 rows/sec., 9.08 MiB/sec. | ||
| 7775 | 2024.12.12 22:39:37.071743 [ 265 ] {6e3e6838-8d70-4876-ac45-e2e89a8c365b} <Debug> TCPHandler: Processed in 0.002068931 sec. | ||
| 7776 | 2024.12.12 22:39:37.071947 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7777 | 2024.12.12 22:39:37.072083 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7778 | 2024.12.12 22:39:37.072142 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7779 | 2024.12.12 22:39:37.072931 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7780 | 2024.12.12 22:39:37.072972 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7781 | 2024.12.12 22:39:37.073386 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7782 | 2024.12.12 22:39:37.073626 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2024.12.12 22:39:37.073832 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.00178 sec., 305617.9775280899 rows/sec., 22.68 MiB/sec. | ||
| 7784 | 2024.12.12 22:39:37.073887 [ 264 ] {549b75e8-12f3-45b8-9a27-f167b189ebfe} <Debug> TCPHandler: Processed in 0.002019259 sec. | ||
| 7785 | 2024.12.12 22:39:37.074041 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7786 | 2024.12.12 22:39:37.074181 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7787 | 2024.12.12 22:39:37.074243 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7788 | 2024.12.12 22:39:37.075100 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7789 | 2024.12.12 22:39:37.075145 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7790 | 2024.12.12 22:39:37.075619 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7791 | 2024.12.12 22:39:37.075888 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7792 | 2024.12.12 22:39:37.076069 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001921 sec., 460176.9911504425 rows/sec., 30.96 MiB/sec. | ||
| 7793 | 2024.12.12 22:39:37.076124 [ 265 ] {9017e8f8-5bf1-4edb-bd4c-54368271feb0} <Debug> TCPHandler: Processed in 0.002150302 sec. | ||
| 7794 | 2024.12.12 22:39:37.076267 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7795 | 2024.12.12 22:39:37.076406 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7796 | 2024.12.12 22:39:37.076501 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7797 | 2024.12.12 22:39:37.077760 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2024.12.12 22:39:37.077799 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7799 | 2024.12.12 22:39:37.078468 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7800 | 2024.12.12 22:39:37.078726 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2024.12.12 22:39:37.078965 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002589 sec., 6179.992275009656 rows/sec., 11.07 MiB/sec. | ||
| 7802 | 2024.12.12 22:39:37.079077 [ 264 ] {644b05d3-5bed-46bf-aaa3-7c0c3ea24584} <Debug> TCPHandler: Processed in 0.002872456 sec. | ||
| 7803 | 2024.12.12 22:39:37.079221 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7804 | 2024.12.12 22:39:37.079360 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7805 | 2024.12.12 22:39:37.079419 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7806 | 2024.12.12 22:39:37.080001 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2024.12.12 22:39:37.080045 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7808 | 2024.12.12 22:39:37.080445 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7809 | 2024.12.12 22:39:37.080684 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7810 | 2024.12.12 22:39:37.080896 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
| 7811 | 2024.12.12 22:39:37.080994 [ 265 ] {47ee7623-e5e3-47d8-aa89-ccb507762a68} <Debug> TCPHandler: Processed in 0.001836086 sec. | ||
| 7812 | 2024.12.12 22:39:38.778758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7813 | 2024.12.12 22:39:38.779637 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2024.12.12 22:39:38.779682 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7815 | 2024.12.12 22:39:38.780198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7816 | 2024.12.12 22:39:38.780466 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2024.12.12 22:39:38.780737 [ 60 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7818 | 2024.12.12 22:39:38.780751 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7819 | 2024.12.12 22:39:38.780854 [ 60 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.12.12 22:39:38.780903 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7821 | 2024.12.12 22:39:38.781253 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 7822 | 2024.12.12 22:39:38.781886 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7823 | 2024.12.12 22:39:38.782048 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 7824 | 2024.12.12 22:39:38.782405 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 7825 | 2024.12.12 22:39:38.782734 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 7826 | 2024.12.12 22:39:38.783057 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 7827 | 2024.12.12 22:39:38.783260 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 7828 | 2024.12.12 22:39:38.783340 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 7829 | 2024.12.12 22:39:38.785749 [ 195 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004742183 sec., 3961888.438299408 rows/sec., 56.68 MiB/sec. | ||
| 7830 | 2024.12.12 22:39:38.786110 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7831 | 2024.12.12 22:39:38.786445 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2024.12.12 22:39:38.786535 [ 192 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_41_8} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7833 | 2024.12.12 22:39:38.786648 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 7834 | 2024.12.12 22:39:40.093731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7835 | 2024.12.12 22:39:40.114469 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7836 | 2024.12.12 22:39:40.114512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7837 | 2024.12.12 22:39:40.121891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7838 | 2024.12.12 22:39:40.122679 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7839 | 2024.12.12 22:39:40.122986 [ 62 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7840 | 2024.12.12 22:39:40.123054 [ 62 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7841 | 2024.12.12 22:39:40.123101 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7842 | 2024.12.12 22:39:40.123688 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7843 | 2024.12.12 22:39:40.137527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7844 | 2024.12.12 22:39:40.139304 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7845 | 2024.12.12 22:39:40.140508 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7846 | 2024.12.12 22:39:40.145560 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7847 | 2024.12.12 22:39:40.151054 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7848 | 2024.12.12 22:39:40.156582 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7849 | 2024.12.12 22:39:40.162313 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7850 | 2024.12.12 22:39:40.167117 [ 195 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 7851 | 2024.12.12 22:39:40.226318 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.103055084 sec., 2998.3964692125232 rows/sec., 15.50 MiB/sec. | ||
| 7852 | 2024.12.12 22:39:40.229627 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7853 | 2024.12.12 22:39:40.232581 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_41_8} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2024.12.12 22:39:40.232710 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_41_8} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7855 | 2024.12.12 22:39:40.235213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7856 | 2024.12.12 22:39:41.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.68 MiB, peak 231.10 MiB, free memory in arenas 0.00 B, will set to 218.91 MiB (RSS), difference: 1.23 MiB | ||
| 7857 | 2024.12.12 22:39:41.361958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1064 | ||
| 7858 | 2024.12.12 22:39:41.365171 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7859 | 2024.12.12 22:39:41.365222 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7860 | 2024.12.12 22:39:41.366699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7861 | 2024.12.12 22:39:41.367019 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2024.12.12 22:39:41.368533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
| 7863 | 2024.12.12 22:39:42.038773 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7864 | 2024.12.12 22:39:42.039074 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7865 | 2024.12.12 22:39:42.039188 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7866 | 2024.12.12 22:39:42.040040 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2024.12.12 22:39:42.040090 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7868 | 2024.12.12 22:39:42.040529 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7869 | 2024.12.12 22:39:42.040782 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2024.12.12 22:39:42.041045 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002041 sec., 6859.382655561 rows/sec., 493.78 KiB/sec. | ||
| 7871 | 2024.12.12 22:39:42.041136 [ 264 ] {9f1d771d-0a63-41a6-81a2-cac550f631d8} <Debug> TCPHandler: Processed in 0.0025538 sec. | ||
| 7872 | 2024.12.12 22:39:42.041495 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7873 | 2024.12.12 22:39:42.041679 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7874 | 2024.12.12 22:39:42.041747 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7875 | 2024.12.12 22:39:42.042601 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7876 | 2024.12.12 22:39:42.042641 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7877 | 2024.12.12 22:39:42.043097 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7878 | 2024.12.12 22:39:42.043354 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2024.12.12 22:39:42.043547 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00192 sec., 132812.5 rows/sec., 11.65 MiB/sec. | ||
| 7880 | 2024.12.12 22:39:42.043604 [ 265 ] {00fad2a2-615d-4c3c-b853-787b4c6a0ee0} <Debug> TCPHandler: Processed in 0.002330445 sec. | ||
| 7881 | 2024.12.12 22:39:42.043776 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2024.12.12 22:39:42.043922 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7883 | 2024.12.12 22:39:42.043980 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7884 | 2024.12.12 22:39:42.044659 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2024.12.12 22:39:42.044699 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7886 | 2024.12.12 22:39:42.045073 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7887 | 2024.12.12 22:39:42.045327 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2024.12.12 22:39:42.045554 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001663 sec., 19843.65604329525 rows/sec., 1.42 MiB/sec. | ||
| 7889 | 2024.12.12 22:39:42.045609 [ 264 ] {0e241ead-3daf-407f-ab2d-81195ec85b9b} <Debug> TCPHandler: Processed in 0.001903537 sec. | ||
| 7890 | 2024.12.12 22:39:42.045826 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2024.12.12 22:39:42.046046 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7892 | 2024.12.12 22:39:42.046133 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7893 | 2024.12.12 22:39:42.046845 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2024.12.12 22:39:42.046882 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7895 | 2024.12.12 22:39:42.047243 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7896 | 2024.12.12 22:39:42.047495 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2024.12.12 22:39:42.047624 [ 59 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7898 | 2024.12.12 22:39:42.047675 [ 59 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2024.12.12 22:39:42.047680 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 7900 | 2024.12.12 22:39:42.047702 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7901 | 2024.12.12 22:39:42.047761 [ 265 ] {f6c2933d-a295-4a74-bc44-3166c27aca8a} <Debug> TCPHandler: Processed in 0.00204368 sec. | ||
| 7902 | 2024.12.12 22:39:42.047875 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 7903 | 2024.12.12 22:39:42.047942 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7904 | 2024.12.12 22:39:42.048025 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7905 | 2024.12.12 22:39:42.048106 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 7906 | 2024.12.12 22:39:42.048169 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7907 | 2024.12.12 22:39:42.048337 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7908 | 2024.12.12 22:39:42.048341 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 7909 | 2024.12.12 22:39:42.048680 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 7910 | 2024.12.12 22:39:42.049035 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 7911 | 2024.12.12 22:39:42.049463 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
| 7912 | 2024.12.12 22:39:42.049941 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 7913 | 2024.12.12 22:39:42.051516 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2024.12.12 22:39:42.051589 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7915 | 2024.12.12 22:39:42.052584 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7916 | 2024.12.12 22:39:42.052868 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00508725 sec., 103395.74426261733 rows/sec., 7.40 MiB/sec. | ||
| 7917 | 2024.12.12 22:39:42.053050 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7918 | 2024.12.12 22:39:42.053206 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7919 | 2024.12.12 22:39:42.053599 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005478 sec., 2373.1288791529755 rows/sec., 147.96 KiB/sec. | ||
| 7920 | 2024.12.12 22:39:42.053717 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7921 | 2024.12.12 22:39:42.053770 [ 264 ] {cb9a0a98-88bd-4c14-8dc4-42a72fed4181} <Debug> TCPHandler: Processed in 0.005908776 sec. | ||
| 7922 | 2024.12.12 22:39:42.053877 [ 203 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_31_6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7923 | 2024.12.12 22:39:42.053971 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7924 | 2024.12.12 22:39:42.053993 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2024.12.12 22:39:42.054129 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7926 | 2024.12.12 22:39:42.054182 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7927 | 2024.12.12 22:39:42.054943 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.12.12 22:39:42.054981 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7929 | 2024.12.12 22:39:42.055357 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7930 | 2024.12.12 22:39:42.055594 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2024.12.12 22:39:42.055795 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001688 sec., 241706.16113744077 rows/sec., 17.22 MiB/sec. | ||
| 7932 | 2024.12.12 22:39:42.055867 [ 265 ] {827fa821-5afa-4d51-8395-3dd4f9cbc44f} <Debug> TCPHandler: Processed in 0.001960298 sec. | ||
| 7933 | 2024.12.12 22:39:42.056094 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2024.12.12 22:39:42.056270 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7935 | 2024.12.12 22:39:42.056332 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7936 | 2024.12.12 22:39:42.056819 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2024.12.12 22:39:42.056859 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7938 | 2024.12.12 22:39:42.057230 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7939 | 2024.12.12 22:39:42.057472 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2024.12.12 22:39:42.057686 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 7941 | 2024.12.12 22:39:42.057735 [ 264 ] {ba9dd305-1d61-4686-ab73-991ca8c61d3c} <Debug> TCPHandler: Processed in 0.001772915 sec. | ||
| 7942 | 2024.12.12 22:39:42.057868 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.12.12 22:39:42.057984 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7944 | 2024.12.12 22:39:42.058035 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7945 | 2024.12.12 22:39:42.058628 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.12.12 22:39:42.058663 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7947 | 2024.12.12 22:39:42.059059 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7948 | 2024.12.12 22:39:42.059304 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2024.12.12 22:39:42.059432 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7950 | 2024.12.12 22:39:42.059476 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2024.12.12 22:39:42.059486 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec. | ||
| 7952 | 2024.12.12 22:39:42.059506 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7953 | 2024.12.12 22:39:42.059581 [ 265 ] {cd172ec1-10ca-4535-ae01-e8b75c3ef0ea} <Debug> TCPHandler: Processed in 0.001767225 sec. | ||
| 7954 | 2024.12.12 22:39:42.059805 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 7955 | 2024.12.12 22:39:42.059818 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2024.12.12 22:39:42.060115 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2024.12.12 22:39:42.060126 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7958 | 2024.12.12 22:39:42.060182 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15572 rows starting from the beginning of the part | ||
| 7959 | 2024.12.12 22:39:42.060248 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7960 | 2024.12.12 22:39:42.060466 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 7961 | 2024.12.12 22:39:42.060961 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 7962 | 2024.12.12 22:39:42.061314 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 7963 | 2024.12.12 22:39:42.061735 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 884 rows starting from the beginning of the part | ||
| 7964 | 2024.12.12 22:39:42.061975 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 7965 | 2024.12.12 22:39:42.062778 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.12.12 22:39:42.062845 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7967 | 2024.12.12 22:39:42.063561 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7968 | 2024.12.12 22:39:42.064008 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2024.12.12 22:39:42.064347 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004295 sec., 232.8288707799767 rows/sec., 15.69 KiB/sec. | ||
| 7970 | 2024.12.12 22:39:42.064617 [ 264 ] {0e5a3e40-b813-4c7b-91df-f13a541d5088} <Debug> TCPHandler: Processed in 0.004926537 sec. | ||
| 7971 | 2024.12.12 22:39:42.064926 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7972 | 2024.12.12 22:39:42.065323 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7973 | 2024.12.12 22:39:42.065557 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7974 | 2024.12.12 22:39:42.068845 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2024.12.12 22:39:42.068885 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7976 | 2024.12.12 22:39:42.070182 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17327 rows, containing 5 columns (5 merged, 0 gathered) in 0.010564477 sec., 1640119.0517997248 rows/sec., 110.70 MiB/sec. | ||
| 7977 | 2024.12.12 22:39:42.070453 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7978 | 2024.12.12 22:39:42.070501 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7979 | 2024.12.12 22:39:42.070991 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2024.12.12 22:39:42.071096 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2024.12.12 22:39:42.071339 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7982 | 2024.12.12 22:39:42.071465 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006236 sec., 4169.339320076972 rows/sec., 7.47 MiB/sec. | ||
| 7983 | 2024.12.12 22:39:42.071508 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 7984 | 2024.12.12 22:39:42.071666 [ 265 ] {cd1ea14f-1e3a-423a-82d9-dd12dfdfe46b} <Debug> TCPHandler: Processed in 0.006925745 sec. | ||
| 7985 | 2024.12.12 22:39:42.071842 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2024.12.12 22:39:42.071983 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7987 | 2024.12.12 22:39:42.072044 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7988 | 2024.12.12 22:39:42.072599 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2024.12.12 22:39:42.072638 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7990 | 2024.12.12 22:39:42.073036 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7991 | 2024.12.12 22:39:42.073281 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2024.12.12 22:39:42.073440 [ 54 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7993 | 2024.12.12 22:39:42.073518 [ 54 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2024.12.12 22:39:42.073523 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00156 sec., 52564.10256410256 rows/sec., 3.34 MiB/sec. | ||
| 7995 | 2024.12.12 22:39:42.073563 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 7996 | 2024.12.12 22:39:42.073658 [ 264 ] {15f45cf9-1efe-4280-9865-fc4ae50f842d} <Debug> TCPHandler: Processed in 0.001881316 sec. | ||
| 7997 | 2024.12.12 22:39:42.073776 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 7998 | 2024.12.12 22:39:42.073887 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7999 | 2024.12.12 22:39:42.073922 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2978 rows starting from the beginning of the part | ||
| 8000 | 2024.12.12 22:39:42.074009 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 8001 | 2024.12.12 22:39:42.074126 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 8002 | 2024.12.12 22:39:42.074353 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 8003 | 2024.12.12 22:39:42.074420 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 8004 | 2024.12.12 22:39:42.074497 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 8005 | 2024.12.12 22:39:42.076187 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3344 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504169 sec., 1335373.1317654678 rows/sec., 87.00 MiB/sec. | ||
| 8006 | 2024.12.12 22:39:42.076697 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8007 | 2024.12.12 22:39:42.077228 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8008 | 2024.12.12 22:39:42.077401 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_51_10} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8009 | 2024.12.12 22:39:42.077512 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 8010 | 2024.12.12 22:39:46.135359 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8011 | 2024.12.12 22:39:46.135452 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8012 | 2024.12.12 22:39:46.280908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8013 | 2024.12.12 22:39:46.281557 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8014 | 2024.12.12 22:39:46.281600 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8015 | 2024.12.12 22:39:46.282137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8016 | 2024.12.12 22:39:46.282392 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2024.12.12 22:39:46.282610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8018 | 2024.12.12 22:39:47.034474 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8019 | 2024.12.12 22:39:47.034684 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8020 | 2024.12.12 22:39:47.034767 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8021 | 2024.12.12 22:39:47.035665 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2024.12.12 22:39:47.035716 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8023 | 2024.12.12 22:39:47.036178 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8024 | 2024.12.12 22:39:47.036466 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2024.12.12 22:39:47.036670 [ 50 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8026 | 2024.12.12 22:39:47.036740 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002113 sec., 41646.9474680549 rows/sec., 3.42 MiB/sec. | ||
| 8027 | 2024.12.12 22:39:47.036767 [ 50 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2024.12.12 22:39:47.036838 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8029 | 2024.12.12 22:39:47.036861 [ 264 ] {c6841328-2219-4cc8-a157-f540acee3c8c} <Debug> TCPHandler: Processed in 0.00251853 sec. | ||
| 8030 | 2024.12.12 22:39:47.037065 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 8031 | 2024.12.12 22:39:47.037136 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8032 | 2024.12.12 22:39:47.037255 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8033 | 2024.12.12 22:39:47.037301 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part | ||
| 8034 | 2024.12.12 22:39:47.037321 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8035 | 2024.12.12 22:39:47.037419 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8036 | 2024.12.12 22:39:47.037477 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 88 rows starting from the beginning of the part | ||
| 8037 | 2024.12.12 22:39:47.037894 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 255 rows starting from the beginning of the part | ||
| 8038 | 2024.12.12 22:39:47.038197 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1232 rows starting from the beginning of the part | ||
| 8039 | 2024.12.12 22:39:47.038672 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 255 rows starting from the beginning of the part | ||
| 8040 | 2024.12.12 22:39:47.039056 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part | ||
| 8041 | 2024.12.12 22:39:47.040095 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8042 | 2024.12.12 22:39:47.040140 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8043 | 2024.12.12 22:39:47.040698 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8044 | 2024.12.12 22:39:47.040986 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2024.12.12 22:39:47.041295 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004016 sec., 3984.0637450199206 rows/sec., 299.58 KiB/sec. | ||
| 8046 | 2024.12.12 22:39:47.041576 [ 265 ] {5c356d25-b7d5-4a20-a24d-54cfb5d088b1} <Debug> TCPHandler: Processed in 0.004567769 sec. | ||
| 8047 | 2024.12.12 22:39:47.042055 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8048 | 2024.12.12 22:39:47.042348 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3355 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395586 sec., 621804.5639528311 rows/sec., 54.36 MiB/sec. | ||
| 8049 | 2024.12.12 22:39:47.042512 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8050 | 2024.12.12 22:39:47.042694 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8051 | 2024.12.12 22:39:47.042773 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8052 | 2024.12.12 22:39:47.043682 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2024.12.12 22:39:47.043892 [ 199 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_56_11} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8054 | 2024.12.12 22:39:47.044029 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8055 | 2024.12.12 22:39:47.044299 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8056 | 2024.12.12 22:39:47.044343 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8057 | 2024.12.12 22:39:47.044722 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8058 | 2024.12.12 22:39:47.044967 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2024.12.12 22:39:47.045144 [ 50 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8060 | 2024.12.12 22:39:47.045217 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002844 sec., 28129.39521800281 rows/sec., 2.20 MiB/sec. | ||
| 8061 | 2024.12.12 22:39:47.045218 [ 50 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8062 | 2024.12.12 22:39:47.045314 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8063 | 2024.12.12 22:39:47.045357 [ 264 ] {c44b0d7a-b2f2-4982-8928-8d59804c72c5} <Debug> TCPHandler: Processed in 0.003620471 sec. | ||
| 8064 | 2024.12.12 22:39:47.045572 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8065 | 2024.12.12 22:39:47.045579 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 8066 | 2024.12.12 22:39:47.045819 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8067 | 2024.12.12 22:39:47.045864 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8068 | 2024.12.12 22:39:47.045938 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part | ||
| 8069 | 2024.12.12 22:39:47.045950 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8070 | 2024.12.12 22:39:47.046308 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 80 rows starting from the beginning of the part | ||
| 8071 | 2024.12.12 22:39:47.046756 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 408 rows starting from the beginning of the part | ||
| 8072 | 2024.12.12 22:39:47.047101 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 544 rows starting from the beginning of the part | ||
| 8073 | 2024.12.12 22:39:47.047383 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 408 rows starting from the beginning of the part | ||
| 8074 | 2024.12.12 22:39:47.047669 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 80 rows starting from the beginning of the part | ||
| 8075 | 2024.12.12 22:39:47.048492 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2024.12.12 22:39:47.048556 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8077 | 2024.12.12 22:39:47.049561 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8078 | 2024.12.12 22:39:47.050116 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2024.12.12 22:39:47.050430 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004719 sec., 33905.488450943 rows/sec., 2.36 MiB/sec. | ||
| 8080 | 2024.12.12 22:39:47.050537 [ 265 ] {32637b71-b76f-48d8-a003-eb7d4b8c73c5} <Debug> TCPHandler: Processed in 0.005079749 sec. | ||
| 8081 | 2024.12.12 22:39:47.050780 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2024.12.12 22:39:47.050979 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524349 sec., 440956.9344731841 rows/sec., 33.84 MiB/sec. | ||
| 8083 | 2024.12.12 22:39:47.051011 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8084 | 2024.12.12 22:39:47.051158 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8085 | 2024.12.12 22:39:47.051330 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8086 | 2024.12.12 22:39:47.052076 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2024.12.12 22:39:47.052326 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_56_11} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8088 | 2024.12.12 22:39:47.052546 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8089 | 2024.12.12 22:39:47.053296 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2024.12.12 22:39:47.053342 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8091 | 2024.12.12 22:39:47.054008 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8092 | 2024.12.12 22:39:47.054274 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2024.12.12 22:39:47.054531 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003564 sec., 4489.337822671157 rows/sec., 8.04 MiB/sec. | ||
| 8094 | 2024.12.12 22:39:47.054632 [ 264 ] {2797ee91-a1ec-4565-b1c8-f291f1bb7ba2} <Debug> TCPHandler: Processed in 0.003976518 sec. | ||
| 8095 | 2024.12.12 22:39:47.054888 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8096 | 2024.12.12 22:39:47.055115 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8097 | 2024.12.12 22:39:47.055212 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8098 | 2024.12.12 22:39:47.055886 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2024.12.12 22:39:47.055925 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8100 | 2024.12.12 22:39:47.056308 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8101 | 2024.12.12 22:39:47.056551 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2024.12.12 22:39:47.056758 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0017 sec., 35294.117647058825 rows/sec., 2.38 MiB/sec. | ||
| 8103 | 2024.12.12 22:39:47.056807 [ 265 ] {2ac13f59-59f1-4c88-b040-0e39c4c617ba} <Debug> TCPHandler: Processed in 0.00203058 sec. | ||
| 8104 | 2024.12.12 22:39:47.637603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8105 | 2024.12.12 22:39:47.656130 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2024.12.12 22:39:47.656193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8107 | 2024.12.12 22:39:47.663411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8108 | 2024.12.12 22:39:47.664341 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8109 | 2024.12.12 22:39:47.668157 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8110 | 2024.12.12 22:39:48.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.12 MiB, peak 231.10 MiB, free memory in arenas 0.00 B, will set to 219.12 MiB (RSS), difference: -1.01 MiB | ||
| 8111 | 2024.12.12 22:39:51.368725 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1098 | ||
| 8112 | 2024.12.12 22:39:51.371954 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2024.12.12 22:39:51.372005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8114 | 2024.12.12 22:39:51.373479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8115 | 2024.12.12 22:39:51.373795 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2024.12.12 22:39:51.374747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 8117 | 2024.12.12 22:39:52.038679 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8118 | 2024.12.12 22:39:52.038958 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8119 | 2024.12.12 22:39:52.039037 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8120 | 2024.12.12 22:39:52.040513 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8121 | 2024.12.12 22:39:52.040559 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8122 | 2024.12.12 22:39:52.041018 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8123 | 2024.12.12 22:39:52.041277 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2024.12.12 22:39:52.041539 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002639 sec., 5305.039787798409 rows/sec., 381.89 KiB/sec. | ||
| 8125 | 2024.12.12 22:39:52.041669 [ 264 ] {1296613c-8e9e-4aed-a8cd-b9fd03fbcaf9} <Debug> TCPHandler: Processed in 0.003171322 sec. | ||
| 8126 | 2024.12.12 22:39:52.042001 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2024.12.12 22:39:52.042302 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8128 | 2024.12.12 22:39:52.042414 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8129 | 2024.12.12 22:39:52.043271 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8130 | 2024.12.12 22:39:52.043315 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8131 | 2024.12.12 22:39:52.043761 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8132 | 2024.12.12 22:39:52.044028 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8133 | 2024.12.12 22:39:52.044266 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002048 sec., 4882.8125 rows/sec., 398.16 KiB/sec. | ||
| 8134 | 2024.12.12 22:39:52.044323 [ 265 ] {356b2251-5060-428b-845e-ac87cf041b60} <Debug> TCPHandler: Processed in 0.002509019 sec. | ||
| 8135 | 2024.12.12 22:39:52.044548 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8136 | 2024.12.12 22:39:52.044758 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8137 | 2024.12.12 22:39:52.044810 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8138 | 2024.12.12 22:39:52.045522 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2024.12.12 22:39:52.045563 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8140 | 2024.12.12 22:39:52.045984 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8141 | 2024.12.12 22:39:52.046248 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2024.12.12 22:39:52.046464 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001733 sec., 150028.85170225042 rows/sec., 13.12 MiB/sec. | ||
| 8143 | 2024.12.12 22:39:52.046519 [ 264 ] {80a7e763-4709-46d5-868e-46804a54ef50} <Debug> TCPHandler: Processed in 0.002089512 sec. | ||
| 8144 | 2024.12.12 22:39:52.046659 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8145 | 2024.12.12 22:39:52.046801 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8146 | 2024.12.12 22:39:52.046859 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8147 | 2024.12.12 22:39:52.047616 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2024.12.12 22:39:52.047664 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8149 | 2024.12.12 22:39:52.048041 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8150 | 2024.12.12 22:39:52.048281 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2024.12.12 22:39:52.048453 [ 44 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8152 | 2024.12.12 22:39:52.048520 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001747 sec., 24613.623354321695 rows/sec., 1.74 MiB/sec. | ||
| 8153 | 2024.12.12 22:39:52.048539 [ 44 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2024.12.12 22:39:52.048605 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8155 | 2024.12.12 22:39:52.048655 [ 265 ] {d0188a88-ce12-46fb-8df6-3bda722f940b} <Debug> TCPHandler: Processed in 0.00205165 sec. | ||
| 8156 | 2024.12.12 22:39:52.048935 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8157 | 2024.12.12 22:39:52.048953 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 8158 | 2024.12.12 22:39:52.049414 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8159 | 2024.12.12 22:39:52.049627 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8160 | 2024.12.12 22:39:52.049699 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8161 | 2024.12.12 22:39:52.049844 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 67 rows starting from the beginning of the part | ||
| 8162 | 2024.12.12 22:39:52.050466 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part | ||
| 8163 | 2024.12.12 22:39:52.050764 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part | ||
| 8164 | 2024.12.12 22:39:52.051069 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
| 8165 | 2024.12.12 22:39:52.051466 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 8166 | 2024.12.12 22:39:52.051856 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 43 rows starting from the beginning of the part | ||
| 8167 | 2024.12.12 22:39:52.052512 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2024.12.12 22:39:52.052561 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8169 | 2024.12.12 22:39:52.053139 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8170 | 2024.12.12 22:39:52.053404 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.004684301 sec., 46111.46892567322 rows/sec., 3.46 MiB/sec. | ||
| 8171 | 2024.12.12 22:39:52.053537 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2024.12.12 22:39:52.053743 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8173 | 2024.12.12 22:39:52.054076 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004839 sec., 2893.159743748708 rows/sec., 202.62 KiB/sec. | ||
| 8174 | 2024.12.12 22:39:52.054408 [ 264 ] {383cb8fc-8739-4ab6-adef-4e3e999d68f0} <Debug> TCPHandler: Processed in 0.005607721 sec. | ||
| 8175 | 2024.12.12 22:39:52.054792 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8176 | 2024.12.12 22:39:52.054809 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8177 | 2024.12.12 22:39:52.054979 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_55_11} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8178 | 2024.12.12 22:39:52.055016 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8179 | 2024.12.12 22:39:52.055131 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8180 | 2024.12.12 22:39:52.055151 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8181 | 2024.12.12 22:39:52.055834 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2024.12.12 22:39:52.055880 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8183 | 2024.12.12 22:39:52.056250 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8184 | 2024.12.12 22:39:52.056490 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2024.12.12 22:39:52.056727 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00177 sec., 7344.632768361582 rows/sec., 457.94 KiB/sec. | ||
| 8186 | 2024.12.12 22:39:52.056855 [ 265 ] {3f66b190-4530-4c56-9c45-b53bd9e2b523} <Debug> TCPHandler: Processed in 0.002272145 sec. | ||
| 8187 | 2024.12.12 22:39:52.057081 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2024.12.12 22:39:52.057313 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8189 | 2024.12.12 22:39:52.057407 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8190 | 2024.12.12 22:39:52.058328 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2024.12.12 22:39:52.058370 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8192 | 2024.12.12 22:39:52.058784 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8193 | 2024.12.12 22:39:52.059030 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2024.12.12 22:39:52.059277 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.002012 sec., 207753.47912524853 rows/sec., 14.84 MiB/sec. | ||
| 8195 | 2024.12.12 22:39:52.059334 [ 264 ] {25aec3f3-827d-468a-a3fb-77ba668a1d28} <Debug> TCPHandler: Processed in 0.002365346 sec. | ||
| 8196 | 2024.12.12 22:39:52.059579 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2024.12.12 22:39:52.059821 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8198 | 2024.12.12 22:39:52.059914 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8199 | 2024.12.12 22:39:52.060749 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8200 | 2024.12.12 22:39:52.060788 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8201 | 2024.12.12 22:39:52.061159 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8202 | 2024.12.12 22:39:52.061421 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8203 | 2024.12.12 22:39:52.061608 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001842 sec., 3257.328990228013 rows/sec., 170.18 KiB/sec. | ||
| 8204 | 2024.12.12 22:39:52.061720 [ 265 ] {cd53850b-6fc9-46ab-8be4-d3d9258cec84} <Debug> TCPHandler: Processed in 0.002281995 sec. | ||
| 8205 | 2024.12.12 22:39:52.061940 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8206 | 2024.12.12 22:39:52.062162 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8207 | 2024.12.12 22:39:52.062259 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8208 | 2024.12.12 22:39:52.063054 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.12.12 22:39:52.063094 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8210 | 2024.12.12 22:39:52.063497 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8211 | 2024.12.12 22:39:52.063742 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2024.12.12 22:39:52.063951 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001843 sec., 131307.65056972328 rows/sec., 8.81 MiB/sec. | ||
| 8213 | 2024.12.12 22:39:52.064003 [ 264 ] {a7ed6f32-6840-4c41-a022-45d76cb3d61e} <Debug> TCPHandler: Processed in 0.002175173 sec. | ||
| 8214 | 2024.12.12 22:39:52.064159 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8215 | 2024.12.12 22:39:52.064302 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8216 | 2024.12.12 22:39:52.064362 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8217 | 2024.12.12 22:39:52.064880 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2024.12.12 22:39:52.064916 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8219 | 2024.12.12 22:39:52.065280 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8220 | 2024.12.12 22:39:52.065524 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2024.12.12 22:39:52.065710 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec. | ||
| 8222 | 2024.12.12 22:39:52.065759 [ 265 ] {611db954-e6ab-4ce1-9e3b-6d331bdba22d} <Debug> TCPHandler: Processed in 0.001666962 sec. | ||
| 8223 | 2024.12.12 22:39:52.065910 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8224 | 2024.12.12 22:39:52.066048 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8225 | 2024.12.12 22:39:52.066141 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8226 | 2024.12.12 22:39:52.067338 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8227 | 2024.12.12 22:39:52.067378 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8228 | 2024.12.12 22:39:52.068031 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8229 | 2024.12.12 22:39:52.068291 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8230 | 2024.12.12 22:39:52.068548 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002532 sec., 10268.562401263824 rows/sec., 18.40 MiB/sec. | ||
| 8231 | 2024.12.12 22:39:52.068641 [ 264 ] {d1fa8c63-14c3-4027-95f3-6d2dd7a3acc0} <Debug> TCPHandler: Processed in 0.002801485 sec. | ||
| 8232 | 2024.12.12 22:39:52.068800 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8233 | 2024.12.12 22:39:52.068938 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8234 | 2024.12.12 22:39:52.068996 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8235 | 2024.12.12 22:39:52.069575 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8236 | 2024.12.12 22:39:52.069620 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8237 | 2024.12.12 22:39:52.070007 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8238 | 2024.12.12 22:39:52.070251 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8239 | 2024.12.12 22:39:52.070429 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec. | ||
| 8240 | 2024.12.12 22:39:52.070477 [ 265 ] {93d1adf9-b9e7-4f77-96da-fb34b140cf8b} <Debug> TCPHandler: Processed in 0.001743754 sec. | ||
| 8241 | 2024.12.12 22:39:53.782727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8242 | 2024.12.12 22:39:53.783458 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2024.12.12 22:39:53.783510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8244 | 2024.12.12 22:39:53.784073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8245 | 2024.12.12 22:39:53.784347 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2024.12.12 22:39:53.784600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8247 | 2024.12.12 22:39:55.168216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8248 | 2024.12.12 22:39:55.191079 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2024.12.12 22:39:55.191166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8250 | 2024.12.12 22:39:55.200573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8251 | 2024.12.12 22:39:55.201526 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2024.12.12 22:39:55.206039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8253 | 2024.12.12 22:39:57.033922 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8254 | 2024.12.12 22:39:57.034126 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8255 | 2024.12.12 22:39:57.034205 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8256 | 2024.12.12 22:39:57.035046 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8257 | 2024.12.12 22:39:57.035092 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8258 | 2024.12.12 22:39:57.035523 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8259 | 2024.12.12 22:39:57.035779 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8260 | 2024.12.12 22:39:57.036010 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00194 sec., 45360.824742268036 rows/sec., 3.73 MiB/sec. | ||
| 8261 | 2024.12.12 22:39:57.036066 [ 264 ] {d57e67f9-881d-4e15-ad63-516838ee456f} <Debug> TCPHandler: Processed in 0.002278695 sec. | ||
| 8262 | 2024.12.12 22:39:57.036332 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8263 | 2024.12.12 22:39:57.036539 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8264 | 2024.12.12 22:39:57.036612 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8265 | 2024.12.12 22:39:57.037361 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8266 | 2024.12.12 22:39:57.037401 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8267 | 2024.12.12 22:39:57.037830 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8268 | 2024.12.12 22:39:57.038117 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8269 | 2024.12.12 22:39:57.038341 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001852 sec., 8639.308855291578 rows/sec., 649.64 KiB/sec. | ||
| 8270 | 2024.12.12 22:39:57.038410 [ 265 ] {a2edab07-4a52-48a2-92ab-1a25504548af} <Debug> TCPHandler: Processed in 0.002218873 sec. | ||
| 8271 | 2024.12.12 22:39:57.038610 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8272 | 2024.12.12 22:39:57.038743 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8273 | 2024.12.12 22:39:57.038792 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8274 | 2024.12.12 22:39:57.039534 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.12.12 22:39:57.039584 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8276 | 2024.12.12 22:39:57.040005 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8277 | 2024.12.12 22:39:57.040258 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.12.12 22:39:57.040457 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00174 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. | ||
| 8279 | 2024.12.12 22:39:57.040510 [ 264 ] {803309b3-6852-4f0d-a9cc-68e39dd881d7} <Debug> TCPHandler: Processed in 0.00199654 sec. | ||
| 8280 | 2024.12.12 22:39:57.040673 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2024.12.12 22:39:57.040790 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8282 | 2024.12.12 22:39:57.040848 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8283 | 2024.12.12 22:39:57.041519 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2024.12.12 22:39:57.041565 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8285 | 2024.12.12 22:39:57.042003 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8286 | 2024.12.12 22:39:57.042241 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2024.12.12 22:39:57.042505 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec. | ||
| 8288 | 2024.12.12 22:39:57.042653 [ 265 ] {7f625b40-463a-42f8-95fa-5d5ba9090238} <Debug> TCPHandler: Processed in 0.00203084 sec. | ||
| 8289 | 2024.12.12 22:39:57.042856 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8290 | 2024.12.12 22:39:57.042997 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8291 | 2024.12.12 22:39:57.043083 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8292 | 2024.12.12 22:39:57.044329 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2024.12.12 22:39:57.044368 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8294 | 2024.12.12 22:39:57.045001 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8295 | 2024.12.12 22:39:57.045271 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8296 | 2024.12.12 22:39:57.045409 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8297 | 2024.12.12 22:39:57.045450 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2024.12.12 22:39:57.045473 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8299 | 2024.12.12 22:39:57.045476 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002507 sec., 6382.130035899481 rows/sec., 11.44 MiB/sec. | ||
| 8300 | 2024.12.12 22:39:57.045799 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 8301 | 2024.12.12 22:39:57.045828 [ 264 ] {b38fcbb0-e64f-42b3-9aa5-93bd01518877} <Debug> TCPHandler: Processed in 0.00306763 sec. | ||
| 8302 | 2024.12.12 22:39:57.046050 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2024.12.12 22:39:57.046212 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8304 | 2024.12.12 22:39:57.046287 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8305 | 2024.12.12 22:39:57.046291 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8306 | 2024.12.12 22:39:57.046419 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1094 rows starting from the beginning of the part | ||
| 8307 | 2024.12.12 22:39:57.047028 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part | ||
| 8308 | 2024.12.12 22:39:57.047650 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 8309 | 2024.12.12 22:39:57.047687 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.12.12 22:39:57.047734 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8311 | 2024.12.12 22:39:57.048227 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 8312 | 2024.12.12 22:39:57.048884 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part | ||
| 8313 | 2024.12.12 22:39:57.048971 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8314 | 2024.12.12 22:39:57.049363 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 8315 | 2024.12.12 22:39:57.049723 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8316 | 2024.12.12 22:39:57.050272 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004067 sec., 14752.889107450208 rows/sec., 1018.10 KiB/sec. | ||
| 8317 | 2024.12.12 22:39:57.050670 [ 265 ] {e9d3e070-4901-43bf-8f95-7dfe41f6490c} <Debug> TCPHandler: Processed in 0.004718743 sec. | ||
| 8318 | 2024.12.12 22:39:57.057790 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 19 columns (19 merged, 0 gathered) in 0.01222346 sec., 97681.01666794835 rows/sec., 175.04 MiB/sec. | ||
| 8319 | 2024.12.12 22:39:57.059246 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8320 | 2024.12.12 22:39:57.059765 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8321 | 2024.12.12 22:39:57.059870 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8322 | 2024.12.12 22:39:57.060064 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 8323 | 2024.12.12 22:39:58.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.63 MiB, peak 231.19 MiB, free memory in arenas 0.00 B, will set to 222.59 MiB (RSS), difference: 2.96 MiB | ||
| 8324 | 2024.12.12 22:40:01.135513 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8325 | 2024.12.12 22:40:01.135616 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8326 | 2024.12.12 22:40:01.284695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8327 | 2024.12.12 22:40:01.285447 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2024.12.12 22:40:01.285491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8329 | 2024.12.12 22:40:01.286073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8330 | 2024.12.12 22:40:01.286329 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.12.12 22:40:01.286513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8332 | 2024.12.12 22:40:01.374974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1134 | ||
| 8333 | 2024.12.12 22:40:01.378622 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2024.12.12 22:40:01.378670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8335 | 2024.12.12 22:40:01.380143 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8336 | 2024.12.12 22:40:01.380453 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2024.12.12 22:40:01.380669 [ 37 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8338 | 2024.12.12 22:40:01.380785 [ 37 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8339 | 2024.12.12 22:40:01.380857 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8340 | 2024.12.12 22:40:01.381162 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 8341 | 2024.12.12 22:40:01.381504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1134 | ||
| 8342 | 2024.12.12 22:40:01.381898 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8343 | 2024.12.12 22:40:01.382024 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 958 rows starting from the beginning of the part | ||
| 8344 | 2024.12.12 22:40:01.382453 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8345 | 2024.12.12 22:40:01.382878 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 8346 | 2024.12.12 22:40:01.383310 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part | ||
| 8347 | 2024.12.12 22:40:01.383726 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 8348 | 2024.12.12 22:40:01.384144 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 8349 | 2024.12.12 22:40:01.392015 [ 192 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 72 columns (72 merged, 0 gathered) in 0.011017226 sec., 102929.72114759196 rows/sec., 82.66 MiB/sec. | ||
| 8350 | 2024.12.12 22:40:01.393634 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8351 | 2024.12.12 22:40:01.394488 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2024.12.12 22:40:01.394591 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_31_6} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8353 | 2024.12.12 22:40:01.394929 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.67 MiB. | ||
| 8354 | 2024.12.12 22:40:02.039870 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8355 | 2024.12.12 22:40:02.040114 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8356 | 2024.12.12 22:40:02.040200 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8357 | 2024.12.12 22:40:02.041080 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8358 | 2024.12.12 22:40:02.041131 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8359 | 2024.12.12 22:40:02.041583 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8360 | 2024.12.12 22:40:02.041860 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8361 | 2024.12.12 22:40:02.042046 [ 36 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8362 | 2024.12.12 22:40:02.042122 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002072 sec., 6756.756756756757 rows/sec., 486.40 KiB/sec. | ||
| 8363 | 2024.12.12 22:40:02.042128 [ 36 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2024.12.12 22:40:02.042196 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8365 | 2024.12.12 22:40:02.042254 [ 264 ] {a4243883-abe1-435f-899b-5ecbcf1d8636} <Debug> TCPHandler: Processed in 0.00252198 sec. | ||
| 8366 | 2024.12.12 22:40:02.042392 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 8367 | 2024.12.12 22:40:02.042525 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8368 | 2024.12.12 22:40:02.042562 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 8369 | 2024.12.12 22:40:02.042626 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8370 | 2024.12.12 22:40:02.042676 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8371 | 2024.12.12 22:40:02.043118 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8372 | 2024.12.12 22:40:02.043337 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8373 | 2024.12.12 22:40:02.043382 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 8374 | 2024.12.12 22:40:02.043507 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8375 | 2024.12.12 22:40:02.043800 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8376 | 2024.12.12 22:40:02.046154 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8377 | 2024.12.12 22:40:02.046214 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8378 | 2024.12.12 22:40:02.046220 [ 195 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003918767 sec., 17862.76142470323 rows/sec., 1.32 MiB/sec. | ||
| 8379 | 2024.12.12 22:40:02.046520 [ 192 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8380 | 2024.12.12 22:40:02.047025 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8381 | 2024.12.12 22:40:02.047128 [ 192 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2024.12.12 22:40:02.047291 [ 192 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_25_6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8383 | 2024.12.12 22:40:02.047445 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8384 | 2024.12.12 22:40:02.047529 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8385 | 2024.12.12 22:40:02.047841 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00468 sec., 54487.179487179485 rows/sec., 4.78 MiB/sec. | ||
| 8386 | 2024.12.12 22:40:02.047947 [ 265 ] {7fa6dc7c-d573-43a7-b7a5-c7f95462a9aa} <Debug> TCPHandler: Processed in 0.005534289 sec. | ||
| 8387 | 2024.12.12 22:40:02.048216 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8388 | 2024.12.12 22:40:02.048405 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8389 | 2024.12.12 22:40:02.048464 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8390 | 2024.12.12 22:40:02.049166 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8391 | 2024.12.12 22:40:02.049207 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8392 | 2024.12.12 22:40:02.049583 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8393 | 2024.12.12 22:40:02.049825 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8394 | 2024.12.12 22:40:02.050027 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001655 sec., 19939.577039274925 rows/sec., 1.42 MiB/sec. | ||
| 8395 | 2024.12.12 22:40:02.050084 [ 264 ] {35e26783-67c5-4d66-90c9-20f0083fa063} <Debug> TCPHandler: Processed in 0.00201057 sec. | ||
| 8396 | 2024.12.12 22:40:02.050313 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8397 | 2024.12.12 22:40:02.050547 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8398 | 2024.12.12 22:40:02.050639 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8399 | 2024.12.12 22:40:02.051409 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8400 | 2024.12.12 22:40:02.051450 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8401 | 2024.12.12 22:40:02.051818 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8402 | 2024.12.12 22:40:02.052066 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8403 | 2024.12.12 22:40:02.052284 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001797 sec., 7790.762381747357 rows/sec., 545.61 KiB/sec. | ||
| 8404 | 2024.12.12 22:40:02.052342 [ 265 ] {9ea47868-25da-4c7d-b54c-b0912588cdf6} <Debug> TCPHandler: Processed in 0.002142692 sec. | ||
| 8405 | 2024.12.12 22:40:02.052488 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8406 | 2024.12.12 22:40:02.052627 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8407 | 2024.12.12 22:40:02.052683 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8408 | 2024.12.12 22:40:02.053325 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2024.12.12 22:40:02.053366 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8410 | 2024.12.12 22:40:02.053731 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8411 | 2024.12.12 22:40:02.053982 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2024.12.12 22:40:02.054143 [ 36 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8413 | 2024.12.12 22:40:02.054203 [ 36 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2024.12.12 22:40:02.054239 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8415 | 2024.12.12 22:40:02.054245 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 8416 | 2024.12.12 22:40:02.054562 [ 264 ] {4ccc151f-ec2a-420d-8fd9-056b44906f1d} <Debug> TCPHandler: Processed in 0.002134282 sec. | ||
| 8417 | 2024.12.12 22:40:02.054688 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 8418 | 2024.12.12 22:40:02.054898 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2024.12.12 22:40:02.055284 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8420 | 2024.12.12 22:40:02.055310 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8421 | 2024.12.12 22:40:02.055356 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 8422 | 2024.12.12 22:40:02.055416 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8423 | 2024.12.12 22:40:02.055741 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 8424 | 2024.12.12 22:40:02.056074 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 8425 | 2024.12.12 22:40:02.056443 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 8426 | 2024.12.12 22:40:02.056835 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 8427 | 2024.12.12 22:40:02.058188 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2024.12.12 22:40:02.058266 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8429 | 2024.12.12 22:40:02.059210 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853076 sec., 13393.567296287963 rows/sec., 887.40 KiB/sec. | ||
| 8430 | 2024.12.12 22:40:02.059319 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8431 | 2024.12.12 22:40:02.059379 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8432 | 2024.12.12 22:40:02.059806 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8433 | 2024.12.12 22:40:02.059920 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2024.12.12 22:40:02.060199 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_25_6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8435 | 2024.12.12 22:40:02.060241 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005018 sec., 81307.2937425269 rows/sec., 5.79 MiB/sec. | ||
| 8436 | 2024.12.12 22:40:02.060375 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8437 | 2024.12.12 22:40:02.060405 [ 265 ] {131692bb-261f-4896-bb59-40a23a292678} <Debug> TCPHandler: Processed in 0.005712072 sec. | ||
| 8438 | 2024.12.12 22:40:02.060576 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8439 | 2024.12.12 22:40:02.060720 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8440 | 2024.12.12 22:40:02.060782 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8441 | 2024.12.12 22:40:02.061311 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2024.12.12 22:40:02.061352 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8443 | 2024.12.12 22:40:02.061736 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8444 | 2024.12.12 22:40:02.061980 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2024.12.12 22:40:02.062254 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec. | ||
| 8446 | 2024.12.12 22:40:02.062453 [ 264 ] {b6c41292-2388-4c46-acca-073d47a3656f} <Debug> TCPHandler: Processed in 0.001942548 sec. | ||
| 8447 | 2024.12.12 22:40:02.062710 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2024.12.12 22:40:02.062934 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8449 | 2024.12.12 22:40:02.063026 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8450 | 2024.12.12 22:40:02.063623 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2024.12.12 22:40:02.063662 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8452 | 2024.12.12 22:40:02.064069 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8453 | 2024.12.12 22:40:02.064316 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2024.12.12 22:40:02.064537 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec. | ||
| 8455 | 2024.12.12 22:40:02.064589 [ 265 ] {a280d4dd-79cc-42d2-a408-f6a8903bac77} <Debug> TCPHandler: Processed in 0.0020196 sec. | ||
| 8456 | 2024.12.12 22:40:02.064736 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2024.12.12 22:40:02.064876 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8458 | 2024.12.12 22:40:02.064938 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8459 | 2024.12.12 22:40:02.065498 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2024.12.12 22:40:02.065546 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8461 | 2024.12.12 22:40:02.065988 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8462 | 2024.12.12 22:40:02.066231 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2024.12.12 22:40:02.066397 [ 36 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 8464 | 2024.12.12 22:40:02.066452 [ 36 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8465 | 2024.12.12 22:40:02.066484 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001625 sec., 615.3846153846154 rows/sec., 41.47 KiB/sec. | ||
| 8466 | 2024.12.12 22:40:02.066494 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8467 | 2024.12.12 22:40:02.066663 [ 264 ] {9bd72821-d14d-478d-bb08-9a5e0741b9c0} <Debug> TCPHandler: Processed in 0.001990199 sec. | ||
| 8468 | 2024.12.12 22:40:02.066959 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8469 | 2024.12.12 22:40:02.067057 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 8470 | 2024.12.12 22:40:02.067343 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8471 | 2024.12.12 22:40:02.067527 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8472 | 2024.12.12 22:40:02.067576 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8473 | 2024.12.12 22:40:02.067588 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 8474 | 2024.12.12 22:40:02.067857 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 8475 | 2024.12.12 22:40:02.068234 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8476 | 2024.12.12 22:40:02.068628 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8477 | 2024.12.12 22:40:02.068957 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8478 | 2024.12.12 22:40:02.069332 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8479 | 2024.12.12 22:40:02.071519 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004859476 sec., 5144.587605741854 rows/sec., 346.66 KiB/sec. | ||
| 8480 | 2024.12.12 22:40:02.071660 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8481 | 2024.12.12 22:40:02.071794 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2024.12.12 22:40:02.071839 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8483 | 2024.12.12 22:40:02.072063 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8484 | 2024.12.12 22:40:02.072164 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_25_5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 8485 | 2024.12.12 22:40:02.072245 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8486 | 2024.12.12 22:40:02.072609 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8487 | 2024.12.12 22:40:02.072870 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2024.12.12 22:40:02.073132 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.005924 sec., 4388.926401080352 rows/sec., 7.86 MiB/sec. | ||
| 8489 | 2024.12.12 22:40:02.073235 [ 265 ] {c63633aa-d9b2-4872-b121-90c6a3c3757b} <Debug> TCPHandler: Processed in 0.006441126 sec. | ||
| 8490 | 2024.12.12 22:40:02.073485 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.12.12 22:40:02.073713 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8492 | 2024.12.12 22:40:02.073807 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8493 | 2024.12.12 22:40:02.074401 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2024.12.12 22:40:02.074440 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8495 | 2024.12.12 22:40:02.074824 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8496 | 2024.12.12 22:40:02.075068 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2024.12.12 22:40:02.075333 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001671 sec., 49072.41172950329 rows/sec., 3.12 MiB/sec. | ||
| 8498 | 2024.12.12 22:40:02.075457 [ 264 ] {de04eb00-18c2-4e1a-baca-be446080a695} <Debug> TCPHandler: Processed in 0.002080621 sec. | ||
| 8499 | 2024.12.12 22:40:02.706086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 8500 | 2024.12.12 22:40:02.727493 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2024.12.12 22:40:02.727559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8502 | 2024.12.12 22:40:02.734800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8503 | 2024.12.12 22:40:02.735567 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2024.12.12 22:40:02.738317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8505 | 2024.12.12 22:40:03.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.00 MiB, peak 231.19 MiB, free memory in arenas 0.00 B, will set to 222.59 MiB (RSS), difference: -1.41 MiB | ||
| 8506 | 2024.12.12 22:40:03.568380 [ 34 ] {} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8507 | 2024.12.12 22:40:03.568473 [ 34 ] {} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2024.12.12 22:40:03.568513 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8509 | 2024.12.12 22:40:03.568775 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 8510 | 2024.12.12 22:40:03.568993 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8511 | 2024.12.12 22:40:03.569051 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 8512 | 2024.12.12 22:40:03.569144 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 8513 | 2024.12.12 22:40:03.569244 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 8514 | 2024.12.12 22:40:03.569501 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 8515 | 2024.12.12 22:40:03.569666 [ 190 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 8516 | 2024.12.12 22:40:03.570829 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002222364 sec., 24298.44975890538 rows/sec., 2.03 MiB/sec. | ||
| 8517 | 2024.12.12 22:40:03.571018 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8518 | 2024.12.12 22:40:03.571352 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8519 | 2024.12.12 22:40:03.571444 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_9_2} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8520 | 2024.12.12 22:40:03.571543 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8521 | 2024.12.12 22:40:07.062769 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8522 | 2024.12.12 22:40:07.062983 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8523 | 2024.12.12 22:40:07.063055 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8524 | 2024.12.12 22:40:07.064459 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8525 | 2024.12.12 22:40:07.064509 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8526 | 2024.12.12 22:40:07.065020 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8527 | 2024.12.12 22:40:07.065285 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8528 | 2024.12.12 22:40:07.065517 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002587 sec., 474681.0977966757 rows/sec., 39.08 MiB/sec. | ||
| 8529 | 2024.12.12 22:40:07.065575 [ 264 ] {dbab28eb-afd9-4bbd-b140-80ff98fb90e3} <Debug> TCPHandler: Processed in 0.002935218 sec. | ||
| 8530 | 2024.12.12 22:40:07.065848 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8531 | 2024.12.12 22:40:07.066060 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8532 | 2024.12.12 22:40:07.066138 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8533 | 2024.12.12 22:40:07.066867 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2024.12.12 22:40:07.066912 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8535 | 2024.12.12 22:40:07.067355 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8536 | 2024.12.12 22:40:07.067614 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2024.12.12 22:40:07.067859 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001859 sec., 8606.777837547068 rows/sec., 647.19 KiB/sec. | ||
| 8538 | 2024.12.12 22:40:07.067917 [ 265 ] {017be035-9afa-4a3e-b751-d00e10394f62} <Debug> TCPHandler: Processed in 0.002214193 sec. | ||
| 8539 | 2024.12.12 22:40:07.068081 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8540 | 2024.12.12 22:40:07.068215 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8541 | 2024.12.12 22:40:07.068275 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8542 | 2024.12.12 22:40:07.068974 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8543 | 2024.12.12 22:40:07.069017 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8544 | 2024.12.12 22:40:07.069419 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8545 | 2024.12.12 22:40:07.069669 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2024.12.12 22:40:07.069886 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001699 sec., 134196.58622719246 rows/sec., 9.09 MiB/sec. | ||
| 8547 | 2024.12.12 22:40:07.069942 [ 264 ] {6dbf3d6c-7ad9-4e88-a6e5-f80bfddf5e22} <Debug> TCPHandler: Processed in 0.001922648 sec. | ||
| 8548 | 2024.12.12 22:40:07.070097 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8549 | 2024.12.12 22:40:07.070239 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8550 | 2024.12.12 22:40:07.070302 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8551 | 2024.12.12 22:40:07.071250 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.12.12 22:40:07.071290 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8553 | 2024.12.12 22:40:07.071684 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8554 | 2024.12.12 22:40:07.071931 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.12.12 22:40:07.072163 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001956 sec., 274028.6298568507 rows/sec., 20.31 MiB/sec. | ||
| 8556 | 2024.12.12 22:40:07.072228 [ 265 ] {efc02c81-eca0-451c-b5c2-62b2574c0075} <Debug> TCPHandler: Processed in 0.002189043 sec. | ||
| 8557 | 2024.12.12 22:40:07.072428 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8558 | 2024.12.12 22:40:07.072583 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8559 | 2024.12.12 22:40:07.072646 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8560 | 2024.12.12 22:40:07.073452 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8561 | 2024.12.12 22:40:07.073493 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8562 | 2024.12.12 22:40:07.073966 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8563 | 2024.12.12 22:40:07.074216 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8564 | 2024.12.12 22:40:07.074401 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8565 | 2024.12.12 22:40:07.074456 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001898 sec., 463645.9430979979 rows/sec., 31.20 MiB/sec. | ||
| 8566 | 2024.12.12 22:40:07.074502 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2024.12.12 22:40:07.074580 [ 264 ] {86e3c37f-1694-4841-825d-4ac77e84d199} <Debug> TCPHandler: Processed in 0.002257384 sec. | ||
| 8568 | 2024.12.12 22:40:07.074580 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8569 | 2024.12.12 22:40:07.074841 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8570 | 2024.12.12 22:40:07.074963 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 8571 | 2024.12.12 22:40:07.075424 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8572 | 2024.12.12 22:40:07.075940 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8573 | 2024.12.12 22:40:07.076039 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8574 | 2024.12.12 22:40:07.076149 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17327 rows starting from the beginning of the part | ||
| 8575 | 2024.12.12 22:40:07.076962 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 8576 | 2024.12.12 22:40:07.077580 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 242 rows starting from the beginning of the part | ||
| 8577 | 2024.12.12 22:40:07.078023 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 8578 | 2024.12.12 22:40:07.078428 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 8579 | 2024.12.12 22:40:07.078864 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 880 rows starting from the beginning of the part | ||
| 8580 | 2024.12.12 22:40:07.081255 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8581 | 2024.12.12 22:40:07.081310 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8582 | 2024.12.12 22:40:07.082932 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8583 | 2024.12.12 22:40:07.083397 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8584 | 2024.12.12 22:40:07.083898 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008696 sec., 1839.926402943882 rows/sec., 3.30 MiB/sec. | ||
| 8585 | 2024.12.12 22:40:07.084022 [ 265 ] {3d672375-7921-4f6f-9274-4c1b412f3c72} <Debug> TCPHandler: Processed in 0.009340453 sec. | ||
| 8586 | 2024.12.12 22:40:07.084213 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8587 | 2024.12.12 22:40:07.084361 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8588 | 2024.12.12 22:40:07.084417 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8589 | 2024.12.12 22:40:07.085005 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2024.12.12 22:40:07.085228 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8591 | 2024.12.12 22:40:07.085769 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8592 | 2024.12.12 22:40:07.086166 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2024.12.12 22:40:07.086175 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19006 rows, containing 5 columns (5 merged, 0 gathered) in 0.011442345 sec., 1661023.1556555934 rows/sec., 112.14 MiB/sec. | ||
| 8594 | 2024.12.12 22:40:07.086389 [ 28 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8595 | 2024.12.12 22:40:07.086474 [ 28 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2024.12.12 22:40:07.086514 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8597 | 2024.12.12 22:40:07.086570 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002222 sec., 27002.700270027002 rows/sec., 1.82 MiB/sec. | ||
| 8598 | 2024.12.12 22:40:07.086640 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8599 | 2024.12.12 22:40:07.086923 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 8600 | 2024.12.12 22:40:07.086971 [ 264 ] {e530c9f3-b147-45d7-a28f-bd76e0b74ee8} <Debug> TCPHandler: Processed in 0.002831945 sec. | ||
| 8601 | 2024.12.12 22:40:07.087208 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8602 | 2024.12.12 22:40:07.087269 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3344 rows starting from the beginning of the part | ||
| 8603 | 2024.12.12 22:40:07.087403 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2024.12.12 22:40:07.087442 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 8605 | 2024.12.12 22:40:07.087729 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8606 | 2024.12.12 22:40:07.087759 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 8607 | 2024.12.12 22:40:07.087979 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. | ||
| 8608 | 2024.12.12 22:40:07.088075 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 8609 | 2024.12.12 22:40:07.088224 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 8610 | 2024.12.12 22:40:07.088387 [ 188 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 8611 | 2024.12.12 22:40:07.090121 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3688 rows, containing 4 columns (4 merged, 0 gathered) in 0.003492528 sec., 1055968.627882153 rows/sec., 68.84 MiB/sec. | ||
| 8612 | 2024.12.12 22:40:07.090541 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8613 | 2024.12.12 22:40:07.090930 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2024.12.12 22:40:07.091038 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_56_11} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8615 | 2024.12.12 22:40:07.091154 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8616 | 2024.12.12 22:40:08.786653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8617 | 2024.12.12 22:40:08.787514 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2024.12.12 22:40:08.787561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8619 | 2024.12.12 22:40:08.788102 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8620 | 2024.12.12 22:40:08.788473 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8621 | 2024.12.12 22:40:08.788758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8622 | 2024.12.12 22:40:10.238368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8623 | 2024.12.12 22:40:10.258957 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8624 | 2024.12.12 22:40:10.259014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8625 | 2024.12.12 22:40:10.266290 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8626 | 2024.12.12 22:40:10.267085 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8627 | 2024.12.12 22:40:10.269853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8628 | 2024.12.12 22:40:11.381689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1170 | ||
| 8629 | 2024.12.12 22:40:11.384879 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2024.12.12 22:40:11.384937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8631 | 2024.12.12 22:40:11.386460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8632 | 2024.12.12 22:40:11.386778 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2024.12.12 22:40:11.388146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170 | ||
| 8634 | 2024.12.12 22:40:12.039250 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8635 | 2024.12.12 22:40:12.039443 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8636 | 2024.12.12 22:40:12.039512 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8637 | 2024.12.12 22:40:12.040273 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8638 | 2024.12.12 22:40:12.040323 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8639 | 2024.12.12 22:40:12.040774 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8640 | 2024.12.12 22:40:12.041038 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2024.12.12 22:40:12.041237 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec. | ||
| 8642 | 2024.12.12 22:40:12.041292 [ 264 ] {2c8b73d9-6cc6-4e68-a2f9-a4754237550a} <Debug> TCPHandler: Processed in 0.002181123 sec. | ||
| 8643 | 2024.12.12 22:40:12.041541 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8644 | 2024.12.12 22:40:12.041736 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8645 | 2024.12.12 22:40:12.041805 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8646 | 2024.12.12 22:40:12.042675 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8647 | 2024.12.12 22:40:12.042719 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8648 | 2024.12.12 22:40:12.043186 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8649 | 2024.12.12 22:40:12.043444 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8650 | 2024.12.12 22:40:12.043641 [ 57 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8651 | 2024.12.12 22:40:12.043704 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002016 sec., 126488.09523809524 rows/sec., 11.10 MiB/sec. | ||
| 8652 | 2024.12.12 22:40:12.043713 [ 57 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.12.12 22:40:12.043802 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8654 | 2024.12.12 22:40:12.043835 [ 265 ] {365b2340-3d37-4f6b-8fa2-f76a151a6b1a} <Debug> TCPHandler: Processed in 0.002423338 sec. | ||
| 8655 | 2024.12.12 22:40:12.044096 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8656 | 2024.12.12 22:40:12.044230 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 8657 | 2024.12.12 22:40:12.044423 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8658 | 2024.12.12 22:40:12.044572 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8659 | 2024.12.12 22:40:12.044950 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8660 | 2024.12.12 22:40:12.045077 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1437 rows starting from the beginning of the part | ||
| 8661 | 2024.12.12 22:40:12.045372 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 260 rows starting from the beginning of the part | ||
| 8662 | 2024.12.12 22:40:12.045696 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 88 rows starting from the beginning of the part | ||
| 8663 | 2024.12.12 22:40:12.046141 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 255 rows starting from the beginning of the part | ||
| 8664 | 2024.12.12 22:40:12.046568 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1228 rows starting from the beginning of the part | ||
| 8665 | 2024.12.12 22:40:12.046861 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 255 rows starting from the beginning of the part | ||
| 8666 | 2024.12.12 22:40:12.047807 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8667 | 2024.12.12 22:40:12.047880 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8668 | 2024.12.12 22:40:12.048838 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8669 | 2024.12.12 22:40:12.049376 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2024.12.12 22:40:12.049637 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005321 sec., 6201.841759067845 rows/sec., 453.14 KiB/sec. | ||
| 8671 | 2024.12.12 22:40:12.049732 [ 264 ] {e77d51ed-6263-44cd-82ce-ec6b109f8ea8} <Debug> TCPHandler: Processed in 0.005789754 sec. | ||
| 8672 | 2024.12.12 22:40:12.050084 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8673 | 2024.12.12 22:40:12.050646 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8674 | 2024.12.12 22:40:12.050885 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8675 | 2024.12.12 22:40:12.050951 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3523 rows, containing 5 columns (5 merged, 0 gathered) in 0.007007088 sec., 502776.61704833736 rows/sec., 44.12 MiB/sec. | ||
| 8676 | 2024.12.12 22:40:12.051302 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8677 | 2024.12.12 22:40:12.051936 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2024.12.12 22:40:12.052178 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_61_12} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8679 | 2024.12.12 22:40:12.052233 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2024.12.12 22:40:12.052324 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8681 | 2024.12.12 22:40:12.052333 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 8682 | 2024.12.12 22:40:12.052723 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8683 | 2024.12.12 22:40:12.052969 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8684 | 2024.12.12 22:40:12.053183 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00276 sec., 5072.463768115942 rows/sec., 355.24 KiB/sec. | ||
| 8685 | 2024.12.12 22:40:12.053239 [ 265 ] {5938cd34-facb-4fa7-bdf1-12dd7119343b} <Debug> TCPHandler: Processed in 0.003378646 sec. | ||
| 8686 | 2024.12.12 22:40:12.053406 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8687 | 2024.12.12 22:40:12.053548 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8688 | 2024.12.12 22:40:12.053606 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8689 | 2024.12.12 22:40:12.054300 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8690 | 2024.12.12 22:40:12.054341 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8691 | 2024.12.12 22:40:12.054727 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8692 | 2024.12.12 22:40:12.054981 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2024.12.12 22:40:12.055200 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 8694 | 2024.12.12 22:40:12.055385 [ 264 ] {1b16a1a5-46a7-4129-a682-7daa7ea0c91c} <Debug> TCPHandler: Processed in 0.0020468 sec. | ||
| 8695 | 2024.12.12 22:40:12.055546 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8696 | 2024.12.12 22:40:12.055662 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8697 | 2024.12.12 22:40:12.055710 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8698 | 2024.12.12 22:40:12.056427 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8699 | 2024.12.12 22:40:12.056465 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8700 | 2024.12.12 22:40:12.056855 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8701 | 2024.12.12 22:40:12.057109 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8702 | 2024.12.12 22:40:12.057276 [ 57 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8703 | 2024.12.12 22:40:12.057343 [ 57 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2024.12.12 22:40:12.057357 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001707 sec., 239015.8172231986 rows/sec., 17.03 MiB/sec. | ||
| 8705 | 2024.12.12 22:40:12.057386 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8706 | 2024.12.12 22:40:12.057514 [ 265 ] {310b25f5-5ce7-4a28-8cdc-be275ca73840} <Debug> TCPHandler: Processed in 0.002024 sec. | ||
| 8707 | 2024.12.12 22:40:12.057728 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 8708 | 2024.12.12 22:40:12.057729 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2024.12.12 22:40:12.058058 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8710 | 2024.12.12 22:40:12.058070 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8711 | 2024.12.12 22:40:12.058131 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part | ||
| 8712 | 2024.12.12 22:40:12.058189 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8713 | 2024.12.12 22:40:12.058451 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 418 rows starting from the beginning of the part | ||
| 8714 | 2024.12.12 22:40:12.058806 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 80 rows starting from the beginning of the part | ||
| 8715 | 2024.12.12 22:40:12.059181 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 408 rows starting from the beginning of the part | ||
| 8716 | 2024.12.12 22:40:12.059508 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 536 rows starting from the beginning of the part | ||
| 8717 | 2024.12.12 22:40:12.059829 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 408 rows starting from the beginning of the part | ||
| 8718 | 2024.12.12 22:40:12.060718 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8719 | 2024.12.12 22:40:12.060799 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8720 | 2024.12.12 22:40:12.061781 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8721 | 2024.12.12 22:40:12.062207 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2024.12.12 22:40:12.062380 [ 57 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8723 | 2024.12.12 22:40:12.062427 [ 57 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2024.12.12 22:40:12.062453 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004488 sec., 1336.8983957219252 rows/sec., 69.85 KiB/sec. | ||
| 8725 | 2024.12.12 22:40:12.062457 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8726 | 2024.12.12 22:40:12.062753 [ 264 ] {15b186d4-cdd5-493d-beb3-6923960cefb6} <Debug> TCPHandler: Processed in 0.005116251 sec. | ||
| 8727 | 2024.12.12 22:40:12.063059 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8728 | 2024.12.12 22:40:12.063186 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 8729 | 2024.12.12 22:40:12.063537 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8730 | 2024.12.12 22:40:12.063777 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8731 | 2024.12.12 22:40:12.063938 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8732 | 2024.12.12 22:40:12.064110 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8733 | 2024.12.12 22:40:12.064700 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8734 | 2024.12.12 22:40:12.064997 [ 196 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2766 rows, containing 5 columns (5 merged, 0 gathered) in 0.007410246 sec., 373266.9603681174 rows/sec., 28.50 MiB/sec. | ||
| 8735 | 2024.12.12 22:40:12.065204 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8736 | 2024.12.12 22:40:12.065646 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8737 | 2024.12.12 22:40:12.065763 [ 197 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8738 | 2024.12.12 22:40:12.066097 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8739 | 2024.12.12 22:40:12.066550 [ 187 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8740 | 2024.12.12 22:40:12.067441 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2024.12.12 22:40:12.067897 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_61_12} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8742 | 2024.12.12 22:40:12.068225 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 8743 | 2024.12.12 22:40:12.068417 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2024.12.12 22:40:12.068467 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8745 | 2024.12.12 22:40:12.069066 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8746 | 2024.12.12 22:40:12.069280 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00660392 sec., 23622.33340197943 rows/sec., 1.21 MiB/sec. | ||
| 8747 | 2024.12.12 22:40:12.069475 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8748 | 2024.12.12 22:40:12.069492 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8749 | 2024.12.12 22:40:12.069964 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006559 sec., 36133.5569446562 rows/sec., 2.42 MiB/sec. | ||
| 8750 | 2024.12.12 22:40:12.070246 [ 265 ] {0a0f889d-760f-40e9-bbb3-1c4416f84025} <Debug> TCPHandler: Processed in 0.007372625 sec. | ||
| 8751 | 2024.12.12 22:40:12.070566 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8752 | 2024.12.12 22:40:12.070639 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8753 | 2024.12.12 22:40:12.070964 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8754 | 2024.12.12 22:40:12.070995 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_26_5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8755 | 2024.12.12 22:40:12.071069 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8756 | 2024.12.12 22:40:12.071179 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8757 | 2024.12.12 22:40:12.071679 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2024.12.12 22:40:12.071724 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8759 | 2024.12.12 22:40:12.072103 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8760 | 2024.12.12 22:40:12.072366 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2024.12.12 22:40:12.072548 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00172 sec., 581.3953488372093 rows/sec., 39.18 KiB/sec. | ||
| 8762 | 2024.12.12 22:40:12.072596 [ 264 ] {60966f62-7f94-4e24-8204-ff1971dc87a9} <Debug> TCPHandler: Processed in 0.002231564 sec. | ||
| 8763 | 2024.12.12 22:40:12.072755 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8764 | 2024.12.12 22:40:12.072893 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8765 | 2024.12.12 22:40:12.072985 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8766 | 2024.12.12 22:40:12.074143 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2024.12.12 22:40:12.074181 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8768 | 2024.12.12 22:40:12.074853 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8769 | 2024.12.12 22:40:12.075114 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8770 | 2024.12.12 22:40:12.075379 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002515 sec., 10337.972166998012 rows/sec., 18.53 MiB/sec. | ||
| 8771 | 2024.12.12 22:40:12.075562 [ 265 ] {99c6a9a5-9ca9-4c0d-9f4b-f997f4dd9e09} <Debug> TCPHandler: Processed in 0.002874876 sec. | ||
| 8772 | 2024.12.12 22:40:12.075869 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8773 | 2024.12.12 22:40:12.076090 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8774 | 2024.12.12 22:40:12.076183 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8775 | 2024.12.12 22:40:12.076728 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2024.12.12 22:40:12.076767 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 8777 | 2024.12.12 22:40:12.077156 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8778 | 2024.12.12 22:40:12.077408 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8779 | 2024.12.12 22:40:12.077607 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec. | ||
| 8780 | 2024.12.12 22:40:12.077689 [ 264 ] {98ed3dfc-6ad9-4e5d-bb26-b556453ca5b6} <Debug> TCPHandler: Processed in 0.00203082 sec. | ||
| 8781 | 2024.12.12 22:40:16.135888 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8782 | 2024.12.12 22:40:16.135964 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8783 | 2024.12.12 22:40:16.288872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8784 | 2024.12.12 22:40:16.289606 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8785 | 2024.12.12 22:40:16.289654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8786 | 2024.12.12 22:40:16.290181 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8787 | 2024.12.12 22:40:16.290430 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8788 | 2024.12.12 22:40:16.290720 [ 147 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8789 | 2024.12.12 22:40:16.290729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8790 | 2024.12.12 22:40:16.290833 [ 147 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2024.12.12 22:40:16.290883 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8792 | 2024.12.12 22:40:16.291195 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 8793 | 2024.12.12 22:40:16.291457 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8794 | 2024.12.12 22:40:16.291499 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 8795 | 2024.12.12 22:40:16.291575 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 8796 | 2024.12.12 22:40:16.291686 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 8797 | 2024.12.12 22:40:16.291915 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 8798 | 2024.12.12 22:40:16.292136 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 8799 | 2024.12.12 22:40:16.292343 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 8800 | 2024.12.12 22:40:16.294899 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003899647 sec., 5412284.75295328 rows/sec., 77.42 MiB/sec. | ||
| 8801 | 2024.12.12 22:40:16.295338 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8802 | 2024.12.12 22:40:16.295670 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2024.12.12 22:40:16.295761 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_46_9} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8804 | 2024.12.12 22:40:16.295876 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8805 | 2024.12.12 22:40:17.034292 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8806 | 2024.12.12 22:40:17.034510 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8807 | 2024.12.12 22:40:17.034591 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8808 | 2024.12.12 22:40:17.035526 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2024.12.12 22:40:17.035584 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8810 | 2024.12.12 22:40:17.036040 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8811 | 2024.12.12 22:40:17.036311 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2024.12.12 22:40:17.036548 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002097 sec., 41964.71149260849 rows/sec., 3.45 MiB/sec. | ||
| 8813 | 2024.12.12 22:40:17.036619 [ 264 ] {284e9ec6-530c-4b4b-8b91-0f290451c077} <Debug> TCPHandler: Processed in 0.002470528 sec. | ||
| 8814 | 2024.12.12 22:40:17.036876 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2024.12.12 22:40:17.037063 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8816 | 2024.12.12 22:40:17.037132 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8817 | 2024.12.12 22:40:17.037880 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2024.12.12 22:40:17.037928 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8819 | 2024.12.12 22:40:17.038364 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8820 | 2024.12.12 22:40:17.038645 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8821 | 2024.12.12 22:40:17.038851 [ 128 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 8822 | 2024.12.12 22:40:17.038923 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00191 sec., 8376.96335078534 rows/sec., 629.91 KiB/sec. | ||
| 8823 | 2024.12.12 22:40:17.038953 [ 128 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8824 | 2024.12.12 22:40:17.039031 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8825 | 2024.12.12 22:40:17.039067 [ 265 ] {ab9e602c-e448-42f7-9ef4-03e44b2d84b1} <Debug> TCPHandler: Processed in 0.002317965 sec. | ||
| 8826 | 2024.12.12 22:40:17.039284 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 8827 | 2024.12.12 22:40:17.039350 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2024.12.12 22:40:17.039449 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8829 | 2024.12.12 22:40:17.039496 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 67 rows starting from the beginning of the part | ||
| 8830 | 2024.12.12 22:40:17.039652 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8831 | 2024.12.12 22:40:17.039766 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 8832 | 2024.12.12 22:40:17.039807 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8833 | 2024.12.12 22:40:17.040080 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part | ||
| 8834 | 2024.12.12 22:40:17.040525 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 8835 | 2024.12.12 22:40:17.040814 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
| 8836 | 2024.12.12 22:40:17.041277 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 8837 | 2024.12.12 22:40:17.042854 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2024.12.12 22:40:17.042931 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8839 | 2024.12.12 22:40:17.043997 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8840 | 2024.12.12 22:40:17.044078 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004934077 sec., 36683.65937540091 rows/sec., 2.77 MiB/sec. | ||
| 8841 | 2024.12.12 22:40:17.044263 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 8842 | 2024.12.12 22:40:17.044496 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2024.12.12 22:40:17.044857 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8844 | 2024.12.12 22:40:17.044920 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005362 sec., 14919.806042521448 rows/sec., 1.16 MiB/sec. | ||
| 8845 | 2024.12.12 22:40:17.045034 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_60_12} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 8846 | 2024.12.12 22:40:17.045085 [ 264 ] {bd872e0e-f2d0-4aef-a13f-942a652a0bd9} <Debug> TCPHandler: Processed in 0.005897175 sec. | ||
| 8847 | 2024.12.12 22:40:17.045243 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8848 | 2024.12.12 22:40:17.045304 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2024.12.12 22:40:17.045442 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8850 | 2024.12.12 22:40:17.045504 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8851 | 2024.12.12 22:40:17.046183 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2024.12.12 22:40:17.046229 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8853 | 2024.12.12 22:40:17.046652 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8854 | 2024.12.12 22:40:17.046896 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2024.12.12 22:40:17.047123 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. | ||
| 8856 | 2024.12.12 22:40:17.047175 [ 265 ] {68ee5c65-7473-40cc-ad50-cab08aaf6d2d} <Debug> TCPHandler: Processed in 0.001981899 sec. | ||
| 8857 | 2024.12.12 22:40:17.047324 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8858 | 2024.12.12 22:40:17.047453 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8859 | 2024.12.12 22:40:17.047549 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8860 | 2024.12.12 22:40:17.048813 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2024.12.12 22:40:17.048853 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8862 | 2024.12.12 22:40:17.049523 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8863 | 2024.12.12 22:40:17.049791 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2024.12.12 22:40:17.050088 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002656 sec., 6024.096385542169 rows/sec., 10.79 MiB/sec. | ||
| 8865 | 2024.12.12 22:40:17.050468 [ 264 ] {9cd3632f-83c6-4a1f-a982-3384dd197949} <Debug> TCPHandler: Processed in 0.003202043 sec. | ||
| 8866 | 2024.12.12 22:40:17.050721 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2024.12.12 22:40:17.050879 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8868 | 2024.12.12 22:40:17.050937 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8869 | 2024.12.12 22:40:17.051484 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2024.12.12 22:40:17.051523 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8871 | 2024.12.12 22:40:17.051902 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8872 | 2024.12.12 22:40:17.052144 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2024.12.12 22:40:17.052353 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 8874 | 2024.12.12 22:40:17.052402 [ 265 ] {ab921a9b-9e2f-43a8-b0c6-c10f67186e16} <Debug> TCPHandler: Processed in 0.001828026 sec. | ||
| 8875 | 2024.12.12 22:40:17.769908 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8876 | 2024.12.12 22:40:17.791042 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8877 | 2024.12.12 22:40:17.791096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8878 | 2024.12.12 22:40:17.798285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8879 | 2024.12.12 22:40:17.799070 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8880 | 2024.12.12 22:40:17.799515 [ 136 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8881 | 2024.12.12 22:40:17.799643 [ 136 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8882 | 2024.12.12 22:40:17.799718 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8883 | 2024.12.12 22:40:17.800199 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 8884 | 2024.12.12 22:40:17.808773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8885 | 2024.12.12 22:40:17.810222 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8886 | 2024.12.12 22:40:17.811131 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 8887 | 2024.12.12 22:40:17.816168 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 8888 | 2024.12.12 22:40:17.821168 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 8889 | 2024.12.12 22:40:17.826302 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 8890 | 2024.12.12 22:40:17.831603 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 8891 | 2024.12.12 22:40:17.836297 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 8892 | 2024.12.12 22:40:17.897222 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.097368583 sec., 3563.777856354344 rows/sec., 18.43 MiB/sec. | ||
| 8893 | 2024.12.12 22:40:17.900443 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8894 | 2024.12.12 22:40:17.903447 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8895 | 2024.12.12 22:40:17.903571 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_46_9} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8896 | 2024.12.12 22:40:17.906024 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8897 | 2024.12.12 22:40:18.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.49 MiB, peak 237.90 MiB, free memory in arenas 0.00 B, will set to 226.22 MiB (RSS), difference: 1.74 MiB | ||
| 8898 | 2024.12.12 22:40:21.388334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1204 | ||
| 8899 | 2024.12.12 22:40:21.391484 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2024.12.12 22:40:21.391531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8901 | 2024.12.12 22:40:21.393004 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8902 | 2024.12.12 22:40:21.393318 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2024.12.12 22:40:21.394839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204 | ||
| 8904 | 2024.12.12 22:40:22.038994 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8905 | 2024.12.12 22:40:22.039201 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8906 | 2024.12.12 22:40:22.039280 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8907 | 2024.12.12 22:40:22.040051 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8908 | 2024.12.12 22:40:22.040096 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8909 | 2024.12.12 22:40:22.040522 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8910 | 2024.12.12 22:40:22.040778 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8911 | 2024.12.12 22:40:22.041006 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001863 sec., 7514.761137949544 rows/sec., 540.96 KiB/sec. | ||
| 8912 | 2024.12.12 22:40:22.041060 [ 264 ] {65c2f5a3-50f6-4ce1-b938-3740584d79df} <Debug> TCPHandler: Processed in 0.002201173 sec. | ||
| 8913 | 2024.12.12 22:40:22.041308 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2024.12.12 22:40:22.041518 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8915 | 2024.12.12 22:40:22.041593 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8916 | 2024.12.12 22:40:22.042484 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2024.12.12 22:40:22.042528 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8918 | 2024.12.12 22:40:22.042998 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8919 | 2024.12.12 22:40:22.043249 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2024.12.12 22:40:22.043479 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002019 sec., 126300.14858841011 rows/sec., 11.08 MiB/sec. | ||
| 8921 | 2024.12.12 22:40:22.043535 [ 265 ] {1750e4fe-6d38-4821-8a79-dc573ec7361d} <Debug> TCPHandler: Processed in 0.002369536 sec. | ||
| 8922 | 2024.12.12 22:40:22.043717 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8923 | 2024.12.12 22:40:22.043866 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8924 | 2024.12.12 22:40:22.043926 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8925 | 2024.12.12 22:40:22.044627 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2024.12.12 22:40:22.044668 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8927 | 2024.12.12 22:40:22.045051 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8928 | 2024.12.12 22:40:22.045301 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2024.12.12 22:40:22.045507 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001672 sec., 19736.842105263157 rows/sec., 1.41 MiB/sec. | ||
| 8930 | 2024.12.12 22:40:22.045560 [ 264 ] {4cde5750-1987-44a1-8e5d-29b7aa602b98} <Debug> TCPHandler: Processed in 0.001912027 sec. | ||
| 8931 | 2024.12.12 22:40:22.045754 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8932 | 2024.12.12 22:40:22.045980 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8933 | 2024.12.12 22:40:22.046067 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8934 | 2024.12.12 22:40:22.046884 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2024.12.12 22:40:22.046924 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8936 | 2024.12.12 22:40:22.047284 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8937 | 2024.12.12 22:40:22.047529 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2024.12.12 22:40:22.047693 [ 58 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8939 | 2024.12.12 22:40:22.047759 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001833 sec., 7637.752318603382 rows/sec., 534.90 KiB/sec. | ||
| 8940 | 2024.12.12 22:40:22.047784 [ 58 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2024.12.12 22:40:22.047854 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8942 | 2024.12.12 22:40:22.047884 [ 265 ] {8f88f5c5-9e40-4206-96b8-58c3fb5d8260} <Debug> TCPHandler: Processed in 0.002241884 sec. | ||
| 8943 | 2024.12.12 22:40:22.048066 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 8944 | 2024.12.12 22:40:22.048083 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8945 | 2024.12.12 22:40:22.048304 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8946 | 2024.12.12 22:40:22.048340 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8947 | 2024.12.12 22:40:22.048366 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 8948 | 2024.12.12 22:40:22.048442 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8949 | 2024.12.12 22:40:22.048618 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 8950 | 2024.12.12 22:40:22.048867 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 8951 | 2024.12.12 22:40:22.049252 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part | ||
| 8952 | 2024.12.12 22:40:22.049629 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 8953 | 2024.12.12 22:40:22.050003 [ 195 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 8954 | 2024.12.12 22:40:22.051633 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2024.12.12 22:40:22.051703 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8956 | 2024.12.12 22:40:22.052722 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8957 | 2024.12.12 22:40:22.053105 [ 199 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005149571 sec., 102144.43106037375 rows/sec., 7.32 MiB/sec. | ||
| 8958 | 2024.12.12 22:40:22.053259 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2024.12.12 22:40:22.053353 [ 199 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8960 | 2024.12.12 22:40:22.053694 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005418 sec., 2399.4093761535623 rows/sec., 149.60 KiB/sec. | ||
| 8961 | 2024.12.12 22:40:22.053856 [ 264 ] {91d68b4f-8926-4562-b478-d2ee1bcce092} <Debug> TCPHandler: Processed in 0.005875365 sec. | ||
| 8962 | 2024.12.12 22:40:22.054015 [ 199 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2024.12.12 22:40:22.054069 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8964 | 2024.12.12 22:40:22.054108 [ 199 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_36_7} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8965 | 2024.12.12 22:40:22.054203 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8966 | 2024.12.12 22:40:22.054244 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8967 | 2024.12.12 22:40:22.054298 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8968 | 2024.12.12 22:40:22.055019 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8969 | 2024.12.12 22:40:22.055057 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8970 | 2024.12.12 22:40:22.055435 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8971 | 2024.12.12 22:40:22.055683 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8972 | 2024.12.12 22:40:22.055895 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00169 sec., 241420.11834319527 rows/sec., 17.20 MiB/sec. | ||
| 8973 | 2024.12.12 22:40:22.055948 [ 265 ] {21fb27b1-071e-4eb4-9288-25fd30e3ab5a} <Debug> TCPHandler: Processed in 0.001975589 sec. | ||
| 8974 | 2024.12.12 22:40:22.056102 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2024.12.12 22:40:22.056244 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8976 | 2024.12.12 22:40:22.056307 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8977 | 2024.12.12 22:40:22.056839 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2024.12.12 22:40:22.056880 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8979 | 2024.12.12 22:40:22.057267 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8980 | 2024.12.12 22:40:22.057516 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2024.12.12 22:40:22.057726 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 8982 | 2024.12.12 22:40:22.057777 [ 264 ] {a1a79bcb-c003-4bec-ad6a-f2d481dadcc0} <Debug> TCPHandler: Processed in 0.001744404 sec. | ||
| 8983 | 2024.12.12 22:40:22.057934 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8984 | 2024.12.12 22:40:22.058072 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8985 | 2024.12.12 22:40:22.058133 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8986 | 2024.12.12 22:40:22.058760 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2024.12.12 22:40:22.058799 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8988 | 2024.12.12 22:40:22.059204 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8989 | 2024.12.12 22:40:22.059447 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2024.12.12 22:40:22.059660 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 8991 | 2024.12.12 22:40:22.059727 [ 265 ] {ee5786c6-a32b-4572-8ef4-9081ba93d350} <Debug> TCPHandler: Processed in 0.001861136 sec. | ||
| 8992 | 2024.12.12 22:40:22.059922 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2024.12.12 22:40:22.060089 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8994 | 2024.12.12 22:40:22.060152 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8995 | 2024.12.12 22:40:22.060681 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2024.12.12 22:40:22.060720 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 8997 | 2024.12.12 22:40:22.061098 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8998 | 2024.12.12 22:40:22.061350 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2024.12.12 22:40:22.061537 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 9000 | 2024.12.12 22:40:22.061661 [ 264 ] {72f7ad45-8b81-4d38-ac42-f563e5eb84cb} <Debug> TCPHandler: Processed in 0.001849476 sec. | ||
| 9001 | 2024.12.12 22:40:22.061812 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9002 | 2024.12.12 22:40:22.061953 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9003 | 2024.12.12 22:40:22.062046 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9004 | 2024.12.12 22:40:22.063229 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2024.12.12 22:40:22.063270 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9006 | 2024.12.12 22:40:22.063925 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9007 | 2024.12.12 22:40:22.064188 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2024.12.12 22:40:22.064385 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9009 | 2024.12.12 22:40:22.064450 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2024.12.12 22:40:22.064464 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002531 sec., 10272.619517977086 rows/sec., 18.41 MiB/sec. | ||
| 9011 | 2024.12.12 22:40:22.064504 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9012 | 2024.12.12 22:40:22.064865 [ 265 ] {2e638779-3659-4bf5-8275-e30f3cf4a17b} <Debug> TCPHandler: Processed in 0.003115721 sec. | ||
| 9013 | 2024.12.12 22:40:22.064903 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 9014 | 2024.12.12 22:40:22.065076 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9015 | 2024.12.12 22:40:22.065382 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9016 | 2024.12.12 22:40:22.065519 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9017 | 2024.12.12 22:40:22.065531 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9018 | 2024.12.12 22:40:22.065746 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1194 rows starting from the beginning of the part | ||
| 9019 | 2024.12.12 22:40:22.066646 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
| 9020 | 2024.12.12 22:40:22.067332 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 9021 | 2024.12.12 22:40:22.068068 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2024.12.12 22:40:22.068107 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 9023 | 2024.12.12 22:40:22.068132 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9024 | 2024.12.12 22:40:22.068847 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 9025 | 2024.12.12 22:40:22.069640 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part | ||
| 9026 | 2024.12.12 22:40:22.069720 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9027 | 2024.12.12 22:40:22.070632 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2024.12.12 22:40:22.071150 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005856 sec., 14002.732240437159 rows/sec., 910.69 KiB/sec. | ||
| 9029 | 2024.12.12 22:40:22.071452 [ 264 ] {3ed4111f-de1c-423e-9a00-245e73c954c9} <Debug> TCPHandler: Processed in 0.006454106 sec. | ||
| 9030 | 2024.12.12 22:40:22.078707 [ 188 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 19 columns (19 merged, 0 gathered) in 0.014046316 sec., 92835.7300234453 rows/sec., 166.36 MiB/sec. | ||
| 9031 | 2024.12.12 22:40:22.079919 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9032 | 2024.12.12 22:40:22.080348 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2024.12.12 22:40:22.080430 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9034 | 2024.12.12 22:40:22.080576 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. | ||
| 9035 | 2024.12.12 22:40:23.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.07 MiB, peak 238.40 MiB, free memory in arenas 0.00 B, will set to 228.45 MiB (RSS), difference: 1.38 MiB | ||
| 9036 | 2024.12.12 22:40:23.790935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9037 | 2024.12.12 22:40:23.792037 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2024.12.12 22:40:23.792079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9039 | 2024.12.12 22:40:23.792605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9040 | 2024.12.12 22:40:23.792855 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2024.12.12 22:40:23.793124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9042 | 2024.12.12 22:40:25.308834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9043 | 2024.12.12 22:40:25.328412 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9044 | 2024.12.12 22:40:25.328486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9045 | 2024.12.12 22:40:25.335353 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9046 | 2024.12.12 22:40:25.336088 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9047 | 2024.12.12 22:40:25.338701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9048 | 2024.12.12 22:40:27.033831 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2024.12.12 22:40:27.034046 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9050 | 2024.12.12 22:40:27.034128 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9051 | 2024.12.12 22:40:27.034991 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2024.12.12 22:40:27.035043 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9053 | 2024.12.12 22:40:27.035498 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9054 | 2024.12.12 22:40:27.035762 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2024.12.12 22:40:27.035978 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001989 sec., 44243.33836098542 rows/sec., 3.63 MiB/sec. | ||
| 9056 | 2024.12.12 22:40:27.036047 [ 264 ] {5c847e81-67b9-49f2-8127-8155076e42aa} <Debug> TCPHandler: Processed in 0.002355396 sec. | ||
| 9057 | 2024.12.12 22:40:27.036301 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2024.12.12 22:40:27.036491 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9059 | 2024.12.12 22:40:27.036560 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9060 | 2024.12.12 22:40:27.037292 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2024.12.12 22:40:27.037334 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9062 | 2024.12.12 22:40:27.037779 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9063 | 2024.12.12 22:40:27.038039 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2024.12.12 22:40:27.038236 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001797 sec., 8903.728436282694 rows/sec., 669.52 KiB/sec. | ||
| 9065 | 2024.12.12 22:40:27.038292 [ 265 ] {703c6803-82e1-468a-8f17-a95f8ad5daa5} <Debug> TCPHandler: Processed in 0.002118461 sec. | ||
| 9066 | 2024.12.12 22:40:27.038450 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2024.12.12 22:40:27.038579 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9068 | 2024.12.12 22:40:27.038632 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9069 | 2024.12.12 22:40:27.039247 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2024.12.12 22:40:27.039289 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9071 | 2024.12.12 22:40:27.039679 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9072 | 2024.12.12 22:40:27.039926 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2024.12.12 22:40:27.040153 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001595 sec., 50156.73981191222 rows/sec., 3.92 MiB/sec. | ||
| 9074 | 2024.12.12 22:40:27.040251 [ 264 ] {ade3af9b-2435-46bf-8ed2-ba54ea1ada4e} <Debug> TCPHandler: Processed in 0.001858717 sec. | ||
| 9075 | 2024.12.12 22:40:27.040442 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2024.12.12 22:40:27.040681 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9077 | 2024.12.12 22:40:27.040742 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9078 | 2024.12.12 22:40:27.041333 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2024.12.12 22:40:27.041370 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9080 | 2024.12.12 22:40:27.041771 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9081 | 2024.12.12 22:40:27.042028 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2024.12.12 22:40:27.042229 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 9083 | 2024.12.12 22:40:27.042300 [ 265 ] {6d72e4bc-80c8-4259-b95e-0365522c2a79} <Debug> TCPHandler: Processed in 0.001967228 sec. | ||
| 9084 | 2024.12.12 22:40:27.042499 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2024.12.12 22:40:27.042627 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9086 | 2024.12.12 22:40:27.042708 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9087 | 2024.12.12 22:40:27.043870 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2024.12.12 22:40:27.043909 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9089 | 2024.12.12 22:40:27.044553 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9090 | 2024.12.12 22:40:27.044820 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2024.12.12 22:40:27.045061 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002457 sec., 6512.006512006512 rows/sec., 11.67 MiB/sec. | ||
| 9092 | 2024.12.12 22:40:27.045171 [ 264 ] {3bb64ce2-11d6-4b34-8de7-b4d7e33c3137} <Debug> TCPHandler: Processed in 0.002774864 sec. | ||
| 9093 | 2024.12.12 22:40:27.045346 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2024.12.12 22:40:27.045487 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9095 | 2024.12.12 22:40:27.045548 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9096 | 2024.12.12 22:40:27.046076 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2024.12.12 22:40:27.046113 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9098 | 2024.12.12 22:40:27.046487 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9099 | 2024.12.12 22:40:27.046726 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2024.12.12 22:40:27.046925 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 9101 | 2024.12.12 22:40:27.046996 [ 265 ] {99aff110-4c9f-4212-a1db-bfcd5c57cd19} <Debug> TCPHandler: Processed in 0.001720324 sec. | ||
| 9102 | 2024.12.12 22:40:31.136011 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9103 | 2024.12.12 22:40:31.136110 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9104 | 2024.12.12 22:40:31.293265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9105 | 2024.12.12 22:40:31.294347 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9106 | 2024.12.12 22:40:31.294388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9107 | 2024.12.12 22:40:31.294919 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9108 | 2024.12.12 22:40:31.295175 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9109 | 2024.12.12 22:40:31.295413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9110 | 2024.12.12 22:40:31.395056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1238 | ||
| 9111 | 2024.12.12 22:40:31.398690 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9112 | 2024.12.12 22:40:31.398730 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9113 | 2024.12.12 22:40:31.400216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9114 | 2024.12.12 22:40:31.400529 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2024.12.12 22:40:31.402107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1238 | ||
| 9116 | 2024.12.12 22:40:32.001428 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000992389 sec. | ||
| 9117 | 2024.12.12 22:40:32.038892 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9118 | 2024.12.12 22:40:32.039103 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9119 | 2024.12.12 22:40:32.039183 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9120 | 2024.12.12 22:40:32.040005 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2024.12.12 22:40:32.040057 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9122 | 2024.12.12 22:40:32.040495 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9123 | 2024.12.12 22:40:32.040746 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2024.12.12 22:40:32.040980 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 9125 | 2024.12.12 22:40:32.041037 [ 264 ] {65724461-87e7-41f3-9c5e-153f505687b7} <Debug> TCPHandler: Processed in 0.002284054 sec. | ||
| 9126 | 2024.12.12 22:40:32.041282 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9127 | 2024.12.12 22:40:32.041456 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9128 | 2024.12.12 22:40:32.041524 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9129 | 2024.12.12 22:40:32.042400 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2024.12.12 22:40:32.042442 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9131 | 2024.12.12 22:40:32.042903 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9132 | 2024.12.12 22:40:32.043158 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2024.12.12 22:40:32.043406 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002002 sec., 127372.62737262738 rows/sec., 11.18 MiB/sec. | ||
| 9134 | 2024.12.12 22:40:32.043467 [ 265 ] {f84791bc-5793-455d-b81e-a72115c31efc} <Debug> TCPHandler: Processed in 0.002312565 sec. | ||
| 9135 | 2024.12.12 22:40:32.043626 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9136 | 2024.12.12 22:40:32.043767 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9137 | 2024.12.12 22:40:32.043827 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9138 | 2024.12.12 22:40:32.044530 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2024.12.12 22:40:32.044578 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9140 | 2024.12.12 22:40:32.045003 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9141 | 2024.12.12 22:40:32.045249 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2024.12.12 22:40:32.045462 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001727 sec., 19108.28025477707 rows/sec., 1.36 MiB/sec. | ||
| 9143 | 2024.12.12 22:40:32.045516 [ 264 ] {5a2f3b11-6e37-4f59-ba86-e5d48889902e} <Debug> TCPHandler: Processed in 0.001957288 sec. | ||
| 9144 | 2024.12.12 22:40:32.045668 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9145 | 2024.12.12 22:40:32.045786 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9146 | 2024.12.12 22:40:32.045834 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9147 | 2024.12.12 22:40:32.046554 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9148 | 2024.12.12 22:40:32.046602 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9149 | 2024.12.12 22:40:32.046999 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9150 | 2024.12.12 22:40:32.047254 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2024.12.12 22:40:32.047462 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0017 sec., 8235.29411764706 rows/sec., 576.75 KiB/sec. | ||
| 9152 | 2024.12.12 22:40:32.047515 [ 265 ] {a3610a61-c144-4411-95d3-021fa8e9a893} <Debug> TCPHandler: Processed in 0.001906048 sec. | ||
| 9153 | 2024.12.12 22:40:32.047680 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9154 | 2024.12.12 22:40:32.047799 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9155 | 2024.12.12 22:40:32.047854 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9156 | 2024.12.12 22:40:32.048566 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9157 | 2024.12.12 22:40:32.048615 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9158 | 2024.12.12 22:40:32.049009 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9159 | 2024.12.12 22:40:32.049260 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9160 | 2024.12.12 22:40:32.049470 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001686 sec., 7710.557532621589 rows/sec., 480.75 KiB/sec. | ||
| 9161 | 2024.12.12 22:40:32.049566 [ 264 ] {326acaa8-583e-40c2-b19b-98441a50e651} <Debug> TCPHandler: Processed in 0.001945838 sec. | ||
| 9162 | 2024.12.12 22:40:32.049786 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9163 | 2024.12.12 22:40:32.049931 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9164 | 2024.12.12 22:40:32.049986 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9165 | 2024.12.12 22:40:32.050869 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2024.12.12 22:40:32.050909 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9167 | 2024.12.12 22:40:32.051292 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9168 | 2024.12.12 22:40:32.051537 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2024.12.12 22:40:32.051769 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001868 sec., 218415.4175588865 rows/sec., 15.56 MiB/sec. | ||
| 9170 | 2024.12.12 22:40:32.051824 [ 265 ] {dabf770d-bb88-4dd1-8860-c5bd877796ea} <Debug> TCPHandler: Processed in 0.002151822 sec. | ||
| 9171 | 2024.12.12 22:40:32.051982 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9172 | 2024.12.12 22:40:32.052121 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9173 | 2024.12.12 22:40:32.052182 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9174 | 2024.12.12 22:40:32.052765 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9175 | 2024.12.12 22:40:32.052813 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9176 | 2024.12.12 22:40:32.053185 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9177 | 2024.12.12 22:40:32.053433 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9178 | 2024.12.12 22:40:32.053707 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 9179 | 2024.12.12 22:40:32.053935 [ 264 ] {04abf492-8793-42b6-b3e4-8d467f802c42} <Debug> TCPHandler: Processed in 0.00201405 sec. | ||
| 9180 | 2024.12.12 22:40:32.054142 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9181 | 2024.12.12 22:40:32.054281 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9182 | 2024.12.12 22:40:32.054342 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9183 | 2024.12.12 22:40:32.055014 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2024.12.12 22:40:32.055055 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9185 | 2024.12.12 22:40:32.055447 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9186 | 2024.12.12 22:40:32.055683 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2024.12.12 22:40:32.055850 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9188 | 2024.12.12 22:40:32.055920 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec. | ||
| 9189 | 2024.12.12 22:40:32.055946 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2024.12.12 22:40:32.056015 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9191 | 2024.12.12 22:40:32.056036 [ 265 ] {3efbe52e-9fd9-48f2-9f9c-44f833efd8fa} <Debug> TCPHandler: Processed in 0.001998049 sec. | ||
| 9192 | 2024.12.12 22:40:32.056259 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9193 | 2024.12.12 22:40:32.056281 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 9194 | 2024.12.12 22:40:32.056475 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9195 | 2024.12.12 22:40:32.056567 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9196 | 2024.12.12 22:40:32.056588 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9197 | 2024.12.12 22:40:32.056651 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19006 rows starting from the beginning of the part | ||
| 9198 | 2024.12.12 22:40:32.056973 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 9199 | 2024.12.12 22:40:32.057326 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 9200 | 2024.12.12 22:40:32.057704 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 9201 | 2024.12.12 22:40:32.058149 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 9202 | 2024.12.12 22:40:32.058483 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 9203 | 2024.12.12 22:40:32.059248 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2024.12.12 22:40:32.059311 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9205 | 2024.12.12 22:40:32.059955 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9206 | 2024.12.12 22:40:32.060277 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9207 | 2024.12.12 22:40:32.060787 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004369 sec., 228.88532845044634 rows/sec., 15.42 KiB/sec. | ||
| 9208 | 2024.12.12 22:40:32.061105 [ 264 ] {517d0858-a26b-4370-9b04-e26e762357a5} <Debug> TCPHandler: Processed in 0.004962537 sec. | ||
| 9209 | 2024.12.12 22:40:32.061386 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9210 | 2024.12.12 22:40:32.061745 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9211 | 2024.12.12 22:40:32.061990 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9212 | 2024.12.12 22:40:32.064144 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9213 | 2024.12.12 22:40:32.064184 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9214 | 2024.12.12 22:40:32.064944 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9215 | 2024.12.12 22:40:32.065342 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9216 | 2024.12.12 22:40:32.065801 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00419 sec., 6205.250596658711 rows/sec., 11.12 MiB/sec. | ||
| 9217 | 2024.12.12 22:40:32.066563 [ 265 ] {208cc4be-b5d6-4da9-8e35-58151db11bd2} <Debug> TCPHandler: Processed in 0.005325985 sec. | ||
| 9218 | 2024.12.12 22:40:32.066837 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9219 | 2024.12.12 22:40:32.067064 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9220 | 2024.12.12 22:40:32.067124 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9221 | 2024.12.12 22:40:32.067674 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20037 rows, containing 5 columns (5 merged, 0 gathered) in 0.011534596 sec., 1737121.9590178973 rows/sec., 117.30 MiB/sec. | ||
| 9222 | 2024.12.12 22:40:32.067835 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.12.12 22:40:32.067879 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9224 | 2024.12.12 22:40:32.068111 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9225 | 2024.12.12 22:40:32.068579 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9226 | 2024.12.12 22:40:32.068723 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9227 | 2024.12.12 22:40:32.068882 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9228 | 2024.12.12 22:40:32.069034 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9229 | 2024.12.12 22:40:32.069090 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2024.12.12 22:40:32.069289 [ 148 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9231 | 2024.12.12 22:40:32.069343 [ 148 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2024.12.12 22:40:32.069363 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002317 sec., 35390.591281829955 rows/sec., 2.25 MiB/sec. | ||
| 9233 | 2024.12.12 22:40:32.069381 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9234 | 2024.12.12 22:40:32.069536 [ 264 ] {0f0e0afa-aeee-4604-b6a3-4f377127d961} <Debug> TCPHandler: Processed in 0.002845346 sec. | ||
| 9235 | 2024.12.12 22:40:32.069578 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9236 | 2024.12.12 22:40:32.069687 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9237 | 2024.12.12 22:40:32.069717 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3688 rows starting from the beginning of the part | ||
| 9238 | 2024.12.12 22:40:32.069789 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 9239 | 2024.12.12 22:40:32.069928 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9240 | 2024.12.12 22:40:32.070129 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 9241 | 2024.12.12 22:40:32.070243 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9242 | 2024.12.12 22:40:32.070412 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 9243 | 2024.12.12 22:40:32.072010 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4054 rows, containing 4 columns (4 merged, 0 gathered) in 0.00250382 sec., 1619125.9755094217 rows/sec., 105.49 MiB/sec. | ||
| 9244 | 2024.12.12 22:40:32.072385 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9245 | 2024.12.12 22:40:32.072735 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2024.12.12 22:40:32.072851 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_61_12} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9247 | 2024.12.12 22:40:32.072945 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9248 | 2024.12.12 22:40:32.838756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9249 | 2024.12.12 22:40:32.858306 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.12.12 22:40:32.858359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9251 | 2024.12.12 22:40:32.865560 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9252 | 2024.12.12 22:40:32.866331 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2024.12.12 22:40:32.870055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9254 | 2024.12.12 22:40:33.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.16 MiB, peak 238.40 MiB, free memory in arenas 0.00 B, will set to 228.97 MiB (RSS), difference: -1.19 MiB | ||
| 9255 | 2024.12.12 22:40:37.063455 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2024.12.12 22:40:37.063690 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9257 | 2024.12.12 22:40:37.063773 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9258 | 2024.12.12 22:40:37.064607 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.12.12 22:40:37.064657 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9260 | 2024.12.12 22:40:37.065089 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9261 | 2024.12.12 22:40:37.065367 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2024.12.12 22:40:37.065582 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00195 sec., 4102.5641025641025 rows/sec., 334.54 KiB/sec. | ||
| 9263 | 2024.12.12 22:40:37.065679 [ 264 ] {ef9fa154-2f12-4788-928d-0116a84a392c} <Debug> TCPHandler: Processed in 0.002364566 sec. | ||
| 9264 | 2024.12.12 22:40:37.066025 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2024.12.12 22:40:37.066331 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9266 | 2024.12.12 22:40:37.066443 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9267 | 2024.12.12 22:40:37.067937 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2024.12.12 22:40:37.067981 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9269 | 2024.12.12 22:40:37.068511 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9270 | 2024.12.12 22:40:37.068772 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2024.12.12 22:40:37.068973 [ 138 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9272 | 2024.12.12 22:40:37.069042 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002785 sec., 442369.83842010767 rows/sec., 36.40 MiB/sec. | ||
| 9273 | 2024.12.12 22:40:37.069069 [ 138 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9274 | 2024.12.12 22:40:37.069131 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9275 | 2024.12.12 22:40:37.069168 [ 265 ] {03e79bbe-3961-47d0-82c8-3413c8bb6143} <Debug> TCPHandler: Processed in 0.003331436 sec. | ||
| 9276 | 2024.12.12 22:40:37.069312 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 9277 | 2024.12.12 22:40:37.069450 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9278 | 2024.12.12 22:40:37.069481 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9279 | 2024.12.12 22:40:37.069546 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1437 rows starting from the beginning of the part | ||
| 9280 | 2024.12.12 22:40:37.069792 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 88 rows starting from the beginning of the part | ||
| 9281 | 2024.12.12 22:40:37.070057 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9282 | 2024.12.12 22:40:37.070113 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 255 rows starting from the beginning of the part | ||
| 9283 | 2024.12.12 22:40:37.070213 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9284 | 2024.12.12 22:40:37.070442 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 88 rows starting from the beginning of the part | ||
| 9285 | 2024.12.12 22:40:37.070769 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 255 rows starting from the beginning of the part | ||
| 9286 | 2024.12.12 22:40:37.071099 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1232 rows starting from the beginning of the part | ||
| 9287 | 2024.12.12 22:40:37.073214 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9288 | 2024.12.12 22:40:37.073291 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9289 | 2024.12.12 22:40:37.074162 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9290 | 2024.12.12 22:40:37.074457 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9291 | 2024.12.12 22:40:37.075001 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.00518 sec., 4633.204633204634 rows/sec., 340.10 KiB/sec. | ||
| 9292 | 2024.12.12 22:40:37.075036 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3355 rows, containing 5 columns (5 merged, 0 gathered) in 0.005798314 sec., 578616.4736852817 rows/sec., 50.58 MiB/sec. | ||
| 9293 | 2024.12.12 22:40:37.075149 [ 264 ] {721e53d5-1f7c-4be7-987c-e9f9081cd7fb} <Debug> TCPHandler: Processed in 0.005839784 sec. | ||
| 9294 | 2024.12.12 22:40:37.075330 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9295 | 2024.12.12 22:40:37.075410 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9296 | 2024.12.12 22:40:37.075573 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9297 | 2024.12.12 22:40:37.075656 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9298 | 2024.12.12 22:40:37.076039 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9299 | 2024.12.12 22:40:37.076286 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_66_13} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9300 | 2024.12.12 22:40:37.076472 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9301 | 2024.12.12 22:40:37.076839 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9302 | 2024.12.12 22:40:37.076884 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9303 | 2024.12.12 22:40:37.077345 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9304 | 2024.12.12 22:40:37.077826 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9305 | 2024.12.12 22:40:37.078071 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002605 sec., 87523.9923224568 rows/sec., 5.93 MiB/sec. | ||
| 9306 | 2024.12.12 22:40:37.078127 [ 265 ] {4ab9e18e-0df9-446a-9d6c-c669eac5d7c7} <Debug> TCPHandler: Processed in 0.002870706 sec. | ||
| 9307 | 2024.12.12 22:40:37.078311 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9308 | 2024.12.12 22:40:37.078454 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9309 | 2024.12.12 22:40:37.078513 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9310 | 2024.12.12 22:40:37.079434 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9311 | 2024.12.12 22:40:37.079472 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9312 | 2024.12.12 22:40:37.079862 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9313 | 2024.12.12 22:40:37.080113 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2024.12.12 22:40:37.080245 [ 141 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9315 | 2024.12.12 22:40:37.080289 [ 141 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.12.12 22:40:37.080300 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001877 sec., 289824.1875332978 rows/sec., 21.51 MiB/sec. | ||
| 9317 | 2024.12.12 22:40:37.080313 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9318 | 2024.12.12 22:40:37.080437 [ 264 ] {c97e9a54-7d8a-49ef-80df-cd06da2ded92} <Debug> TCPHandler: Processed in 0.002208753 sec. | ||
| 9319 | 2024.12.12 22:40:37.080678 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 9320 | 2024.12.12 22:40:37.080693 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9321 | 2024.12.12 22:40:37.081113 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9322 | 2024.12.12 22:40:37.081285 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9323 | 2024.12.12 22:40:37.081321 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9324 | 2024.12.12 22:40:37.081454 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 9325 | 2024.12.12 22:40:37.082043 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 80 rows starting from the beginning of the part | ||
| 9326 | 2024.12.12 22:40:37.082423 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 408 rows starting from the beginning of the part | ||
| 9327 | 2024.12.12 22:40:37.082762 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part | ||
| 9328 | 2024.12.12 22:40:37.083125 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 408 rows starting from the beginning of the part | ||
| 9329 | 2024.12.12 22:40:37.083388 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 544 rows starting from the beginning of the part | ||
| 9330 | 2024.12.12 22:40:37.084580 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9331 | 2024.12.12 22:40:37.084657 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9332 | 2024.12.12 22:40:37.085693 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9333 | 2024.12.12 22:40:37.086122 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 5 columns (5 merged, 0 gathered) in 0.005696192 sec., 427654.12401829154 rows/sec., 32.82 MiB/sec. | ||
| 9334 | 2024.12.12 22:40:37.086223 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9335 | 2024.12.12 22:40:37.086376 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9336 | 2024.12.12 22:40:37.086722 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.005762 sec., 153418.9517528636 rows/sec., 10.32 MiB/sec. | ||
| 9337 | 2024.12.12 22:40:37.086877 [ 265 ] {28859d9b-8b97-41a4-b493-5f4d9757e8fd} <Debug> TCPHandler: Processed in 0.006314334 sec. | ||
| 9338 | 2024.12.12 22:40:37.087077 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9339 | 2024.12.12 22:40:37.087131 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.12.12 22:40:37.087209 [ 200 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_66_13} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9341 | 2024.12.12 22:40:37.087337 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 9342 | 2024.12.12 22:40:37.087347 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9343 | 2024.12.12 22:40:37.087443 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9344 | 2024.12.12 22:40:37.088660 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9345 | 2024.12.12 22:40:37.088701 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9346 | 2024.12.12 22:40:37.089378 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9347 | 2024.12.12 22:40:37.089653 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.12.12 22:40:37.089870 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002605 sec., 6142.034548944338 rows/sec., 11.01 MiB/sec. | ||
| 9349 | 2024.12.12 22:40:37.089999 [ 264 ] {9a55b39e-4da2-43ea-a6a7-b0a98ecd4ba9} <Debug> TCPHandler: Processed in 0.002979349 sec. | ||
| 9350 | 2024.12.12 22:40:37.090160 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9351 | 2024.12.12 22:40:37.090282 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9352 | 2024.12.12 22:40:37.090332 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9353 | 2024.12.12 22:40:37.090834 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.12.12 22:40:37.090873 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9355 | 2024.12.12 22:40:37.091255 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9356 | 2024.12.12 22:40:37.091503 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2024.12.12 22:40:37.091713 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. | ||
| 9358 | 2024.12.12 22:40:37.091763 [ 265 ] {a3a881ae-a3b2-475e-9c55-8c80d271c4c9} <Debug> TCPHandler: Processed in 0.001662623 sec. | ||
| 9359 | 2024.12.12 22:40:38.795527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9360 | 2024.12.12 22:40:38.796192 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2024.12.12 22:40:38.796243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9362 | 2024.12.12 22:40:38.796775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9363 | 2024.12.12 22:40:38.797039 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2024.12.12 22:40:38.797264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9365 | 2024.12.12 22:40:40.370107 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9366 | 2024.12.12 22:40:40.391296 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9367 | 2024.12.12 22:40:40.391359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9368 | 2024.12.12 22:40:40.398656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9369 | 2024.12.12 22:40:40.399429 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9370 | 2024.12.12 22:40:40.402370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9371 | 2024.12.12 22:40:41.402298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1276 | ||
| 9372 | 2024.12.12 22:40:41.405660 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2024.12.12 22:40:41.405722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9374 | 2024.12.12 22:40:41.407214 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9375 | 2024.12.12 22:40:41.407543 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2024.12.12 22:40:41.408814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1276 | ||
| 9377 | 2024.12.12 22:40:42.039220 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9378 | 2024.12.12 22:40:42.039411 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9379 | 2024.12.12 22:40:42.039480 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9380 | 2024.12.12 22:40:42.040239 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9381 | 2024.12.12 22:40:42.040281 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9382 | 2024.12.12 22:40:42.040726 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9383 | 2024.12.12 22:40:42.040994 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2024.12.12 22:40:42.041136 [ 133 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9385 | 2024.12.12 22:40:42.041187 [ 133 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2024.12.12 22:40:42.041209 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 9387 | 2024.12.12 22:40:42.041216 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9388 | 2024.12.12 22:40:42.041332 [ 264 ] {7421bf2a-9ef9-4fcf-b2a5-9e14345e4c03} <Debug> TCPHandler: Processed in 0.002243414 sec. | ||
| 9389 | 2024.12.12 22:40:42.041447 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 9390 | 2024.12.12 22:40:42.041623 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9391 | 2024.12.12 22:40:42.041636 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9392 | 2024.12.12 22:40:42.041693 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 9393 | 2024.12.12 22:40:42.041816 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 9394 | 2024.12.12 22:40:42.041891 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9395 | 2024.12.12 22:40:42.042124 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9396 | 2024.12.12 22:40:42.042227 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9397 | 2024.12.12 22:40:42.042742 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9398 | 2024.12.12 22:40:42.043044 [ 191 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9399 | 2024.12.12 22:40:42.044571 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2024.12.12 22:40:42.044621 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9401 | 2024.12.12 22:40:42.044884 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00354884 sec., 19724.755131254155 rows/sec., 1.46 MiB/sec. | ||
| 9402 | 2024.12.12 22:40:42.045116 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9403 | 2024.12.12 22:40:42.045426 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9404 | 2024.12.12 22:40:42.045692 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9405 | 2024.12.12 22:40:42.045828 [ 189 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_29_7} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9406 | 2024.12.12 22:40:42.045925 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2024.12.12 22:40:42.045992 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9408 | 2024.12.12 22:40:42.046250 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00448 sec., 56919.64285714286 rows/sec., 4.99 MiB/sec. | ||
| 9409 | 2024.12.12 22:40:42.046328 [ 265 ] {00a0ca31-ae37-41f3-a881-e40cbd8277fa} <Debug> TCPHandler: Processed in 0.004843665 sec. | ||
| 9410 | 2024.12.12 22:40:42.046539 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9411 | 2024.12.12 22:40:42.046681 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9412 | 2024.12.12 22:40:42.046741 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9413 | 2024.12.12 22:40:42.047399 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2024.12.12 22:40:42.047439 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9415 | 2024.12.12 22:40:42.047809 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9416 | 2024.12.12 22:40:42.048064 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2024.12.12 22:40:42.048280 [ 134 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 9418 | 2024.12.12 22:40:42.048291 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001629 sec., 20257.82688766114 rows/sec., 1.45 MiB/sec. | ||
| 9419 | 2024.12.12 22:40:42.048367 [ 134 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2024.12.12 22:40:42.048446 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9421 | 2024.12.12 22:40:42.048452 [ 264 ] {73311447-ee69-4e44-8d1e-73c68421d84a} <Debug> TCPHandler: Processed in 0.00201749 sec. | ||
| 9422 | 2024.12.12 22:40:42.048740 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9423 | 2024.12.12 22:40:42.048775 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 9424 | 2024.12.12 22:40:42.049182 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9425 | 2024.12.12 22:40:42.049382 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9426 | 2024.12.12 22:40:42.049408 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9427 | 2024.12.12 22:40:42.049554 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 67 rows starting from the beginning of the part | ||
| 9428 | 2024.12.12 22:40:42.050032 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
| 9429 | 2024.12.12 22:40:42.050686 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 9430 | 2024.12.12 22:40:42.051329 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part | ||
| 9431 | 2024.12.12 22:40:42.051631 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part | ||
| 9432 | 2024.12.12 22:40:42.051991 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part | ||
| 9433 | 2024.12.12 22:40:42.052780 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9434 | 2024.12.12 22:40:42.052829 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9435 | 2024.12.12 22:40:42.053416 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9436 | 2024.12.12 22:40:42.053725 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.005172172 sec., 39828.5285176131 rows/sec., 3.00 MiB/sec. | ||
| 9437 | 2024.12.12 22:40:42.053818 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9438 | 2024.12.12 22:40:42.054065 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 9439 | 2024.12.12 22:40:42.054387 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005353 sec., 2615.3558752101626 rows/sec., 183.16 KiB/sec. | ||
| 9440 | 2024.12.12 22:40:42.054658 [ 265 ] {d17a6406-e948-466a-9500-2c2c46276223} <Debug> TCPHandler: Processed in 0.00607576 sec. | ||
| 9441 | 2024.12.12 22:40:42.054950 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2024.12.12 22:40:42.055113 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2024.12.12 22:40:42.055151 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9444 | 2024.12.12 22:40:42.055248 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9445 | 2024.12.12 22:40:42.055271 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_65_13} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 9446 | 2024.12.12 22:40:42.055453 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9447 | 2024.12.12 22:40:42.055981 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9448 | 2024.12.12 22:40:42.056027 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9449 | 2024.12.12 22:40:42.056392 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9450 | 2024.12.12 22:40:42.056637 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9451 | 2024.12.12 22:40:42.056798 [ 134 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9452 | 2024.12.12 22:40:42.056855 [ 134 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2024.12.12 22:40:42.056885 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9454 | 2024.12.12 22:40:42.056900 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001789 sec., 7266.629401900503 rows/sec., 453.07 KiB/sec. | ||
| 9455 | 2024.12.12 22:40:42.057163 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 9456 | 2024.12.12 22:40:42.057181 [ 264 ] {d92ae85d-681c-4192-b9cb-3ce43b279a1e} <Debug> TCPHandler: Processed in 0.002395127 sec. | ||
| 9457 | 2024.12.12 22:40:42.057447 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2024.12.12 22:40:42.057736 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9459 | 2024.12.12 22:40:42.057807 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9460 | 2024.12.12 22:40:42.057870 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 9461 | 2024.12.12 22:40:42.057965 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9462 | 2024.12.12 22:40:42.058380 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 9463 | 2024.12.12 22:40:42.058706 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 9464 | 2024.12.12 22:40:42.059114 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 9465 | 2024.12.12 22:40:42.059470 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 9466 | 2024.12.12 22:40:42.061516 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9467 | 2024.12.12 22:40:42.061594 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9468 | 2024.12.12 22:40:42.062324 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005365796 sec., 12113.766531564002 rows/sec., 802.61 KiB/sec. | ||
| 9469 | 2024.12.12 22:40:42.062540 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9470 | 2024.12.12 22:40:42.062582 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9471 | 2024.12.12 22:40:42.063067 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9472 | 2024.12.12 22:40:42.063081 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9473 | 2024.12.12 22:40:42.063225 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_29_7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9474 | 2024.12.12 22:40:42.063456 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9475 | 2024.12.12 22:40:42.063518 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005851 sec., 69731.66980003419 rows/sec., 4.97 MiB/sec. | ||
| 9476 | 2024.12.12 22:40:42.063588 [ 265 ] {f17b2f12-7d68-4c86-9b8b-f8a614ebadb0} <Debug> TCPHandler: Processed in 0.006286523 sec. | ||
| 9477 | 2024.12.12 22:40:42.063792 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2024.12.12 22:40:42.063936 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9479 | 2024.12.12 22:40:42.063999 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9480 | 2024.12.12 22:40:42.064510 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2024.12.12 22:40:42.064550 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9482 | 2024.12.12 22:40:42.064922 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9483 | 2024.12.12 22:40:42.065177 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2024.12.12 22:40:42.065456 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 9485 | 2024.12.12 22:40:42.065654 [ 264 ] {870538f0-967c-42b8-9dae-70eb85395d44} <Debug> TCPHandler: Processed in 0.001927288 sec. | ||
| 9486 | 2024.12.12 22:40:42.065945 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9487 | 2024.12.12 22:40:42.066169 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9488 | 2024.12.12 22:40:42.066226 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9489 | 2024.12.12 22:40:42.066830 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2024.12.12 22:40:42.066870 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9491 | 2024.12.12 22:40:42.067272 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9492 | 2024.12.12 22:40:42.067515 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9493 | 2024.12.12 22:40:42.067727 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 9494 | 2024.12.12 22:40:42.067778 [ 265 ] {40a14775-73fa-4612-835e-895ce5c93186} <Debug> TCPHandler: Processed in 0.00201327 sec. | ||
| 9495 | 2024.12.12 22:40:42.067921 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9496 | 2024.12.12 22:40:42.068040 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9497 | 2024.12.12 22:40:42.068093 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9498 | 2024.12.12 22:40:42.068640 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2024.12.12 22:40:42.068689 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9500 | 2024.12.12 22:40:42.069121 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9501 | 2024.12.12 22:40:42.069373 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2024.12.12 22:40:42.069589 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec. | ||
| 9503 | 2024.12.12 22:40:42.069640 [ 264 ] {46e9bf4a-e7fc-4892-bfea-073c2f2169d7} <Debug> TCPHandler: Processed in 0.001775905 sec. | ||
| 9504 | 2024.12.12 22:40:42.069784 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2024.12.12 22:40:42.069901 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9506 | 2024.12.12 22:40:42.069980 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9507 | 2024.12.12 22:40:42.071132 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2024.12.12 22:40:42.071171 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9509 | 2024.12.12 22:40:42.071810 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9510 | 2024.12.12 22:40:42.072069 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9511 | 2024.12.12 22:40:42.072360 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002476 sec., 10500.80775444265 rows/sec., 18.82 MiB/sec. | ||
| 9512 | 2024.12.12 22:40:42.072742 [ 265 ] {8546ae7a-16ae-4500-92e6-9421c50e2b56} <Debug> TCPHandler: Processed in 0.003010599 sec. | ||
| 9513 | 2024.12.12 22:40:42.073005 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9514 | 2024.12.12 22:40:42.073168 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9515 | 2024.12.12 22:40:42.073229 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9516 | 2024.12.12 22:40:42.073797 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9517 | 2024.12.12 22:40:42.073846 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9518 | 2024.12.12 22:40:42.074272 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9519 | 2024.12.12 22:40:42.074510 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9520 | 2024.12.12 22:40:42.074714 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001577 sec., 51997.46353836398 rows/sec., 3.30 MiB/sec. | ||
| 9521 | 2024.12.12 22:40:42.074765 [ 264 ] {bc0c9811-a51c-4fd5-96ad-1dc0b4730708} <Debug> TCPHandler: Processed in 0.001908797 sec. | ||
| 9522 | 2024.12.12 22:40:46.136165 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9523 | 2024.12.12 22:40:46.136242 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9524 | 2024.12.12 22:40:46.297378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9525 | 2024.12.12 22:40:46.298047 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9526 | 2024.12.12 22:40:46.298094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9527 | 2024.12.12 22:40:46.298628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9528 | 2024.12.12 22:40:46.298876 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9529 | 2024.12.12 22:40:46.299150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9530 | 2024.12.12 22:40:47.033981 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2024.12.12 22:40:47.034191 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9532 | 2024.12.12 22:40:47.034273 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9533 | 2024.12.12 22:40:47.035036 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.12.12 22:40:47.035086 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9535 | 2024.12.12 22:40:47.035523 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9536 | 2024.12.12 22:40:47.035785 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.12.12 22:40:47.036023 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00189 sec., 46560.84656084656 rows/sec., 3.83 MiB/sec. | ||
| 9538 | 2024.12.12 22:40:47.036081 [ 264 ] {e75630ba-823b-4a9a-a78f-9f279eced183} <Debug> TCPHandler: Processed in 0.002242624 sec. | ||
| 9539 | 2024.12.12 22:40:47.036345 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9540 | 2024.12.12 22:40:47.036642 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9541 | 2024.12.12 22:40:47.036753 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9542 | 2024.12.12 22:40:47.037709 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9543 | 2024.12.12 22:40:47.037751 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9544 | 2024.12.12 22:40:47.038174 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9545 | 2024.12.12 22:40:47.038429 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9546 | 2024.12.12 22:40:47.038655 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002098 sec., 7626.310772163965 rows/sec., 573.46 KiB/sec. | ||
| 9547 | 2024.12.12 22:40:47.038711 [ 265 ] {1cc87df6-513b-42be-b4b2-e9e787c10760} <Debug> TCPHandler: Processed in 0.00252451 sec. | ||
| 9548 | 2024.12.12 22:40:47.038905 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2024.12.12 22:40:47.039130 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9550 | 2024.12.12 22:40:47.039221 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9551 | 2024.12.12 22:40:47.039877 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9552 | 2024.12.12 22:40:47.039916 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9553 | 2024.12.12 22:40:47.040281 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9554 | 2024.12.12 22:40:47.040520 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9555 | 2024.12.12 22:40:47.040696 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001622 sec., 49321.82490752158 rows/sec., 3.85 MiB/sec. | ||
| 9556 | 2024.12.12 22:40:47.040748 [ 264 ] {ac8d685f-1535-4841-8ef1-7355036961f9} <Debug> TCPHandler: Processed in 0.001952019 sec. | ||
| 9557 | 2024.12.12 22:40:47.040892 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9558 | 2024.12.12 22:40:47.041011 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9559 | 2024.12.12 22:40:47.041064 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9560 | 2024.12.12 22:40:47.041660 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2024.12.12 22:40:47.041697 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9562 | 2024.12.12 22:40:47.042087 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9563 | 2024.12.12 22:40:47.042324 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.12.12 22:40:47.042544 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
| 9565 | 2024.12.12 22:40:47.042596 [ 265 ] {4856eae5-a104-40ff-92de-e4aab5e5d426} <Debug> TCPHandler: Processed in 0.001761455 sec. | ||
| 9566 | 2024.12.12 22:40:47.042770 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9567 | 2024.12.12 22:40:47.042909 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9568 | 2024.12.12 22:40:47.043001 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9569 | 2024.12.12 22:40:47.044165 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9570 | 2024.12.12 22:40:47.044201 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9571 | 2024.12.12 22:40:47.044822 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9572 | 2024.12.12 22:40:47.045077 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9573 | 2024.12.12 22:40:47.045223 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9574 | 2024.12.12 22:40:47.045270 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2024.12.12 22:40:47.045286 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002407 sec., 6647.278770253428 rows/sec., 11.91 MiB/sec. | ||
| 9576 | 2024.12.12 22:40:47.045297 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9577 | 2024.12.12 22:40:47.045717 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 9578 | 2024.12.12 22:40:47.045739 [ 264 ] {1fed63d6-c39a-4a62-b96f-cbb8ec4830d9} <Debug> TCPHandler: Processed in 0.003019789 sec. | ||
| 9579 | 2024.12.12 22:40:47.046132 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9580 | 2024.12.12 22:40:47.046576 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9581 | 2024.12.12 22:40:47.046757 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9582 | 2024.12.12 22:40:47.047470 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9583 | 2024.12.12 22:40:47.047844 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1304 rows starting from the beginning of the part | ||
| 9584 | 2024.12.12 22:40:47.048327 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 9585 | 2024.12.12 22:40:47.049208 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part | ||
| 9586 | 2024.12.12 22:40:47.049347 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9587 | 2024.12.12 22:40:47.049452 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9588 | 2024.12.12 22:40:47.049866 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part | ||
| 9589 | 2024.12.12 22:40:47.050504 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part | ||
| 9590 | 2024.12.12 22:40:47.051120 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9591 | 2024.12.12 22:40:47.051200 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 9592 | 2024.12.12 22:40:47.052004 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2024.12.12 22:40:47.052524 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006098 sec., 9839.291571006886 rows/sec., 679.01 KiB/sec. | ||
| 9594 | 2024.12.12 22:40:47.052653 [ 265 ] {722b2b8d-f222-41d3-b41a-159b6b3db066} <Debug> TCPHandler: Processed in 0.006751892 sec. | ||
| 9595 | 2024.12.12 22:40:47.060106 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1404 rows, containing 19 columns (19 merged, 0 gathered) in 0.014711739 sec., 95433.99322133162 rows/sec., 171.01 MiB/sec. | ||
| 9596 | 2024.12.12 22:40:47.061812 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9597 | 2024.12.12 22:40:47.062246 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2024.12.12 22:40:47.062333 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9599 | 2024.12.12 22:40:47.062491 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
| 9600 | 2024.12.12 22:40:47.902419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9601 | 2024.12.12 22:40:47.922949 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2024.12.12 22:40:47.923005 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9603 | 2024.12.12 22:40:47.930243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9604 | 2024.12.12 22:40:47.931021 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.12.12 22:40:47.933695 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9606 | 2024.12.12 22:40:48.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.96 MiB, peak 241.01 MiB, free memory in arenas 0.00 B, will set to 232.88 MiB (RSS), difference: 2.93 MiB | ||
| 9607 | 2024.12.12 22:40:51.409016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1310 | ||
| 9608 | 2024.12.12 22:40:51.412189 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2024.12.12 22:40:51.412244 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9610 | 2024.12.12 22:40:51.413748 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9611 | 2024.12.12 22:40:51.414067 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2024.12.12 22:40:51.414257 [ 120 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9613 | 2024.12.12 22:40:51.414329 [ 120 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9614 | 2024.12.12 22:40:51.414371 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9615 | 2024.12.12 22:40:51.414960 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 9616 | 2024.12.12 22:40:51.416411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1310 | ||
| 9617 | 2024.12.12 22:40:51.416785 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9618 | 2024.12.12 22:40:51.416972 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1134 rows starting from the beginning of the part | ||
| 9619 | 2024.12.12 22:40:51.417676 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 9620 | 2024.12.12 22:40:51.418308 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 9621 | 2024.12.12 22:40:51.418996 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 9622 | 2024.12.12 22:40:51.419711 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 38 rows starting from the beginning of the part | ||
| 9623 | 2024.12.12 22:40:51.420310 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 9624 | 2024.12.12 22:40:51.428943 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1310 rows, containing 72 columns (72 merged, 0 gathered) in 0.014405313 sec., 90938.66964223547 rows/sec., 71.85 MiB/sec. | ||
| 9625 | 2024.12.12 22:40:51.430583 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9626 | 2024.12.12 22:40:51.431415 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9627 | 2024.12.12 22:40:51.431517 [ 195 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_36_7} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9628 | 2024.12.12 22:40:51.431868 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 9629 | 2024.12.12 22:40:52.038732 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9630 | 2024.12.12 22:40:52.038929 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9631 | 2024.12.12 22:40:52.039000 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9632 | 2024.12.12 22:40:52.039750 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9633 | 2024.12.12 22:40:52.039799 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9634 | 2024.12.12 22:40:52.040255 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9635 | 2024.12.12 22:40:52.040522 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9636 | 2024.12.12 22:40:52.040760 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 9637 | 2024.12.12 22:40:52.040818 [ 264 ] {3c94fbf1-45a2-46c7-acd0-97a7655b4067} <Debug> TCPHandler: Processed in 0.002217003 sec. | ||
| 9638 | 2024.12.12 22:40:52.041067 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9639 | 2024.12.12 22:40:52.041261 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9640 | 2024.12.12 22:40:52.041334 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9641 | 2024.12.12 22:40:52.042080 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9642 | 2024.12.12 22:40:52.042132 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9643 | 2024.12.12 22:40:52.042563 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9644 | 2024.12.12 22:40:52.042821 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9645 | 2024.12.12 22:40:52.043128 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001901 sec., 5260.389268805892 rows/sec., 428.95 KiB/sec. | ||
| 9646 | 2024.12.12 22:40:52.043316 [ 265 ] {76e662a4-b736-4a1d-9e5b-a449674aa114} <Debug> TCPHandler: Processed in 0.002379507 sec. | ||
| 9647 | 2024.12.12 22:40:52.043481 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9648 | 2024.12.12 22:40:52.043622 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9649 | 2024.12.12 22:40:52.043683 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9650 | 2024.12.12 22:40:52.044478 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9651 | 2024.12.12 22:40:52.044519 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9652 | 2024.12.12 22:40:52.044920 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9653 | 2024.12.12 22:40:52.045168 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.12.12 22:40:52.045350 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001759 sec., 147811.25639567937 rows/sec., 12.92 MiB/sec. | ||
| 9655 | 2024.12.12 22:40:52.045402 [ 264 ] {27f3e00d-5286-4065-803d-2e974672bb3e} <Debug> TCPHandler: Processed in 0.001988659 sec. | ||
| 9656 | 2024.12.12 22:40:52.045549 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.12.12 22:40:52.045676 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9658 | 2024.12.12 22:40:52.045727 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9659 | 2024.12.12 22:40:52.046335 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.12.12 22:40:52.046375 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9661 | 2024.12.12 22:40:52.046740 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9662 | 2024.12.12 22:40:52.046993 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.12.12 22:40:52.047196 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001549 sec., 27759.84506132989 rows/sec., 1.96 MiB/sec. | ||
| 9664 | 2024.12.12 22:40:52.047248 [ 265 ] {2c95709b-20c2-46dc-84e9-c31f54763231} <Debug> TCPHandler: Processed in 0.001759964 sec. | ||
| 9665 | 2024.12.12 22:40:52.047394 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9666 | 2024.12.12 22:40:52.047529 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9667 | 2024.12.12 22:40:52.047587 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9668 | 2024.12.12 22:40:52.048277 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.12.12 22:40:52.048323 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9670 | 2024.12.12 22:40:52.048703 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9671 | 2024.12.12 22:40:52.048949 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2024.12.12 22:40:52.049125 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec. | ||
| 9673 | 2024.12.12 22:40:52.049179 [ 264 ] {21c754cc-1275-4b00-8699-504211a5bafd} <Debug> TCPHandler: Processed in 0.001845077 sec. | ||
| 9674 | 2024.12.12 22:40:52.049313 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9675 | 2024.12.12 22:40:52.049431 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9676 | 2024.12.12 22:40:52.049487 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9677 | 2024.12.12 22:40:52.050169 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2024.12.12 22:40:52.050215 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9679 | 2024.12.12 22:40:52.050606 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9680 | 2024.12.12 22:40:52.050845 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2024.12.12 22:40:52.051051 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001646 sec., 7897.934386391252 rows/sec., 492.43 KiB/sec. | ||
| 9682 | 2024.12.12 22:40:52.051103 [ 265 ] {9989ca97-854c-426c-8fce-6f670fadbc7e} <Debug> TCPHandler: Processed in 0.001847956 sec. | ||
| 9683 | 2024.12.12 22:40:52.051243 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9684 | 2024.12.12 22:40:52.051362 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9685 | 2024.12.12 22:40:52.051411 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9686 | 2024.12.12 22:40:52.052260 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2024.12.12 22:40:52.052306 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9688 | 2024.12.12 22:40:52.052714 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9689 | 2024.12.12 22:40:52.052954 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2024.12.12 22:40:52.053127 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001791 sec., 233389.16806253488 rows/sec., 16.67 MiB/sec. | ||
| 9691 | 2024.12.12 22:40:52.053180 [ 264 ] {a911556f-7d86-4f2e-89de-59bca8df50bb} <Debug> TCPHandler: Processed in 0.002000459 sec. | ||
| 9692 | 2024.12.12 22:40:52.053313 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9693 | 2024.12.12 22:40:52.053438 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9694 | 2024.12.12 22:40:52.053530 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9695 | 2024.12.12 22:40:52.054415 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.12.12 22:40:52.054489 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9697 | 2024.12.12 22:40:52.054864 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9698 | 2024.12.12 22:40:52.055105 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2024.12.12 22:40:52.055357 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001943 sec., 3088.0082346886256 rows/sec., 161.34 KiB/sec. | ||
| 9700 | 2024.12.12 22:40:52.055549 [ 265 ] {281eb0b0-e78f-4d97-9956-dbdca5cba633} <Debug> TCPHandler: Processed in 0.002286945 sec. | ||
| 9701 | 2024.12.12 22:40:52.055758 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9702 | 2024.12.12 22:40:52.055897 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9703 | 2024.12.12 22:40:52.055961 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9704 | 2024.12.12 22:40:52.056623 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2024.12.12 22:40:52.056662 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9706 | 2024.12.12 22:40:52.057077 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9707 | 2024.12.12 22:40:52.057331 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9708 | 2024.12.12 22:40:52.057513 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001646 sec., 147023.08626974485 rows/sec., 9.86 MiB/sec. | ||
| 9709 | 2024.12.12 22:40:52.057565 [ 264 ] {c32719e2-b6ff-4313-ae38-fcc65676e7e6} <Debug> TCPHandler: Processed in 0.001923628 sec. | ||
| 9710 | 2024.12.12 22:40:52.057709 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2024.12.12 22:40:52.057825 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9712 | 2024.12.12 22:40:52.057876 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9713 | 2024.12.12 22:40:52.058343 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2024.12.12 22:40:52.058381 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9715 | 2024.12.12 22:40:52.058738 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9716 | 2024.12.12 22:40:52.058980 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2024.12.12 22:40:52.059147 [ 117 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9718 | 2024.12.12 22:40:52.059204 [ 117 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9719 | 2024.12.12 22:40:52.059218 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec. | ||
| 9720 | 2024.12.12 22:40:52.059256 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9721 | 2024.12.12 22:40:52.059333 [ 265 ] {11ac38f2-12a5-4218-a4d6-ac2134ed69f3} <Debug> TCPHandler: Processed in 0.001672793 sec. | ||
| 9722 | 2024.12.12 22:40:52.059593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9723 | 2024.12.12 22:40:52.059772 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 9724 | 2024.12.12 22:40:52.059957 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9725 | 2024.12.12 22:40:52.060295 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9726 | 2024.12.12 22:40:52.060339 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9727 | 2024.12.12 22:40:52.060457 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 9728 | 2024.12.12 22:40:52.060836 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 9729 | 2024.12.12 22:40:52.061174 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9730 | 2024.12.12 22:40:52.061554 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9731 | 2024.12.12 22:40:52.061896 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9732 | 2024.12.12 22:40:52.062201 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9733 | 2024.12.12 22:40:52.066466 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9734 | 2024.12.12 22:40:52.066477 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00710691 sec., 4221.243831707451 rows/sec., 284.44 KiB/sec. | ||
| 9735 | 2024.12.12 22:40:52.066520 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9736 | 2024.12.12 22:40:52.066665 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9737 | 2024.12.12 22:40:52.067306 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2024.12.12 22:40:52.067464 [ 195 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_30_6} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9739 | 2024.12.12 22:40:52.067644 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9740 | 2024.12.12 22:40:52.067919 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9741 | 2024.12.12 22:40:52.068199 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9742 | 2024.12.12 22:40:52.068408 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008581 sec., 3029.9498892902925 rows/sec., 5.43 MiB/sec. | ||
| 9743 | 2024.12.12 22:40:52.068514 [ 264 ] {9a633856-decc-4247-aca3-b8e6cbf5a5c4} <Debug> TCPHandler: Processed in 0.009078698 sec. | ||
| 9744 | 2024.12.12 22:40:52.068683 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9745 | 2024.12.12 22:40:52.068822 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9746 | 2024.12.12 22:40:52.068881 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9747 | 2024.12.12 22:40:52.069454 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2024.12.12 22:40:52.069492 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 9749 | 2024.12.12 22:40:52.069868 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9750 | 2024.12.12 22:40:52.070109 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9751 | 2024.12.12 22:40:52.070364 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 9752 | 2024.12.12 22:40:52.070422 [ 265 ] {8ff00c7f-9561-42ea-8212-b0fd76e01f4e} <Debug> TCPHandler: Processed in 0.001808366 sec. | ||
| 9753 | 2024.12.12 22:40:53.799282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 9754 | 2024.12.12 22:40:53.800313 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9755 | 2024.12.12 22:40:53.800395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9756 | 2024.12.12 22:40:53.801150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9757 | 2024.12.12 22:40:53.801410 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9758 | 2024.12.12 22:40:53.801672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 9759 | 2024.12.12 22:40:53.801673 [ 116 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9760 | 2024.12.12 22:40:53.801774 [ 116 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9761 | 2024.12.12 22:40:53.801818 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9762 | 2024.12.12 22:40:53.802047 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 9763 | 2024.12.12 22:40:53.802433 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9764 | 2024.12.12 22:40:53.802533 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 9765 | 2024.12.12 22:40:53.802623 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 9766 | 2024.12.12 22:40:53.802855 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 9767 | 2024.12.12 22:40:53.803106 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 9768 | 2024.12.12 22:40:53.803261 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 9769 | 2024.12.12 22:40:53.803458 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 9770 | 2024.12.12 22:40:53.805965 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004045829 sec., 5774589.089158242 rows/sec., 82.61 MiB/sec. | ||
| 9771 | 2024.12.12 22:40:53.806382 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9772 | 2024.12.12 22:40:53.806725 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9773 | 2024.12.12 22:40:53.806821 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_51_10} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9774 | 2024.12.12 22:40:53.806939 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9775 | 2024.12.12 22:40:55.433748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9776 | 2024.12.12 22:40:55.455817 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9777 | 2024.12.12 22:40:55.455891 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9778 | 2024.12.12 22:40:55.463398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9779 | 2024.12.12 22:40:55.464341 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9780 | 2024.12.12 22:40:55.464856 [ 115 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9781 | 2024.12.12 22:40:55.464983 [ 115 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2024.12.12 22:40:55.465054 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9783 | 2024.12.12 22:40:55.465750 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9784 | 2024.12.12 22:40:55.483959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9785 | 2024.12.12 22:40:55.485091 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9786 | 2024.12.12 22:40:55.486339 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9787 | 2024.12.12 22:40:55.491686 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9788 | 2024.12.12 22:40:55.497142 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9789 | 2024.12.12 22:40:55.502550 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9790 | 2024.12.12 22:40:55.508283 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9791 | 2024.12.12 22:40:55.512802 [ 188 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 9792 | 2024.12.12 22:40:55.574856 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.109596193 sec., 3512.8957444717084 rows/sec., 18.16 MiB/sec. | ||
| 9793 | 2024.12.12 22:40:55.577227 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9794 | 2024.12.12 22:40:55.580134 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_51_10} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9795 | 2024.12.12 22:40:55.580268 [ 200 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_51_10} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9796 | 2024.12.12 22:40:55.582047 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9797 | 2024.12.12 22:40:57.034724 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9798 | 2024.12.12 22:40:57.034917 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9799 | 2024.12.12 22:40:57.034992 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9800 | 2024.12.12 22:40:57.035823 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9801 | 2024.12.12 22:40:57.035871 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9802 | 2024.12.12 22:40:57.036341 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9803 | 2024.12.12 22:40:57.036619 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9804 | 2024.12.12 22:40:57.036839 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001974 sec., 44579.53394123607 rows/sec., 3.66 MiB/sec. | ||
| 9805 | 2024.12.12 22:40:57.036912 [ 264 ] {acfaf6dc-d885-4163-8a92-160087c761af} <Debug> TCPHandler: Processed in 0.002318615 sec. | ||
| 9806 | 2024.12.12 22:40:57.037193 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9807 | 2024.12.12 22:40:57.037392 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9808 | 2024.12.12 22:40:57.037473 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9809 | 2024.12.12 22:40:57.038272 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2024.12.12 22:40:57.038326 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9811 | 2024.12.12 22:40:57.038784 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9812 | 2024.12.12 22:40:57.039048 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2024.12.12 22:40:57.039320 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00198 sec., 8080.808080808081 rows/sec., 607.64 KiB/sec. | ||
| 9814 | 2024.12.12 22:40:57.039434 [ 265 ] {5ec8c045-1dbd-47da-ae2f-2fe6d56e9f61} <Debug> TCPHandler: Processed in 0.002381847 sec. | ||
| 9815 | 2024.12.12 22:40:57.039676 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9816 | 2024.12.12 22:40:57.039888 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9817 | 2024.12.12 22:40:57.039953 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9818 | 2024.12.12 22:40:57.040676 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9819 | 2024.12.12 22:40:57.040717 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9820 | 2024.12.12 22:40:57.041108 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9821 | 2024.12.12 22:40:57.041360 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2024.12.12 22:40:57.041561 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001708 sec., 46838.4074941452 rows/sec., 3.66 MiB/sec. | ||
| 9823 | 2024.12.12 22:40:57.041660 [ 264 ] {23c9cb36-42d4-4c72-885d-f7f18520eb5e} <Debug> TCPHandler: Processed in 0.002129101 sec. | ||
| 9824 | 2024.12.12 22:40:57.041850 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2024.12.12 22:40:57.041993 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9826 | 2024.12.12 22:40:57.042051 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9827 | 2024.12.12 22:40:57.042709 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2024.12.12 22:40:57.042750 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9829 | 2024.12.12 22:40:57.043173 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9830 | 2024.12.12 22:40:57.043430 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2024.12.12 22:40:57.043632 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9832 | 2024.12.12 22:40:57.043709 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2024.12.12 22:40:57.043722 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. | ||
| 9834 | 2024.12.12 22:40:57.043763 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9835 | 2024.12.12 22:40:57.043930 [ 265 ] {94c9972f-7063-40dc-981a-dc0fe9b7a19f} <Debug> TCPHandler: Processed in 0.002164182 sec. | ||
| 9836 | 2024.12.12 22:40:57.044062 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 9837 | 2024.12.12 22:40:57.044167 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9838 | 2024.12.12 22:40:57.044306 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9839 | 2024.12.12 22:40:57.044393 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20037 rows starting from the beginning of the part | ||
| 9840 | 2024.12.12 22:40:57.044424 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9841 | 2024.12.12 22:40:57.044618 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 884 rows starting from the beginning of the part | ||
| 9842 | 2024.12.12 22:40:57.044853 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9843 | 2024.12.12 22:40:57.045010 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 9844 | 2024.12.12 22:40:57.045394 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 9845 | 2024.12.12 22:40:57.045817 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 242 rows starting from the beginning of the part | ||
| 9846 | 2024.12.12 22:40:57.046230 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 9847 | 2024.12.12 22:40:57.049305 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2024.12.12 22:40:57.049395 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9849 | 2024.12.12 22:40:57.051186 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9850 | 2024.12.12 22:40:57.051651 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2024.12.12 22:40:57.051929 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007582 sec., 2110.261144816671 rows/sec., 3.78 MiB/sec. | ||
| 9852 | 2024.12.12 22:40:57.052517 [ 264 ] {6813a4b7-7f07-4990-ad55-1a3b7278e721} <Debug> TCPHandler: Processed in 0.008415936 sec. | ||
| 9853 | 2024.12.12 22:40:57.052816 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9854 | 2024.12.12 22:40:57.053015 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9855 | 2024.12.12 22:40:57.053133 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9856 | 2024.12.12 22:40:57.053955 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2024.12.12 22:40:57.053999 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9858 | 2024.12.12 22:40:57.054473 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21720 rows, containing 5 columns (5 merged, 0 gathered) in 0.010531357 sec., 2062412.2798230087 rows/sec., 139.29 MiB/sec. | ||
| 9859 | 2024.12.12 22:40:57.054768 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9860 | 2024.12.12 22:40:57.054898 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9861 | 2024.12.12 22:40:57.055253 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9862 | 2024.12.12 22:40:57.055566 [ 111 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9863 | 2024.12.12 22:40:57.055639 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2024.12.12 22:40:57.055668 [ 111 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9865 | 2024.12.12 22:40:57.055764 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9866 | 2024.12.12 22:40:57.055798 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002791 sec., 21497.671085632388 rows/sec., 1.45 MiB/sec. | ||
| 9867 | 2024.12.12 22:40:57.055966 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9868 | 2024.12.12 22:40:57.056086 [ 265 ] {232b725c-ce0a-46e6-a0fc-c0b3555a8760} <Debug> TCPHandler: Processed in 0.003445648 sec. | ||
| 9869 | 2024.12.12 22:40:57.056223 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9870 | 2024.12.12 22:40:57.056303 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 9871 | 2024.12.12 22:40:57.056407 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9872 | 2024.12.12 22:40:57.056444 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4054 rows starting from the beginning of the part | ||
| 9873 | 2024.12.12 22:40:57.056528 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 9874 | 2024.12.12 22:40:57.056729 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 9875 | 2024.12.12 22:40:57.056950 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9876 | 2024.12.12 22:40:57.057143 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 9877 | 2024.12.12 22:40:57.057331 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 9878 | 2024.12.12 22:40:57.059157 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4398 rows, containing 4 columns (4 merged, 0 gathered) in 0.003206203 sec., 1371716.0142386493 rows/sec., 89.41 MiB/sec. | ||
| 9879 | 2024.12.12 22:40:57.059574 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9880 | 2024.12.12 22:40:57.059897 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9881 | 2024.12.12 22:40:57.059990 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_66_13} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9882 | 2024.12.12 22:40:57.060090 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9883 | 2024.12.12 22:41:01.136293 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9884 | 2024.12.12 22:41:01.136398 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9885 | 2024.12.12 22:41:01.301772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 9886 | 2024.12.12 22:41:01.302518 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9887 | 2024.12.12 22:41:01.302561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9888 | 2024.12.12 22:41:01.303107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9889 | 2024.12.12 22:41:01.303363 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9890 | 2024.12.12 22:41:01.303544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9891 | 2024.12.12 22:41:01.416616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1346 | ||
| 9892 | 2024.12.12 22:41:01.419951 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9893 | 2024.12.12 22:41:01.420005 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9894 | 2024.12.12 22:41:01.421483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9895 | 2024.12.12 22:41:01.421805 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9896 | 2024.12.12 22:41:01.422351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1346 | ||
| 9897 | 2024.12.12 22:41:02.039786 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9898 | 2024.12.12 22:41:02.040096 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9899 | 2024.12.12 22:41:02.040212 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9900 | 2024.12.12 22:41:02.041193 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9901 | 2024.12.12 22:41:02.041249 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9902 | 2024.12.12 22:41:02.041692 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9903 | 2024.12.12 22:41:02.041949 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9904 | 2024.12.12 22:41:02.042234 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00222 sec., 6306.3063063063055 rows/sec., 453.97 KiB/sec. | ||
| 9905 | 2024.12.12 22:41:02.042452 [ 264 ] {edced31a-531f-4382-b58a-57ce58424649} <Debug> TCPHandler: Processed in 0.002853466 sec. | ||
| 9906 | 2024.12.12 22:41:02.042821 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9907 | 2024.12.12 22:41:02.043115 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9908 | 2024.12.12 22:41:02.043225 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9909 | 2024.12.12 22:41:02.044262 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2024.12.12 22:41:02.044305 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9911 | 2024.12.12 22:41:02.044764 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9912 | 2024.12.12 22:41:02.045022 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2024.12.12 22:41:02.045206 [ 106 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9914 | 2024.12.12 22:41:02.045279 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002244 sec., 113636.36363636365 rows/sec., 9.97 MiB/sec. | ||
| 9915 | 2024.12.12 22:41:02.045308 [ 106 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9916 | 2024.12.12 22:41:02.045376 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9917 | 2024.12.12 22:41:02.045403 [ 265 ] {ff2fa0a9-2065-42a2-b605-f96e8315ba6f} <Debug> TCPHandler: Processed in 0.002809345 sec. | ||
| 9918 | 2024.12.12 22:41:02.045656 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 9919 | 2024.12.12 22:41:02.045668 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9920 | 2024.12.12 22:41:02.045878 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9921 | 2024.12.12 22:41:02.045902 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9922 | 2024.12.12 22:41:02.045920 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1437 rows starting from the beginning of the part | ||
| 9923 | 2024.12.12 22:41:02.045974 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9924 | 2024.12.12 22:41:02.046103 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 255 rows starting from the beginning of the part | ||
| 9925 | 2024.12.12 22:41:02.046485 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 88 rows starting from the beginning of the part | ||
| 9926 | 2024.12.12 22:41:02.046805 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 260 rows starting from the beginning of the part | ||
| 9927 | 2024.12.12 22:41:02.047033 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 88 rows starting from the beginning of the part | ||
| 9928 | 2024.12.12 22:41:02.047494 [ 193 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 255 rows starting from the beginning of the part | ||
| 9929 | 2024.12.12 22:41:02.049327 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9930 | 2024.12.12 22:41:02.049390 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9931 | 2024.12.12 22:41:02.050026 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9932 | 2024.12.12 22:41:02.050296 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9933 | 2024.12.12 22:41:02.050614 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2383 rows, containing 5 columns (5 merged, 0 gathered) in 0.00510366 sec., 466919.8183264559 rows/sec., 41.33 MiB/sec. | ||
| 9934 | 2024.12.12 22:41:02.050769 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.004902 sec., 6731.9461444308445 rows/sec., 491.87 KiB/sec. | ||
| 9935 | 2024.12.12 22:41:02.050957 [ 264 ] {0e4b4024-66ed-47cf-b21c-3b4f5f293775} <Debug> TCPHandler: Processed in 0.005438626 sec. | ||
| 9936 | 2024.12.12 22:41:02.051097 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9937 | 2024.12.12 22:41:02.051288 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9938 | 2024.12.12 22:41:02.051694 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9939 | 2024.12.12 22:41:02.051863 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9940 | 2024.12.12 22:41:02.052197 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9941 | 2024.12.12 22:41:02.052588 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_71_14} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9942 | 2024.12.12 22:41:02.052805 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 9943 | 2024.12.12 22:41:02.053224 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2024.12.12 22:41:02.053269 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9945 | 2024.12.12 22:41:02.053637 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9946 | 2024.12.12 22:41:02.053895 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2024.12.12 22:41:02.054069 [ 106 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9948 | 2024.12.12 22:41:02.054136 [ 106 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2024.12.12 22:41:02.054166 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002623 sec., 5337.39992375143 rows/sec., 373.80 KiB/sec. | ||
| 9950 | 2024.12.12 22:41:02.054181 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9951 | 2024.12.12 22:41:02.054354 [ 265 ] {58c74555-0c10-4d11-9cc2-a7f82da79da3} <Debug> TCPHandler: Processed in 0.003260314 sec. | ||
| 9952 | 2024.12.12 22:41:02.054441 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 9953 | 2024.12.12 22:41:02.054749 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9954 | 2024.12.12 22:41:02.054867 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9955 | 2024.12.12 22:41:02.054954 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
| 9956 | 2024.12.12 22:41:02.055142 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9957 | 2024.12.12 22:41:02.055234 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 9958 | 2024.12.12 22:41:02.055309 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9959 | 2024.12.12 22:41:02.055634 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part | ||
| 9960 | 2024.12.12 22:41:02.055987 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 9961 | 2024.12.12 22:41:02.056334 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 9962 | 2024.12.12 22:41:02.056730 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 9963 | 2024.12.12 22:41:02.058359 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9964 | 2024.12.12 22:41:02.058440 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9965 | 2024.12.12 22:41:02.059442 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9966 | 2024.12.12 22:41:02.059616 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005314484 sec., 98974.80169288306 rows/sec., 7.09 MiB/sec. | ||
| 9967 | 2024.12.12 22:41:02.059823 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9968 | 2024.12.12 22:41:02.059914 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9969 | 2024.12.12 22:41:02.060394 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005363 sec., 2424.0164087264593 rows/sec., 151.14 KiB/sec. | ||
| 9970 | 2024.12.12 22:41:02.060622 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9971 | 2024.12.12 22:41:02.060709 [ 264 ] {e6d876b4-4d7a-45ca-a001-4123e964b976} <Debug> TCPHandler: Processed in 0.006228532 sec. | ||
| 9972 | 2024.12.12 22:41:02.061036 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2024.12.12 22:41:02.061037 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_41_8} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9974 | 2024.12.12 22:41:02.061253 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9975 | 2024.12.12 22:41:02.061308 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9976 | 2024.12.12 22:41:02.061368 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9977 | 2024.12.12 22:41:02.062170 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9978 | 2024.12.12 22:41:02.062210 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9979 | 2024.12.12 22:41:02.062602 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9980 | 2024.12.12 22:41:02.062857 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2024.12.12 22:41:02.063033 [ 106 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9982 | 2024.12.12 22:41:02.063091 [ 106 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2024.12.12 22:41:02.063107 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00186 sec., 219354.8387096774 rows/sec., 15.63 MiB/sec. | ||
| 9984 | 2024.12.12 22:41:02.063131 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9985 | 2024.12.12 22:41:02.063248 [ 265 ] {fedf736f-964b-4f6d-985e-395a227fec63} <Debug> TCPHandler: Processed in 0.002388497 sec. | ||
| 9986 | 2024.12.12 22:41:02.063477 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 9987 | 2024.12.12 22:41:02.063606 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9988 | 2024.12.12 22:41:02.063965 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9989 | 2024.12.12 22:41:02.064077 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9990 | 2024.12.12 22:41:02.064107 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 9991 | 2024.12.12 22:41:02.064256 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9992 | 2024.12.12 22:41:02.064594 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 408 rows starting from the beginning of the part | ||
| 9993 | 2024.12.12 22:41:02.065142 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 80 rows starting from the beginning of the part | ||
| 9994 | 2024.12.12 22:41:02.065619 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 418 rows starting from the beginning of the part | ||
| 9995 | 2024.12.12 22:41:02.066096 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 80 rows starting from the beginning of the part | ||
| 9996 | 2024.12.12 22:41:02.066541 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 408 rows starting from the beginning of the part | ||
| 9997 | 2024.12.12 22:41:02.067700 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2024.12.12 22:41:02.067772 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 9999 | 2024.12.12 22:41:02.068786 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10000 | 2024.12.12 22:41:02.069251 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2024.12.12 22:41:02.069443 [ 106 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10002 | 2024.12.12 22:41:02.069612 [ 106 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10003 | 2024.12.12 22:41:02.069672 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005693 sec., 1053.9258738802037 rows/sec., 55.06 KiB/sec. | ||
| 10004 | 2024.12.12 22:41:02.069752 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10005 | 2024.12.12 22:41:02.070021 [ 264 ] {c4579ae1-eed6-4a32-a512-76b0c5ad3864} <Debug> TCPHandler: Processed in 0.00662197 sec. | ||
| 10006 | 2024.12.12 22:41:02.070378 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10007 | 2024.12.12 22:41:02.070502 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.007229552 sec., 319521.8735545439 rows/sec., 24.34 MiB/sec. | ||
| 10008 | 2024.12.12 22:41:02.070649 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 10009 | 2024.12.12 22:41:02.071069 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10010 | 2024.12.12 22:41:02.071118 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10011 | 2024.12.12 22:41:02.071360 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10012 | 2024.12.12 22:41:02.071440 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10013 | 2024.12.12 22:41:02.071591 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 10014 | 2024.12.12 22:41:02.072196 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 10015 | 2024.12.12 22:41:02.072546 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10016 | 2024.12.12 22:41:02.072846 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 10017 | 2024.12.12 22:41:02.073033 [ 199 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_71_14} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10018 | 2024.12.12 22:41:02.073372 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 10019 | 2024.12.12 22:41:02.073432 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10020 | 2024.12.12 22:41:02.073842 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10021 | 2024.12.12 22:41:02.074346 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10022 | 2024.12.12 22:41:02.075171 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10023 | 2024.12.12 22:41:02.075235 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10024 | 2024.12.12 22:41:02.076290 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10025 | 2024.12.12 22:41:02.076929 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2024.12.12 22:41:02.076970 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.006705902 sec., 27736.760841419993 rows/sec., 1.42 MiB/sec. | ||
| 10027 | 2024.12.12 22:41:02.077217 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10028 | 2024.12.12 22:41:02.077246 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006429 sec., 36864.20905272982 rows/sec., 2.47 MiB/sec. | ||
| 10029 | 2024.12.12 22:41:02.077463 [ 265 ] {96f5d40c-14a3-4dca-a18c-9c3d5a60960f} <Debug> TCPHandler: Processed in 0.007325714 sec. | ||
| 10030 | 2024.12.12 22:41:02.077877 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10031 | 2024.12.12 22:41:02.078297 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10032 | 2024.12.12 22:41:02.078294 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2024.12.12 22:41:02.078501 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10034 | 2024.12.12 22:41:02.078677 [ 186 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_31_6} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10035 | 2024.12.12 22:41:02.078889 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10036 | 2024.12.12 22:41:02.079338 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2024.12.12 22:41:02.079382 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10038 | 2024.12.12 22:41:02.079755 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10039 | 2024.12.12 22:41:02.080001 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2024.12.12 22:41:02.080214 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002092 sec., 478.0114722753346 rows/sec., 32.21 KiB/sec. | ||
| 10041 | 2024.12.12 22:41:02.080265 [ 264 ] {9175b30e-8cd1-43be-9cda-4270070c7ce9} <Debug> TCPHandler: Processed in 0.002665032 sec. | ||
| 10042 | 2024.12.12 22:41:02.080428 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10043 | 2024.12.12 22:41:02.080567 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10044 | 2024.12.12 22:41:02.080656 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10045 | 2024.12.12 22:41:02.081808 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10046 | 2024.12.12 22:41:02.081845 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10047 | 2024.12.12 22:41:02.082487 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10048 | 2024.12.12 22:41:02.082746 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10049 | 2024.12.12 22:41:02.082947 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002411 sec., 10783.907092492742 rows/sec., 19.32 MiB/sec. | ||
| 10050 | 2024.12.12 22:41:02.083038 [ 265 ] {287d5dd7-1644-4431-9d96-f0c7166db6a9} <Debug> TCPHandler: Processed in 0.002678473 sec. | ||
| 10051 | 2024.12.12 22:41:02.083193 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10052 | 2024.12.12 22:41:02.083334 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10053 | 2024.12.12 22:41:02.083395 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10054 | 2024.12.12 22:41:02.083931 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.12.12 22:41:02.083970 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10056 | 2024.12.12 22:41:02.084366 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10057 | 2024.12.12 22:41:02.084607 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10058 | 2024.12.12 22:41:02.084815 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001512 sec., 54232.80423280423 rows/sec., 3.44 MiB/sec. | ||
| 10059 | 2024.12.12 22:41:02.084864 [ 264 ] {e986fd77-49c6-418b-9f8a-e99f89420d80} <Debug> TCPHandler: Processed in 0.001739074 sec. | ||
| 10060 | 2024.12.12 22:41:02.984029 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10061 | 2024.12.12 22:41:03.003184 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2024.12.12 22:41:03.003254 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10063 | 2024.12.12 22:41:03.010299 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10064 | 2024.12.12 22:41:03.011067 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10065 | 2024.12.12 22:41:03.013878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10066 | 2024.12.12 22:41:07.066392 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10067 | 2024.12.12 22:41:07.066603 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10068 | 2024.12.12 22:41:07.066679 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10069 | 2024.12.12 22:41:07.068551 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10070 | 2024.12.12 22:41:07.068612 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10071 | 2024.12.12 22:41:07.069179 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10072 | 2024.12.12 22:41:07.069454 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2024.12.12 22:41:07.069709 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.003157 sec., 388976.87678175484 rows/sec., 32.02 MiB/sec. | ||
| 10074 | 2024.12.12 22:41:07.069784 [ 264 ] {420a19ae-ca86-4ddb-8e4f-48e639b8941c} <Debug> TCPHandler: Processed in 0.003530879 sec. | ||
| 10075 | 2024.12.12 22:41:07.070072 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10076 | 2024.12.12 22:41:07.070269 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10077 | 2024.12.12 22:41:07.070358 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10078 | 2024.12.12 22:41:07.071177 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2024.12.12 22:41:07.071235 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10080 | 2024.12.12 22:41:07.071685 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10081 | 2024.12.12 22:41:07.071956 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10082 | 2024.12.12 22:41:07.072158 [ 101 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 10083 | 2024.12.12 22:41:07.072198 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001974 sec., 8105.369807497467 rows/sec., 609.49 KiB/sec. | ||
| 10084 | 2024.12.12 22:41:07.072217 [ 101 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2024.12.12 22:41:07.072281 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10086 | 2024.12.12 22:41:07.072330 [ 265 ] {ec8b4c22-6a19-4477-a06e-75c1b30696fc} <Debug> TCPHandler: Processed in 0.002394457 sec. | ||
| 10087 | 2024.12.12 22:41:07.072585 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 10088 | 2024.12.12 22:41:07.072610 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10089 | 2024.12.12 22:41:07.073002 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10090 | 2024.12.12 22:41:07.073010 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10091 | 2024.12.12 22:41:07.073134 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 67 rows starting from the beginning of the part | ||
| 10092 | 2024.12.12 22:41:07.073168 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10093 | 2024.12.12 22:41:07.073601 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 10094 | 2024.12.12 22:41:07.074105 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 43 rows starting from the beginning of the part | ||
| 10095 | 2024.12.12 22:41:07.074639 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 10096 | 2024.12.12 22:41:07.075059 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part | ||
| 10097 | 2024.12.12 22:41:07.075500 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 16 rows starting from the beginning of the part | ||
| 10098 | 2024.12.12 22:41:07.077198 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2024.12.12 22:41:07.077268 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10100 | 2024.12.12 22:41:07.078422 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10101 | 2024.12.12 22:41:07.078519 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.00613279 sec., 31144.06330560805 rows/sec., 2.35 MiB/sec. | ||
| 10102 | 2024.12.12 22:41:07.078676 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 10103 | 2024.12.12 22:41:07.078850 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10104 | 2024.12.12 22:41:07.079239 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2024.12.12 22:41:07.079270 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006425 sec., 35486.3813229572 rows/sec., 2.40 MiB/sec. | ||
| 10106 | 2024.12.12 22:41:07.079449 [ 264 ] {c6722448-68f1-4e1a-8a20-1e2f318bf636} <Debug> TCPHandler: Processed in 0.006986808 sec. | ||
| 10107 | 2024.12.12 22:41:07.079451 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_70_14} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 10108 | 2024.12.12 22:41:07.079589 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10109 | 2024.12.12 22:41:07.079652 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10110 | 2024.12.12 22:41:07.079762 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10111 | 2024.12.12 22:41:07.079810 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10112 | 2024.12.12 22:41:07.080749 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10113 | 2024.12.12 22:41:07.080796 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10114 | 2024.12.12 22:41:07.081203 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10115 | 2024.12.12 22:41:07.081451 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10116 | 2024.12.12 22:41:07.081679 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001939 sec., 276431.15007735946 rows/sec., 20.49 MiB/sec. | ||
| 10117 | 2024.12.12 22:41:07.081772 [ 265 ] {95c67c71-3d29-41ff-bc8b-eeb3ee798812} <Debug> TCPHandler: Processed in 0.002184592 sec. | ||
| 10118 | 2024.12.12 22:41:07.081996 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10119 | 2024.12.12 22:41:07.082173 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10120 | 2024.12.12 22:41:07.082238 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10121 | 2024.12.12 22:41:07.083023 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2024.12.12 22:41:07.083064 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10123 | 2024.12.12 22:41:07.083529 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10124 | 2024.12.12 22:41:07.083789 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2024.12.12 22:41:07.083983 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001837 sec., 479041.91616766463 rows/sec., 32.23 MiB/sec. | ||
| 10126 | 2024.12.12 22:41:07.084078 [ 264 ] {c88cbf09-bb14-4315-b7e6-70d12d42564a} <Debug> TCPHandler: Processed in 0.002199514 sec. | ||
| 10127 | 2024.12.12 22:41:07.084282 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10128 | 2024.12.12 22:41:07.084415 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10129 | 2024.12.12 22:41:07.084490 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10130 | 2024.12.12 22:41:07.085636 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2024.12.12 22:41:07.085675 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10132 | 2024.12.12 22:41:07.086325 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10133 | 2024.12.12 22:41:07.086593 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2024.12.12 22:41:07.086842 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002454 sec., 6519.967400162999 rows/sec., 11.68 MiB/sec. | ||
| 10135 | 2024.12.12 22:41:07.086936 [ 265 ] {9f54317d-2b1f-4f9e-ad11-ac8d6165311c} <Debug> TCPHandler: Processed in 0.002755914 sec. | ||
| 10136 | 2024.12.12 22:41:07.087091 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10137 | 2024.12.12 22:41:07.087217 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10138 | 2024.12.12 22:41:07.087273 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10139 | 2024.12.12 22:41:07.087803 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2024.12.12 22:41:07.087872 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10141 | 2024.12.12 22:41:07.088266 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10142 | 2024.12.12 22:41:07.088519 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2024.12.12 22:41:07.088696 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 10144 | 2024.12.12 22:41:07.088746 [ 264 ] {fb97017a-b852-42a4-ae0f-f2edb6cd619c} <Debug> TCPHandler: Processed in 0.001713403 sec. | ||
| 10145 | 2024.12.12 22:41:08.803652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10146 | 2024.12.12 22:41:08.804307 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10147 | 2024.12.12 22:41:08.804358 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10148 | 2024.12.12 22:41:08.804892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10149 | 2024.12.12 22:41:08.805199 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10150 | 2024.12.12 22:41:08.805457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10151 | 2024.12.12 22:41:10.513934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10152 | 2024.12.12 22:41:10.533694 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10153 | 2024.12.12 22:41:10.533757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10154 | 2024.12.12 22:41:10.541591 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10155 | 2024.12.12 22:41:10.542360 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10156 | 2024.12.12 22:41:10.544931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10157 | 2024.12.12 22:41:11.422550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1382 | ||
| 10158 | 2024.12.12 22:41:11.425779 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.12.12 22:41:11.425843 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10160 | 2024.12.12 22:41:11.427323 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10161 | 2024.12.12 22:41:11.427630 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2024.12.12 22:41:11.428232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 10163 | 2024.12.12 22:41:12.039306 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2024.12.12 22:41:12.039495 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10165 | 2024.12.12 22:41:12.039567 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10166 | 2024.12.12 22:41:12.040344 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2024.12.12 22:41:12.040389 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10168 | 2024.12.12 22:41:12.040834 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10169 | 2024.12.12 22:41:12.041097 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2024.12.12 22:41:12.041344 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 10171 | 2024.12.12 22:41:12.041584 [ 264 ] {942e46a8-a17f-4418-80a8-fb62fba0d7d4} <Debug> TCPHandler: Processed in 0.002405417 sec. | ||
| 10172 | 2024.12.12 22:41:12.041876 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10173 | 2024.12.12 22:41:12.042088 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10174 | 2024.12.12 22:41:12.042170 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10175 | 2024.12.12 22:41:12.043170 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2024.12.12 22:41:12.043222 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10177 | 2024.12.12 22:41:12.043692 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10178 | 2024.12.12 22:41:12.043976 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2024.12.12 22:41:12.044223 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002193 sec., 116279.06976744186 rows/sec., 10.20 MiB/sec. | ||
| 10180 | 2024.12.12 22:41:12.044295 [ 265 ] {0ec2ae4f-2e05-4df5-84bc-5d5087e2e695} <Debug> TCPHandler: Processed in 0.002565251 sec. | ||
| 10181 | 2024.12.12 22:41:12.044507 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10182 | 2024.12.12 22:41:12.044668 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10183 | 2024.12.12 22:41:12.044732 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10184 | 2024.12.12 22:41:12.045398 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10185 | 2024.12.12 22:41:12.045438 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10186 | 2024.12.12 22:41:12.045819 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10187 | 2024.12.12 22:41:12.046074 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10188 | 2024.12.12 22:41:12.046284 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001651 sec., 19987.886129618415 rows/sec., 1.43 MiB/sec. | ||
| 10189 | 2024.12.12 22:41:12.046343 [ 264 ] {dc2a1d9d-43e6-4a4a-a118-0e77b195a94a} <Debug> TCPHandler: Processed in 0.001944049 sec. | ||
| 10190 | 2024.12.12 22:41:12.046506 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10191 | 2024.12.12 22:41:12.046652 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10192 | 2024.12.12 22:41:12.046712 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10193 | 2024.12.12 22:41:12.047354 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10194 | 2024.12.12 22:41:12.047396 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10195 | 2024.12.12 22:41:12.047763 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10196 | 2024.12.12 22:41:12.048012 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10197 | 2024.12.12 22:41:12.048267 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 10198 | 2024.12.12 22:41:12.048399 [ 265 ] {ed23e808-1b17-4bfc-add2-beb585c3a005} <Debug> TCPHandler: Processed in 0.001957439 sec. | ||
| 10199 | 2024.12.12 22:41:12.048631 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10200 | 2024.12.12 22:41:12.048781 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10201 | 2024.12.12 22:41:12.048857 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10202 | 2024.12.12 22:41:12.049477 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10203 | 2024.12.12 22:41:12.049519 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10204 | 2024.12.12 22:41:12.049884 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10205 | 2024.12.12 22:41:12.050132 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10206 | 2024.12.12 22:41:12.050379 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec. | ||
| 10207 | 2024.12.12 22:41:12.050566 [ 264 ] {fbcbbbd8-e14f-44e3-83f7-7dffc78c2694} <Debug> TCPHandler: Processed in 0.00206136 sec. | ||
| 10208 | 2024.12.12 22:41:12.050761 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10209 | 2024.12.12 22:41:12.050891 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10210 | 2024.12.12 22:41:12.050957 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10211 | 2024.12.12 22:41:12.051804 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2024.12.12 22:41:12.051845 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10213 | 2024.12.12 22:41:12.052243 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10214 | 2024.12.12 22:41:12.052485 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10215 | 2024.12.12 22:41:12.052711 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001854 sec., 220064.72491909386 rows/sec., 15.68 MiB/sec. | ||
| 10216 | 2024.12.12 22:41:12.052766 [ 265 ] {d2c33d42-a6d2-4150-b575-52f198913c4b} <Debug> TCPHandler: Processed in 0.002092251 sec. | ||
| 10217 | 2024.12.12 22:41:12.052913 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2024.12.12 22:41:12.053037 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10219 | 2024.12.12 22:41:12.053100 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10220 | 2024.12.12 22:41:12.053671 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2024.12.12 22:41:12.053718 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10222 | 2024.12.12 22:41:12.054145 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10223 | 2024.12.12 22:41:12.054387 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10224 | 2024.12.12 22:41:12.054636 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 10225 | 2024.12.12 22:41:12.054776 [ 264 ] {92986b1b-d51f-4623-8602-4d337c41c3f7} <Debug> TCPHandler: Processed in 0.001916587 sec. | ||
| 10226 | 2024.12.12 22:41:12.054981 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10227 | 2024.12.12 22:41:12.055117 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10228 | 2024.12.12 22:41:12.055179 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10229 | 2024.12.12 22:41:12.055864 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2024.12.12 22:41:12.055906 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10231 | 2024.12.12 22:41:12.056357 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10232 | 2024.12.12 22:41:12.056615 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2024.12.12 22:41:12.056829 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 10234 | 2024.12.12 22:41:12.056882 [ 265 ] {3afd8862-5219-4fc6-96d0-3a96c3913425} <Debug> TCPHandler: Processed in 0.00199266 sec. | ||
| 10235 | 2024.12.12 22:41:12.057025 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10236 | 2024.12.12 22:41:12.057145 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10237 | 2024.12.12 22:41:12.057197 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10238 | 2024.12.12 22:41:12.057669 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10239 | 2024.12.12 22:41:12.057709 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10240 | 2024.12.12 22:41:12.058074 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10241 | 2024.12.12 22:41:12.058320 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10242 | 2024.12.12 22:41:12.058531 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec. | ||
| 10243 | 2024.12.12 22:41:12.058582 [ 264 ] {17237bc2-69d3-4850-8f77-f1e2f3750cc5} <Debug> TCPHandler: Processed in 0.001612272 sec. | ||
| 10244 | 2024.12.12 22:41:12.058715 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10245 | 2024.12.12 22:41:12.058837 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10246 | 2024.12.12 22:41:12.058919 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10247 | 2024.12.12 22:41:12.060124 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10248 | 2024.12.12 22:41:12.060164 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10249 | 2024.12.12 22:41:12.060830 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10250 | 2024.12.12 22:41:12.061105 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10251 | 2024.12.12 22:41:12.061293 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10252 | 2024.12.12 22:41:12.061370 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002553 sec., 10184.097140618878 rows/sec., 18.25 MiB/sec. | ||
| 10253 | 2024.12.12 22:41:12.061386 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10254 | 2024.12.12 22:41:12.061463 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10255 | 2024.12.12 22:41:12.061858 [ 265 ] {8bc921fc-63ca-4301-9916-d15db546171d} <Debug> TCPHandler: Processed in 0.003198703 sec. | ||
| 10256 | 2024.12.12 22:41:12.061993 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 10257 | 2024.12.12 22:41:12.062207 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10258 | 2024.12.12 22:41:12.062554 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10259 | 2024.12.12 22:41:12.062757 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10260 | 2024.12.12 22:41:12.063900 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10261 | 2024.12.12 22:41:12.064086 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1404 rows starting from the beginning of the part | ||
| 10262 | 2024.12.12 22:41:12.064868 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 26 rows starting from the beginning of the part | ||
| 10263 | 2024.12.12 22:41:12.065066 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2024.12.12 22:41:12.065180 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10265 | 2024.12.12 22:41:12.065595 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 10266 | 2024.12.12 22:41:12.066156 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part | ||
| 10267 | 2024.12.12 22:41:12.066854 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 16 rows starting from the beginning of the part | ||
| 10268 | 2024.12.12 22:41:12.066966 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10269 | 2024.12.12 22:41:12.067388 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 10270 | 2024.12.12 22:41:12.068141 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10271 | 2024.12.12 22:41:12.068800 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006366 sec., 12880.929940307886 rows/sec., 837.73 KiB/sec. | ||
| 10272 | 2024.12.12 22:41:12.069186 [ 264 ] {0b3bc3e3-cb38-4e2c-9093-81bc4deb195d} <Debug> TCPHandler: Processed in 0.007189091 sec. | ||
| 10273 | 2024.12.12 22:41:12.078469 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 19 columns (19 merged, 0 gathered) in 0.01683827 sec., 89914.22515495951 rows/sec., 161.12 MiB/sec. | ||
| 10274 | 2024.12.12 22:41:12.079925 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10275 | 2024.12.12 22:41:12.080407 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2024.12.12 22:41:12.080509 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10277 | 2024.12.12 22:41:12.080681 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 10278 | 2024.12.12 22:41:13.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.08 MiB, peak 247.49 MiB, free memory in arenas 0.00 B, will set to 239.49 MiB (RSS), difference: 4.41 MiB | ||
| 10279 | 2024.12.12 22:41:16.136673 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10280 | 2024.12.12 22:41:16.136773 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10281 | 2024.12.12 22:41:16.305591 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10282 | 2024.12.12 22:41:16.306519 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10283 | 2024.12.12 22:41:16.306562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10284 | 2024.12.12 22:41:16.307094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10285 | 2024.12.12 22:41:16.307357 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10286 | 2024.12.12 22:41:16.307607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10287 | 2024.12.12 22:41:17.034516 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10288 | 2024.12.12 22:41:17.034702 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10289 | 2024.12.12 22:41:17.034774 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10290 | 2024.12.12 22:41:17.035577 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10291 | 2024.12.12 22:41:17.035627 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10292 | 2024.12.12 22:41:17.036070 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10293 | 2024.12.12 22:41:17.036327 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10294 | 2024.12.12 22:41:17.036555 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001903 sec., 46242.77456647399 rows/sec., 3.80 MiB/sec. | ||
| 10295 | 2024.12.12 22:41:17.036616 [ 264 ] {e9302891-43ba-4e87-99ad-3276324b97bc} <Debug> TCPHandler: Processed in 0.002230434 sec. | ||
| 10296 | 2024.12.12 22:41:17.036884 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10297 | 2024.12.12 22:41:17.037093 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10298 | 2024.12.12 22:41:17.037169 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10299 | 2024.12.12 22:41:17.037918 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10300 | 2024.12.12 22:41:17.037963 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10301 | 2024.12.12 22:41:17.038503 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10302 | 2024.12.12 22:41:17.038824 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10303 | 2024.12.12 22:41:17.039132 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002086 sec., 7670.182166826461 rows/sec., 576.76 KiB/sec. | ||
| 10304 | 2024.12.12 22:41:17.039257 [ 265 ] {6844d010-15a9-419f-b32f-2979c45ba5ff} <Debug> TCPHandler: Processed in 0.00251375 sec. | ||
| 10305 | 2024.12.12 22:41:17.039447 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10306 | 2024.12.12 22:41:17.039575 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10307 | 2024.12.12 22:41:17.039624 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10308 | 2024.12.12 22:41:17.040255 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10309 | 2024.12.12 22:41:17.040296 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10310 | 2024.12.12 22:41:17.040658 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10311 | 2024.12.12 22:41:17.040895 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10312 | 2024.12.12 22:41:17.041108 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001555 sec., 51446.94533762058 rows/sec., 4.02 MiB/sec. | ||
| 10313 | 2024.12.12 22:41:17.041163 [ 264 ] {6b397460-ffd8-4a3d-8582-53a793ae2694} <Debug> TCPHandler: Processed in 0.001798005 sec. | ||
| 10314 | 2024.12.12 22:41:17.041345 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10315 | 2024.12.12 22:41:17.041490 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10316 | 2024.12.12 22:41:17.041554 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10317 | 2024.12.12 22:41:17.042241 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10318 | 2024.12.12 22:41:17.042281 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10319 | 2024.12.12 22:41:17.042683 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10320 | 2024.12.12 22:41:17.042922 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10321 | 2024.12.12 22:41:17.043144 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
| 10322 | 2024.12.12 22:41:17.043201 [ 265 ] {78d7c299-dad8-4861-9c2d-7e79dd615528} <Debug> TCPHandler: Processed in 0.001924958 sec. | ||
| 10323 | 2024.12.12 22:41:17.043410 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10324 | 2024.12.12 22:41:17.043634 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10325 | 2024.12.12 22:41:17.043780 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10326 | 2024.12.12 22:41:17.045157 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10327 | 2024.12.12 22:41:17.045197 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10328 | 2024.12.12 22:41:17.045828 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10329 | 2024.12.12 22:41:17.046082 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10330 | 2024.12.12 22:41:17.046309 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002731 sec., 5858.65983156353 rows/sec., 10.50 MiB/sec. | ||
| 10331 | 2024.12.12 22:41:17.046406 [ 264 ] {ecb1a7cb-1702-4e7d-9d93-a8cce262a1ea} <Debug> TCPHandler: Processed in 0.003105591 sec. | ||
| 10332 | 2024.12.12 22:41:17.046562 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10333 | 2024.12.12 22:41:17.046702 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10334 | 2024.12.12 22:41:17.046762 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10335 | 2024.12.12 22:41:17.047319 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10336 | 2024.12.12 22:41:17.047358 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10337 | 2024.12.12 22:41:17.047730 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10338 | 2024.12.12 22:41:17.047969 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2024.12.12 22:41:17.048199 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 10340 | 2024.12.12 22:41:17.048273 [ 265 ] {b1265c9c-4b94-4f2c-aa50-04fcbb8789ed} <Debug> TCPHandler: Processed in 0.001778465 sec. | ||
| 10341 | 2024.12.12 22:41:18.044978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10342 | 2024.12.12 22:41:18.066494 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2024.12.12 22:41:18.066553 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 10344 | 2024.12.12 22:41:18.073985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10345 | 2024.12.12 22:41:18.074767 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2024.12.12 22:41:18.079276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10347 | 2024.12.12 22:41:21.428423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1416 | ||
| 10348 | 2024.12.12 22:41:21.431631 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2024.12.12 22:41:21.431682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10350 | 2024.12.12 22:41:21.433146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10351 | 2024.12.12 22:41:21.433453 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2024.12.12 22:41:21.434021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1416 | ||
| 10353 | 2024.12.12 22:41:22.039588 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10354 | 2024.12.12 22:41:22.039780 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10355 | 2024.12.12 22:41:22.039851 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10356 | 2024.12.12 22:41:22.040623 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10357 | 2024.12.12 22:41:22.040676 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10358 | 2024.12.12 22:41:22.041116 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10359 | 2024.12.12 22:41:22.041373 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10360 | 2024.12.12 22:41:22.041570 [ 86 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10361 | 2024.12.12 22:41:22.041634 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 10362 | 2024.12.12 22:41:22.041662 [ 86 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10363 | 2024.12.12 22:41:22.041728 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10364 | 2024.12.12 22:41:22.041758 [ 264 ] {27da712e-9f5a-4008-a1b1-41594d8e39ca} <Debug> TCPHandler: Processed in 0.002296865 sec. | ||
| 10365 | 2024.12.12 22:41:22.042048 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 10366 | 2024.12.12 22:41:22.042113 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10367 | 2024.12.12 22:41:22.042537 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10368 | 2024.12.12 22:41:22.042561 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10369 | 2024.12.12 22:41:22.042648 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 10370 | 2024.12.12 22:41:22.042658 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10371 | 2024.12.12 22:41:22.043057 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10372 | 2024.12.12 22:41:22.043346 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10373 | 2024.12.12 22:41:22.043655 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10374 | 2024.12.12 22:41:22.044087 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10375 | 2024.12.12 22:41:22.045983 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2024.12.12 22:41:22.046073 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10377 | 2024.12.12 22:41:22.046612 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004750613 sec., 14734.940522412582 rows/sec., 1.09 MiB/sec. | ||
| 10378 | 2024.12.12 22:41:22.046846 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10379 | 2024.12.12 22:41:22.047064 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10380 | 2024.12.12 22:41:22.047381 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2024.12.12 22:41:22.047574 [ 197 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_33_8} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10382 | 2024.12.12 22:41:22.047580 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10383 | 2024.12.12 22:41:22.047737 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10384 | 2024.12.12 22:41:22.047964 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005585 sec., 45658.01253357207 rows/sec., 4.01 MiB/sec. | ||
| 10385 | 2024.12.12 22:41:22.048054 [ 265 ] {207fd0e4-d2ff-426e-866a-cdf81c321b78} <Debug> TCPHandler: Processed in 0.006147851 sec. | ||
| 10386 | 2024.12.12 22:41:22.048265 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2024.12.12 22:41:22.048425 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10388 | 2024.12.12 22:41:22.048486 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10389 | 2024.12.12 22:41:22.049201 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2024.12.12 22:41:22.049251 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10391 | 2024.12.12 22:41:22.049628 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10392 | 2024.12.12 22:41:22.049871 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2024.12.12 22:41:22.050125 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001724 sec., 19141.5313225058 rows/sec., 1.37 MiB/sec. | ||
| 10394 | 2024.12.12 22:41:22.050194 [ 264 ] {6f3e8749-10ae-46e0-ad1a-1d04514555b8} <Debug> TCPHandler: Processed in 0.002036529 sec. | ||
| 10395 | 2024.12.12 22:41:22.050448 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2024.12.12 22:41:22.050612 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10397 | 2024.12.12 22:41:22.050670 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10398 | 2024.12.12 22:41:22.051345 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2024.12.12 22:41:22.051385 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10400 | 2024.12.12 22:41:22.051753 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10401 | 2024.12.12 22:41:22.051994 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.12.12 22:41:22.052210 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001627 sec., 8604.79409956976 rows/sec., 602.62 KiB/sec. | ||
| 10403 | 2024.12.12 22:41:22.052263 [ 265 ] {f65fdb14-885c-4719-be6a-4da5ad6d8672} <Debug> TCPHandler: Processed in 0.001949478 sec. | ||
| 10404 | 2024.12.12 22:41:22.052424 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2024.12.12 22:41:22.052564 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10406 | 2024.12.12 22:41:22.052621 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10407 | 2024.12.12 22:41:22.053298 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2024.12.12 22:41:22.053339 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10409 | 2024.12.12 22:41:22.053690 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10410 | 2024.12.12 22:41:22.053926 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.12.12 22:41:22.054094 [ 86 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10412 | 2024.12.12 22:41:22.054161 [ 86 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2024.12.12 22:41:22.054167 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 10414 | 2024.12.12 22:41:22.054212 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10415 | 2024.12.12 22:41:22.054318 [ 264 ] {7a14ad4f-d4b0-4a7b-9d88-ad978ece2b40} <Debug> TCPHandler: Processed in 0.001957429 sec. | ||
| 10416 | 2024.12.12 22:41:22.054603 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2024.12.12 22:41:22.054614 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 10418 | 2024.12.12 22:41:22.054860 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10419 | 2024.12.12 22:41:22.054884 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10420 | 2024.12.12 22:41:22.054933 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 10421 | 2024.12.12 22:41:22.054935 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10422 | 2024.12.12 22:41:22.055280 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 10423 | 2024.12.12 22:41:22.055588 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 10424 | 2024.12.12 22:41:22.055994 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 10425 | 2024.12.12 22:41:22.056385 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 10426 | 2024.12.12 22:41:22.057703 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10427 | 2024.12.12 22:41:22.057753 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10428 | 2024.12.12 22:41:22.058146 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003802164 sec., 17095.52770474919 rows/sec., 1.11 MiB/sec. | ||
| 10429 | 2024.12.12 22:41:22.058409 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10430 | 2024.12.12 22:41:22.058452 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10431 | 2024.12.12 22:41:22.059017 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2024.12.12 22:41:22.059025 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10433 | 2024.12.12 22:41:22.059235 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_33_8} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10434 | 2024.12.12 22:41:22.059459 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10435 | 2024.12.12 22:41:22.059498 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004683 sec., 87123.63869314543 rows/sec., 6.21 MiB/sec. | ||
| 10436 | 2024.12.12 22:41:22.059570 [ 265 ] {1b9fac6e-3b11-4d1e-bcba-124e411ccbf5} <Debug> TCPHandler: Processed in 0.005144541 sec. | ||
| 10437 | 2024.12.12 22:41:22.059729 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10438 | 2024.12.12 22:41:22.059871 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10439 | 2024.12.12 22:41:22.059932 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10440 | 2024.12.12 22:41:22.060483 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10441 | 2024.12.12 22:41:22.060522 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10442 | 2024.12.12 22:41:22.060890 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10443 | 2024.12.12 22:41:22.061138 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10444 | 2024.12.12 22:41:22.061396 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 10445 | 2024.12.12 22:41:22.061583 [ 264 ] {d8a57ff4-c040-4a55-a8e3-b2078d6e7ff2} <Debug> TCPHandler: Processed in 0.001917388 sec. | ||
| 10446 | 2024.12.12 22:41:22.061778 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10447 | 2024.12.12 22:41:22.061914 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10448 | 2024.12.12 22:41:22.061974 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10449 | 2024.12.12 22:41:22.062578 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10450 | 2024.12.12 22:41:22.062616 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10451 | 2024.12.12 22:41:22.063025 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10452 | 2024.12.12 22:41:22.063264 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10453 | 2024.12.12 22:41:22.063440 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10454 | 2024.12.12 22:41:22.063504 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10455 | 2024.12.12 22:41:22.063514 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 10456 | 2024.12.12 22:41:22.063544 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10457 | 2024.12.12 22:41:22.063656 [ 265 ] {c74be5d2-3b98-418b-96cd-9d8e562784f3} <Debug> TCPHandler: Processed in 0.001972859 sec. | ||
| 10458 | 2024.12.12 22:41:22.063753 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 10459 | 2024.12.12 22:41:22.063919 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10460 | 2024.12.12 22:41:22.063920 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10461 | 2024.12.12 22:41:22.064027 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21720 rows starting from the beginning of the part | ||
| 10462 | 2024.12.12 22:41:22.064290 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 10463 | 2024.12.12 22:41:22.064497 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10464 | 2024.12.12 22:41:22.064570 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 880 rows starting from the beginning of the part | ||
| 10465 | 2024.12.12 22:41:22.064673 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10466 | 2024.12.12 22:41:22.065033 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 10467 | 2024.12.12 22:41:22.065343 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 10468 | 2024.12.12 22:41:22.065695 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 10469 | 2024.12.12 22:41:22.066985 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10470 | 2024.12.12 22:41:22.067030 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10471 | 2024.12.12 22:41:22.067586 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10472 | 2024.12.12 22:41:22.068008 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10473 | 2024.12.12 22:41:22.068487 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004148 sec., 241.0800385728062 rows/sec., 16.24 KiB/sec. | ||
| 10474 | 2024.12.12 22:41:22.068663 [ 264 ] {a20d7d60-19d3-4469-86b7-875ea7e6bc52} <Debug> TCPHandler: Processed in 0.004889366 sec. | ||
| 10475 | 2024.12.12 22:41:22.068876 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10476 | 2024.12.12 22:41:22.069013 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10477 | 2024.12.12 22:41:22.069109 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10478 | 2024.12.12 22:41:22.070412 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10479 | 2024.12.12 22:41:22.070450 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10480 | 2024.12.12 22:41:22.071096 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10481 | 2024.12.12 22:41:22.071355 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10482 | 2024.12.12 22:41:22.071619 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002635 sec., 9867.17267552182 rows/sec., 17.68 MiB/sec. | ||
| 10483 | 2024.12.12 22:41:22.071719 [ 265 ] {3e56b8fe-4c48-46f7-99a4-78ab50b95ead} <Debug> TCPHandler: Processed in 0.002941587 sec. | ||
| 10484 | 2024.12.12 22:41:22.071938 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10485 | 2024.12.12 22:41:22.072162 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10486 | 2024.12.12 22:41:22.072258 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10487 | 2024.12.12 22:41:22.072799 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10488 | 2024.12.12 22:41:22.072836 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10489 | 2024.12.12 22:41:22.073207 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10490 | 2024.12.12 22:41:22.073457 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10491 | 2024.12.12 22:41:22.073590 [ 85 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10492 | 2024.12.12 22:41:22.073638 [ 85 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10493 | 2024.12.12 22:41:22.073643 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001533 sec., 53489.88910632746 rows/sec., 3.40 MiB/sec. | ||
| 10494 | 2024.12.12 22:41:22.073664 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10495 | 2024.12.12 22:41:22.073708 [ 264 ] {35694d7b-ce7d-4894-918f-6cdb278dab3c} <Debug> TCPHandler: Processed in 0.001883707 sec. | ||
| 10496 | 2024.12.12 22:41:22.073900 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 10497 | 2024.12.12 22:41:22.074038 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10498 | 2024.12.12 22:41:22.074074 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4398 rows starting from the beginning of the part | ||
| 10499 | 2024.12.12 22:41:22.074186 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 10500 | 2024.12.12 22:41:22.074387 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 10501 | 2024.12.12 22:41:22.074601 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 10502 | 2024.12.12 22:41:22.074694 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 10503 | 2024.12.12 22:41:22.074942 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 10504 | 2024.12.12 22:41:22.077962 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4764 rows, containing 4 columns (4 merged, 0 gathered) in 0.004210003 sec., 1131590.6425719885 rows/sec., 73.73 MiB/sec. | ||
| 10505 | 2024.12.12 22:41:22.078345 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10506 | 2024.12.12 22:41:22.078677 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10507 | 2024.12.12 22:41:22.078857 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_71_14} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10508 | 2024.12.12 22:41:22.078951 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10509 | 2024.12.12 22:41:22.080307 [ 192 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23471 rows, containing 5 columns (5 merged, 0 gathered) in 0.016632517 sec., 1411151.4210386798 rows/sec., 95.29 MiB/sec. | ||
| 10510 | 2024.12.12 22:41:22.080802 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10511 | 2024.12.12 22:41:22.081096 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10512 | 2024.12.12 22:41:22.081183 [ 193 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10513 | 2024.12.12 22:41:22.081275 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 10514 | 2024.12.12 22:41:23.807757 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10515 | 2024.12.12 22:41:23.808664 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2024.12.12 22:41:23.808708 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10517 | 2024.12.12 22:41:23.809220 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10518 | 2024.12.12 22:41:23.809466 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2024.12.12 22:41:23.809684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10520 | 2024.12.12 22:41:25.579331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10521 | 2024.12.12 22:41:25.600615 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2024.12.12 22:41:25.600670 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10523 | 2024.12.12 22:41:25.608245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10524 | 2024.12.12 22:41:25.609025 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10525 | 2024.12.12 22:41:25.611796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10526 | 2024.12.12 22:41:27.034509 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2024.12.12 22:41:27.034704 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10528 | 2024.12.12 22:41:27.034782 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10529 | 2024.12.12 22:41:27.035607 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.12.12 22:41:27.035661 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10531 | 2024.12.12 22:41:27.036122 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10532 | 2024.12.12 22:41:27.036398 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.12.12 22:41:27.036605 [ 80 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10534 | 2024.12.12 22:41:27.036685 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002029 sec., 43371.118777723015 rows/sec., 3.56 MiB/sec. | ||
| 10535 | 2024.12.12 22:41:27.036703 [ 80 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2024.12.12 22:41:27.036772 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10537 | 2024.12.12 22:41:27.036833 [ 264 ] {a811774c-14cb-4c48-bc9a-fc39e9bd86d3} <Debug> TCPHandler: Processed in 0.002459328 sec. | ||
| 10538 | 2024.12.12 22:41:27.037120 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 10539 | 2024.12.12 22:41:27.037222 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10540 | 2024.12.12 22:41:27.037687 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10541 | 2024.12.12 22:41:27.037751 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10542 | 2024.12.12 22:41:27.037875 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10543 | 2024.12.12 22:41:27.037993 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1437 rows starting from the beginning of the part | ||
| 10544 | 2024.12.12 22:41:27.038703 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1228 rows starting from the beginning of the part | ||
| 10545 | 2024.12.12 22:41:27.039126 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 255 rows starting from the beginning of the part | ||
| 10546 | 2024.12.12 22:41:27.039426 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 88 rows starting from the beginning of the part | ||
| 10547 | 2024.12.12 22:41:27.039784 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 255 rows starting from the beginning of the part | ||
| 10548 | 2024.12.12 22:41:27.040089 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 88 rows starting from the beginning of the part | ||
| 10549 | 2024.12.12 22:41:27.040955 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2024.12.12 22:41:27.041035 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10551 | 2024.12.12 22:41:27.042026 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10552 | 2024.12.12 22:41:27.042576 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2024.12.12 22:41:27.042867 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005346 sec., 2992.8918817807707 rows/sec., 225.05 KiB/sec. | ||
| 10554 | 2024.12.12 22:41:27.042976 [ 265 ] {9babcea0-3b43-4702-ac1a-52626123cec1} <Debug> TCPHandler: Processed in 0.005995248 sec. | ||
| 10555 | 2024.12.12 22:41:27.043157 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2024.12.12 22:41:27.043420 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3351 rows, containing 5 columns (5 merged, 0 gathered) in 0.006541248 sec., 512287.563474126 rows/sec., 44.79 MiB/sec. | ||
| 10557 | 2024.12.12 22:41:27.043448 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10558 | 2024.12.12 22:41:27.043522 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10559 | 2024.12.12 22:41:27.043700 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10560 | 2024.12.12 22:41:27.044300 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10561 | 2024.12.12 22:41:27.044453 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_76_15} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10562 | 2024.12.12 22:41:27.044618 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 10563 | 2024.12.12 22:41:27.044792 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2024.12.12 22:41:27.044842 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10565 | 2024.12.12 22:41:27.045227 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10566 | 2024.12.12 22:41:27.045485 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2024.12.12 22:41:27.045651 [ 80 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10568 | 2024.12.12 22:41:27.045708 [ 80 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2024.12.12 22:41:27.045739 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10570 | 2024.12.12 22:41:27.045760 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002361 sec., 33883.94747988141 rows/sec., 2.65 MiB/sec. | ||
| 10571 | 2024.12.12 22:41:27.046074 [ 264 ] {f34220a0-d488-4235-94df-283bb248eeac} <Debug> TCPHandler: Processed in 0.002999199 sec. | ||
| 10572 | 2024.12.12 22:41:27.046088 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 10573 | 2024.12.12 22:41:27.046345 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10574 | 2024.12.12 22:41:27.046562 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10575 | 2024.12.12 22:41:27.046694 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 10576 | 2024.12.12 22:41:27.046817 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10577 | 2024.12.12 22:41:27.047148 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 536 rows starting from the beginning of the part | ||
| 10578 | 2024.12.12 22:41:27.047248 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10579 | 2024.12.12 22:41:27.047552 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 408 rows starting from the beginning of the part | ||
| 10580 | 2024.12.12 22:41:27.047922 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 80 rows starting from the beginning of the part | ||
| 10581 | 2024.12.12 22:41:27.048379 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 408 rows starting from the beginning of the part | ||
| 10582 | 2024.12.12 22:41:27.048737 [ 193 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 80 rows starting from the beginning of the part | ||
| 10583 | 2024.12.12 22:41:27.050483 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10584 | 2024.12.12 22:41:27.050559 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10585 | 2024.12.12 22:41:27.051616 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10586 | 2024.12.12 22:41:27.052024 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2024.12.12 22:41:27.052391 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.006556028 sec., 370346.1913219406 rows/sec., 28.41 MiB/sec. | ||
| 10588 | 2024.12.12 22:41:27.052484 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005846 sec., 27369.14129319193 rows/sec., 1.91 MiB/sec. | ||
| 10589 | 2024.12.12 22:41:27.052612 [ 265 ] {b934a062-8281-4633-b702-3ef2a09b0b1a} <Debug> TCPHandler: Processed in 0.006440587 sec. | ||
| 10590 | 2024.12.12 22:41:27.052742 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10591 | 2024.12.12 22:41:27.052819 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2024.12.12 22:41:27.053039 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10593 | 2024.12.12 22:41:27.053216 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10594 | 2024.12.12 22:41:27.053245 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10595 | 2024.12.12 22:41:27.053552 [ 198 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_76_15} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10596 | 2024.12.12 22:41:27.053758 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10597 | 2024.12.12 22:41:27.054798 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2024.12.12 22:41:27.054843 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10599 | 2024.12.12 22:41:27.055498 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10600 | 2024.12.12 22:41:27.055770 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2024.12.12 22:41:27.056014 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00305 sec., 5245.901639344262 rows/sec., 9.40 MiB/sec. | ||
| 10602 | 2024.12.12 22:41:27.056113 [ 264 ] {c23f3a49-2cc1-413f-8ffc-ed58c6f7e832} <Debug> TCPHandler: Processed in 0.003386027 sec. | ||
| 10603 | 2024.12.12 22:41:27.056268 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10604 | 2024.12.12 22:41:27.056411 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10605 | 2024.12.12 22:41:27.056472 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10606 | 2024.12.12 22:41:27.057078 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10607 | 2024.12.12 22:41:27.057123 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10608 | 2024.12.12 22:41:27.057568 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10609 | 2024.12.12 22:41:27.057818 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10610 | 2024.12.12 22:41:27.058004 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 10611 | 2024.12.12 22:41:27.058056 [ 265 ] {dd577d5a-a630-4afd-a124-f73b0abf8038} <Debug> TCPHandler: Processed in 0.001853126 sec. | ||
| 10612 | 2024.12.12 22:41:31.137034 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10613 | 2024.12.12 22:41:31.137109 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10614 | 2024.12.12 22:41:31.309819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10615 | 2024.12.12 22:41:31.310823 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10616 | 2024.12.12 22:41:31.310867 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10617 | 2024.12.12 22:41:31.311391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10618 | 2024.12.12 22:41:31.311679 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10619 | 2024.12.12 22:41:31.311914 [ 74 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10620 | 2024.12.12 22:41:31.311950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10621 | 2024.12.12 22:41:31.312019 [ 74 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10622 | 2024.12.12 22:41:31.312065 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10623 | 2024.12.12 22:41:31.312298 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 10624 | 2024.12.12 22:41:31.312844 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10625 | 2024.12.12 22:41:31.312963 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10626 | 2024.12.12 22:41:31.313090 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10627 | 2024.12.12 22:41:31.313236 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10628 | 2024.12.12 22:41:31.313463 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10629 | 2024.12.12 22:41:31.313732 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10630 | 2024.12.12 22:41:31.313941 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10631 | 2024.12.12 22:41:31.316574 [ 191 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004418777 sec., 5811789.099110456 rows/sec., 83.14 MiB/sec. | ||
| 10632 | 2024.12.12 22:41:31.316884 [ 191 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10633 | 2024.12.12 22:41:31.317207 [ 191 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10634 | 2024.12.12 22:41:31.317300 [ 191 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_56_11} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10635 | 2024.12.12 22:41:31.317413 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 10636 | 2024.12.12 22:41:31.434246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1450 | ||
| 10637 | 2024.12.12 22:41:31.437612 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2024.12.12 22:41:31.437659 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10639 | 2024.12.12 22:41:31.439147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10640 | 2024.12.12 22:41:31.439459 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2024.12.12 22:41:31.440864 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1450 | ||
| 10642 | 2024.12.12 22:41:32.038871 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10643 | 2024.12.12 22:41:32.039063 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10644 | 2024.12.12 22:41:32.039151 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10645 | 2024.12.12 22:41:32.040077 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10646 | 2024.12.12 22:41:32.040120 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10647 | 2024.12.12 22:41:32.040572 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10648 | 2024.12.12 22:41:32.040833 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10649 | 2024.12.12 22:41:32.041028 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002019 sec., 6934.125804853888 rows/sec., 499.16 KiB/sec. | ||
| 10650 | 2024.12.12 22:41:32.041087 [ 264 ] {6577e149-2a70-4c9a-82ea-74f507dcc15a} <Debug> TCPHandler: Processed in 0.002342466 sec. | ||
| 10651 | 2024.12.12 22:41:32.041386 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10652 | 2024.12.12 22:41:32.041606 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10653 | 2024.12.12 22:41:32.041679 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10654 | 2024.12.12 22:41:32.042571 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10655 | 2024.12.12 22:41:32.042623 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10656 | 2024.12.12 22:41:32.043094 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10657 | 2024.12.12 22:41:32.043355 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10658 | 2024.12.12 22:41:32.043584 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00204 sec., 124999.99999999999 rows/sec., 10.97 MiB/sec. | ||
| 10659 | 2024.12.12 22:41:32.043642 [ 265 ] {c587a4ca-f37d-4611-af44-1bef953e8f42} <Debug> TCPHandler: Processed in 0.002405008 sec. | ||
| 10660 | 2024.12.12 22:41:32.043809 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10661 | 2024.12.12 22:41:32.043951 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10662 | 2024.12.12 22:41:32.044009 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10663 | 2024.12.12 22:41:32.044711 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10664 | 2024.12.12 22:41:32.044749 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10665 | 2024.12.12 22:41:32.045124 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10666 | 2024.12.12 22:41:32.045379 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10667 | 2024.12.12 22:41:32.045513 [ 73 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 10668 | 2024.12.12 22:41:32.045557 [ 73 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2024.12.12 22:41:32.045567 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001646 sec., 20048.602673147023 rows/sec., 1.43 MiB/sec. | ||
| 10670 | 2024.12.12 22:41:32.045580 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10671 | 2024.12.12 22:41:32.045684 [ 264 ] {a7f0239a-1d5f-4222-bd6a-9ed0e2b11547} <Debug> TCPHandler: Processed in 0.001940848 sec. | ||
| 10672 | 2024.12.12 22:41:32.045805 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 10673 | 2024.12.12 22:41:32.045877 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10674 | 2024.12.12 22:41:32.045944 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10675 | 2024.12.12 22:41:32.045985 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 67 rows starting from the beginning of the part | ||
| 10676 | 2024.12.12 22:41:32.046044 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10677 | 2024.12.12 22:41:32.046093 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part | ||
| 10678 | 2024.12.12 22:41:32.046164 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10679 | 2024.12.12 22:41:32.046553 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part | ||
| 10680 | 2024.12.12 22:41:32.046979 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part | ||
| 10681 | 2024.12.12 22:41:32.047380 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 10682 | 2024.12.12 22:41:32.047704 [ 199 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
| 10683 | 2024.12.12 22:41:32.048755 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10684 | 2024.12.12 22:41:32.048799 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10685 | 2024.12.12 22:41:32.049399 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10686 | 2024.12.12 22:41:32.049589 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.003901376 sec., 50751.324660837614 rows/sec., 3.83 MiB/sec. | ||
| 10687 | 2024.12.12 22:41:32.049723 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 10688 | 2024.12.12 22:41:32.049748 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2024.12.12 22:41:32.050197 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004178 sec., 3350.8855911919577 rows/sec., 234.67 KiB/sec. | ||
| 10690 | 2024.12.12 22:41:32.050357 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10691 | 2024.12.12 22:41:32.050577 [ 265 ] {5f40108a-7bf4-46ef-af69-e9aa4b92b611} <Debug> TCPHandler: Processed in 0.004763864 sec. | ||
| 10692 | 2024.12.12 22:41:32.050805 [ 195 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_75_15} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 10693 | 2024.12.12 22:41:32.050912 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10694 | 2024.12.12 22:41:32.051094 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10695 | 2024.12.12 22:41:32.051248 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10696 | 2024.12.12 22:41:32.051314 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10697 | 2024.12.12 22:41:32.051926 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10698 | 2024.12.12 22:41:32.051965 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10699 | 2024.12.12 22:41:32.052327 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10700 | 2024.12.12 22:41:32.052572 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10701 | 2024.12.12 22:41:32.052752 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 10702 | 2024.12.12 22:41:32.052803 [ 264 ] {8360750d-cb2c-4272-ab6b-9d81ea516d47} <Debug> TCPHandler: Processed in 0.002090102 sec. | ||
| 10703 | 2024.12.12 22:41:32.052951 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10704 | 2024.12.12 22:41:32.053090 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10705 | 2024.12.12 22:41:32.053147 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10706 | 2024.12.12 22:41:32.053955 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10707 | 2024.12.12 22:41:32.053994 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10708 | 2024.12.12 22:41:32.054379 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10709 | 2024.12.12 22:41:32.054628 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10710 | 2024.12.12 22:41:32.054831 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001772 sec., 230248.30699774268 rows/sec., 16.40 MiB/sec. | ||
| 10711 | 2024.12.12 22:41:32.054882 [ 265 ] {a91d2baa-fdfb-4e2f-b60b-a07266921860} <Debug> TCPHandler: Processed in 0.001996389 sec. | ||
| 10712 | 2024.12.12 22:41:32.055052 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10713 | 2024.12.12 22:41:32.055192 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10714 | 2024.12.12 22:41:32.055252 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10715 | 2024.12.12 22:41:32.055797 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10716 | 2024.12.12 22:41:32.055835 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10717 | 2024.12.12 22:41:32.056210 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10718 | 2024.12.12 22:41:32.056459 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10719 | 2024.12.12 22:41:32.056667 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 10720 | 2024.12.12 22:41:32.056744 [ 264 ] {c002598d-c12a-479c-8c19-63bfe7641511} <Debug> TCPHandler: Processed in 0.001764995 sec. | ||
| 10721 | 2024.12.12 22:41:32.056978 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10722 | 2024.12.12 22:41:32.057124 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10723 | 2024.12.12 22:41:32.057187 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10724 | 2024.12.12 22:41:32.057835 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2024.12.12 22:41:32.057874 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10726 | 2024.12.12 22:41:32.058277 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10727 | 2024.12.12 22:41:32.058563 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.12.12 22:41:32.058790 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 10729 | 2024.12.12 22:41:32.058847 [ 265 ] {9dfc0bc8-29df-4f65-9081-783e5bc93aae} <Debug> TCPHandler: Processed in 0.002010779 sec. | ||
| 10730 | 2024.12.12 22:41:32.058998 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10731 | 2024.12.12 22:41:32.059118 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10732 | 2024.12.12 22:41:32.059170 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10733 | 2024.12.12 22:41:32.059647 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10734 | 2024.12.12 22:41:32.059685 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10735 | 2024.12.12 22:41:32.060059 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10736 | 2024.12.12 22:41:32.060311 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10737 | 2024.12.12 22:41:32.060524 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 10738 | 2024.12.12 22:41:32.060638 [ 264 ] {9623bf83-3d00-46b2-88b9-7e5544fe77d0} <Debug> TCPHandler: Processed in 0.001693483 sec. | ||
| 10739 | 2024.12.12 22:41:32.060869 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10740 | 2024.12.12 22:41:32.061009 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10741 | 2024.12.12 22:41:32.061097 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10742 | 2024.12.12 22:41:32.062257 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10743 | 2024.12.12 22:41:32.062296 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10744 | 2024.12.12 22:41:32.062933 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10745 | 2024.12.12 22:41:32.063195 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2024.12.12 22:41:32.063429 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002443 sec., 10642.652476463365 rows/sec., 19.07 MiB/sec. | ||
| 10747 | 2024.12.12 22:41:32.063520 [ 265 ] {8f3d4748-7611-44cc-a8f6-84d8c9423253} <Debug> TCPHandler: Processed in 0.002779704 sec. | ||
| 10748 | 2024.12.12 22:41:32.063682 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.12.12 22:41:32.063823 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10750 | 2024.12.12 22:41:32.063883 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10751 | 2024.12.12 22:41:32.064475 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10752 | 2024.12.12 22:41:32.064523 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10753 | 2024.12.12 22:41:32.064923 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10754 | 2024.12.12 22:41:32.065169 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10755 | 2024.12.12 22:41:32.065385 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001594 sec., 51442.91091593476 rows/sec., 3.27 MiB/sec. | ||
| 10756 | 2024.12.12 22:41:32.065438 [ 264 ] {4c22f26d-e956-4f74-804e-05565b8e1408} <Debug> TCPHandler: Processed in 0.001823156 sec. | ||
| 10757 | 2024.12.12 22:41:33.111873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10758 | 2024.12.12 22:41:33.134241 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2024.12.12 22:41:33.134316 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10760 | 2024.12.12 22:41:33.141571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10761 | 2024.12.12 22:41:33.142365 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2024.12.12 22:41:33.142791 [ 72 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10763 | 2024.12.12 22:41:33.142929 [ 72 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10764 | 2024.12.12 22:41:33.142991 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10765 | 2024.12.12 22:41:33.143650 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10766 | 2024.12.12 22:41:33.158127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10767 | 2024.12.12 22:41:33.159850 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10768 | 2024.12.12 22:41:33.161424 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10769 | 2024.12.12 22:41:33.167075 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10770 | 2024.12.12 22:41:33.172818 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10771 | 2024.12.12 22:41:33.178565 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10772 | 2024.12.12 22:41:33.184524 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 10773 | 2024.12.12 22:41:33.189868 [ 199 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10774 | 2024.12.12 22:41:33.249531 [ 186 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.106339858 sec., 3968.4085340794795 rows/sec., 20.52 MiB/sec. | ||
| 10775 | 2024.12.12 22:41:33.253041 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10776 | 2024.12.12 22:41:33.257644 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2024.12.12 22:41:33.257889 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_56_11} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10778 | 2024.12.12 22:41:33.261169 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10779 | 2024.12.12 22:41:37.063659 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10780 | 2024.12.12 22:41:37.063949 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10781 | 2024.12.12 22:41:37.064071 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10782 | 2024.12.12 22:41:37.065113 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10783 | 2024.12.12 22:41:37.065159 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10784 | 2024.12.12 22:41:37.065589 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 10785 | 2024.12.12 22:41:37.065851 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10786 | 2024.12.12 22:41:37.066112 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002244 sec., 3565.0623885918003 rows/sec., 290.71 KiB/sec. | ||
| 10787 | 2024.12.12 22:41:37.066326 [ 264 ] {54d90bb2-1ff5-4acb-a707-2a9474202eb3} <Debug> TCPHandler: Processed in 0.002799545 sec. | ||
| 10788 | 2024.12.12 22:41:37.066647 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10789 | 2024.12.12 22:41:37.066910 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10790 | 2024.12.12 22:41:37.066984 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10791 | 2024.12.12 22:41:37.068183 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10792 | 2024.12.12 22:41:37.068233 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10793 | 2024.12.12 22:41:37.068756 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10794 | 2024.12.12 22:41:37.069015 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10795 | 2024.12.12 22:41:37.069277 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002419 sec., 509301.36420008267 rows/sec., 41.91 MiB/sec. | ||
| 10796 | 2024.12.12 22:41:37.069378 [ 265 ] {4cb8a259-8ce0-4ff3-b3aa-cee1ca36b98f} <Debug> TCPHandler: Processed in 0.002928447 sec. | ||
| 10797 | 2024.12.12 22:41:37.069537 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10798 | 2024.12.12 22:41:37.069694 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10799 | 2024.12.12 22:41:37.069753 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10800 | 2024.12.12 22:41:37.070457 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10801 | 2024.12.12 22:41:37.070504 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10802 | 2024.12.12 22:41:37.070914 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10803 | 2024.12.12 22:41:37.071163 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2024.12.12 22:41:37.071374 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.00171 sec., 14035.087719298246 rows/sec., 1.01 MiB/sec. | ||
| 10805 | 2024.12.12 22:41:37.071428 [ 264 ] {cc339559-cf17-4ac1-b11c-90dc2b33b012} <Debug> TCPHandler: Processed in 0.001973299 sec. | ||
| 10806 | 2024.12.12 22:41:37.071579 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10807 | 2024.12.12 22:41:37.071697 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10808 | 2024.12.12 22:41:37.071750 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10809 | 2024.12.12 22:41:37.072892 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10810 | 2024.12.12 22:41:37.072932 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10811 | 2024.12.12 22:41:37.073321 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10812 | 2024.12.12 22:41:37.073567 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10813 | 2024.12.12 22:41:37.073757 [ 68 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10814 | 2024.12.12 22:41:37.073825 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00215 sec., 106046.51162790698 rows/sec., 7.18 MiB/sec. | ||
| 10815 | 2024.12.12 22:41:37.073853 [ 68 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10816 | 2024.12.12 22:41:37.073929 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10817 | 2024.12.12 22:41:37.073942 [ 265 ] {0573a007-b9c6-4346-b452-3c6a3ec1d625} <Debug> TCPHandler: Processed in 0.002422318 sec. | ||
| 10818 | 2024.12.12 22:41:37.074164 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10819 | 2024.12.12 22:41:37.074170 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 10820 | 2024.12.12 22:41:37.074343 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10821 | 2024.12.12 22:41:37.074353 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10822 | 2024.12.12 22:41:37.074410 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10823 | 2024.12.12 22:41:37.074436 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
| 10824 | 2024.12.12 22:41:37.074704 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part | ||
| 10825 | 2024.12.12 22:41:37.075074 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 10826 | 2024.12.12 22:41:37.075532 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 10827 | 2024.12.12 22:41:37.075932 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 10828 | 2024.12.12 22:41:37.076323 [ 189 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part | ||
| 10829 | 2024.12.12 22:41:37.077358 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2024.12.12 22:41:37.077403 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10831 | 2024.12.12 22:41:37.078002 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10832 | 2024.12.12 22:41:37.078079 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004025859 sec., 183811.70329114856 rows/sec., 13.16 MiB/sec. | ||
| 10833 | 2024.12.12 22:41:37.078344 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10834 | 2024.12.12 22:41:37.078405 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2024.12.12 22:41:37.078848 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.004552 sec., 119507.90861159931 rows/sec., 8.87 MiB/sec. | ||
| 10836 | 2024.12.12 22:41:37.079023 [ 264 ] {a37107fb-d675-4d7f-906e-6cd71a76473a} <Debug> TCPHandler: Processed in 0.004959908 sec. | ||
| 10837 | 2024.12.12 22:41:37.079021 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2024.12.12 22:41:37.079205 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_46_9} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10839 | 2024.12.12 22:41:37.079221 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10840 | 2024.12.12 22:41:37.079342 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10841 | 2024.12.12 22:41:37.079428 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10842 | 2024.12.12 22:41:37.079494 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10843 | 2024.12.12 22:41:37.080279 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10844 | 2024.12.12 22:41:37.080319 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10845 | 2024.12.12 22:41:37.080793 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10846 | 2024.12.12 22:41:37.081044 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10847 | 2024.12.12 22:41:37.081230 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001852 sec., 477321.81425485964 rows/sec., 32.12 MiB/sec. | ||
| 10848 | 2024.12.12 22:41:37.081282 [ 265 ] {5ad0f135-3735-43f1-a519-cce0cb988220} <Debug> TCPHandler: Processed in 0.002150332 sec. | ||
| 10849 | 2024.12.12 22:41:37.081491 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10850 | 2024.12.12 22:41:37.081721 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10851 | 2024.12.12 22:41:37.081845 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10852 | 2024.12.12 22:41:37.082955 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10853 | 2024.12.12 22:41:37.082997 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10854 | 2024.12.12 22:41:37.083644 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10855 | 2024.12.12 22:41:37.083982 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10856 | 2024.12.12 22:41:37.084275 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10857 | 2024.12.12 22:41:37.084343 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002668 sec., 5997.001499250376 rows/sec., 10.75 MiB/sec. | ||
| 10858 | 2024.12.12 22:41:37.084408 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10859 | 2024.12.12 22:41:37.084639 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10860 | 2024.12.12 22:41:37.085143 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 10861 | 2024.12.12 22:41:37.085334 [ 264 ] {d6b2436a-d3f2-4177-b597-2bb2eb8ba3dd} <Debug> TCPHandler: Processed in 0.003950368 sec. | ||
| 10862 | 2024.12.12 22:41:37.085727 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2024.12.12 22:41:37.086229 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10864 | 2024.12.12 22:41:37.086463 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10865 | 2024.12.12 22:41:37.087001 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10866 | 2024.12.12 22:41:37.087248 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1514 rows starting from the beginning of the part | ||
| 10867 | 2024.12.12 22:41:37.087951 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part | ||
| 10868 | 2024.12.12 22:41:37.088751 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part | ||
| 10869 | 2024.12.12 22:41:37.088874 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10870 | 2024.12.12 22:41:37.088972 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10871 | 2024.12.12 22:41:37.089463 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 10872 | 2024.12.12 22:41:37.090158 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part | ||
| 10873 | 2024.12.12 22:41:37.090488 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10874 | 2024.12.12 22:41:37.090793 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 16 rows starting from the beginning of the part | ||
| 10875 | 2024.12.12 22:41:37.091350 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10876 | 2024.12.12 22:41:37.091993 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005944 sec., 10094.21265141319 rows/sec., 696.61 KiB/sec. | ||
| 10877 | 2024.12.12 22:41:37.092089 [ 265 ] {b7832f18-6d6f-4c97-9136-e5111e376333} <Debug> TCPHandler: Processed in 0.006633931 sec. | ||
| 10878 | 2024.12.12 22:41:37.099946 [ 186 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1614 rows, containing 19 columns (19 merged, 0 gathered) in 0.015079856 sec., 107030.19975787567 rows/sec., 191.79 MiB/sec. | ||
| 10879 | 2024.12.12 22:41:37.101608 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10880 | 2024.12.12 22:41:37.102083 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10881 | 2024.12.12 22:41:37.102177 [ 200 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10882 | 2024.12.12 22:41:37.102351 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 10883 | 2024.12.12 22:41:38.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.83 MiB, peak 254.65 MiB, free memory in arenas 0.00 B, will set to 245.22 MiB (RSS), difference: 3.39 MiB | ||
| 10884 | 2024.12.12 22:41:38.812120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 10885 | 2024.12.12 22:41:38.813054 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10886 | 2024.12.12 22:41:38.813099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10887 | 2024.12.12 22:41:38.813619 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10888 | 2024.12.12 22:41:38.813880 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10889 | 2024.12.12 22:41:38.814159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 10890 | 2024.12.12 22:41:40.658213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10891 | 2024.12.12 22:41:40.677883 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10892 | 2024.12.12 22:41:40.677953 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10893 | 2024.12.12 22:41:40.685049 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10894 | 2024.12.12 22:41:40.685859 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10895 | 2024.12.12 22:41:40.688663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10896 | 2024.12.12 22:41:41.441039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1488 | ||
| 10897 | 2024.12.12 22:41:41.444260 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10898 | 2024.12.12 22:41:41.444305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10899 | 2024.12.12 22:41:41.445766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10900 | 2024.12.12 22:41:41.446075 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10901 | 2024.12.12 22:41:41.446333 [ 63 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10902 | 2024.12.12 22:41:41.446503 [ 63 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10903 | 2024.12.12 22:41:41.446629 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10904 | 2024.12.12 22:41:41.447191 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 10905 | 2024.12.12 22:41:41.448332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1488 | ||
| 10906 | 2024.12.12 22:41:41.448742 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10907 | 2024.12.12 22:41:41.448916 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1310 rows starting from the beginning of the part | ||
| 10908 | 2024.12.12 22:41:41.449509 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 10909 | 2024.12.12 22:41:41.450114 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part | ||
| 10910 | 2024.12.12 22:41:41.450763 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 10911 | 2024.12.12 22:41:41.451383 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 10912 | 2024.12.12 22:41:41.452006 [ 186 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 38 rows starting from the beginning of the part | ||
| 10913 | 2024.12.12 22:41:41.460749 [ 203 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 72 columns (72 merged, 0 gathered) in 0.013921844 sec., 106882.39287841467 rows/sec., 83.39 MiB/sec. | ||
| 10914 | 2024.12.12 22:41:41.462443 [ 203 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10915 | 2024.12.12 22:41:41.463274 [ 203 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2024.12.12 22:41:41.463371 [ 203 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_41_8} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10917 | 2024.12.12 22:41:41.463699 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10918 | 2024.12.12 22:41:42.038615 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10919 | 2024.12.12 22:41:42.038928 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10920 | 2024.12.12 22:41:42.039024 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10921 | 2024.12.12 22:41:42.039786 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10922 | 2024.12.12 22:41:42.039839 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10923 | 2024.12.12 22:41:42.040289 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10924 | 2024.12.12 22:41:42.040569 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2024.12.12 22:41:42.040833 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 10926 | 2024.12.12 22:41:42.040902 [ 264 ] {5c35f841-f480-4b85-be19-64b9808bb5b3} <Debug> TCPHandler: Processed in 0.002476899 sec. | ||
| 10927 | 2024.12.12 22:41:42.041199 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.12.12 22:41:42.041506 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10929 | 2024.12.12 22:41:42.041618 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10930 | 2024.12.12 22:41:42.042568 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2024.12.12 22:41:42.042608 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10932 | 2024.12.12 22:41:42.043067 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10933 | 2024.12.12 22:41:42.043330 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2024.12.12 22:41:42.043530 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00211 sec., 120853.08056872038 rows/sec., 10.61 MiB/sec. | ||
| 10935 | 2024.12.12 22:41:42.043584 [ 265 ] {2dd09e16-1e08-4380-ae75-2000f697da2e} <Debug> TCPHandler: Processed in 0.002571491 sec. | ||
| 10936 | 2024.12.12 22:41:42.043781 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2024.12.12 22:41:42.043997 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10938 | 2024.12.12 22:41:42.044060 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10939 | 2024.12.12 22:41:42.044778 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10940 | 2024.12.12 22:41:42.044828 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10941 | 2024.12.12 22:41:42.045202 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10942 | 2024.12.12 22:41:42.045447 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10943 | 2024.12.12 22:41:42.045674 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001713 sec., 19264.44833625219 rows/sec., 1.37 MiB/sec. | ||
| 10944 | 2024.12.12 22:41:42.045775 [ 264 ] {e4d27b2b-29f5-4e1e-9a6a-2cdf6ce52cb4} <Debug> TCPHandler: Processed in 0.002104082 sec. | ||
| 10945 | 2024.12.12 22:41:42.045988 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10946 | 2024.12.12 22:41:42.046216 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10947 | 2024.12.12 22:41:42.046275 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10948 | 2024.12.12 22:41:42.046970 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2024.12.12 22:41:42.047008 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10950 | 2024.12.12 22:41:42.047373 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10951 | 2024.12.12 22:41:42.047623 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2024.12.12 22:41:42.047807 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 10953 | 2024.12.12 22:41:42.047928 [ 265 ] {d98e02f4-b1bd-4365-8d27-22e8c3229174} <Debug> TCPHandler: Processed in 0.002070641 sec. | ||
| 10954 | 2024.12.12 22:41:42.048173 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2024.12.12 22:41:42.048430 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10956 | 2024.12.12 22:41:42.048526 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10957 | 2024.12.12 22:41:42.049315 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2024.12.12 22:41:42.049354 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10959 | 2024.12.12 22:41:42.049711 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10960 | 2024.12.12 22:41:42.049947 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2024.12.12 22:41:42.050198 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001815 sec., 7162.534435261708 rows/sec., 446.58 KiB/sec. | ||
| 10962 | 2024.12.12 22:41:42.050379 [ 264 ] {bef772c4-5127-4e1c-88d4-24b114d5c908} <Debug> TCPHandler: Processed in 0.002340756 sec. | ||
| 10963 | 2024.12.12 22:41:42.050610 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10964 | 2024.12.12 22:41:42.050738 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10965 | 2024.12.12 22:41:42.050787 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10966 | 2024.12.12 22:41:42.051552 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10967 | 2024.12.12 22:41:42.051590 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10968 | 2024.12.12 22:41:42.051985 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10969 | 2024.12.12 22:41:42.052234 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2024.12.12 22:41:42.052450 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001733 sec., 235429.89036353145 rows/sec., 16.77 MiB/sec. | ||
| 10971 | 2024.12.12 22:41:42.052502 [ 265 ] {085c267f-f46a-4c0e-b90f-80e57ec2fb92} <Debug> TCPHandler: Processed in 0.002009659 sec. | ||
| 10972 | 2024.12.12 22:41:42.052656 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10973 | 2024.12.12 22:41:42.052776 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10974 | 2024.12.12 22:41:42.052829 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10975 | 2024.12.12 22:41:42.053404 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10976 | 2024.12.12 22:41:42.053452 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10977 | 2024.12.12 22:41:42.053879 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10978 | 2024.12.12 22:41:42.054127 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10979 | 2024.12.12 22:41:42.054389 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 192.20 KiB/sec. | ||
| 10980 | 2024.12.12 22:41:42.054543 [ 264 ] {c1d78b53-b268-4cf2-b896-33d9e1e1494e} <Debug> TCPHandler: Processed in 0.001938008 sec. | ||
| 10981 | 2024.12.12 22:41:42.054744 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10982 | 2024.12.12 22:41:42.054865 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10983 | 2024.12.12 22:41:42.054920 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10984 | 2024.12.12 22:41:42.055587 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10985 | 2024.12.12 22:41:42.055633 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10986 | 2024.12.12 22:41:42.056072 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10987 | 2024.12.12 22:41:42.056325 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10988 | 2024.12.12 22:41:42.056540 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 10989 | 2024.12.12 22:41:42.056591 [ 265 ] {94854c2b-9d50-4566-b029-43c8b3573444} <Debug> TCPHandler: Processed in 0.001948458 sec. | ||
| 10990 | 2024.12.12 22:41:42.056725 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10991 | 2024.12.12 22:41:42.056844 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10992 | 2024.12.12 22:41:42.056898 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10993 | 2024.12.12 22:41:42.057457 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.12.12 22:41:42.057504 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 10995 | 2024.12.12 22:41:42.057926 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10996 | 2024.12.12 22:41:42.058159 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10997 | 2024.12.12 22:41:42.058328 [ 60 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10998 | 2024.12.12 22:41:42.058395 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 10999 | 2024.12.12 22:41:42.058415 [ 60 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2024.12.12 22:41:42.058485 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 11001 | 2024.12.12 22:41:42.058517 [ 264 ] {93562980-cc71-467c-ac17-11a6ba537b5f} <Debug> TCPHandler: Processed in 0.001846736 sec. | ||
| 11002 | 2024.12.12 22:41:42.058713 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11003 | 2024.12.12 22:41:42.058732 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 11004 | 2024.12.12 22:41:42.058918 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11005 | 2024.12.12 22:41:42.059022 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11006 | 2024.12.12 22:41:42.059124 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 11007 | 2024.12.12 22:41:42.059138 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11008 | 2024.12.12 22:41:42.059494 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11009 | 2024.12.12 22:41:42.059961 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 11010 | 2024.12.12 22:41:42.060294 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 11011 | 2024.12.12 22:41:42.060734 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 11012 | 2024.12.12 22:41:42.061172 [ 200 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 11013 | 2024.12.12 22:41:42.064735 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11014 | 2024.12.12 22:41:42.064796 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 11015 | 2024.12.12 22:41:42.064816 [ 193 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.006229893 sec., 5618.074018285707 rows/sec., 378.56 KiB/sec. | ||
| 11016 | 2024.12.12 22:41:42.065079 [ 193 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 11017 | 2024.12.12 22:41:42.065726 [ 193 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2024.12.12 22:41:42.065961 [ 193 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_35_7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 11019 | 2024.12.12 22:41:42.066125 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11020 | 2024.12.12 22:41:42.066266 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11021 | 2024.12.12 22:41:42.066545 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11022 | 2024.12.12 22:41:42.066809 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00797 sec., 3262.233375156838 rows/sec., 5.85 MiB/sec. | ||
| 11023 | 2024.12.12 22:41:42.066917 [ 265 ] {0f91d3da-625a-41fd-aaa1-fbcfb057cc59} <Debug> TCPHandler: Processed in 0.008316043 sec. | ||
| 11024 | 2024.12.12 22:41:42.067110 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11025 | 2024.12.12 22:41:42.067255 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11026 | 2024.12.12 22:41:42.067317 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11027 | 2024.12.12 22:41:42.067929 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2024.12.12 22:41:42.067970 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 11029 | 2024.12.12 22:41:42.068352 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11030 | 2024.12.12 22:41:42.068600 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11031 | 2024.12.12 22:41:42.068828 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001604 sec., 51122.19451371571 rows/sec., 3.25 MiB/sec. | ||
| 11032 | 2024.12.12 22:41:42.068878 [ 264 ] {231c3d47-b145-405d-a42c-278f39e902ae} <Debug> TCPHandler: Processed in 0.001839247 sec. | ||
| 11033 | 2024.12.12 22:41:46.137179 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11034 | 2024.12.12 22:41:46.137255 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11035 | 2024.12.12 22:41:46.314326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11036 | 2024.12.12 22:41:46.315259 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11037 | 2024.12.12 22:41:46.315317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11038 | 2024.12.12 22:41:46.315878 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11039 | 2024.12.12 22:41:46.316161 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2024.12.12 22:41:46.316442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11041 | 2024.12.12 22:41:47.034375 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2024.12.12 22:41:47.034588 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11043 | 2024.12.12 22:41:47.034671 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11044 | 2024.12.12 22:41:47.035530 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11045 | 2024.12.12 22:41:47.035582 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11046 | 2024.12.12 22:41:47.036019 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11047 | 2024.12.12 22:41:47.036271 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11048 | 2024.12.12 22:41:47.036516 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001987 sec., 44287.871162556614 rows/sec., 3.64 MiB/sec. | ||
| 11049 | 2024.12.12 22:41:47.036573 [ 264 ] {215912b7-161e-4f16-a09d-27e96a339c39} <Debug> TCPHandler: Processed in 0.002340426 sec. | ||
| 11050 | 2024.12.12 22:41:47.036846 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2024.12.12 22:41:47.037059 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11052 | 2024.12.12 22:41:47.037132 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11053 | 2024.12.12 22:41:47.037873 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2024.12.12 22:41:47.037919 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11055 | 2024.12.12 22:41:47.038349 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11056 | 2024.12.12 22:41:47.038618 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2024.12.12 22:41:47.038864 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001863 sec., 8588.298443370906 rows/sec., 645.80 KiB/sec. | ||
| 11058 | 2024.12.12 22:41:47.038937 [ 265 ] {ed6335cb-4241-4806-96b0-44b4710baca9} <Debug> TCPHandler: Processed in 0.002229883 sec. | ||
| 11059 | 2024.12.12 22:41:47.039148 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11060 | 2024.12.12 22:41:47.039333 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11061 | 2024.12.12 22:41:47.039393 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11062 | 2024.12.12 22:41:47.040114 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2024.12.12 22:41:47.040153 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11064 | 2024.12.12 22:41:47.040535 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11065 | 2024.12.12 22:41:47.040779 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2024.12.12 22:41:47.040967 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001658 sec., 48250.90470446321 rows/sec., 3.77 MiB/sec. | ||
| 11067 | 2024.12.12 22:41:47.041057 [ 264 ] {03cff25a-6f28-4533-b418-60a0936b99d3} <Debug> TCPHandler: Processed in 0.00202691 sec. | ||
| 11068 | 2024.12.12 22:41:47.041290 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2024.12.12 22:41:47.041480 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11070 | 2024.12.12 22:41:47.041544 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11071 | 2024.12.12 22:41:47.042200 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.12.12 22:41:47.042243 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11073 | 2024.12.12 22:41:47.042651 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11074 | 2024.12.12 22:41:47.042891 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.12.12 22:41:47.043065 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11076 | 2024.12.12 22:41:47.043136 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11077 | 2024.12.12 22:41:47.043136 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 11078 | 2024.12.12 22:41:47.043180 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11079 | 2024.12.12 22:41:47.043286 [ 265 ] {6f108a6d-f89b-42c0-9761-96d385c41252} <Debug> TCPHandler: Processed in 0.002128072 sec. | ||
| 11080 | 2024.12.12 22:41:47.043411 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 11081 | 2024.12.12 22:41:47.043484 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11082 | 2024.12.12 22:41:47.043596 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11083 | 2024.12.12 22:41:47.043682 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 23471 rows starting from the beginning of the part | ||
| 11084 | 2024.12.12 22:41:47.043709 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11085 | 2024.12.12 22:41:47.043937 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 11086 | 2024.12.12 22:41:47.044082 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11087 | 2024.12.12 22:41:47.044258 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 11088 | 2024.12.12 22:41:47.044705 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 884 rows starting from the beginning of the part | ||
| 11089 | 2024.12.12 22:41:47.045093 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 11090 | 2024.12.12 22:41:47.045437 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 11091 | 2024.12.12 22:41:47.049004 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11092 | 2024.12.12 22:41:47.049091 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11093 | 2024.12.12 22:41:47.050517 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11094 | 2024.12.12 22:41:47.051014 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11095 | 2024.12.12 22:41:47.051253 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00762 sec., 2099.737532808399 rows/sec., 3.76 MiB/sec. | ||
| 11096 | 2024.12.12 22:41:47.051548 [ 264 ] {25315dc5-afdf-4fc4-8106-b41d7ae5bb84} <Debug> TCPHandler: Processed in 0.00816075 sec. | ||
| 11097 | 2024.12.12 22:41:47.051725 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11098 | 2024.12.12 22:41:47.051869 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11099 | 2024.12.12 22:41:47.051929 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11100 | 2024.12.12 22:41:47.052508 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11101 | 2024.12.12 22:41:47.052547 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11102 | 2024.12.12 22:41:47.053115 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11103 | 2024.12.12 22:41:47.053384 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11104 | 2024.12.12 22:41:47.053594 [ 53 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11105 | 2024.12.12 22:41:47.053653 [ 53 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11106 | 2024.12.12 22:41:47.053670 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001821 sec., 32948.929159802305 rows/sec., 2.22 MiB/sec. | ||
| 11107 | 2024.12.12 22:41:47.053708 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11108 | 2024.12.12 22:41:47.053802 [ 265 ] {cae5e608-43bb-4782-a199-73cf790713e6} <Debug> TCPHandler: Processed in 0.002142552 sec. | ||
| 11109 | 2024.12.12 22:41:47.054097 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11110 | 2024.12.12 22:41:47.054227 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11111 | 2024.12.12 22:41:47.054259 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4764 rows starting from the beginning of the part | ||
| 11112 | 2024.12.12 22:41:47.054383 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11113 | 2024.12.12 22:41:47.054708 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11114 | 2024.12.12 22:41:47.055068 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11115 | 2024.12.12 22:41:47.055499 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 11116 | 2024.12.12 22:41:47.055629 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25149 rows, containing 5 columns (5 merged, 0 gathered) in 0.012293752 sec., 2045673.2818426793 rows/sec., 138.16 MiB/sec. | ||
| 11117 | 2024.12.12 22:41:47.055856 [ 193 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 11118 | 2024.12.12 22:41:47.056236 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11119 | 2024.12.12 22:41:47.056804 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11120 | 2024.12.12 22:41:47.056954 [ 194 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11121 | 2024.12.12 22:41:47.057087 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 11122 | 2024.12.12 22:41:47.058417 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5108 rows, containing 4 columns (4 merged, 0 gathered) in 0.00459648 sec., 1111285.157337789 rows/sec., 72.43 MiB/sec. | ||
| 11123 | 2024.12.12 22:41:47.058770 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11124 | 2024.12.12 22:41:47.059062 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11125 | 2024.12.12 22:41:47.059144 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_76_15} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11126 | 2024.12.12 22:41:47.059233 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 11127 | 2024.12.12 22:41:48.188715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11128 | 2024.12.12 22:41:48.207980 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2024.12.12 22:41:48.208031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11130 | 2024.12.12 22:41:48.215528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11131 | 2024.12.12 22:41:48.216286 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11132 | 2024.12.12 22:41:48.218829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11133 | 2024.12.12 22:41:51.448558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1522 | ||
| 11134 | 2024.12.12 22:41:51.451743 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11135 | 2024.12.12 22:41:51.451792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11136 | 2024.12.12 22:41:51.453245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11137 | 2024.12.12 22:41:51.453552 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11138 | 2024.12.12 22:41:51.454535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1522 | ||
| 11139 | 2024.12.12 22:41:52.040155 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11140 | 2024.12.12 22:41:52.040467 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11141 | 2024.12.12 22:41:52.040589 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11142 | 2024.12.12 22:41:52.041639 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2024.12.12 22:41:52.041690 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11144 | 2024.12.12 22:41:52.042148 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11145 | 2024.12.12 22:41:52.042414 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11146 | 2024.12.12 22:41:52.042660 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002281 sec., 6137.658921525646 rows/sec., 441.83 KiB/sec. | ||
| 11147 | 2024.12.12 22:41:52.042728 [ 264 ] {6b4d9dda-b224-46b2-9c4e-3583851d157e} <Debug> TCPHandler: Processed in 0.002764675 sec. | ||
| 11148 | 2024.12.12 22:41:52.043043 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11149 | 2024.12.12 22:41:52.043318 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11150 | 2024.12.12 22:41:52.043389 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11151 | 2024.12.12 22:41:52.044139 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2024.12.12 22:41:52.044185 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11153 | 2024.12.12 22:41:52.044619 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 11154 | 2024.12.12 22:41:52.044894 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11155 | 2024.12.12 22:41:52.045131 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001868 sec., 5353.319057815846 rows/sec., 436.53 KiB/sec. | ||
| 11156 | 2024.12.12 22:41:52.045195 [ 265 ] {b28b1ca6-e867-4edf-8ab4-da82076b0566} <Debug> TCPHandler: Processed in 0.002343046 sec. | ||
| 11157 | 2024.12.12 22:41:52.045391 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11158 | 2024.12.12 22:41:52.045540 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11159 | 2024.12.12 22:41:52.045607 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11160 | 2024.12.12 22:41:52.046414 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11161 | 2024.12.12 22:41:52.046457 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11162 | 2024.12.12 22:41:52.046861 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11163 | 2024.12.12 22:41:52.047115 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11164 | 2024.12.12 22:41:52.047310 [ 50 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11165 | 2024.12.12 22:41:52.047372 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001862 sec., 139634.80128893664 rows/sec., 12.21 MiB/sec. | ||
| 11166 | 2024.12.12 22:41:52.047404 [ 50 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11167 | 2024.12.12 22:41:52.047479 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11168 | 2024.12.12 22:41:52.047494 [ 264 ] {52823f72-0999-473b-a102-b6adab34a61f} <Debug> TCPHandler: Processed in 0.002170752 sec. | ||
| 11169 | 2024.12.12 22:41:52.047716 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11170 | 2024.12.12 22:41:52.047734 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 11171 | 2024.12.12 22:41:52.047937 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11172 | 2024.12.12 22:41:52.048014 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11173 | 2024.12.12 22:41:52.048045 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11174 | 2024.12.12 22:41:52.048084 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1437 rows starting from the beginning of the part | ||
| 11175 | 2024.12.12 22:41:52.048490 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 255 rows starting from the beginning of the part | ||
| 11176 | 2024.12.12 22:41:52.048921 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1232 rows starting from the beginning of the part | ||
| 11177 | 2024.12.12 22:41:52.049331 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 255 rows starting from the beginning of the part | ||
| 11178 | 2024.12.12 22:41:52.049635 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 88 rows starting from the beginning of the part | ||
| 11179 | 2024.12.12 22:41:52.049934 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 260 rows starting from the beginning of the part | ||
| 11180 | 2024.12.12 22:41:52.050685 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11181 | 2024.12.12 22:41:52.050740 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11182 | 2024.12.12 22:41:52.051651 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11183 | 2024.12.12 22:41:52.052195 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11184 | 2024.12.12 22:41:52.052633 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.004774 sec., 9007.121910347718 rows/sec., 651.31 KiB/sec. | ||
| 11185 | 2024.12.12 22:41:52.052771 [ 265 ] {52a53b6a-26c2-4afb-a362-2cb8ca399747} <Debug> TCPHandler: Processed in 0.005170311 sec. | ||
| 11186 | 2024.12.12 22:41:52.053153 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11187 | 2024.12.12 22:41:52.053671 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11188 | 2024.12.12 22:41:52.053889 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11189 | 2024.12.12 22:41:52.054060 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006469087 sec., 545208.3114665176 rows/sec., 47.84 MiB/sec. | ||
| 11190 | 2024.12.12 22:41:52.054459 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11191 | 2024.12.12 22:41:52.055050 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11192 | 2024.12.12 22:41:52.055225 [ 190 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_81_16} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11193 | 2024.12.12 22:41:52.055409 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 11194 | 2024.12.12 22:41:52.055503 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2024.12.12 22:41:52.055550 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11196 | 2024.12.12 22:41:52.055910 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11197 | 2024.12.12 22:41:52.056157 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2024.12.12 22:41:52.056370 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00286 sec., 4895.104895104895 rows/sec., 342.82 KiB/sec. | ||
| 11199 | 2024.12.12 22:41:52.056432 [ 264 ] {930faa63-aacd-4a22-a173-bed047803264} <Debug> TCPHandler: Processed in 0.003526999 sec. | ||
| 11200 | 2024.12.12 22:41:52.056595 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11201 | 2024.12.12 22:41:52.056736 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11202 | 2024.12.12 22:41:52.056793 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11203 | 2024.12.12 22:41:52.057437 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2024.12.12 22:41:52.057476 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11205 | 2024.12.12 22:41:52.057847 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11206 | 2024.12.12 22:41:52.058099 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2024.12.12 22:41:52.058363 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 11208 | 2024.12.12 22:41:52.058433 [ 265 ] {f62136cc-0525-487a-8449-03669845fe0a} <Debug> TCPHandler: Processed in 0.001904177 sec. | ||
| 11209 | 2024.12.12 22:41:52.058722 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11210 | 2024.12.12 22:41:52.058954 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11211 | 2024.12.12 22:41:52.059050 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11212 | 2024.12.12 22:41:52.059918 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2024.12.12 22:41:52.059959 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11214 | 2024.12.12 22:41:52.060354 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11215 | 2024.12.12 22:41:52.060604 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11216 | 2024.12.12 22:41:52.060774 [ 50 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11217 | 2024.12.12 22:41:52.060834 [ 50 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2024.12.12 22:41:52.060843 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001934 sec., 216132.36814891416 rows/sec., 15.44 MiB/sec. | ||
| 11219 | 2024.12.12 22:41:52.060869 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11220 | 2024.12.12 22:41:52.061006 [ 264 ] {f7b6e6fd-885a-4003-8152-0dd892a2d0ac} <Debug> TCPHandler: Processed in 0.002477189 sec. | ||
| 11221 | 2024.12.12 22:41:52.061160 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 11222 | 2024.12.12 22:41:52.061239 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11223 | 2024.12.12 22:41:52.061399 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11224 | 2024.12.12 22:41:52.061474 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 11225 | 2024.12.12 22:41:52.061510 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11226 | 2024.12.12 22:41:52.061775 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11227 | 2024.12.12 22:41:52.061902 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 408 rows starting from the beginning of the part | ||
| 11228 | 2024.12.12 22:41:52.062368 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 544 rows starting from the beginning of the part | ||
| 11229 | 2024.12.12 22:41:52.062603 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 408 rows starting from the beginning of the part | ||
| 11230 | 2024.12.12 22:41:52.063064 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 80 rows starting from the beginning of the part | ||
| 11231 | 2024.12.12 22:41:52.063503 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 418 rows starting from the beginning of the part | ||
| 11232 | 2024.12.12 22:41:52.064170 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11233 | 2024.12.12 22:41:52.064215 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11234 | 2024.12.12 22:41:52.064750 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11235 | 2024.12.12 22:41:52.065098 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11236 | 2024.12.12 22:41:52.065284 [ 50 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11237 | 2024.12.12 22:41:52.065358 [ 50 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2024.12.12 22:41:52.065414 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003963 sec., 1514.004542013626 rows/sec., 79.10 KiB/sec. | ||
| 11239 | 2024.12.12 22:41:52.065423 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11240 | 2024.12.12 22:41:52.065609 [ 265 ] {be7d4655-a83e-41ab-8ba5-9f8a7d311e1e} <Debug> TCPHandler: Processed in 0.004485498 sec. | ||
| 11241 | 2024.12.12 22:41:52.066589 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 5 columns (5 merged, 0 gathered) in 0.005577239 sec., 497378.7209047344 rows/sec., 37.98 MiB/sec. | ||
| 11242 | 2024.12.12 22:41:52.066671 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 11243 | 2024.12.12 22:41:52.066702 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11244 | 2024.12.12 22:41:52.067020 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11245 | 2024.12.12 22:41:52.067234 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11246 | 2024.12.12 22:41:52.067400 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11247 | 2024.12.12 22:41:52.067493 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11248 | 2024.12.12 22:41:52.067511 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 11249 | 2024.12.12 22:41:52.067881 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 11250 | 2024.12.12 22:41:52.068164 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11251 | 2024.12.12 22:41:52.068424 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 11252 | 2024.12.12 22:41:52.068720 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_81_16} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11253 | 2024.12.12 22:41:52.068893 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11254 | 2024.12.12 22:41:52.069021 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 11255 | 2024.12.12 22:41:52.069282 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11256 | 2024.12.12 22:41:52.069690 [ 199 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11257 | 2024.12.12 22:41:52.071327 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2024.12.12 22:41:52.071409 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11259 | 2024.12.12 22:41:52.072576 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11260 | 2024.12.12 22:41:52.072745 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.007013808 sec., 30796.394768719078 rows/sec., 1.57 MiB/sec. | ||
| 11261 | 2024.12.12 22:41:52.073026 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11262 | 2024.12.12 22:41:52.073039 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11263 | 2024.12.12 22:41:52.073437 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.006452 sec., 37507.7495350279 rows/sec., 2.52 MiB/sec. | ||
| 11264 | 2024.12.12 22:41:52.073596 [ 264 ] {2632df95-06bf-4cf3-9e1b-71cd003aaddf} <Debug> TCPHandler: Processed in 0.007817363 sec. | ||
| 11265 | 2024.12.12 22:41:52.073757 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2024.12.12 22:41:52.073823 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11267 | 2024.12.12 22:41:52.073916 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_36_7} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11268 | 2024.12.12 22:41:52.074060 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11269 | 2024.12.12 22:41:52.074103 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11270 | 2024.12.12 22:41:52.074166 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11271 | 2024.12.12 22:41:52.074683 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2024.12.12 22:41:52.074725 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11273 | 2024.12.12 22:41:52.075099 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11274 | 2024.12.12 22:41:52.075339 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.12.12 22:41:52.075553 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 11276 | 2024.12.12 22:41:52.075608 [ 265 ] {cb5402aa-c60e-416f-bcc6-8536a79232c4} <Debug> TCPHandler: Processed in 0.001903438 sec. | ||
| 11277 | 2024.12.12 22:41:52.075759 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11278 | 2024.12.12 22:41:52.075881 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11279 | 2024.12.12 22:41:52.075965 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11280 | 2024.12.12 22:41:52.077157 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11281 | 2024.12.12 22:41:52.077200 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11282 | 2024.12.12 22:41:52.077881 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11283 | 2024.12.12 22:41:52.078149 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11284 | 2024.12.12 22:41:52.078424 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002564 sec., 10140.405616224649 rows/sec., 18.17 MiB/sec. | ||
| 11285 | 2024.12.12 22:41:52.078699 [ 264 ] {6479b5ca-9c6a-4655-a997-0c1b9611d580} <Debug> TCPHandler: Processed in 0.002998539 sec. | ||
| 11286 | 2024.12.12 22:41:52.078950 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11287 | 2024.12.12 22:41:52.079124 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11288 | 2024.12.12 22:41:52.079183 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11289 | 2024.12.12 22:41:52.079684 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2024.12.12 22:41:52.079724 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11291 | 2024.12.12 22:41:52.080107 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11292 | 2024.12.12 22:41:52.080355 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2024.12.12 22:41:52.080570 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 11294 | 2024.12.12 22:41:52.080627 [ 265 ] {d4beffa2-240c-416b-891a-678c27b233b5} <Debug> TCPHandler: Processed in 0.001838696 sec. | ||
| 11295 | 2024.12.12 22:41:53.816561 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11296 | 2024.12.12 22:41:53.817237 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2024.12.12 22:41:53.817292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11298 | 2024.12.12 22:41:53.817844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11299 | 2024.12.12 22:41:53.818117 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11300 | 2024.12.12 22:41:53.818445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11301 | 2024.12.12 22:41:55.718881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11302 | 2024.12.12 22:41:55.740219 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.12.12 22:41:55.740283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11304 | 2024.12.12 22:41:55.749495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11305 | 2024.12.12 22:41:55.750265 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2024.12.12 22:41:55.753328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11307 | 2024.12.12 22:41:57.034774 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11308 | 2024.12.12 22:41:57.034986 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11309 | 2024.12.12 22:41:57.035072 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11310 | 2024.12.12 22:41:57.035885 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11311 | 2024.12.12 22:41:57.035940 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11312 | 2024.12.12 22:41:57.036403 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11313 | 2024.12.12 22:41:57.036665 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11314 | 2024.12.12 22:41:57.036913 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001985 sec., 44332.493702770786 rows/sec., 3.64 MiB/sec. | ||
| 11315 | 2024.12.12 22:41:57.036982 [ 264 ] {a42f0bbb-3b56-48b5-a4af-c911c9f22ee8} <Debug> TCPHandler: Processed in 0.002348396 sec. | ||
| 11316 | 2024.12.12 22:41:57.037229 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11317 | 2024.12.12 22:41:57.037441 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11318 | 2024.12.12 22:41:57.037521 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11319 | 2024.12.12 22:41:57.038369 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11320 | 2024.12.12 22:41:57.038417 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11321 | 2024.12.12 22:41:57.038869 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11322 | 2024.12.12 22:41:57.039130 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11323 | 2024.12.12 22:41:57.039323 [ 42 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 11324 | 2024.12.12 22:41:57.039389 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002001 sec., 7996.001999000499 rows/sec., 601.26 KiB/sec. | ||
| 11325 | 2024.12.12 22:41:57.039399 [ 42 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2024.12.12 22:41:57.039469 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11327 | 2024.12.12 22:41:57.039525 [ 265 ] {f8ff0593-c054-4856-b72f-f0d26b2ef7a8} <Debug> TCPHandler: Processed in 0.002434188 sec. | ||
| 11328 | 2024.12.12 22:41:57.039794 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11329 | 2024.12.12 22:41:57.039932 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 11330 | 2024.12.12 22:41:57.040185 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11331 | 2024.12.12 22:41:57.040412 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11332 | 2024.12.12 22:41:57.040663 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11333 | 2024.12.12 22:41:57.040837 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 67 rows starting from the beginning of the part | ||
| 11334 | 2024.12.12 22:41:57.041390 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 24 rows starting from the beginning of the part | ||
| 11335 | 2024.12.12 22:41:57.041952 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part | ||
| 11336 | 2024.12.12 22:41:57.042331 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 16 rows starting from the beginning of the part | ||
| 11337 | 2024.12.12 22:41:57.042714 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 43 rows starting from the beginning of the part | ||
| 11338 | 2024.12.12 22:41:57.043046 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
| 11339 | 2024.12.12 22:41:57.044163 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11340 | 2024.12.12 22:41:57.044245 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11341 | 2024.12.12 22:41:57.045395 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11342 | 2024.12.12 22:41:57.045677 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.00609311 sec., 32659.840377081655 rows/sec., 2.46 MiB/sec. | ||
| 11343 | 2024.12.12 22:41:57.045885 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 11344 | 2024.12.12 22:41:57.045935 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11345 | 2024.12.12 22:41:57.046323 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.006271 sec., 12757.136022962846 rows/sec., 1020.01 KiB/sec. | ||
| 11346 | 2024.12.12 22:41:57.046492 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2024.12.12 22:41:57.046506 [ 264 ] {2c3e4989-0af6-4be1-9b90-949821cb4c8d} <Debug> TCPHandler: Processed in 0.006875995 sec. | ||
| 11348 | 2024.12.12 22:41:57.046662 [ 188 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_80_16} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 11349 | 2024.12.12 22:41:57.046730 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11350 | 2024.12.12 22:41:57.046804 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11351 | 2024.12.12 22:41:57.046919 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11352 | 2024.12.12 22:41:57.046988 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11353 | 2024.12.12 22:41:57.047655 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2024.12.12 22:41:57.047696 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11355 | 2024.12.12 22:41:57.048126 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11356 | 2024.12.12 22:41:57.048379 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2024.12.12 22:41:57.048618 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec. | ||
| 11358 | 2024.12.12 22:41:57.048712 [ 265 ] {6d43e1d5-3441-42ea-812d-254641986185} <Debug> TCPHandler: Processed in 0.002084191 sec. | ||
| 11359 | 2024.12.12 22:41:57.048955 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11360 | 2024.12.12 22:41:57.049140 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11361 | 2024.12.12 22:41:57.049237 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11362 | 2024.12.12 22:41:57.050396 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11363 | 2024.12.12 22:41:57.050439 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11364 | 2024.12.12 22:41:57.051110 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11365 | 2024.12.12 22:41:57.051377 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11366 | 2024.12.12 22:41:57.051622 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002515 sec., 6361.829025844931 rows/sec., 11.40 MiB/sec. | ||
| 11367 | 2024.12.12 22:41:57.051717 [ 264 ] {abf31bcd-465a-4398-be48-598e2f09074b} <Debug> TCPHandler: Processed in 0.002900287 sec. | ||
| 11368 | 2024.12.12 22:41:57.051857 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11369 | 2024.12.12 22:41:57.051975 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11370 | 2024.12.12 22:41:57.052027 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11371 | 2024.12.12 22:41:57.052525 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2024.12.12 22:41:57.052566 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11373 | 2024.12.12 22:41:57.052950 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11374 | 2024.12.12 22:41:57.053190 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2024.12.12 22:41:57.053419 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 11376 | 2024.12.12 22:41:57.053485 [ 265 ] {34a2978a-be3c-4147-b7d7-61bfe40349f5} <Debug> TCPHandler: Processed in 0.001686423 sec. | ||
| 11377 | 2024.12.12 22:42:01.137526 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11378 | 2024.12.12 22:42:01.137648 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11379 | 2024.12.12 22:42:01.318559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11380 | 2024.12.12 22:42:01.319265 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11381 | 2024.12.12 22:42:01.319317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11382 | 2024.12.12 22:42:01.319868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11383 | 2024.12.12 22:42:01.320134 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11384 | 2024.12.12 22:42:01.320354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11385 | 2024.12.12 22:42:01.454781 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1558 | ||
| 11386 | 2024.12.12 22:42:01.458373 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11387 | 2024.12.12 22:42:01.458424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11388 | 2024.12.12 22:42:01.459883 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11389 | 2024.12.12 22:42:01.460192 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11390 | 2024.12.12 22:42:01.461886 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1558 | ||
| 11391 | 2024.12.12 22:42:02.039803 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11392 | 2024.12.12 22:42:02.040020 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11393 | 2024.12.12 22:42:02.040101 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11394 | 2024.12.12 22:42:02.040915 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2024.12.12 22:42:02.040960 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11396 | 2024.12.12 22:42:02.041413 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11397 | 2024.12.12 22:42:02.041677 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2024.12.12 22:42:02.041843 [ 41 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11399 | 2024.12.12 22:42:02.041896 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 11400 | 2024.12.12 22:42:02.041900 [ 41 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11401 | 2024.12.12 22:42:02.041953 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11402 | 2024.12.12 22:42:02.041980 [ 264 ] {8688f047-4bbb-4a40-9667-c1d52669081c} <Debug> TCPHandler: Processed in 0.002312765 sec. | ||
| 11403 | 2024.12.12 22:42:02.042309 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 11404 | 2024.12.12 22:42:02.042558 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11405 | 2024.12.12 22:42:02.042789 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11406 | 2024.12.12 22:42:02.042867 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 11407 | 2024.12.12 22:42:02.042895 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11408 | 2024.12.12 22:42:02.043069 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11409 | 2024.12.12 22:42:02.043101 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11410 | 2024.12.12 22:42:02.043520 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11411 | 2024.12.12 22:42:02.043889 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11412 | 2024.12.12 22:42:02.044346 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11413 | 2024.12.12 22:42:02.045965 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11414 | 2024.12.12 22:42:02.046053 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11415 | 2024.12.12 22:42:02.046754 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004689482 sec., 14927.02179046641 rows/sec., 1.11 MiB/sec. | ||
| 11416 | 2024.12.12 22:42:02.046945 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11417 | 2024.12.12 22:42:02.047118 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11418 | 2024.12.12 22:42:02.047399 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11419 | 2024.12.12 22:42:02.047585 [ 196 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_37_9} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11420 | 2024.12.12 22:42:02.047626 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11421 | 2024.12.12 22:42:02.047757 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11422 | 2024.12.12 22:42:02.048020 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005219 sec., 48859.9348534202 rows/sec., 4.29 MiB/sec. | ||
| 11423 | 2024.12.12 22:42:02.048111 [ 265 ] {468d189b-4ec8-40a1-8291-e3d2af5b1440} <Debug> TCPHandler: Processed in 0.005996638 sec. | ||
| 11424 | 2024.12.12 22:42:02.048376 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2024.12.12 22:42:02.048543 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11426 | 2024.12.12 22:42:02.048603 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11427 | 2024.12.12 22:42:02.049312 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2024.12.12 22:42:02.049360 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11429 | 2024.12.12 22:42:02.049763 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11430 | 2024.12.12 22:42:02.050009 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2024.12.12 22:42:02.050190 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001677 sec., 19677.996422182467 rows/sec., 1.40 MiB/sec. | ||
| 11432 | 2024.12.12 22:42:02.050242 [ 264 ] {77d48760-ca74-413a-823b-0033c9583721} <Debug> TCPHandler: Processed in 0.002012909 sec. | ||
| 11433 | 2024.12.12 22:42:02.050393 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2024.12.12 22:42:02.050545 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11435 | 2024.12.12 22:42:02.050636 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11436 | 2024.12.12 22:42:02.051628 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2024.12.12 22:42:02.051668 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11438 | 2024.12.12 22:42:02.052038 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11439 | 2024.12.12 22:42:02.052277 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2024.12.12 22:42:02.052486 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001996 sec., 7014.0280561122245 rows/sec., 491.22 KiB/sec. | ||
| 11441 | 2024.12.12 22:42:02.052536 [ 265 ] {595b5bcd-56f3-4f01-a5c7-390318a59bc2} <Debug> TCPHandler: Processed in 0.002201403 sec. | ||
| 11442 | 2024.12.12 22:42:02.052771 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2024.12.12 22:42:02.052996 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11444 | 2024.12.12 22:42:02.053088 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11445 | 2024.12.12 22:42:02.053886 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2024.12.12 22:42:02.053928 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11447 | 2024.12.12 22:42:02.054318 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11448 | 2024.12.12 22:42:02.054565 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2024.12.12 22:42:02.054735 [ 40 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11450 | 2024.12.12 22:42:02.054813 [ 40 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11451 | 2024.12.12 22:42:02.054821 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001869 sec., 6955.591225254147 rows/sec., 433.68 KiB/sec. | ||
| 11452 | 2024.12.12 22:42:02.054853 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11453 | 2024.12.12 22:42:02.054965 [ 264 ] {21f43742-5134-4726-8a2e-720fcff96c47} <Debug> TCPHandler: Processed in 0.002301995 sec. | ||
| 11454 | 2024.12.12 22:42:02.055225 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 11455 | 2024.12.12 22:42:02.055240 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11456 | 2024.12.12 22:42:02.055489 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11457 | 2024.12.12 22:42:02.055546 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11458 | 2024.12.12 22:42:02.055557 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11459 | 2024.12.12 22:42:02.055605 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11460 | 2024.12.12 22:42:02.055828 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11461 | 2024.12.12 22:42:02.056204 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11462 | 2024.12.12 22:42:02.056486 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11463 | 2024.12.12 22:42:02.056804 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11464 | 2024.12.12 22:42:02.058141 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11465 | 2024.12.12 22:42:02.058186 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11466 | 2024.12.12 22:42:02.058579 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00358545 sec., 18128.826228227976 rows/sec., 1.17 MiB/sec. | ||
| 11467 | 2024.12.12 22:42:02.058704 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11468 | 2024.12.12 22:42:02.058782 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11469 | 2024.12.12 22:42:02.058992 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11470 | 2024.12.12 22:42:02.059079 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2024.12.12 22:42:02.059090 [ 187 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_37_9} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11472 | 2024.12.12 22:42:02.059182 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11473 | 2024.12.12 22:42:02.059346 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.003873 sec., 105344.69403563128 rows/sec., 7.50 MiB/sec. | ||
| 11474 | 2024.12.12 22:42:02.059407 [ 265 ] {b92828b3-88ee-4f82-97f0-3e44bf2020b5} <Debug> TCPHandler: Processed in 0.004336556 sec. | ||
| 11475 | 2024.12.12 22:42:02.059563 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11476 | 2024.12.12 22:42:02.059705 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11477 | 2024.12.12 22:42:02.059768 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11478 | 2024.12.12 22:42:02.060341 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11479 | 2024.12.12 22:42:02.060389 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11480 | 2024.12.12 22:42:02.060790 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11481 | 2024.12.12 22:42:02.061036 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11482 | 2024.12.12 22:42:02.061244 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 11483 | 2024.12.12 22:42:02.061295 [ 264 ] {1e6e65dc-d67f-413c-b1c9-abeb46a3cf22} <Debug> TCPHandler: Processed in 0.001798186 sec. | ||
| 11484 | 2024.12.12 22:42:02.061433 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11485 | 2024.12.12 22:42:02.061619 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11486 | 2024.12.12 22:42:02.061715 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11487 | 2024.12.12 22:42:02.062641 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2024.12.12 22:42:02.062680 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11489 | 2024.12.12 22:42:02.063074 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11490 | 2024.12.12 22:42:02.063316 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11491 | 2024.12.12 22:42:02.063532 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001968 sec., 120426.82926829267 rows/sec., 8.07 MiB/sec. | ||
| 11492 | 2024.12.12 22:42:02.063583 [ 265 ] {261a997f-6c1a-4485-8f60-f6403e322710} <Debug> TCPHandler: Processed in 0.002203784 sec. | ||
| 11493 | 2024.12.12 22:42:02.063711 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11494 | 2024.12.12 22:42:02.063830 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11495 | 2024.12.12 22:42:02.063884 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11496 | 2024.12.12 22:42:02.064364 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11497 | 2024.12.12 22:42:02.064404 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11498 | 2024.12.12 22:42:02.064780 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11499 | 2024.12.12 22:42:02.065028 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11500 | 2024.12.12 22:42:02.065310 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 11501 | 2024.12.12 22:42:02.065501 [ 264 ] {415c804f-6eb3-44df-9409-aadfbe47a789} <Debug> TCPHandler: Processed in 0.001843086 sec. | ||
| 11502 | 2024.12.12 22:42:02.065826 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11503 | 2024.12.12 22:42:02.066049 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11504 | 2024.12.12 22:42:02.066187 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11505 | 2024.12.12 22:42:02.067445 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11506 | 2024.12.12 22:42:02.067511 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11507 | 2024.12.12 22:42:02.068151 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11508 | 2024.12.12 22:42:02.068412 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11509 | 2024.12.12 22:42:02.068614 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11510 | 2024.12.12 22:42:02.068689 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002687 sec., 9676.218831410495 rows/sec., 17.34 MiB/sec. | ||
| 11511 | 2024.12.12 22:42:02.068698 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11512 | 2024.12.12 22:42:02.068791 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11513 | 2024.12.12 22:42:02.069054 [ 265 ] {0ba5dd37-9f6e-412d-90ac-d30a5b7bb268} <Debug> TCPHandler: Processed in 0.003417707 sec. | ||
| 11514 | 2024.12.12 22:42:02.069232 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 11515 | 2024.12.12 22:42:02.069277 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11516 | 2024.12.12 22:42:02.069547 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11517 | 2024.12.12 22:42:02.069680 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11518 | 2024.12.12 22:42:02.070286 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11519 | 2024.12.12 22:42:02.070499 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1614 rows starting from the beginning of the part | ||
| 11520 | 2024.12.12 22:42:02.071207 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part | ||
| 11521 | 2024.12.12 22:42:02.071945 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 16 rows starting from the beginning of the part | ||
| 11522 | 2024.12.12 22:42:02.072106 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2024.12.12 22:42:02.072243 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11524 | 2024.12.12 22:42:02.072672 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 26 rows starting from the beginning of the part | ||
| 11525 | 2024.12.12 22:42:02.073325 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
| 11526 | 2024.12.12 22:42:02.074003 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 26 rows starting from the beginning of the part | ||
| 11527 | 2024.12.12 22:42:02.074087 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11528 | 2024.12.12 22:42:02.074994 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11529 | 2024.12.12 22:42:02.075461 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005987 sec., 13696.342074494738 rows/sec., 890.76 KiB/sec. | ||
| 11530 | 2024.12.12 22:42:02.075647 [ 264 ] {4da2a426-567e-447b-b287-b454de657cd3} <Debug> TCPHandler: Processed in 0.006470947 sec. | ||
| 11531 | 2024.12.12 22:42:02.083311 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1724 rows, containing 19 columns (19 merged, 0 gathered) in 0.014340562 sec., 120218.44053252586 rows/sec., 215.43 MiB/sec. | ||
| 11532 | 2024.12.12 22:42:02.084983 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11533 | 2024.12.12 22:42:02.085464 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11534 | 2024.12.12 22:42:02.085562 [ 198 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11535 | 2024.12.12 22:42:02.085742 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.58 MiB. | ||
| 11536 | 2024.12.12 22:42:03.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.78 MiB, peak 263.33 MiB, free memory in arenas 0.00 B, will set to 249.27 MiB (RSS), difference: 2.49 MiB | ||
| 11537 | 2024.12.12 22:42:03.253376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11538 | 2024.12.12 22:42:03.275630 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11539 | 2024.12.12 22:42:03.275689 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11540 | 2024.12.12 22:42:03.283832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11541 | 2024.12.12 22:42:03.284604 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11542 | 2024.12.12 22:42:03.287767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11543 | 2024.12.12 22:42:05.400473 [ 35 ] {} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 11544 | 2024.12.12 22:42:05.400594 [ 35 ] {} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11545 | 2024.12.12 22:42:05.400636 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11546 | 2024.12.12 22:42:05.400894 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 11547 | 2024.12.12 22:42:05.401177 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11548 | 2024.12.12 22:42:05.401223 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 11549 | 2024.12.12 22:42:05.401319 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 11550 | 2024.12.12 22:42:05.401618 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
| 11551 | 2024.12.12 22:42:05.401811 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 11552 | 2024.12.12 22:42:05.402058 [ 200 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 11553 | 2024.12.12 22:42:05.403132 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002396057 sec., 22537.026456382297 rows/sec., 1.88 MiB/sec. | ||
| 11554 | 2024.12.12 22:42:05.403323 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 11555 | 2024.12.12 22:42:05.403682 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11556 | 2024.12.12 22:42:05.403772 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_13_3} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 11557 | 2024.12.12 22:42:05.403874 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11558 | 2024.12.12 22:42:07.063816 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11559 | 2024.12.12 22:42:07.064006 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11560 | 2024.12.12 22:42:07.064082 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11561 | 2024.12.12 22:42:07.065521 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11562 | 2024.12.12 22:42:07.065577 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11563 | 2024.12.12 22:42:07.066106 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11564 | 2024.12.12 22:42:07.066368 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11565 | 2024.12.12 22:42:07.066610 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002654 sec., 462697.81461944233 rows/sec., 38.09 MiB/sec. | ||
| 11566 | 2024.12.12 22:42:07.066693 [ 264 ] {bc6b0527-11a4-42d0-990d-01fd96c58b5a} <Debug> TCPHandler: Processed in 0.003005809 sec. | ||
| 11567 | 2024.12.12 22:42:07.067047 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11568 | 2024.12.12 22:42:07.067350 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11569 | 2024.12.12 22:42:07.067465 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11570 | 2024.12.12 22:42:07.068333 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11571 | 2024.12.12 22:42:07.068377 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11572 | 2024.12.12 22:42:07.068815 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11573 | 2024.12.12 22:42:07.069075 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11574 | 2024.12.12 22:42:07.069302 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00203 sec., 7881.773399014778 rows/sec., 592.67 KiB/sec. | ||
| 11575 | 2024.12.12 22:42:07.069432 [ 265 ] {760d36b8-e765-45ff-be53-6b3d823340c0} <Debug> TCPHandler: Processed in 0.002577731 sec. | ||
| 11576 | 2024.12.12 22:42:07.069671 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11577 | 2024.12.12 22:42:07.069841 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11578 | 2024.12.12 22:42:07.069904 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11579 | 2024.12.12 22:42:07.070681 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11580 | 2024.12.12 22:42:07.070723 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11581 | 2024.12.12 22:42:07.071101 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11582 | 2024.12.12 22:42:07.071347 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11583 | 2024.12.12 22:42:07.071572 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001766 sec., 129105.3227633069 rows/sec., 8.74 MiB/sec. | ||
| 11584 | 2024.12.12 22:42:07.071627 [ 264 ] {0bc8ea37-c767-4f77-8e6c-f9887b355324} <Debug> TCPHandler: Processed in 0.002078641 sec. | ||
| 11585 | 2024.12.12 22:42:07.071833 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11586 | 2024.12.12 22:42:07.072058 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11587 | 2024.12.12 22:42:07.072148 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11588 | 2024.12.12 22:42:07.073212 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11589 | 2024.12.12 22:42:07.073252 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11590 | 2024.12.12 22:42:07.073648 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11591 | 2024.12.12 22:42:07.073892 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11592 | 2024.12.12 22:42:07.074109 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.002105 sec., 254631.8289786223 rows/sec., 18.88 MiB/sec. | ||
| 11593 | 2024.12.12 22:42:07.074163 [ 265 ] {8cf06f47-5425-42d4-a1d2-046d73a27e04} <Debug> TCPHandler: Processed in 0.002440477 sec. | ||
| 11594 | 2024.12.12 22:42:07.074375 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11595 | 2024.12.12 22:42:07.074596 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11596 | 2024.12.12 22:42:07.074685 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11597 | 2024.12.12 22:42:07.075417 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11598 | 2024.12.12 22:42:07.075456 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11599 | 2024.12.12 22:42:07.075908 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11600 | 2024.12.12 22:42:07.076155 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11601 | 2024.12.12 22:42:07.076384 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001844 sec., 477223.42733188724 rows/sec., 32.11 MiB/sec. | ||
| 11602 | 2024.12.12 22:42:07.076436 [ 264 ] {3849216d-e788-4861-8b9f-ef1326858e0b} <Debug> TCPHandler: Processed in 0.002170732 sec. | ||
| 11603 | 2024.12.12 22:42:07.076631 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11604 | 2024.12.12 22:42:07.076854 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11605 | 2024.12.12 22:42:07.076992 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11606 | 2024.12.12 22:42:07.078472 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2024.12.12 22:42:07.078512 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11608 | 2024.12.12 22:42:07.079159 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11609 | 2024.12.12 22:42:07.079431 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11610 | 2024.12.12 22:42:07.079663 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002863 sec., 5588.543485853999 rows/sec., 10.01 MiB/sec. | ||
| 11611 | 2024.12.12 22:42:07.079756 [ 265 ] {819b8ec2-538e-433d-8260-bd0e7e3751d4} <Debug> TCPHandler: Processed in 0.003236103 sec. | ||
| 11612 | 2024.12.12 22:42:07.079970 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11613 | 2024.12.12 22:42:07.080194 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11614 | 2024.12.12 22:42:07.080291 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11615 | 2024.12.12 22:42:07.080956 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11616 | 2024.12.12 22:42:07.080996 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 11617 | 2024.12.12 22:42:07.081389 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11618 | 2024.12.12 22:42:07.081627 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11619 | 2024.12.12 22:42:07.081837 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001699 sec., 35314.89111241907 rows/sec., 2.38 MiB/sec. | ||
| 11620 | 2024.12.12 22:42:07.081888 [ 264 ] {6ea1581a-fc03-473e-9dfb-6e9a3c125755} <Debug> TCPHandler: Processed in 0.00203027 sec. | ||
| 11621 | 2024.12.12 22:42:08.820478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11622 | 2024.12.12 22:42:08.821215 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11623 | 2024.12.12 22:42:08.821269 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11624 | 2024.12.12 22:42:08.821840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11625 | 2024.12.12 22:42:08.822107 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2024.12.12 22:42:08.822330 [ 32 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11627 | 2024.12.12 22:42:08.822353 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11628 | 2024.12.12 22:42:08.822416 [ 32 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11629 | 2024.12.12 22:42:08.822449 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11630 | 2024.12.12 22:42:08.822582 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 11631 | 2024.12.12 22:42:08.822729 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11632 | 2024.12.12 22:42:08.822777 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 11633 | 2024.12.12 22:42:08.822861 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11634 | 2024.12.12 22:42:08.822975 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11635 | 2024.12.12 22:42:08.823242 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11636 | 2024.12.12 22:42:08.823367 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11637 | 2024.12.12 22:42:08.823626 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11638 | 2024.12.12 22:42:08.826257 [ 193 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003739103 sec., 7471845.520168874 rows/sec., 106.89 MiB/sec. | ||
| 11639 | 2024.12.12 22:42:08.826691 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11640 | 2024.12.12 22:42:08.827216 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11641 | 2024.12.12 22:42:08.827352 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_61_12} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11642 | 2024.12.12 22:42:08.827517 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 11643 | 2024.12.12 22:42:10.787822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11644 | 2024.12.12 22:42:10.809810 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2024.12.12 22:42:10.809863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11646 | 2024.12.12 22:42:10.817211 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11647 | 2024.12.12 22:42:10.817990 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2024.12.12 22:42:10.818293 [ 30 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11649 | 2024.12.12 22:42:10.818356 [ 30 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11650 | 2024.12.12 22:42:10.818394 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11651 | 2024.12.12 22:42:10.819066 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 11652 | 2024.12.12 22:42:10.837406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11653 | 2024.12.12 22:42:10.838698 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11654 | 2024.12.12 22:42:10.839866 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11655 | 2024.12.12 22:42:10.845138 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11656 | 2024.12.12 22:42:10.850566 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 11657 | 2024.12.12 22:42:10.856289 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 11658 | 2024.12.12 22:42:10.862132 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 11659 | 2024.12.12 22:42:10.866877 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 11660 | 2024.12.12 22:42:10.925749 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107204025 sec., 4290.88366784736 rows/sec., 22.19 MiB/sec. | ||
| 11661 | 2024.12.12 22:42:10.929643 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11662 | 2024.12.12 22:42:10.932732 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2024.12.12 22:42:10.932864 [ 197 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_61_12} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11664 | 2024.12.12 22:42:10.935650 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11665 | 2024.12.12 22:42:11.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.33 MiB, peak 263.75 MiB, free memory in arenas 0.00 B, will set to 251.50 MiB (RSS), difference: 1.17 MiB | ||
| 11666 | 2024.12.12 22:42:11.462085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1594 | ||
| 11667 | 2024.12.12 22:42:11.465392 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11668 | 2024.12.12 22:42:11.465434 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11669 | 2024.12.12 22:42:11.466933 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11670 | 2024.12.12 22:42:11.467245 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11671 | 2024.12.12 22:42:11.467729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1594 | ||
| 11672 | 2024.12.12 22:42:12.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.49 MiB, peak 263.75 MiB, free memory in arenas 0.00 B, will set to 251.50 MiB (RSS), difference: 4.01 MiB | ||
| 11673 | 2024.12.12 22:42:12.039388 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2024.12.12 22:42:12.039598 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11675 | 2024.12.12 22:42:12.039676 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11676 | 2024.12.12 22:42:12.040462 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2024.12.12 22:42:12.040508 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11678 | 2024.12.12 22:42:12.040951 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11679 | 2024.12.12 22:42:12.041214 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11680 | 2024.12.12 22:42:12.041452 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 11681 | 2024.12.12 22:42:12.041509 [ 264 ] {20d28985-9fc3-49e5-8615-4bd1b4e2a09f} <Debug> TCPHandler: Processed in 0.002256384 sec. | ||
| 11682 | 2024.12.12 22:42:12.041826 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11683 | 2024.12.12 22:42:12.042127 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11684 | 2024.12.12 22:42:12.042244 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11685 | 2024.12.12 22:42:12.043365 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.12.12 22:42:12.043412 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11687 | 2024.12.12 22:42:12.043891 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11688 | 2024.12.12 22:42:12.044158 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.12.12 22:42:12.044404 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002347 sec., 108649.33958244567 rows/sec., 9.53 MiB/sec. | ||
| 11690 | 2024.12.12 22:42:12.044520 [ 265 ] {9a11c3ab-e412-4a6e-a95e-e941e77eaf25} <Debug> TCPHandler: Processed in 0.002884736 sec. | ||
| 11691 | 2024.12.12 22:42:12.044794 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.12.12 22:42:12.044963 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11693 | 2024.12.12 22:42:12.045021 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11694 | 2024.12.12 22:42:12.045722 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.12.12 22:42:12.045769 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11696 | 2024.12.12 22:42:12.046141 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11697 | 2024.12.12 22:42:12.046402 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.12.12 22:42:12.046759 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.00182 sec., 18131.86813186813 rows/sec., 1.29 MiB/sec. | ||
| 11699 | 2024.12.12 22:42:12.046888 [ 264 ] {58038194-4ea6-4b90-910d-3e5cfb7483a0} <Debug> TCPHandler: Processed in 0.002251775 sec. | ||
| 11700 | 2024.12.12 22:42:12.047062 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2024.12.12 22:42:12.047209 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11702 | 2024.12.12 22:42:12.047269 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11703 | 2024.12.12 22:42:12.047947 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2024.12.12 22:42:12.047987 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11705 | 2024.12.12 22:42:12.048364 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11706 | 2024.12.12 22:42:12.048615 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2024.12.12 22:42:12.048747 [ 27 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11708 | 2024.12.12 22:42:12.048793 [ 27 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11709 | 2024.12.12 22:42:12.048803 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 602.25 KiB/sec. | ||
| 11710 | 2024.12.12 22:42:12.048823 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11711 | 2024.12.12 22:42:12.048887 [ 265 ] {64237f73-301a-4568-a989-fb3aa96f0cef} <Debug> TCPHandler: Processed in 0.001897087 sec. | ||
| 11712 | 2024.12.12 22:42:12.048987 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 11713 | 2024.12.12 22:42:12.049130 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11714 | 2024.12.12 22:42:12.049145 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11715 | 2024.12.12 22:42:12.049236 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
| 11716 | 2024.12.12 22:42:12.049496 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 11717 | 2024.12.12 22:42:12.049699 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11718 | 2024.12.12 22:42:12.049952 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 11719 | 2024.12.12 22:42:12.049977 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11720 | 2024.12.12 22:42:12.050386 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 11721 | 2024.12.12 22:42:12.050626 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part | ||
| 11722 | 2024.12.12 22:42:12.050991 [ 191 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 11723 | 2024.12.12 22:42:12.052956 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11724 | 2024.12.12 22:42:12.053037 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11725 | 2024.12.12 22:42:12.053894 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11726 | 2024.12.12 22:42:12.054179 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005270734 sec., 99796.34715013127 rows/sec., 7.15 MiB/sec. | ||
| 11727 | 2024.12.12 22:42:12.054373 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2024.12.12 22:42:12.054546 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11729 | 2024.12.12 22:42:12.054901 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005416 sec., 2400.295420974889 rows/sec., 149.66 KiB/sec. | ||
| 11730 | 2024.12.12 22:42:12.055219 [ 264 ] {8c6fb84d-801f-4707-9056-6827ea75c528} <Debug> TCPHandler: Processed in 0.006235202 sec. | ||
| 11731 | 2024.12.12 22:42:12.055559 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11732 | 2024.12.12 22:42:12.055748 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2024.12.12 22:42:12.055784 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11734 | 2024.12.12 22:42:12.055897 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11735 | 2024.12.12 22:42:12.055956 [ 188 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_51_10} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11736 | 2024.12.12 22:42:12.056151 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 11737 | 2024.12.12 22:42:12.056785 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2024.12.12 22:42:12.056829 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11739 | 2024.12.12 22:42:12.057235 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11740 | 2024.12.12 22:42:12.057484 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2024.12.12 22:42:12.057669 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00194 sec., 210309.27835051547 rows/sec., 14.98 MiB/sec. | ||
| 11742 | 2024.12.12 22:42:12.057721 [ 265 ] {20c10bda-5aac-48da-bc29-520af6dbeddf} <Debug> TCPHandler: Processed in 0.002388687 sec. | ||
| 11743 | 2024.12.12 22:42:12.057931 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11744 | 2024.12.12 22:42:12.058155 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11745 | 2024.12.12 22:42:12.058250 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11746 | 2024.12.12 22:42:12.058991 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2024.12.12 22:42:12.059031 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11748 | 2024.12.12 22:42:12.059392 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11749 | 2024.12.12 22:42:12.059646 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2024.12.12 22:42:12.059877 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001776 sec., 3378.3783783783783 rows/sec., 176.51 KiB/sec. | ||
| 11751 | 2024.12.12 22:42:12.059931 [ 264 ] {4bb9c956-1b3b-4771-bd21-465ac04a9f27} <Debug> TCPHandler: Processed in 0.002113261 sec. | ||
| 11752 | 2024.12.12 22:42:12.060139 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11753 | 2024.12.12 22:42:12.060363 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11754 | 2024.12.12 22:42:12.060458 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11755 | 2024.12.12 22:42:12.061199 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11756 | 2024.12.12 22:42:12.061236 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11757 | 2024.12.12 22:42:12.061640 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11758 | 2024.12.12 22:42:12.061883 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11759 | 2024.12.12 22:42:12.062020 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11760 | 2024.12.12 22:42:12.062065 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11761 | 2024.12.12 22:42:12.062069 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 11762 | 2024.12.12 22:42:12.062093 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11763 | 2024.12.12 22:42:12.062151 [ 265 ] {5f3a7dab-0aa0-4293-bc71-9c62f8289581} <Debug> TCPHandler: Processed in 0.002121301 sec. | ||
| 11764 | 2024.12.12 22:42:12.062509 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 11765 | 2024.12.12 22:42:12.062522 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11766 | 2024.12.12 22:42:12.063089 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11767 | 2024.12.12 22:42:12.063183 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11768 | 2024.12.12 22:42:12.063264 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11769 | 2024.12.12 22:42:12.063345 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 25149 rows starting from the beginning of the part | ||
| 11770 | 2024.12.12 22:42:12.063924 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 242 rows starting from the beginning of the part | ||
| 11771 | 2024.12.12 22:42:12.064375 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 11772 | 2024.12.12 22:42:12.065270 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 11773 | 2024.12.12 22:42:12.065630 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 880 rows starting from the beginning of the part | ||
| 11774 | 2024.12.12 22:42:12.065839 [ 188 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 11775 | 2024.12.12 22:42:12.066683 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2024.12.12 22:42:12.066747 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11777 | 2024.12.12 22:42:12.067457 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11778 | 2024.12.12 22:42:12.067788 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2024.12.12 22:42:12.068231 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005275 sec., 189.5734597156398 rows/sec., 12.77 KiB/sec. | ||
| 11780 | 2024.12.12 22:42:12.068513 [ 264 ] {e69064ac-11a6-4145-8ca9-aad1d00113ce} <Debug> TCPHandler: Processed in 0.006248082 sec. | ||
| 11781 | 2024.12.12 22:42:12.068971 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11782 | 2024.12.12 22:42:12.069397 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11783 | 2024.12.12 22:42:12.069649 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11784 | 2024.12.12 22:42:12.071498 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11785 | 2024.12.12 22:42:12.071559 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11786 | 2024.12.12 22:42:12.072457 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11787 | 2024.12.12 22:42:12.072738 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11788 | 2024.12.12 22:42:12.073185 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003936 sec., 6605.6910569105685 rows/sec., 11.84 MiB/sec. | ||
| 11789 | 2024.12.12 22:42:12.073298 [ 265 ] {2574bfe0-e5cb-4835-9025-6c4912e435b9} <Debug> TCPHandler: Processed in 0.00455444 sec. | ||
| 11790 | 2024.12.12 22:42:12.073542 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11791 | 2024.12.12 22:42:12.073813 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11792 | 2024.12.12 22:42:12.073874 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11793 | 2024.12.12 22:42:12.074574 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11794 | 2024.12.12 22:42:12.074613 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11795 | 2024.12.12 22:42:12.075310 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26905 rows, containing 5 columns (5 merged, 0 gathered) in 0.013110018 sec., 2052247.3729631798 rows/sec., 138.58 MiB/sec. | ||
| 11796 | 2024.12.12 22:42:12.075453 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11797 | 2024.12.12 22:42:12.075702 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11798 | 2024.12.12 22:42:12.075882 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2024.12.12 22:42:12.076215 [ 27 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11800 | 2024.12.12 22:42:12.076361 [ 27 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11801 | 2024.12.12 22:42:12.076391 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002628 sec., 31202.43531202435 rows/sec., 1.98 MiB/sec. | ||
| 11802 | 2024.12.12 22:42:12.076492 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11803 | 2024.12.12 22:42:12.076554 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11804 | 2024.12.12 22:42:12.076665 [ 264 ] {784b37e1-e08b-4c00-b2c6-39ba0908c669} <Debug> TCPHandler: Processed in 0.003255853 sec. | ||
| 11805 | 2024.12.12 22:42:12.076974 [ 190 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11806 | 2024.12.12 22:42:12.077023 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11807 | 2024.12.12 22:42:12.077109 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 11808 | 2024.12.12 22:42:12.077190 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11809 | 2024.12.12 22:42:12.077231 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5108 rows starting from the beginning of the part | ||
| 11810 | 2024.12.12 22:42:12.077335 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
| 11811 | 2024.12.12 22:42:12.077422 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11812 | 2024.12.12 22:42:12.077505 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 11813 | 2024.12.12 22:42:12.077603 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 11814 | 2024.12.12 22:42:12.077688 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 11815 | 2024.12.12 22:42:12.079688 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5474 rows, containing 4 columns (4 merged, 0 gathered) in 0.002962028 sec., 1848058.1547507318 rows/sec., 120.40 MiB/sec. | ||
| 11816 | 2024.12.12 22:42:12.080137 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11817 | 2024.12.12 22:42:12.080473 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11818 | 2024.12.12 22:42:12.080570 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_81_16} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11819 | 2024.12.12 22:42:12.080658 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11820 | 2024.12.12 22:42:16.137718 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11821 | 2024.12.12 22:42:16.137798 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11822 | 2024.12.12 22:42:16.322479 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 11823 | 2024.12.12 22:42:16.323139 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11824 | 2024.12.12 22:42:16.323186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11825 | 2024.12.12 22:42:16.323723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11826 | 2024.12.12 22:42:16.323987 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2024.12.12 22:42:16.324186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11828 | 2024.12.12 22:42:17.034077 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11829 | 2024.12.12 22:42:17.034275 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11830 | 2024.12.12 22:42:17.034354 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11831 | 2024.12.12 22:42:17.035186 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2024.12.12 22:42:17.035243 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11833 | 2024.12.12 22:42:17.035701 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11834 | 2024.12.12 22:42:17.035971 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2024.12.12 22:42:17.036182 [ 75 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11836 | 2024.12.12 22:42:17.036211 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001988 sec., 44265.59356136821 rows/sec., 3.64 MiB/sec. | ||
| 11837 | 2024.12.12 22:42:17.036269 [ 75 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2024.12.12 22:42:17.036340 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11839 | 2024.12.12 22:42:17.036354 [ 264 ] {f732e145-2906-4e1d-b5f9-812b7014a239} <Debug> TCPHandler: Processed in 0.002408238 sec. | ||
| 11840 | 2024.12.12 22:42:17.036599 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 11841 | 2024.12.12 22:42:17.036676 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11842 | 2024.12.12 22:42:17.036884 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11843 | 2024.12.12 22:42:17.036961 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1437 rows starting from the beginning of the part | ||
| 11844 | 2024.12.12 22:42:17.036986 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11845 | 2024.12.12 22:42:17.037146 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 88 rows starting from the beginning of the part | ||
| 11846 | 2024.12.12 22:42:17.037166 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11847 | 2024.12.12 22:42:17.037556 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 255 rows starting from the beginning of the part | ||
| 11848 | 2024.12.12 22:42:17.037849 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1228 rows starting from the beginning of the part | ||
| 11849 | 2024.12.12 22:42:17.038186 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 255 rows starting from the beginning of the part | ||
| 11850 | 2024.12.12 22:42:17.038577 [ 186 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 88 rows starting from the beginning of the part | ||
| 11851 | 2024.12.12 22:42:17.040111 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11852 | 2024.12.12 22:42:17.040199 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11853 | 2024.12.12 22:42:17.041268 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11854 | 2024.12.12 22:42:17.041586 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11855 | 2024.12.12 22:42:17.042023 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005112 sec., 3129.8904538341158 rows/sec., 235.35 KiB/sec. | ||
| 11856 | 2024.12.12 22:42:17.042219 [ 265 ] {971380b7-4619-488b-adbd-2e736a303727} <Debug> TCPHandler: Processed in 0.005717992 sec. | ||
| 11857 | 2024.12.12 22:42:17.042240 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3351 rows, containing 5 columns (5 merged, 0 gathered) in 0.005780964 sec., 579661.1084241313 rows/sec., 50.68 MiB/sec. | ||
| 11858 | 2024.12.12 22:42:17.042389 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11859 | 2024.12.12 22:42:17.042481 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11860 | 2024.12.12 22:42:17.042605 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11861 | 2024.12.12 22:42:17.042691 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11862 | 2024.12.12 22:42:17.043074 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11863 | 2024.12.12 22:42:17.043326 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_86_17} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11864 | 2024.12.12 22:42:17.043495 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 11865 | 2024.12.12 22:42:17.043845 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2024.12.12 22:42:17.043894 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11867 | 2024.12.12 22:42:17.044306 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11868 | 2024.12.12 22:42:17.044564 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2024.12.12 22:42:17.044745 [ 75 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11870 | 2024.12.12 22:42:17.044797 [ 75 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11871 | 2024.12.12 22:42:17.044826 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002304 sec., 34722.22222222222 rows/sec., 2.71 MiB/sec. | ||
| 11872 | 2024.12.12 22:42:17.044832 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11873 | 2024.12.12 22:42:17.045017 [ 264 ] {64f73a63-3045-4b9a-9323-6294fe488b1d} <Debug> TCPHandler: Processed in 0.002690163 sec. | ||
| 11874 | 2024.12.12 22:42:17.045274 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11875 | 2024.12.12 22:42:17.045294 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 11876 | 2024.12.12 22:42:17.045635 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11877 | 2024.12.12 22:42:17.045860 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11878 | 2024.12.12 22:42:17.046236 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11879 | 2024.12.12 22:42:17.046478 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 11880 | 2024.12.12 22:42:17.047168 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 80 rows starting from the beginning of the part | ||
| 11881 | 2024.12.12 22:42:17.047654 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 408 rows starting from the beginning of the part | ||
| 11882 | 2024.12.12 22:42:17.047839 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 536 rows starting from the beginning of the part | ||
| 11883 | 2024.12.12 22:42:17.048130 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 408 rows starting from the beginning of the part | ||
| 11884 | 2024.12.12 22:42:17.048467 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 80 rows starting from the beginning of the part | ||
| 11885 | 2024.12.12 22:42:17.049160 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2024.12.12 22:42:17.049230 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11887 | 2024.12.12 22:42:17.050290 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11888 | 2024.12.12 22:42:17.050794 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11889 | 2024.12.12 22:42:17.051117 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005627 sec., 28434.334458859073 rows/sec., 1.98 MiB/sec. | ||
| 11890 | 2024.12.12 22:42:17.051377 [ 265 ] {e38cc521-edf5-4591-9820-e8f7d0e1ee93} <Debug> TCPHandler: Processed in 0.006213482 sec. | ||
| 11891 | 2024.12.12 22:42:17.051666 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11892 | 2024.12.12 22:42:17.052083 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11893 | 2024.12.12 22:42:17.052472 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11894 | 2024.12.12 22:42:17.052865 [ 195 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.007847594 sec., 309394.1913916546 rows/sec., 23.74 MiB/sec. | ||
| 11895 | 2024.12.12 22:42:17.053233 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11896 | 2024.12.12 22:42:17.053952 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11897 | 2024.12.12 22:42:17.054184 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_86_17} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11898 | 2024.12.12 22:42:17.054338 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11899 | 2024.12.12 22:42:17.054992 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11900 | 2024.12.12 22:42:17.055038 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11901 | 2024.12.12 22:42:17.055708 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11902 | 2024.12.12 22:42:17.055970 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11903 | 2024.12.12 22:42:17.056214 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004276 sec., 3741.8147801683813 rows/sec., 6.71 MiB/sec. | ||
| 11904 | 2024.12.12 22:42:17.056328 [ 264 ] {170e939b-ef1d-46be-b91d-0c3e3584c2af} <Debug> TCPHandler: Processed in 0.004817044 sec. | ||
| 11905 | 2024.12.12 22:42:17.056488 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11906 | 2024.12.12 22:42:17.056633 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11907 | 2024.12.12 22:42:17.056696 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11908 | 2024.12.12 22:42:17.057249 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11909 | 2024.12.12 22:42:17.057287 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11910 | 2024.12.12 22:42:17.057692 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11911 | 2024.12.12 22:42:17.057935 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11912 | 2024.12.12 22:42:17.058120 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 11913 | 2024.12.12 22:42:17.058179 [ 265 ] {a7ff4fb9-5305-468e-bc22-6646d7063915} <Debug> TCPHandler: Processed in 0.001760855 sec. | ||
| 11914 | 2024.12.12 22:42:18.337477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11915 | 2024.12.12 22:42:18.356762 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11916 | 2024.12.12 22:42:18.356823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11917 | 2024.12.12 22:42:18.363690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11918 | 2024.12.12 22:42:18.364434 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2024.12.12 22:42:18.367142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11920 | 2024.12.12 22:42:21.467965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1628 | ||
| 11921 | 2024.12.12 22:42:21.471313 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2024.12.12 22:42:21.471368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11923 | 2024.12.12 22:42:21.472856 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11924 | 2024.12.12 22:42:21.473187 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11925 | 2024.12.12 22:42:21.473976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1628 | ||
| 11926 | 2024.12.12 22:42:22.039489 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11927 | 2024.12.12 22:42:22.039805 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11928 | 2024.12.12 22:42:22.039921 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11929 | 2024.12.12 22:42:22.040752 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11930 | 2024.12.12 22:42:22.040806 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11931 | 2024.12.12 22:42:22.041258 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11932 | 2024.12.12 22:42:22.041518 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11933 | 2024.12.12 22:42:22.041778 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002053 sec., 6819.288845591816 rows/sec., 490.90 KiB/sec. | ||
| 11934 | 2024.12.12 22:42:22.041856 [ 264 ] {c3dbab5f-5061-4da1-9060-3fb9ce2e33cb} <Debug> TCPHandler: Processed in 0.00255624 sec. | ||
| 11935 | 2024.12.12 22:42:22.042158 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11936 | 2024.12.12 22:42:22.042374 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11937 | 2024.12.12 22:42:22.042452 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11938 | 2024.12.12 22:42:22.043343 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11939 | 2024.12.12 22:42:22.043392 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11940 | 2024.12.12 22:42:22.043865 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11941 | 2024.12.12 22:42:22.044130 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11942 | 2024.12.12 22:42:22.044381 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002061 sec., 123726.34643377003 rows/sec., 10.86 MiB/sec. | ||
| 11943 | 2024.12.12 22:42:22.044470 [ 265 ] {2ac232d6-0dd9-40d7-9b81-161f16dbd3af} <Debug> TCPHandler: Processed in 0.002499839 sec. | ||
| 11944 | 2024.12.12 22:42:22.044632 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11945 | 2024.12.12 22:42:22.044798 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11946 | 2024.12.12 22:42:22.044856 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11947 | 2024.12.12 22:42:22.045484 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11948 | 2024.12.12 22:42:22.045523 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11949 | 2024.12.12 22:42:22.045892 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11950 | 2024.12.12 22:42:22.046145 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11951 | 2024.12.12 22:42:22.046326 [ 136 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 11952 | 2024.12.12 22:42:22.046393 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001625 sec., 20307.69230769231 rows/sec., 1.45 MiB/sec. | ||
| 11953 | 2024.12.12 22:42:22.046414 [ 136 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11954 | 2024.12.12 22:42:22.046474 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11955 | 2024.12.12 22:42:22.046527 [ 264 ] {eb51ed6c-c741-4a72-818c-f532509d1c84} <Debug> TCPHandler: Processed in 0.001972459 sec. | ||
| 11956 | 2024.12.12 22:42:22.046831 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 11957 | 2024.12.12 22:42:22.046926 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11958 | 2024.12.12 22:42:22.047339 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11959 | 2024.12.12 22:42:22.047470 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11960 | 2024.12.12 22:42:22.047481 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 67 rows starting from the beginning of the part | ||
| 11961 | 2024.12.12 22:42:22.047689 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11962 | 2024.12.12 22:42:22.047914 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part | ||
| 11963 | 2024.12.12 22:42:22.048357 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 16 rows starting from the beginning of the part | ||
| 11964 | 2024.12.12 22:42:22.048727 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part | ||
| 11965 | 2024.12.12 22:42:22.049325 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 16 rows starting from the beginning of the part | ||
| 11966 | 2024.12.12 22:42:22.049688 [ 194 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part | ||
| 11967 | 2024.12.12 22:42:22.050614 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11968 | 2024.12.12 22:42:22.050677 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11969 | 2024.12.12 22:42:22.051753 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11970 | 2024.12.12 22:42:22.052288 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11971 | 2024.12.12 22:42:22.052600 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.006012168 sec., 32933.21144718511 rows/sec., 2.48 MiB/sec. | ||
| 11972 | 2024.12.12 22:42:22.052669 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005369 sec., 2607.561929595828 rows/sec., 182.62 KiB/sec. | ||
| 11973 | 2024.12.12 22:42:22.052818 [ 265 ] {5c13d8c1-a928-4396-a5d4-5e448df7b5fd} <Debug> TCPHandler: Processed in 0.006179451 sec. | ||
| 11974 | 2024.12.12 22:42:22.052925 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 11975 | 2024.12.12 22:42:22.053020 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11976 | 2024.12.12 22:42:22.053206 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11977 | 2024.12.12 22:42:22.053307 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11978 | 2024.12.12 22:42:22.053473 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11979 | 2024.12.12 22:42:22.053704 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_85_17} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 11980 | 2024.12.12 22:42:22.053912 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11981 | 2024.12.12 22:42:22.054323 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11982 | 2024.12.12 22:42:22.054368 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11983 | 2024.12.12 22:42:22.054730 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11984 | 2024.12.12 22:42:22.054971 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11985 | 2024.12.12 22:42:22.055192 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002043 sec., 6363.191385217817 rows/sec., 396.74 KiB/sec. | ||
| 11986 | 2024.12.12 22:42:22.055287 [ 264 ] {cb704777-0f8c-4972-8c55-11943e5f9f74} <Debug> TCPHandler: Processed in 0.002364287 sec. | ||
| 11987 | 2024.12.12 22:42:22.055540 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11988 | 2024.12.12 22:42:22.055762 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11989 | 2024.12.12 22:42:22.055854 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11990 | 2024.12.12 22:42:22.056690 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11991 | 2024.12.12 22:42:22.056730 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 11992 | 2024.12.12 22:42:22.057116 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11993 | 2024.12.12 22:42:22.057360 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11994 | 2024.12.12 22:42:22.057567 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001859 sec., 219472.83485745025 rows/sec., 15.64 MiB/sec. | ||
| 11995 | 2024.12.12 22:42:22.057619 [ 265 ] {bd5e192c-2e45-4967-b997-30c470462621} <Debug> TCPHandler: Processed in 0.002226084 sec. | ||
| 11996 | 2024.12.12 22:42:22.057828 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11997 | 2024.12.12 22:42:22.058051 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11998 | 2024.12.12 22:42:22.058140 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11999 | 2024.12.12 22:42:22.058629 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2024.12.12 22:42:22.058667 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12001 | 2024.12.12 22:42:22.059028 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12002 | 2024.12.12 22:42:22.059267 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2024.12.12 22:42:22.059476 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 12004 | 2024.12.12 22:42:22.059525 [ 264 ] {43b492d3-c492-43ab-9635-ae4d4e5a9ac4} <Debug> TCPHandler: Processed in 0.001812555 sec. | ||
| 12005 | 2024.12.12 22:42:22.059662 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12006 | 2024.12.12 22:42:22.059780 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12007 | 2024.12.12 22:42:22.059833 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12008 | 2024.12.12 22:42:22.060403 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12009 | 2024.12.12 22:42:22.060442 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12010 | 2024.12.12 22:42:22.060839 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12011 | 2024.12.12 22:42:22.061089 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12012 | 2024.12.12 22:42:22.061296 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001541 sec., 153796.2362102531 rows/sec., 10.31 MiB/sec. | ||
| 12013 | 2024.12.12 22:42:22.061348 [ 265 ] {ec4bc4e1-9ec3-42dc-a8cb-3ef33fe08277} <Debug> TCPHandler: Processed in 0.001744545 sec. | ||
| 12014 | 2024.12.12 22:42:22.061494 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12015 | 2024.12.12 22:42:22.061633 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12016 | 2024.12.12 22:42:22.061693 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12017 | 2024.12.12 22:42:22.062217 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12018 | 2024.12.12 22:42:22.062256 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12019 | 2024.12.12 22:42:22.062616 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12020 | 2024.12.12 22:42:22.062854 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12021 | 2024.12.12 22:42:22.063106 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 12022 | 2024.12.12 22:42:22.063292 [ 264 ] {65b7d0de-3055-4ca1-8290-6700adfe66ba} <Debug> TCPHandler: Processed in 0.001864527 sec. | ||
| 12023 | 2024.12.12 22:42:22.063578 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12024 | 2024.12.12 22:42:22.063799 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12025 | 2024.12.12 22:42:22.063936 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12026 | 2024.12.12 22:42:22.065114 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12027 | 2024.12.12 22:42:22.065154 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12028 | 2024.12.12 22:42:22.065805 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12029 | 2024.12.12 22:42:22.066071 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12030 | 2024.12.12 22:42:22.066335 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002588 sec., 10046.367851622876 rows/sec., 18.00 MiB/sec. | ||
| 12031 | 2024.12.12 22:42:22.066436 [ 265 ] {b00b9741-9c5f-407c-879e-47080f261dd8} <Debug> TCPHandler: Processed in 0.0030314 sec. | ||
| 12032 | 2024.12.12 22:42:22.066639 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12033 | 2024.12.12 22:42:22.066861 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12034 | 2024.12.12 22:42:22.066955 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12035 | 2024.12.12 22:42:22.067522 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12036 | 2024.12.12 22:42:22.067562 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12037 | 2024.12.12 22:42:22.067942 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12038 | 2024.12.12 22:42:22.068177 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2024.12.12 22:42:22.068386 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 12040 | 2024.12.12 22:42:22.068435 [ 264 ] {f8b5a165-9fcc-43b0-b6d1-6893a1c6d589} <Debug> TCPHandler: Processed in 0.001908567 sec. | ||
| 12041 | 2024.12.12 22:42:23.824339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 12042 | 2024.12.12 22:42:23.825332 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12043 | 2024.12.12 22:42:23.825376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12044 | 2024.12.12 22:42:23.825940 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12045 | 2024.12.12 22:42:23.826274 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12046 | 2024.12.12 22:42:23.826467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 12047 | 2024.12.12 22:42:25.867201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12048 | 2024.12.12 22:42:25.897244 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12049 | 2024.12.12 22:42:25.897328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12050 | 2024.12.12 22:42:25.905496 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12051 | 2024.12.12 22:42:25.906478 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2024.12.12 22:42:25.913296 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12053 | 2024.12.12 22:42:27.033902 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12054 | 2024.12.12 22:42:27.034090 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12055 | 2024.12.12 22:42:27.034161 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12056 | 2024.12.12 22:42:27.034945 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2024.12.12 22:42:27.034992 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12058 | 2024.12.12 22:42:27.035426 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12059 | 2024.12.12 22:42:27.035680 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2024.12.12 22:42:27.035882 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001844 sec., 47722.34273318872 rows/sec., 3.92 MiB/sec. | ||
| 12061 | 2024.12.12 22:42:27.035937 [ 264 ] {41f50360-a262-4769-ad47-cbe6cdae44da} <Debug> TCPHandler: Processed in 0.002161422 sec. | ||
| 12062 | 2024.12.12 22:42:27.036205 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.12.12 22:42:27.036422 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12064 | 2024.12.12 22:42:27.036504 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12065 | 2024.12.12 22:42:27.037356 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2024.12.12 22:42:27.037406 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12067 | 2024.12.12 22:42:27.037851 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12068 | 2024.12.12 22:42:27.038109 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2024.12.12 22:42:27.038361 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001996 sec., 8016.032064128257 rows/sec., 602.77 KiB/sec. | ||
| 12070 | 2024.12.12 22:42:27.038455 [ 265 ] {f321abf2-d050-4395-af9e-623f1ba5ad6b} <Debug> TCPHandler: Processed in 0.002392238 sec. | ||
| 12071 | 2024.12.12 22:42:27.038652 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2024.12.12 22:42:27.038870 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12073 | 2024.12.12 22:42:27.038929 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12074 | 2024.12.12 22:42:27.039590 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2024.12.12 22:42:27.039629 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12076 | 2024.12.12 22:42:27.039997 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12077 | 2024.12.12 22:42:27.040240 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2024.12.12 22:42:27.040419 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001591 sec., 50282.8409805154 rows/sec., 3.93 MiB/sec. | ||
| 12079 | 2024.12.12 22:42:27.040471 [ 264 ] {3604c5b2-57d8-4b76-a086-f48da0f06746} <Debug> TCPHandler: Processed in 0.001933438 sec. | ||
| 12080 | 2024.12.12 22:42:27.040651 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.12.12 22:42:27.040794 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12082 | 2024.12.12 22:42:27.040858 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12083 | 2024.12.12 22:42:27.041515 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2024.12.12 22:42:27.041554 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12085 | 2024.12.12 22:42:27.041963 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12086 | 2024.12.12 22:42:27.042210 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2024.12.12 22:42:27.042440 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
| 12088 | 2024.12.12 22:42:27.042545 [ 265 ] {37f1145a-0d01-4d54-947b-f58941466210} <Debug> TCPHandler: Processed in 0.001964559 sec. | ||
| 12089 | 2024.12.12 22:42:27.042720 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12090 | 2024.12.12 22:42:27.042903 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12091 | 2024.12.12 22:42:27.043010 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12092 | 2024.12.12 22:42:27.044210 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12093 | 2024.12.12 22:42:27.044247 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12094 | 2024.12.12 22:42:27.044892 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12095 | 2024.12.12 22:42:27.045146 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12096 | 2024.12.12 22:42:27.045297 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12097 | 2024.12.12 22:42:27.045341 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12098 | 2024.12.12 22:42:27.045362 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002506 sec., 6384.676775738229 rows/sec., 11.44 MiB/sec. | ||
| 12099 | 2024.12.12 22:42:27.045366 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12100 | 2024.12.12 22:42:27.045569 [ 264 ] {78305953-6321-4094-8c9e-96b4910119c6} <Debug> TCPHandler: Processed in 0.002939918 sec. | ||
| 12101 | 2024.12.12 22:42:27.045578 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 12102 | 2024.12.12 22:42:27.045788 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12103 | 2024.12.12 22:42:27.046034 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12104 | 2024.12.12 22:42:27.046064 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12105 | 2024.12.12 22:42:27.046163 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1724 rows starting from the beginning of the part | ||
| 12106 | 2024.12.12 22:42:27.046180 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12107 | 2024.12.12 22:42:27.047074 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 16 rows starting from the beginning of the part | ||
| 12108 | 2024.12.12 22:42:27.047651 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 26 rows starting from the beginning of the part | ||
| 12109 | 2024.12.12 22:42:27.048438 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 16 rows starting from the beginning of the part | ||
| 12110 | 2024.12.12 22:42:27.048447 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12111 | 2024.12.12 22:42:27.048529 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12112 | 2024.12.12 22:42:27.048989 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 26 rows starting from the beginning of the part | ||
| 12113 | 2024.12.12 22:42:27.049797 [ 193 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 16 rows starting from the beginning of the part | ||
| 12114 | 2024.12.12 22:42:27.050184 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12115 | 2024.12.12 22:42:27.050931 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12116 | 2024.12.12 22:42:27.051388 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005398 sec., 11115.227862171174 rows/sec., 767.07 KiB/sec. | ||
| 12117 | 2024.12.12 22:42:27.051579 [ 265 ] {c3e0abbf-d31d-4d71-9f16-90ede6df4948} <Debug> TCPHandler: Processed in 0.005919336 sec. | ||
| 12118 | 2024.12.12 22:42:27.060683 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 19 columns (19 merged, 0 gathered) in 0.015232519 sec., 119743.81912801159 rows/sec., 214.58 MiB/sec. | ||
| 12119 | 2024.12.12 22:42:27.062334 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12120 | 2024.12.12 22:42:27.062767 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2024.12.12 22:42:27.062855 [ 187 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12122 | 2024.12.12 22:42:27.063017 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB. | ||
| 12123 | 2024.12.12 22:42:28.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.01 MiB, peak 269.19 MiB, free memory in arenas 0.00 B, will set to 256.23 MiB (RSS), difference: 4.23 MiB | ||
| 12124 | 2024.12.12 22:42:31.137840 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12125 | 2024.12.12 22:42:31.137910 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12126 | 2024.12.12 22:42:31.326577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 12127 | 2024.12.12 22:42:31.327257 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12128 | 2024.12.12 22:42:31.327304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12129 | 2024.12.12 22:42:31.327831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12130 | 2024.12.12 22:42:31.328089 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12131 | 2024.12.12 22:42:31.328330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12132 | 2024.12.12 22:42:31.474180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1662 | ||
| 12133 | 2024.12.12 22:42:31.477517 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12134 | 2024.12.12 22:42:31.477567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12135 | 2024.12.12 22:42:31.479047 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12136 | 2024.12.12 22:42:31.479358 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12137 | 2024.12.12 22:42:31.479625 [ 151 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12138 | 2024.12.12 22:42:31.479816 [ 151 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12139 | 2024.12.12 22:42:31.479945 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12140 | 2024.12.12 22:42:31.480662 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 12141 | 2024.12.12 22:42:31.481840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1662 | ||
| 12142 | 2024.12.12 22:42:31.482280 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12143 | 2024.12.12 22:42:31.482474 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1488 rows starting from the beginning of the part | ||
| 12144 | 2024.12.12 22:42:31.483165 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 12145 | 2024.12.12 22:42:31.483825 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 12146 | 2024.12.12 22:42:31.484440 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
| 12147 | 2024.12.12 22:42:31.485624 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 12148 | 2024.12.12 22:42:31.486750 [ 199 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 12149 | 2024.12.12 22:42:31.495221 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 72 columns (72 merged, 0 gathered) in 0.015068546 sec., 110295.97679829228 rows/sec., 85.21 MiB/sec. | ||
| 12150 | 2024.12.12 22:42:31.497189 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12151 | 2024.12.12 22:42:31.498044 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2024.12.12 22:42:31.498146 [ 198 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_46_9} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12153 | 2024.12.12 22:42:31.498531 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 12154 | 2024.12.12 22:42:32.001481 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001098332 sec. | ||
| 12155 | 2024.12.12 22:42:32.039639 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12156 | 2024.12.12 22:42:32.039848 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12157 | 2024.12.12 22:42:32.039927 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12158 | 2024.12.12 22:42:32.040731 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12159 | 2024.12.12 22:42:32.040779 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12160 | 2024.12.12 22:42:32.041225 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12161 | 2024.12.12 22:42:32.041487 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12162 | 2024.12.12 22:42:32.041761 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec. | ||
| 12163 | 2024.12.12 22:42:32.041867 [ 264 ] {b6a58861-31f1-4802-bc45-5a7ba4c4dfbd} <Debug> TCPHandler: Processed in 0.002363966 sec. | ||
| 12164 | 2024.12.12 22:42:32.042236 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12165 | 2024.12.12 22:42:32.042481 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12166 | 2024.12.12 22:42:32.042545 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12167 | 2024.12.12 22:42:32.043388 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12168 | 2024.12.12 22:42:32.043427 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12169 | 2024.12.12 22:42:32.043873 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12170 | 2024.12.12 22:42:32.044121 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12171 | 2024.12.12 22:42:32.044312 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001882 sec., 135494.1551540914 rows/sec., 11.89 MiB/sec. | ||
| 12172 | 2024.12.12 22:42:32.044367 [ 265 ] {6d26b1a0-1f66-4b1f-aca7-225202966767} <Debug> TCPHandler: Processed in 0.002380976 sec. | ||
| 12173 | 2024.12.12 22:42:32.044593 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12174 | 2024.12.12 22:42:32.044819 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12175 | 2024.12.12 22:42:32.044913 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12176 | 2024.12.12 22:42:32.045743 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12177 | 2024.12.12 22:42:32.045784 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12178 | 2024.12.12 22:42:32.046180 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12179 | 2024.12.12 22:42:32.046431 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12180 | 2024.12.12 22:42:32.046665 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001904 sec., 17331.93277310924 rows/sec., 1.24 MiB/sec. | ||
| 12181 | 2024.12.12 22:42:32.046720 [ 264 ] {6b3c2d46-acae-43b4-9331-ee78f69130aa} <Debug> TCPHandler: Processed in 0.002240355 sec. | ||
| 12182 | 2024.12.12 22:42:32.046930 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12183 | 2024.12.12 22:42:32.047155 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12184 | 2024.12.12 22:42:32.047244 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12185 | 2024.12.12 22:42:32.047895 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12186 | 2024.12.12 22:42:32.047958 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12187 | 2024.12.12 22:42:32.048305 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12188 | 2024.12.12 22:42:32.048536 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12189 | 2024.12.12 22:42:32.048725 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001619 sec., 8647.313156269302 rows/sec., 605.60 KiB/sec. | ||
| 12190 | 2024.12.12 22:42:32.048818 [ 265 ] {df088f5e-bf2e-4bb8-a477-f7d9afaa0e48} <Debug> TCPHandler: Processed in 0.001998609 sec. | ||
| 12191 | 2024.12.12 22:42:32.049002 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12192 | 2024.12.12 22:42:32.049127 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12193 | 2024.12.12 22:42:32.049174 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12194 | 2024.12.12 22:42:32.049753 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2024.12.12 22:42:32.049792 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12196 | 2024.12.12 22:42:32.050149 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12197 | 2024.12.12 22:42:32.050401 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2024.12.12 22:42:32.050646 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 12199 | 2024.12.12 22:42:32.050833 [ 264 ] {01dc1f4c-5e9d-475f-b555-f04fa1041a1a} <Debug> TCPHandler: Processed in 0.001923398 sec. | ||
| 12200 | 2024.12.12 22:42:32.051051 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12201 | 2024.12.12 22:42:32.051185 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12202 | 2024.12.12 22:42:32.051239 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12203 | 2024.12.12 22:42:32.051990 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12204 | 2024.12.12 22:42:32.052026 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12205 | 2024.12.12 22:42:32.052411 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12206 | 2024.12.12 22:42:32.052651 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12207 | 2024.12.12 22:42:32.052826 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001671 sec., 244165.17055655297 rows/sec., 17.39 MiB/sec. | ||
| 12208 | 2024.12.12 22:42:32.052876 [ 265 ] {a5d072b5-41b5-467d-a7fd-892748d85264} <Debug> TCPHandler: Processed in 0.001935627 sec. | ||
| 12209 | 2024.12.12 22:42:32.053028 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12210 | 2024.12.12 22:42:32.053147 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12211 | 2024.12.12 22:42:32.053198 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12212 | 2024.12.12 22:42:32.053696 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12213 | 2024.12.12 22:42:32.053735 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12214 | 2024.12.12 22:42:32.054110 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12215 | 2024.12.12 22:42:32.054350 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12216 | 2024.12.12 22:42:32.054578 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 12217 | 2024.12.12 22:42:32.054681 [ 264 ] {6e0a0d5d-e7c4-4fdb-b49e-5271ae6caa87} <Debug> TCPHandler: Processed in 0.001711844 sec. | ||
| 12218 | 2024.12.12 22:42:32.054897 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12219 | 2024.12.12 22:42:32.055037 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12220 | 2024.12.12 22:42:32.055097 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12221 | 2024.12.12 22:42:32.055749 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12222 | 2024.12.12 22:42:32.055786 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12223 | 2024.12.12 22:42:32.056186 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12224 | 2024.12.12 22:42:32.056428 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12225 | 2024.12.12 22:42:32.056609 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 12226 | 2024.12.12 22:42:32.056658 [ 265 ] {24f31dfe-eb63-4b9c-9577-723c09db1cfa} <Debug> TCPHandler: Processed in 0.001826986 sec. | ||
| 12227 | 2024.12.12 22:42:32.056822 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12228 | 2024.12.12 22:42:32.056965 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12229 | 2024.12.12 22:42:32.057027 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12230 | 2024.12.12 22:42:32.057558 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12231 | 2024.12.12 22:42:32.057598 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12232 | 2024.12.12 22:42:32.057968 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12233 | 2024.12.12 22:42:32.058221 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12234 | 2024.12.12 22:42:32.058386 [ 127 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 12235 | 2024.12.12 22:42:32.058437 [ 127 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.12.12 22:42:32.058452 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 12237 | 2024.12.12 22:42:32.058472 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12238 | 2024.12.12 22:42:32.058606 [ 264 ] {9fa622b2-605d-496f-b8c6-5baf1de94189} <Debug> TCPHandler: Processed in 0.001849776 sec. | ||
| 12239 | 2024.12.12 22:42:32.058707 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 12240 | 2024.12.12 22:42:32.058785 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12241 | 2024.12.12 22:42:32.058850 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12242 | 2024.12.12 22:42:32.058901 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 12243 | 2024.12.12 22:42:32.058950 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12244 | 2024.12.12 22:42:32.059003 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 12245 | 2024.12.12 22:42:32.059362 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12246 | 2024.12.12 22:42:32.059464 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 12247 | 2024.12.12 22:42:32.059825 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12248 | 2024.12.12 22:42:32.060256 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12249 | 2024.12.12 22:42:32.060637 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12250 | 2024.12.12 22:42:32.062776 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.004188523 sec., 9549.905778242115 rows/sec., 643.50 KiB/sec. | ||
| 12251 | 2024.12.12 22:42:32.062921 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 12252 | 2024.12.12 22:42:32.063031 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2024.12.12 22:42:32.063075 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12254 | 2024.12.12 22:42:32.063336 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12255 | 2024.12.12 22:42:32.063444 [ 199 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_40_8} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 12256 | 2024.12.12 22:42:32.063539 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12257 | 2024.12.12 22:42:32.063907 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12258 | 2024.12.12 22:42:32.064175 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12259 | 2024.12.12 22:42:32.064392 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.005483 sec., 4741.929600583622 rows/sec., 8.50 MiB/sec. | ||
| 12260 | 2024.12.12 22:42:32.064623 [ 265 ] {b9204a50-5f59-4e2e-b01e-fe6a9ffb145b} <Debug> TCPHandler: Processed in 0.005906176 sec. | ||
| 12261 | 2024.12.12 22:42:32.064886 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12262 | 2024.12.12 22:42:32.065046 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12263 | 2024.12.12 22:42:32.065108 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12264 | 2024.12.12 22:42:32.065654 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12265 | 2024.12.12 22:42:32.065693 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12266 | 2024.12.12 22:42:32.066084 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12267 | 2024.12.12 22:42:32.066342 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12268 | 2024.12.12 22:42:32.066590 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 12269 | 2024.12.12 22:42:32.066671 [ 264 ] {3161e372-9228-4100-8b10-a0c9b2c1c8d1} <Debug> TCPHandler: Processed in 0.001938278 sec. | ||
| 12270 | 2024.12.12 22:42:33.413357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12271 | 2024.12.12 22:42:33.434313 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2024.12.12 22:42:33.434368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12273 | 2024.12.12 22:42:33.441717 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12274 | 2024.12.12 22:42:33.442494 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2024.12.12 22:42:33.445217 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12276 | 2024.12.12 22:42:37.063224 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12277 | 2024.12.12 22:42:37.063551 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12278 | 2024.12.12 22:42:37.063628 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12279 | 2024.12.12 22:42:37.064343 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12280 | 2024.12.12 22:42:37.064393 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12281 | 2024.12.12 22:42:37.064819 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 12282 | 2024.12.12 22:42:37.065078 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2024.12.12 22:42:37.065358 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001887 sec., 4239.533651298357 rows/sec., 345.70 KiB/sec. | ||
| 12284 | 2024.12.12 22:42:37.065590 [ 264 ] {00e8b0aa-8790-426a-ade4-9d3fcf7e7bd7} <Debug> TCPHandler: Processed in 0.00255699 sec. | ||
| 12285 | 2024.12.12 22:42:37.065901 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12286 | 2024.12.12 22:42:37.066207 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12287 | 2024.12.12 22:42:37.066320 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12288 | 2024.12.12 22:42:37.067569 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12289 | 2024.12.12 22:42:37.067612 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12290 | 2024.12.12 22:42:37.068111 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12291 | 2024.12.12 22:42:37.068361 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12292 | 2024.12.12 22:42:37.068620 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002496 sec., 493589.7435897436 rows/sec., 40.62 MiB/sec. | ||
| 12293 | 2024.12.12 22:42:37.068714 [ 265 ] {7938aff5-f59c-4170-83ed-117d47b2da7d} <Debug> TCPHandler: Processed in 0.002999448 sec. | ||
| 12294 | 2024.12.12 22:42:37.068997 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12295 | 2024.12.12 22:42:37.069217 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12296 | 2024.12.12 22:42:37.069310 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12297 | 2024.12.12 22:42:37.070014 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12298 | 2024.12.12 22:42:37.070053 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12299 | 2024.12.12 22:42:37.070420 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12300 | 2024.12.12 22:42:37.070663 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12301 | 2024.12.12 22:42:37.070884 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001721 sec., 13945.380592678674 rows/sec., 1023.66 KiB/sec. | ||
| 12302 | 2024.12.12 22:42:37.070937 [ 264 ] {5d7e9f96-cfb2-48a0-81e0-fb0a65fda07c} <Debug> TCPHandler: Processed in 0.002098271 sec. | ||
| 12303 | 2024.12.12 22:42:37.071148 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12304 | 2024.12.12 22:42:37.071375 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12305 | 2024.12.12 22:42:37.071465 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12306 | 2024.12.12 22:42:37.072190 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12307 | 2024.12.12 22:42:37.072230 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12308 | 2024.12.12 22:42:37.072621 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12309 | 2024.12.12 22:42:37.072860 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2024.12.12 22:42:37.073054 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001736 sec., 131336.40552995392 rows/sec., 8.89 MiB/sec. | ||
| 12311 | 2024.12.12 22:42:37.073106 [ 265 ] {ed4e190a-9d9b-43a8-a017-eb524d1829f2} <Debug> TCPHandler: Processed in 0.002073531 sec. | ||
| 12312 | 2024.12.12 22:42:37.073325 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12313 | 2024.12.12 22:42:37.073547 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12314 | 2024.12.12 22:42:37.073605 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12315 | 2024.12.12 22:42:37.074577 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2024.12.12 22:42:37.074618 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12317 | 2024.12.12 22:42:37.075018 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12318 | 2024.12.12 22:42:37.075282 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2024.12.12 22:42:37.075500 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.002008 sec., 270916.3346613546 rows/sec., 20.10 MiB/sec. | ||
| 12320 | 2024.12.12 22:42:37.075553 [ 264 ] {b3dd095b-18c2-4bc7-ba61-5b65b75252ee} <Debug> TCPHandler: Processed in 0.002341736 sec. | ||
| 12321 | 2024.12.12 22:42:37.075772 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12322 | 2024.12.12 22:42:37.076000 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12323 | 2024.12.12 22:42:37.076095 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12324 | 2024.12.12 22:42:37.077059 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.12.12 22:42:37.077099 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12326 | 2024.12.12 22:42:37.077560 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12327 | 2024.12.12 22:42:37.077796 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.12.12 22:42:37.077978 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12329 | 2024.12.12 22:42:37.078035 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.002085 sec., 423980.8153477218 rows/sec., 28.53 MiB/sec. | ||
| 12330 | 2024.12.12 22:42:37.078067 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12331 | 2024.12.12 22:42:37.078146 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12332 | 2024.12.12 22:42:37.078157 [ 265 ] {b517da3c-5362-4684-b4f1-40b6865a3515} <Debug> TCPHandler: Processed in 0.002494729 sec. | ||
| 12333 | 2024.12.12 22:42:37.078430 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 12334 | 2024.12.12 22:42:37.078451 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12335 | 2024.12.12 22:42:37.078677 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12336 | 2024.12.12 22:42:37.078678 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12337 | 2024.12.12 22:42:37.078750 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 26905 rows starting from the beginning of the part | ||
| 12338 | 2024.12.12 22:42:37.078808 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12339 | 2024.12.12 22:42:37.078954 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 12340 | 2024.12.12 22:42:37.079330 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 12341 | 2024.12.12 22:42:37.079809 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 12342 | 2024.12.12 22:42:37.080023 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 12343 | 2024.12.12 22:42:37.080306 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 884 rows starting from the beginning of the part | ||
| 12344 | 2024.12.12 22:42:37.081923 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2024.12.12 22:42:37.081966 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12346 | 2024.12.12 22:42:37.082936 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12347 | 2024.12.12 22:42:37.083246 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12348 | 2024.12.12 22:42:37.083568 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004944 sec., 3236.245954692557 rows/sec., 5.80 MiB/sec. | ||
| 12349 | 2024.12.12 22:42:37.083668 [ 264 ] {51306549-79cd-4712-9a13-c500776bef62} <Debug> TCPHandler: Processed in 0.005348245 sec. | ||
| 12350 | 2024.12.12 22:42:37.083912 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12351 | 2024.12.12 22:42:37.084151 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12352 | 2024.12.12 22:42:37.084250 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12353 | 2024.12.12 22:42:37.085159 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12354 | 2024.12.12 22:42:37.085200 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12355 | 2024.12.12 22:42:37.085982 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12356 | 2024.12.12 22:42:37.086235 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12357 | 2024.12.12 22:42:37.086448 [ 146 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12358 | 2024.12.12 22:42:37.086524 [ 146 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12359 | 2024.12.12 22:42:37.086546 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002445 sec., 24539.877300613494 rows/sec., 1.65 MiB/sec. | ||
| 12360 | 2024.12.12 22:42:37.086566 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12361 | 2024.12.12 22:42:37.086684 [ 265 ] {576f5aaf-c74c-4793-abbe-5f9993955f6b} <Debug> TCPHandler: Processed in 0.002883206 sec. | ||
| 12362 | 2024.12.12 22:42:37.086840 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 12363 | 2024.12.12 22:42:37.087066 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12364 | 2024.12.12 22:42:37.087114 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5474 rows starting from the beginning of the part | ||
| 12365 | 2024.12.12 22:42:37.087291 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 12366 | 2024.12.12 22:42:37.087601 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 12367 | 2024.12.12 22:42:37.087950 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 12368 | 2024.12.12 22:42:37.088431 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 12369 | 2024.12.12 22:42:37.088710 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28583 rows, containing 5 columns (5 merged, 0 gathered) in 0.010394064 sec., 2749934.9628788126 rows/sec., 185.72 MiB/sec. | ||
| 12370 | 2024.12.12 22:42:37.088735 [ 190 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 12371 | 2024.12.12 22:42:37.089329 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12372 | 2024.12.12 22:42:37.089875 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12373 | 2024.12.12 22:42:37.089982 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12374 | 2024.12.12 22:42:37.090192 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12375 | 2024.12.12 22:42:37.091645 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5818 rows, containing 4 columns (4 merged, 0 gathered) in 0.004950367 sec., 1175266.399440688 rows/sec., 76.60 MiB/sec. | ||
| 12376 | 2024.12.12 22:42:37.092034 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12377 | 2024.12.12 22:42:37.092338 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12378 | 2024.12.12 22:42:37.092415 [ 191 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_86_17} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12379 | 2024.12.12 22:42:37.092496 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 12380 | 2024.12.12 22:42:38.828666 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 12381 | 2024.12.12 22:42:38.829313 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2024.12.12 22:42:38.829351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12383 | 2024.12.12 22:42:38.829880 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12384 | 2024.12.12 22:42:38.830142 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12385 | 2024.12.12 22:42:38.830351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 12386 | 2024.12.12 22:42:40.945264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12387 | 2024.12.12 22:42:40.965930 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2024.12.12 22:42:40.965980 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12389 | 2024.12.12 22:42:40.973109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12390 | 2024.12.12 22:42:40.973870 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12391 | 2024.12.12 22:42:40.977685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12392 | 2024.12.12 22:42:41.482100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1700 | ||
| 12393 | 2024.12.12 22:42:41.485723 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2024.12.12 22:42:41.485786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12395 | 2024.12.12 22:42:41.487330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12396 | 2024.12.12 22:42:41.487649 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2024.12.12 22:42:41.489088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12398 | 2024.12.12 22:42:42.039213 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12399 | 2024.12.12 22:42:42.039419 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12400 | 2024.12.12 22:42:42.039499 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12401 | 2024.12.12 22:42:42.040288 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12402 | 2024.12.12 22:42:42.040334 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12403 | 2024.12.12 22:42:42.040780 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12404 | 2024.12.12 22:42:42.041043 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2024.12.12 22:42:42.041252 [ 138 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12406 | 2024.12.12 22:42:42.041297 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 12407 | 2024.12.12 22:42:42.041347 [ 138 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12408 | 2024.12.12 22:42:42.041414 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12409 | 2024.12.12 22:42:42.041427 [ 264 ] {527dd58b-ec16-41dc-b010-e62d257bb0fa} <Debug> TCPHandler: Processed in 0.002344996 sec. | ||
| 12410 | 2024.12.12 22:42:42.041658 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 12411 | 2024.12.12 22:42:42.041776 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12412 | 2024.12.12 22:42:42.041918 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12413 | 2024.12.12 22:42:42.042003 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 12414 | 2024.12.12 22:42:42.042111 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12415 | 2024.12.12 22:42:42.042256 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 12416 | 2024.12.12 22:42:42.042383 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12417 | 2024.12.12 22:42:42.042896 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12418 | 2024.12.12 22:42:42.043179 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12419 | 2024.12.12 22:42:42.043579 [ 203 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12420 | 2024.12.12 22:42:42.044979 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12421 | 2024.12.12 22:42:42.045028 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12422 | 2024.12.12 22:42:42.045283 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003742863 sec., 18702.26080943919 rows/sec., 1.39 MiB/sec. | ||
| 12423 | 2024.12.12 22:42:42.045597 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12424 | 2024.12.12 22:42:42.045770 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12425 | 2024.12.12 22:42:42.046140 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2024.12.12 22:42:42.046311 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2024.12.12 22:42:42.046367 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_41_10} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12428 | 2024.12.12 22:42:42.046605 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12429 | 2024.12.12 22:42:42.046649 [ 138 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12430 | 2024.12.12 22:42:42.046738 [ 138 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12431 | 2024.12.12 22:42:42.046767 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12432 | 2024.12.12 22:42:42.046815 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.004793 sec., 53202.58710619653 rows/sec., 4.67 MiB/sec. | ||
| 12433 | 2024.12.12 22:42:42.046961 [ 265 ] {46d94053-355a-40c5-931a-4da56303cfa2} <Debug> TCPHandler: Processed in 0.005394635 sec. | ||
| 12434 | 2024.12.12 22:42:42.046963 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 12435 | 2024.12.12 22:42:42.047116 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12436 | 2024.12.12 22:42:42.047145 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1437 rows starting from the beginning of the part | ||
| 12437 | 2024.12.12 22:42:42.047232 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2024.12.12 22:42:42.047294 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 255 rows starting from the beginning of the part | ||
| 12439 | 2024.12.12 22:42:42.047513 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 88 rows starting from the beginning of the part | ||
| 12440 | 2024.12.12 22:42:42.047795 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12441 | 2024.12.12 22:42:42.047913 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 255 rows starting from the beginning of the part | ||
| 12442 | 2024.12.12 22:42:42.047969 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12443 | 2024.12.12 22:42:42.048329 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1232 rows starting from the beginning of the part | ||
| 12444 | 2024.12.12 22:42:42.048693 [ 191 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 255 rows starting from the beginning of the part | ||
| 12445 | 2024.12.12 22:42:42.050371 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12446 | 2024.12.12 22:42:42.050448 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12447 | 2024.12.12 22:42:42.051420 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12448 | 2024.12.12 22:42:42.051712 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12449 | 2024.12.12 22:42:42.052077 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.004428 sec., 7452.574525745258 rows/sec., 544.52 KiB/sec. | ||
| 12450 | 2024.12.12 22:42:42.052466 [ 264 ] {ebb33f09-afdd-4848-91fc-aad705c47d50} <Debug> TCPHandler: Processed in 0.005383575 sec. | ||
| 12451 | 2024.12.12 22:42:42.052602 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3522 rows, containing 5 columns (5 merged, 0 gathered) in 0.005741843 sec., 613391.9022167621 rows/sec., 53.83 MiB/sec. | ||
| 12452 | 2024.12.12 22:42:42.052679 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2024.12.12 22:42:42.052891 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12454 | 2024.12.12 22:42:42.052912 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12455 | 2024.12.12 22:42:42.053030 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12456 | 2024.12.12 22:42:42.053515 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12457 | 2024.12.12 22:42:42.053749 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_91_18} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12458 | 2024.12.12 22:42:42.053906 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 12459 | 2024.12.12 22:42:42.054165 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2024.12.12 22:42:42.054212 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12461 | 2024.12.12 22:42:42.054583 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12462 | 2024.12.12 22:42:42.054825 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2024.12.12 22:42:42.055077 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002247 sec., 6230.529595015577 rows/sec., 436.35 KiB/sec. | ||
| 12464 | 2024.12.12 22:42:42.055179 [ 265 ] {5c326607-c15b-485c-9a87-accc076f3083} <Debug> TCPHandler: Processed in 0.002608181 sec. | ||
| 12465 | 2024.12.12 22:42:42.055376 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12466 | 2024.12.12 22:42:42.055521 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12467 | 2024.12.12 22:42:42.055578 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12468 | 2024.12.12 22:42:42.056160 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2024.12.12 22:42:42.056198 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12470 | 2024.12.12 22:42:42.056576 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12471 | 2024.12.12 22:42:42.056823 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2024.12.12 22:42:42.057001 [ 140 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12473 | 2024.12.12 22:42:42.057069 [ 140 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2024.12.12 22:42:42.057080 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 12475 | 2024.12.12 22:42:42.057109 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12476 | 2024.12.12 22:42:42.057214 [ 264 ] {c9a7f9ea-6bc0-43af-9f81-d8d6ac3cfd4a} <Debug> TCPHandler: Processed in 0.001944658 sec. | ||
| 12477 | 2024.12.12 22:42:42.057310 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 12478 | 2024.12.12 22:42:42.057417 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12479 | 2024.12.12 22:42:42.057501 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12480 | 2024.12.12 22:42:42.057586 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12481 | 2024.12.12 22:42:42.057625 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12482 | 2024.12.12 22:42:42.057787 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12483 | 2024.12.12 22:42:42.057937 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12484 | 2024.12.12 22:42:42.058302 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12485 | 2024.12.12 22:42:42.058722 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12486 | 2024.12.12 22:42:42.059111 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12487 | 2024.12.12 22:42:42.060682 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12488 | 2024.12.12 22:42:42.060769 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12489 | 2024.12.12 22:42:42.061649 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004427027 sec., 14682.539772176677 rows/sec., 972.81 KiB/sec. | ||
| 12490 | 2024.12.12 22:42:42.061809 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12491 | 2024.12.12 22:42:42.061818 [ 188 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12492 | 2024.12.12 22:42:42.062301 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12493 | 2024.12.12 22:42:42.062356 [ 192 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12494 | 2024.12.12 22:42:42.062573 [ 140 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12495 | 2024.12.12 22:42:42.062594 [ 192 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_41_10} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12496 | 2024.12.12 22:42:42.062670 [ 140 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2024.12.12 22:42:42.062758 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12498 | 2024.12.12 22:42:42.062826 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12499 | 2024.12.12 22:42:42.062847 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005277 sec., 77316.65719158613 rows/sec., 5.51 MiB/sec. | ||
| 12500 | 2024.12.12 22:42:42.063198 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 12501 | 2024.12.12 22:42:42.063212 [ 265 ] {1ae61b4b-5cd4-48d5-a1b7-e9a4c9b3df42} <Debug> TCPHandler: Processed in 0.005877326 sec. | ||
| 12502 | 2024.12.12 22:42:42.063541 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12503 | 2024.12.12 22:42:42.063932 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12504 | 2024.12.12 22:42:42.063970 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12505 | 2024.12.12 22:42:42.064112 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 12506 | 2024.12.12 22:42:42.064178 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12507 | 2024.12.12 22:42:42.065001 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 408 rows starting from the beginning of the part | ||
| 12508 | 2024.12.12 22:42:42.065346 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 80 rows starting from the beginning of the part | ||
| 12509 | 2024.12.12 22:42:42.065626 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 408 rows starting from the beginning of the part | ||
| 12510 | 2024.12.12 22:42:42.065912 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 544 rows starting from the beginning of the part | ||
| 12511 | 2024.12.12 22:42:42.066309 [ 188 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 408 rows starting from the beginning of the part | ||
| 12512 | 2024.12.12 22:42:42.066974 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2024.12.12 22:42:42.067026 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12514 | 2024.12.12 22:42:42.067932 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12515 | 2024.12.12 22:42:42.068485 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2024.12.12 22:42:42.068782 [ 140 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12517 | 2024.12.12 22:42:42.068861 [ 140 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2024.12.12 22:42:42.068899 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005061 sec., 1185.5364552459987 rows/sec., 61.94 KiB/sec. | ||
| 12519 | 2024.12.12 22:42:42.068920 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12520 | 2024.12.12 22:42:42.069132 [ 264 ] {5115232f-57d1-4f38-bfe5-359e5b65f9c5} <Debug> TCPHandler: Processed in 0.005752593 sec. | ||
| 12521 | 2024.12.12 22:42:42.069410 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 12522 | 2024.12.12 22:42:42.069754 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12523 | 2024.12.12 22:42:42.069868 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12524 | 2024.12.12 22:42:42.069946 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 5 columns (5 merged, 0 gathered) in 0.007011118 sec., 394230.991405365 rows/sec., 30.10 MiB/sec. | ||
| 12525 | 2024.12.12 22:42:42.069972 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 12526 | 2024.12.12 22:42:42.070022 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12527 | 2024.12.12 22:42:42.070195 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12528 | 2024.12.12 22:42:42.070460 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12529 | 2024.12.12 22:42:42.070544 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12530 | 2024.12.12 22:42:42.071180 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 12531 | 2024.12.12 22:42:42.071663 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12532 | 2024.12.12 22:42:42.071781 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12533 | 2024.12.12 22:42:42.072052 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12534 | 2024.12.12 22:42:42.072377 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_91_18} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12535 | 2024.12.12 22:42:42.072629 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12536 | 2024.12.12 22:42:42.072767 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 12537 | 2024.12.12 22:42:42.073327 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12538 | 2024.12.12 22:42:42.073386 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12539 | 2024.12.12 22:42:42.074451 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12540 | 2024.12.12 22:42:42.075159 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12541 | 2024.12.12 22:42:42.075294 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.006245673 sec., 39387.268593792855 rows/sec., 2.01 MiB/sec. | ||
| 12542 | 2024.12.12 22:42:42.075524 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12543 | 2024.12.12 22:42:42.075591 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0056 sec., 42321.42857142857 rows/sec., 2.84 MiB/sec. | ||
| 12544 | 2024.12.12 22:42:42.075736 [ 265 ] {9074c07e-4d84-46e4-9b05-53809e2cad54} <Debug> TCPHandler: Processed in 0.006399846 sec. | ||
| 12545 | 2024.12.12 22:42:42.076024 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12546 | 2024.12.12 22:42:42.076025 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12547 | 2024.12.12 22:42:42.076134 [ 192 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_41_8} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12548 | 2024.12.12 22:42:42.076284 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12549 | 2024.12.12 22:42:42.076386 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12550 | 2024.12.12 22:42:42.076487 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12551 | 2024.12.12 22:42:42.077065 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2024.12.12 22:42:42.077104 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12553 | 2024.12.12 22:42:42.077476 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12554 | 2024.12.12 22:42:42.077717 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2024.12.12 22:42:42.077966 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001645 sec., 607.90273556231 rows/sec., 40.96 KiB/sec. | ||
| 12556 | 2024.12.12 22:42:42.078096 [ 264 ] {b630d16e-21ba-402c-94b0-f03f80ace5d3} <Debug> TCPHandler: Processed in 0.002244024 sec. | ||
| 12557 | 2024.12.12 22:42:42.078316 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12558 | 2024.12.12 22:42:42.078544 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12559 | 2024.12.12 22:42:42.078683 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12560 | 2024.12.12 22:42:42.079879 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2024.12.12 22:42:42.079919 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12562 | 2024.12.12 22:42:42.080579 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12563 | 2024.12.12 22:42:42.080833 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12564 | 2024.12.12 22:42:42.081100 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002613 sec., 9950.248756218905 rows/sec., 17.83 MiB/sec. | ||
| 12565 | 2024.12.12 22:42:42.081273 [ 265 ] {02b2053f-4ef7-4625-b7c7-d5e376ca5097} <Debug> TCPHandler: Processed in 0.00307053 sec. | ||
| 12566 | 2024.12.12 22:42:42.081604 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12567 | 2024.12.12 22:42:42.081797 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12568 | 2024.12.12 22:42:42.081856 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12569 | 2024.12.12 22:42:42.082442 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2024.12.12 22:42:42.082488 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12571 | 2024.12.12 22:42:42.082904 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12572 | 2024.12.12 22:42:42.083146 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2024.12.12 22:42:42.083349 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001583 sec., 51800.37902716362 rows/sec., 3.29 MiB/sec. | ||
| 12574 | 2024.12.12 22:42:42.083401 [ 264 ] {d02758d8-dfc3-4b15-81d5-31867a7986be} <Debug> TCPHandler: Processed in 0.002019399 sec. | ||
| 12575 | 2024.12.12 22:42:46.138160 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12576 | 2024.12.12 22:42:46.138231 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12577 | 2024.12.12 22:42:46.330463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 12578 | 2024.12.12 22:42:46.331181 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2024.12.12 22:42:46.331233 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12580 | 2024.12.12 22:42:46.331766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12581 | 2024.12.12 22:42:46.332044 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12582 | 2024.12.12 22:42:46.332276 [ 134 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12583 | 2024.12.12 22:42:46.332293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12584 | 2024.12.12 22:42:46.332352 [ 134 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12585 | 2024.12.12 22:42:46.332380 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12586 | 2024.12.12 22:42:46.332536 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 12587 | 2024.12.12 22:42:46.332730 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12588 | 2024.12.12 22:42:46.332783 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12589 | 2024.12.12 22:42:46.332862 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12590 | 2024.12.12 22:42:46.333081 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 12591 | 2024.12.12 22:42:46.333234 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 12592 | 2024.12.12 22:42:46.333406 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 12593 | 2024.12.12 22:42:46.333505 [ 200 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 12594 | 2024.12.12 22:42:46.336257 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003795204 sec., 7972166.977058413 rows/sec., 114.04 MiB/sec. | ||
| 12595 | 2024.12.12 22:42:46.336720 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12596 | 2024.12.12 22:42:46.337083 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12597 | 2024.12.12 22:42:46.337184 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_66_13} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12598 | 2024.12.12 22:42:46.337312 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12599 | 2024.12.12 22:42:47.034922 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12600 | 2024.12.12 22:42:47.035227 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12601 | 2024.12.12 22:42:47.035347 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12602 | 2024.12.12 22:42:47.036360 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2024.12.12 22:42:47.036413 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12604 | 2024.12.12 22:42:47.036856 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12605 | 2024.12.12 22:42:47.037122 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12606 | 2024.12.12 22:42:47.037356 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002212 sec., 39783.001808318266 rows/sec., 3.27 MiB/sec. | ||
| 12607 | 2024.12.12 22:42:47.037425 [ 264 ] {c832b104-db84-4aba-a1b3-08705bb28fa4} <Debug> TCPHandler: Processed in 0.002690662 sec. | ||
| 12608 | 2024.12.12 22:42:47.037696 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12609 | 2024.12.12 22:42:47.037957 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12610 | 2024.12.12 22:42:47.038074 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12611 | 2024.12.12 22:42:47.039115 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2024.12.12 22:42:47.039165 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12613 | 2024.12.12 22:42:47.039606 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12614 | 2024.12.12 22:42:47.039870 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2024.12.12 22:42:47.040070 [ 132 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 12616 | 2024.12.12 22:42:47.040138 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002262 sec., 7073.386383731211 rows/sec., 531.89 KiB/sec. | ||
| 12617 | 2024.12.12 22:42:47.040148 [ 132 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2024.12.12 22:42:47.040227 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12619 | 2024.12.12 22:42:47.040287 [ 265 ] {acf8bbef-59f0-488e-8925-8d3538ead27d} <Debug> TCPHandler: Processed in 0.002730413 sec. | ||
| 12620 | 2024.12.12 22:42:47.040558 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 12621 | 2024.12.12 22:42:47.040589 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12622 | 2024.12.12 22:42:47.040814 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12623 | 2024.12.12 22:42:47.040869 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 67 rows starting from the beginning of the part | ||
| 12624 | 2024.12.12 22:42:47.040870 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12625 | 2024.12.12 22:42:47.040955 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12626 | 2024.12.12 22:42:47.040972 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 16 rows starting from the beginning of the part | ||
| 12627 | 2024.12.12 22:42:47.041455 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part | ||
| 12628 | 2024.12.12 22:42:47.041833 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 24 rows starting from the beginning of the part | ||
| 12629 | 2024.12.12 22:42:47.042098 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part | ||
| 12630 | 2024.12.12 22:42:47.042293 [ 197 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 16 rows starting from the beginning of the part | ||
| 12631 | 2024.12.12 22:42:47.043492 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2024.12.12 22:42:47.043543 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12633 | 2024.12.12 22:42:47.044139 [ 187 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.003794165 sec., 49813.3317870994 rows/sec., 3.76 MiB/sec. | ||
| 12634 | 2024.12.12 22:42:47.044144 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12635 | 2024.12.12 22:42:47.044328 [ 187 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 12636 | 2024.12.12 22:42:47.044611 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12637 | 2024.12.12 22:42:47.044937 [ 187 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12638 | 2024.12.12 22:42:47.045171 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004334 sec., 18458.698661744347 rows/sec., 1.44 MiB/sec. | ||
| 12639 | 2024.12.12 22:42:47.045236 [ 187 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_90_18} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 12640 | 2024.12.12 22:42:47.045433 [ 264 ] {6caa87f1-e767-4fed-b3c5-f45fbb0e2528} <Debug> TCPHandler: Processed in 0.004997218 sec. | ||
| 12641 | 2024.12.12 22:42:47.045590 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12642 | 2024.12.12 22:42:47.045767 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12643 | 2024.12.12 22:42:47.046061 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12644 | 2024.12.12 22:42:47.046136 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12645 | 2024.12.12 22:42:47.046842 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12646 | 2024.12.12 22:42:47.046882 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12647 | 2024.12.12 22:42:47.047283 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12648 | 2024.12.12 22:42:47.047525 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12649 | 2024.12.12 22:42:47.047741 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec. | ||
| 12650 | 2024.12.12 22:42:47.047792 [ 265 ] {6d6dda96-4974-45ef-8a66-7ab6c0e12e1d} <Debug> TCPHandler: Processed in 0.002207883 sec. | ||
| 12651 | 2024.12.12 22:42:47.047963 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12652 | 2024.12.12 22:42:47.048104 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12653 | 2024.12.12 22:42:47.048200 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12654 | 2024.12.12 22:42:47.049428 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12655 | 2024.12.12 22:42:47.049469 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12656 | 2024.12.12 22:42:47.050110 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12657 | 2024.12.12 22:42:47.050380 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12658 | 2024.12.12 22:42:47.050625 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002552 sec., 6269.592476489028 rows/sec., 11.23 MiB/sec. | ||
| 12659 | 2024.12.12 22:42:47.050721 [ 264 ] {22cfc028-1aef-44e6-81d6-3b6e486f150a} <Debug> TCPHandler: Processed in 0.002827285 sec. | ||
| 12660 | 2024.12.12 22:42:47.050886 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12661 | 2024.12.12 22:42:47.051026 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12662 | 2024.12.12 22:42:47.051086 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12663 | 2024.12.12 22:42:47.051675 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12664 | 2024.12.12 22:42:47.051720 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12665 | 2024.12.12 22:42:47.052096 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12666 | 2024.12.12 22:42:47.052336 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12667 | 2024.12.12 22:42:47.052561 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 12668 | 2024.12.12 22:42:47.052660 [ 265 ] {f06ffc0e-e8f8-4d60-b8e9-33d866384a2a} <Debug> TCPHandler: Processed in 0.001843736 sec. | ||
| 12669 | 2024.12.12 22:42:48.477742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12670 | 2024.12.12 22:42:48.500411 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12671 | 2024.12.12 22:42:48.500478 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12672 | 2024.12.12 22:42:48.507837 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12673 | 2024.12.12 22:42:48.508638 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12674 | 2024.12.12 22:42:48.509024 [ 131 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12675 | 2024.12.12 22:42:48.509160 [ 131 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12676 | 2024.12.12 22:42:48.509239 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 12677 | 2024.12.12 22:42:48.509615 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12678 | 2024.12.12 22:42:48.520406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12679 | 2024.12.12 22:42:48.521407 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12680 | 2024.12.12 22:42:48.522377 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12681 | 2024.12.12 22:42:48.527172 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12682 | 2024.12.12 22:42:48.533801 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12683 | 2024.12.12 22:42:48.539461 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12684 | 2024.12.12 22:42:48.545329 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12685 | 2024.12.12 22:42:48.550153 [ 198 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 12686 | 2024.12.12 22:42:48.610215 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.100850731 sec., 4937.990979956308 rows/sec., 25.53 MiB/sec. | ||
| 12687 | 2024.12.12 22:42:48.613833 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12688 | 2024.12.12 22:42:48.616988 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_66_13} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12689 | 2024.12.12 22:42:48.617113 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_66_13} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12690 | 2024.12.12 22:42:48.619624 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12691 | 2024.12.12 22:42:51.489308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1734 | ||
| 12692 | 2024.12.12 22:42:51.492593 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12693 | 2024.12.12 22:42:51.492654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12694 | 2024.12.12 22:42:51.494186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12695 | 2024.12.12 22:42:51.494554 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12696 | 2024.12.12 22:42:51.495223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734 | ||
| 12697 | 2024.12.12 22:42:52.039022 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12698 | 2024.12.12 22:42:52.039219 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12699 | 2024.12.12 22:42:52.039290 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12700 | 2024.12.12 22:42:52.040067 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12701 | 2024.12.12 22:42:52.040113 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12702 | 2024.12.12 22:42:52.040554 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12703 | 2024.12.12 22:42:52.040871 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12704 | 2024.12.12 22:42:52.041125 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001956 sec., 7157.464212678937 rows/sec., 515.24 KiB/sec. | ||
| 12705 | 2024.12.12 22:42:52.041220 [ 264 ] {ccdb92a3-92aa-488b-a86e-a61fc41121f2} <Debug> TCPHandler: Processed in 0.002327966 sec. | ||
| 12706 | 2024.12.12 22:42:52.041527 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12707 | 2024.12.12 22:42:52.041713 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12708 | 2024.12.12 22:42:52.041786 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12709 | 2024.12.12 22:42:52.042543 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12710 | 2024.12.12 22:42:52.042583 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12711 | 2024.12.12 22:42:52.043007 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 12712 | 2024.12.12 22:42:52.043266 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12713 | 2024.12.12 22:42:52.043522 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001852 sec., 5399.5680345572355 rows/sec., 440.30 KiB/sec. | ||
| 12714 | 2024.12.12 22:42:52.043731 [ 265 ] {5da4c0f7-8f9b-4be2-9673-ace960cb22a9} <Debug> TCPHandler: Processed in 0.002373956 sec. | ||
| 12715 | 2024.12.12 22:42:52.043906 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12716 | 2024.12.12 22:42:52.044051 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12717 | 2024.12.12 22:42:52.044112 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12718 | 2024.12.12 22:42:52.044977 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12719 | 2024.12.12 22:42:52.045020 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12720 | 2024.12.12 22:42:52.045427 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12721 | 2024.12.12 22:42:52.045688 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12722 | 2024.12.12 22:42:52.045917 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001898 sec., 136986.301369863 rows/sec., 11.98 MiB/sec. | ||
| 12723 | 2024.12.12 22:42:52.045972 [ 264 ] {bfded3d7-45a8-4d0e-b0e7-64bfcc854625} <Debug> TCPHandler: Processed in 0.002133122 sec. | ||
| 12724 | 2024.12.12 22:42:52.046155 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12725 | 2024.12.12 22:42:52.046279 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12726 | 2024.12.12 22:42:52.046330 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12727 | 2024.12.12 22:42:52.046935 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12728 | 2024.12.12 22:42:52.046971 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12729 | 2024.12.12 22:42:52.047338 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12730 | 2024.12.12 22:42:52.047590 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12731 | 2024.12.12 22:42:52.047779 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001527 sec., 28159.79043876883 rows/sec., 1.99 MiB/sec. | ||
| 12732 | 2024.12.12 22:42:52.047830 [ 265 ] {dfac439e-54a7-432b-bd67-f006eaee7267} <Debug> TCPHandler: Processed in 0.001738635 sec. | ||
| 12733 | 2024.12.12 22:42:52.047995 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12734 | 2024.12.12 22:42:52.048115 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12735 | 2024.12.12 22:42:52.048166 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12736 | 2024.12.12 22:42:52.048748 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12737 | 2024.12.12 22:42:52.048788 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12738 | 2024.12.12 22:42:52.049151 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12739 | 2024.12.12 22:42:52.049424 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12740 | 2024.12.12 22:42:52.049587 [ 123 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12741 | 2024.12.12 22:42:52.049643 [ 123 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12742 | 2024.12.12 22:42:52.049659 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 12743 | 2024.12.12 22:42:52.049675 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12744 | 2024.12.12 22:42:52.049804 [ 264 ] {c9044af7-708b-422c-9337-3d61ea8aca4d} <Debug> TCPHandler: Processed in 0.001868187 sec. | ||
| 12745 | 2024.12.12 22:42:52.049985 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 12746 | 2024.12.12 22:42:52.050037 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12747 | 2024.12.12 22:42:52.050298 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12748 | 2024.12.12 22:42:52.050298 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12749 | 2024.12.12 22:42:52.050400 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12750 | 2024.12.12 22:42:52.050405 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 242 rows starting from the beginning of the part | ||
| 12751 | 2024.12.12 22:42:52.050819 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 12752 | 2024.12.12 22:42:52.051177 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 12753 | 2024.12.12 22:42:52.051568 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 228 rows starting from the beginning of the part | ||
| 12754 | 2024.12.12 22:42:52.051989 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 12755 | 2024.12.12 22:42:52.052300 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 12756 | 2024.12.12 22:42:52.053195 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12757 | 2024.12.12 22:42:52.053256 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12758 | 2024.12.12 22:42:52.054169 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12759 | 2024.12.12 22:42:52.054692 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12760 | 2024.12.12 22:42:52.055195 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005364945 sec., 98043.87556629191 rows/sec., 7.02 MiB/sec. | ||
| 12761 | 2024.12.12 22:42:52.055246 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005035 sec., 2581.926514399205 rows/sec., 160.98 KiB/sec. | ||
| 12762 | 2024.12.12 22:42:52.055364 [ 265 ] {99dda6df-2176-42f5-af98-db83d40cdd1e} <Debug> TCPHandler: Processed in 0.005436807 sec. | ||
| 12763 | 2024.12.12 22:42:52.055412 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12764 | 2024.12.12 22:42:52.055560 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12765 | 2024.12.12 22:42:52.055761 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12766 | 2024.12.12 22:42:52.055842 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12767 | 2024.12.12 22:42:52.055935 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12768 | 2024.12.12 22:42:52.056149 [ 190 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_56_11} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12769 | 2024.12.12 22:42:52.056330 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12770 | 2024.12.12 22:42:52.056966 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12771 | 2024.12.12 22:42:52.057012 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12772 | 2024.12.12 22:42:52.057410 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12773 | 2024.12.12 22:42:52.057661 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12774 | 2024.12.12 22:42:52.057881 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.002173 sec., 192360.79153244363 rows/sec., 13.74 MiB/sec. | ||
| 12775 | 2024.12.12 22:42:52.057937 [ 264 ] {45c1e30e-e962-4334-8381-1551d1fb873b} <Debug> TCPHandler: Processed in 0.002463628 sec. | ||
| 12776 | 2024.12.12 22:42:52.058102 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12777 | 2024.12.12 22:42:52.058253 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12778 | 2024.12.12 22:42:52.058314 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12779 | 2024.12.12 22:42:52.058891 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2024.12.12 22:42:52.058937 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12781 | 2024.12.12 22:42:52.059301 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12782 | 2024.12.12 22:42:52.059540 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.12.12 22:42:52.059737 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 12784 | 2024.12.12 22:42:52.059808 [ 265 ] {4367b639-e396-4fbd-ad51-2fd0144332e3} <Debug> TCPHandler: Processed in 0.001775905 sec. | ||
| 12785 | 2024.12.12 22:42:52.060038 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12786 | 2024.12.12 22:42:52.060171 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12787 | 2024.12.12 22:42:52.060228 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12788 | 2024.12.12 22:42:52.060831 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12789 | 2024.12.12 22:42:52.060872 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12790 | 2024.12.12 22:42:52.061280 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12791 | 2024.12.12 22:42:52.061529 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12792 | 2024.12.12 22:42:52.061752 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001606 sec., 150684.9315068493 rows/sec., 10.11 MiB/sec. | ||
| 12793 | 2024.12.12 22:42:52.061808 [ 264 ] {4efba260-4932-44df-b27d-be811a1e5b5b} <Debug> TCPHandler: Processed in 0.001888917 sec. | ||
| 12794 | 2024.12.12 22:42:52.061956 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12795 | 2024.12.12 22:42:52.062076 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12796 | 2024.12.12 22:42:52.062128 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12797 | 2024.12.12 22:42:52.062610 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2024.12.12 22:42:52.062645 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12799 | 2024.12.12 22:42:52.062998 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12800 | 2024.12.12 22:42:52.063244 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12801 | 2024.12.12 22:42:52.063432 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 12802 | 2024.12.12 22:42:52.063482 [ 265 ] {e6a50cfa-6e0c-4622-9604-a12da9365b10} <Debug> TCPHandler: Processed in 0.001584341 sec. | ||
| 12803 | 2024.12.12 22:42:52.063643 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12804 | 2024.12.12 22:42:52.063766 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12805 | 2024.12.12 22:42:52.063849 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12806 | 2024.12.12 22:42:52.065063 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12807 | 2024.12.12 22:42:52.065103 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12808 | 2024.12.12 22:42:52.065769 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12809 | 2024.12.12 22:42:52.066050 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12810 | 2024.12.12 22:42:52.066250 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12811 | 2024.12.12 22:42:52.066314 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.12.12 22:42:52.066337 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002584 sec., 10061.919504643964 rows/sec., 18.03 MiB/sec. | ||
| 12813 | 2024.12.12 22:42:52.066355 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12814 | 2024.12.12 22:42:52.066632 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 12815 | 2024.12.12 22:42:52.066643 [ 264 ] {a7a54fd3-5b8e-4ac0-924a-7b71516f813b} <Debug> TCPHandler: Processed in 0.00305691 sec. | ||
| 12816 | 2024.12.12 22:42:52.066852 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12817 | 2024.12.12 22:42:52.067108 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12818 | 2024.12.12 22:42:52.067107 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12819 | 2024.12.12 22:42:52.067218 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12820 | 2024.12.12 22:42:52.067265 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1824 rows starting from the beginning of the part | ||
| 12821 | 2024.12.12 22:42:52.068248 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part | ||
| 12822 | 2024.12.12 22:42:52.068833 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part | ||
| 12823 | 2024.12.12 22:42:52.069693 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 26 rows starting from the beginning of the part | ||
| 12824 | 2024.12.12 22:42:52.069750 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12825 | 2024.12.12 22:42:52.069815 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12826 | 2024.12.12 22:42:52.070321 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 16 rows starting from the beginning of the part | ||
| 12827 | 2024.12.12 22:42:52.071077 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 26 rows starting from the beginning of the part | ||
| 12828 | 2024.12.12 22:42:52.071377 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12829 | 2024.12.12 22:42:52.072247 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2024.12.12 22:42:52.072656 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005622 sec., 14585.556741373177 rows/sec., 948.60 KiB/sec. | ||
| 12831 | 2024.12.12 22:42:52.072806 [ 265 ] {42266fb3-234f-4c44-b682-279b27260378} <Debug> TCPHandler: Processed in 0.006049519 sec. | ||
| 12832 | 2024.12.12 22:42:52.082219 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1934 rows, containing 19 columns (19 merged, 0 gathered) in 0.015751639 sec., 122780.87378716588 rows/sec., 220.02 MiB/sec. | ||
| 12833 | 2024.12.12 22:42:52.084259 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12834 | 2024.12.12 22:42:52.084790 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12835 | 2024.12.12 22:42:52.084900 [ 196 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12836 | 2024.12.12 22:42:52.085082 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.44 MiB. | ||
| 12837 | 2024.12.12 22:42:53.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.30 MiB, peak 276.69 MiB, free memory in arenas 0.00 B, will set to 262.95 MiB (RSS), difference: 3.65 MiB | ||
| 12838 | 2024.12.12 22:42:53.832439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 12839 | 2024.12.12 22:42:53.833175 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12840 | 2024.12.12 22:42:53.833217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12841 | 2024.12.12 22:42:53.833767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12842 | 2024.12.12 22:42:53.834034 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12843 | 2024.12.12 22:42:53.834275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 12844 | 2024.12.12 22:42:56.020468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12845 | 2024.12.12 22:42:56.038928 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12846 | 2024.12.12 22:42:56.038993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12847 | 2024.12.12 22:42:56.045855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12848 | 2024.12.12 22:42:56.046638 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12849 | 2024.12.12 22:42:56.049476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12850 | 2024.12.12 22:42:57.034042 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12851 | 2024.12.12 22:42:57.034231 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12852 | 2024.12.12 22:42:57.034306 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12853 | 2024.12.12 22:42:57.035125 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12854 | 2024.12.12 22:42:57.035203 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12855 | 2024.12.12 22:42:57.035634 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12856 | 2024.12.12 22:42:57.035878 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12857 | 2024.12.12 22:42:57.036103 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001924 sec., 45738.04573804574 rows/sec., 3.76 MiB/sec. | ||
| 12858 | 2024.12.12 22:42:57.036160 [ 264 ] {db43a4dc-4407-45d7-a82d-5ef88b617235} <Debug> TCPHandler: Processed in 0.002250014 sec. | ||
| 12859 | 2024.12.12 22:42:57.036426 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12860 | 2024.12.12 22:42:57.036611 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12861 | 2024.12.12 22:42:57.036681 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12862 | 2024.12.12 22:42:57.037466 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12863 | 2024.12.12 22:42:57.037511 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12864 | 2024.12.12 22:42:57.037941 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12865 | 2024.12.12 22:42:57.038201 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12866 | 2024.12.12 22:42:57.038438 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001882 sec., 8501.594048884166 rows/sec., 639.28 KiB/sec. | ||
| 12867 | 2024.12.12 22:42:57.038496 [ 265 ] {4271448e-0af8-484d-a9a7-18d9fc74d8d8} <Debug> TCPHandler: Processed in 0.002203583 sec. | ||
| 12868 | 2024.12.12 22:42:57.038648 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12869 | 2024.12.12 22:42:57.038793 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12870 | 2024.12.12 22:42:57.038849 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12871 | 2024.12.12 22:42:57.039519 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12872 | 2024.12.12 22:42:57.039560 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12873 | 2024.12.12 22:42:57.039927 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12874 | 2024.12.12 22:42:57.040176 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12875 | 2024.12.12 22:42:57.040400 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001639 sec., 48810.25015253203 rows/sec., 3.81 MiB/sec. | ||
| 12876 | 2024.12.12 22:42:57.040453 [ 264 ] {4d618012-da90-4a35-9e57-562323cddf73} <Debug> TCPHandler: Processed in 0.001873087 sec. | ||
| 12877 | 2024.12.12 22:42:57.040594 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12878 | 2024.12.12 22:42:57.040715 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12879 | 2024.12.12 22:42:57.040768 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12880 | 2024.12.12 22:42:57.041422 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12881 | 2024.12.12 22:42:57.041462 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12882 | 2024.12.12 22:42:57.041879 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12883 | 2024.12.12 22:42:57.042125 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12884 | 2024.12.12 22:42:57.042355 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
| 12885 | 2024.12.12 22:42:57.042409 [ 265 ] {68068a3a-f444-499b-a863-59a0f798f2ce} <Debug> TCPHandler: Processed in 0.001872667 sec. | ||
| 12886 | 2024.12.12 22:42:57.042590 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12887 | 2024.12.12 22:42:57.042715 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12888 | 2024.12.12 22:42:57.042799 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12889 | 2024.12.12 22:42:57.044003 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12890 | 2024.12.12 22:42:57.044043 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12891 | 2024.12.12 22:42:57.044693 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12892 | 2024.12.12 22:42:57.044955 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12893 | 2024.12.12 22:42:57.045192 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002502 sec., 6394.88409272582 rows/sec., 11.46 MiB/sec. | ||
| 12894 | 2024.12.12 22:42:57.045286 [ 264 ] {c1a88d82-4c54-4cc1-98de-e9baf323655a} <Debug> TCPHandler: Processed in 0.002754034 sec. | ||
| 12895 | 2024.12.12 22:42:57.045447 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12896 | 2024.12.12 22:42:57.045567 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12897 | 2024.12.12 22:42:57.045621 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12898 | 2024.12.12 22:42:57.046137 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12899 | 2024.12.12 22:42:57.046178 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 12900 | 2024.12.12 22:42:57.046562 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12901 | 2024.12.12 22:42:57.046807 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12902 | 2024.12.12 22:42:57.047020 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 12903 | 2024.12.12 22:42:57.047071 [ 265 ] {e96fa954-75ec-42a1-b844-16abaa6eb3f4} <Debug> TCPHandler: Processed in 0.001684513 sec. | ||
| 12904 | 2024.12.12 22:43:01.138279 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12905 | 2024.12.12 22:43:01.138382 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12906 | 2024.12.12 22:43:01.334374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 12907 | 2024.12.12 22:43:01.335022 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12908 | 2024.12.12 22:43:01.335059 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12909 | 2024.12.12 22:43:01.335586 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12910 | 2024.12.12 22:43:01.335838 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12911 | 2024.12.12 22:43:01.336015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12912 | 2024.12.12 22:43:01.495439 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1770 | ||
| 12913 | 2024.12.12 22:43:01.498912 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12914 | 2024.12.12 22:43:01.498971 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12915 | 2024.12.12 22:43:01.500458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12916 | 2024.12.12 22:43:01.500782 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12917 | 2024.12.12 22:43:01.501436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1770 | ||
| 12918 | 2024.12.12 22:43:02.039831 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12919 | 2024.12.12 22:43:02.040026 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12920 | 2024.12.12 22:43:02.040097 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12921 | 2024.12.12 22:43:02.040850 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12922 | 2024.12.12 22:43:02.040902 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12923 | 2024.12.12 22:43:02.041352 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12924 | 2024.12.12 22:43:02.041611 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12925 | 2024.12.12 22:43:02.041889 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001906 sec., 7345.225603357818 rows/sec., 528.76 KiB/sec. | ||
| 12926 | 2024.12.12 22:43:02.041990 [ 264 ] {88469c74-71e4-44c9-8a43-0234dcd56163} <Debug> TCPHandler: Processed in 0.002287145 sec. | ||
| 12927 | 2024.12.12 22:43:02.042322 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12928 | 2024.12.12 22:43:02.042532 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12929 | 2024.12.12 22:43:02.042608 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12930 | 2024.12.12 22:43:02.043516 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12931 | 2024.12.12 22:43:02.043560 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12932 | 2024.12.12 22:43:02.044014 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12933 | 2024.12.12 22:43:02.044275 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12934 | 2024.12.12 22:43:02.044493 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002017 sec., 126425.3842340109 rows/sec., 11.09 MiB/sec. | ||
| 12935 | 2024.12.12 22:43:02.044572 [ 265 ] {658a3439-f448-4b21-9381-1c59fc35ca23} <Debug> TCPHandler: Processed in 0.002471669 sec. | ||
| 12936 | 2024.12.12 22:43:02.044838 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12937 | 2024.12.12 22:43:02.045059 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12938 | 2024.12.12 22:43:02.045150 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12939 | 2024.12.12 22:43:02.045798 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12940 | 2024.12.12 22:43:02.045837 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12941 | 2024.12.12 22:43:02.046209 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12942 | 2024.12.12 22:43:02.046450 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12943 | 2024.12.12 22:43:02.046659 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001653 sec., 19963.702359346644 rows/sec., 1.42 MiB/sec. | ||
| 12944 | 2024.12.12 22:43:02.046710 [ 264 ] {1e9d3873-33d9-4f4e-9f33-4546fd2683f4} <Debug> TCPHandler: Processed in 0.00204416 sec. | ||
| 12945 | 2024.12.12 22:43:02.046867 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12946 | 2024.12.12 22:43:02.047013 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12947 | 2024.12.12 22:43:02.047071 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12948 | 2024.12.12 22:43:02.047707 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12949 | 2024.12.12 22:43:02.047745 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12950 | 2024.12.12 22:43:02.048101 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12951 | 2024.12.12 22:43:02.048352 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12952 | 2024.12.12 22:43:02.048571 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec. | ||
| 12953 | 2024.12.12 22:43:02.048655 [ 265 ] {1de2b175-0094-4940-ac6a-16e747d7a374} <Debug> TCPHandler: Processed in 0.001852357 sec. | ||
| 12954 | 2024.12.12 22:43:02.048969 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2024.12.12 22:43:02.049191 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12956 | 2024.12.12 22:43:02.049282 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12957 | 2024.12.12 22:43:02.049867 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2024.12.12 22:43:02.049907 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12959 | 2024.12.12 22:43:02.050263 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12960 | 2024.12.12 22:43:02.050500 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2024.12.12 22:43:02.050742 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 12962 | 2024.12.12 22:43:02.050954 [ 264 ] {bca27070-6204-4074-b668-aab12e1a9789} <Debug> TCPHandler: Processed in 0.002167802 sec. | ||
| 12963 | 2024.12.12 22:43:02.051171 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12964 | 2024.12.12 22:43:02.051307 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12965 | 2024.12.12 22:43:02.051364 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12966 | 2024.12.12 22:43:02.052188 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12967 | 2024.12.12 22:43:02.052233 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12968 | 2024.12.12 22:43:02.052620 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12969 | 2024.12.12 22:43:02.052859 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12970 | 2024.12.12 22:43:02.053054 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001776 sec., 229729.72972972973 rows/sec., 16.37 MiB/sec. | ||
| 12971 | 2024.12.12 22:43:02.053165 [ 265 ] {cdf7990d-11fb-4b51-9aea-3a1efe96a9f5} <Debug> TCPHandler: Processed in 0.002100041 sec. | ||
| 12972 | 2024.12.12 22:43:02.053368 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12973 | 2024.12.12 22:43:02.053560 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12974 | 2024.12.12 22:43:02.053621 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12975 | 2024.12.12 22:43:02.054190 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12976 | 2024.12.12 22:43:02.054237 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12977 | 2024.12.12 22:43:02.054600 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12978 | 2024.12.12 22:43:02.054839 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2024.12.12 22:43:02.055049 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 12980 | 2024.12.12 22:43:02.055099 [ 264 ] {f85732a4-db95-4de0-a92d-467443301613} <Debug> TCPHandler: Processed in 0.001846867 sec. | ||
| 12981 | 2024.12.12 22:43:02.055244 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2024.12.12 22:43:02.055383 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12983 | 2024.12.12 22:43:02.055444 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12984 | 2024.12.12 22:43:02.056124 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2024.12.12 22:43:02.056168 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12986 | 2024.12.12 22:43:02.056572 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12987 | 2024.12.12 22:43:02.056808 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2024.12.12 22:43:02.056935 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12989 | 2024.12.12 22:43:02.056978 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.12.12 22:43:02.056986 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec. | ||
| 12991 | 2024.12.12 22:43:02.057000 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 12992 | 2024.12.12 22:43:02.057075 [ 265 ] {08314edc-aaa0-47e0-816c-8ed1e7348672} <Debug> TCPHandler: Processed in 0.001890997 sec. | ||
| 12993 | 2024.12.12 22:43:02.057287 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 12994 | 2024.12.12 22:43:02.057343 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12995 | 2024.12.12 22:43:02.057843 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12996 | 2024.12.12 22:43:02.057875 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12997 | 2024.12.12 22:43:02.058031 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 28583 rows starting from the beginning of the part | ||
| 12998 | 2024.12.12 22:43:02.058088 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12999 | 2024.12.12 22:43:02.058513 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 13000 | 2024.12.12 22:43:02.058930 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 13001 | 2024.12.12 22:43:02.059366 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 242 rows starting from the beginning of the part | ||
| 13002 | 2024.12.12 22:43:02.059751 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 13003 | 2024.12.12 22:43:02.060126 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 13004 | 2024.12.12 22:43:02.061524 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13005 | 2024.12.12 22:43:02.061590 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13006 | 2024.12.12 22:43:02.062171 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13007 | 2024.12.12 22:43:02.062484 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13008 | 2024.12.12 22:43:02.062985 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005319 sec., 188.00526414739613 rows/sec., 12.67 KiB/sec. | ||
| 13009 | 2024.12.12 22:43:02.063299 [ 264 ] {cc2ade4f-adeb-401f-9ff5-08c72bb20f67} <Debug> TCPHandler: Processed in 0.006118961 sec. | ||
| 13010 | 2024.12.12 22:43:02.063591 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13011 | 2024.12.12 22:43:02.064039 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13012 | 2024.12.12 22:43:02.064411 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13013 | 2024.12.12 22:43:02.065782 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13014 | 2024.12.12 22:43:02.065824 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13015 | 2024.12.12 22:43:02.066634 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13016 | 2024.12.12 22:43:02.066964 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13017 | 2024.12.12 22:43:02.067237 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003357 sec., 7745.010425975573 rows/sec., 13.88 MiB/sec. | ||
| 13018 | 2024.12.12 22:43:02.067569 [ 265 ] {3ff2ff90-0dc7-4789-9aa2-ffa03bbb6ffe} <Debug> TCPHandler: Processed in 0.004110241 sec. | ||
| 13019 | 2024.12.12 22:43:02.067835 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2024.12.12 22:43:02.067988 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13021 | 2024.12.12 22:43:02.068112 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13022 | 2024.12.12 22:43:02.068724 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2024.12.12 22:43:02.068770 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13024 | 2024.12.12 22:43:02.069283 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29619 rows, containing 5 columns (5 merged, 0 gathered) in 0.01219368 sec., 2429045.2103056666 rows/sec., 164.07 MiB/sec. | ||
| 13025 | 2024.12.12 22:43:02.069582 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13026 | 2024.12.12 22:43:02.069734 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13027 | 2024.12.12 22:43:02.069972 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13028 | 2024.12.12 22:43:02.070266 [ 111 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13029 | 2024.12.12 22:43:02.070353 [ 111 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13030 | 2024.12.12 22:43:02.070360 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13031 | 2024.12.12 22:43:02.070425 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13032 | 2024.12.12 22:43:02.070521 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002516 sec., 32591.414944356122 rows/sec., 2.07 MiB/sec. | ||
| 13033 | 2024.12.12 22:43:02.070624 [ 203 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13034 | 2024.12.12 22:43:02.070869 [ 264 ] {c271be90-29c2-4d14-a03e-b26a1f19c286} <Debug> TCPHandler: Processed in 0.003186163 sec. | ||
| 13035 | 2024.12.12 22:43:02.071272 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 13036 | 2024.12.12 22:43:02.071379 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 13037 | 2024.12.12 22:43:02.071576 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13038 | 2024.12.12 22:43:02.071618 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5818 rows starting from the beginning of the part | ||
| 13039 | 2024.12.12 22:43:02.071724 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 13040 | 2024.12.12 22:43:02.071961 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 13041 | 2024.12.12 22:43:02.072103 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 13042 | 2024.12.12 22:43:02.072257 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 13043 | 2024.12.12 22:43:02.072408 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 13044 | 2024.12.12 22:43:02.075052 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6184 rows, containing 4 columns (4 merged, 0 gathered) in 0.004420766 sec., 1398852.597038613 rows/sec., 91.14 MiB/sec. | ||
| 13045 | 2024.12.12 22:43:02.075494 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13046 | 2024.12.12 22:43:02.075812 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13047 | 2024.12.12 22:43:02.075911 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_91_18} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13048 | 2024.12.12 22:43:02.076014 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 13049 | 2024.12.12 22:43:03.549522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13050 | 2024.12.12 22:43:03.569434 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13051 | 2024.12.12 22:43:03.569487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13052 | 2024.12.12 22:43:03.576913 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13053 | 2024.12.12 22:43:03.577692 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13054 | 2024.12.12 22:43:03.583406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13055 | 2024.12.12 22:43:07.062144 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2024.12.12 22:43:07.062371 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13057 | 2024.12.12 22:43:07.062447 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13058 | 2024.12.12 22:43:07.063656 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2024.12.12 22:43:07.063703 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13060 | 2024.12.12 22:43:07.064206 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13061 | 2024.12.12 22:43:07.064464 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2024.12.12 22:43:07.064669 [ 107 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13063 | 2024.12.12 22:43:07.064715 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002399 sec., 511879.94997915794 rows/sec., 42.14 MiB/sec. | ||
| 13064 | 2024.12.12 22:43:07.064744 [ 107 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13065 | 2024.12.12 22:43:07.064809 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13066 | 2024.12.12 22:43:07.064839 [ 264 ] {dd434d10-f674-4dcf-8a33-a46dccad8f49} <Debug> TCPHandler: Processed in 0.002828596 sec. | ||
| 13067 | 2024.12.12 22:43:07.065122 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 13068 | 2024.12.12 22:43:07.065168 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13069 | 2024.12.12 22:43:07.065618 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13070 | 2024.12.12 22:43:07.065685 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13071 | 2024.12.12 22:43:07.065808 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1437 rows starting from the beginning of the part | ||
| 13072 | 2024.12.12 22:43:07.065826 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13073 | 2024.12.12 22:43:07.066256 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 88 rows starting from the beginning of the part | ||
| 13074 | 2024.12.12 22:43:07.066704 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 260 rows starting from the beginning of the part | ||
| 13075 | 2024.12.12 22:43:07.067333 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 88 rows starting from the beginning of the part | ||
| 13076 | 2024.12.12 22:43:07.067886 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 255 rows starting from the beginning of the part | ||
| 13077 | 2024.12.12 22:43:07.068331 [ 203 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1228 rows starting from the beginning of the part | ||
| 13078 | 2024.12.12 22:43:07.069501 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13079 | 2024.12.12 22:43:07.069551 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13080 | 2024.12.12 22:43:07.070164 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13081 | 2024.12.12 22:43:07.070469 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13082 | 2024.12.12 22:43:07.070681 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00524 sec., 3053.4351145038167 rows/sec., 229.60 KiB/sec. | ||
| 13083 | 2024.12.12 22:43:07.070770 [ 265 ] {5fb96a3c-cdb6-4907-a6e0-7dc9248f3386} <Debug> TCPHandler: Processed in 0.005806244 sec. | ||
| 13084 | 2024.12.12 22:43:07.071027 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13085 | 2024.12.12 22:43:07.071104 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3356 rows, containing 5 columns (5 merged, 0 gathered) in 0.006170522 sec., 543876.1907015322 rows/sec., 47.55 MiB/sec. | ||
| 13086 | 2024.12.12 22:43:07.071195 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13087 | 2024.12.12 22:43:07.071257 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13088 | 2024.12.12 22:43:07.071471 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13089 | 2024.12.12 22:43:07.072123 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2024.12.12 22:43:07.072351 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_96_19} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13091 | 2024.12.12 22:43:07.072553 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 13092 | 2024.12.12 22:43:07.072710 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13093 | 2024.12.12 22:43:07.072755 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13094 | 2024.12.12 22:43:07.073128 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13095 | 2024.12.12 22:43:07.073390 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13096 | 2024.12.12 22:43:07.073633 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002486 sec., 91713.59613837491 rows/sec., 6.21 MiB/sec. | ||
| 13097 | 2024.12.12 22:43:07.073723 [ 264 ] {83b420eb-a928-4def-bf0a-d65adb33fc26} <Debug> TCPHandler: Processed in 0.002857816 sec. | ||
| 13098 | 2024.12.12 22:43:07.073982 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13099 | 2024.12.12 22:43:07.074151 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13100 | 2024.12.12 22:43:07.074213 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13101 | 2024.12.12 22:43:07.075112 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13102 | 2024.12.12 22:43:07.075151 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13103 | 2024.12.12 22:43:07.075549 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13104 | 2024.12.12 22:43:07.075793 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2024.12.12 22:43:07.075936 [ 107 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13106 | 2024.12.12 22:43:07.075970 [ 107 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13107 | 2024.12.12 22:43:07.075983 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.001868 sec., 286937.9014989293 rows/sec., 21.27 MiB/sec. | ||
| 13108 | 2024.12.12 22:43:07.075993 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13109 | 2024.12.12 22:43:07.076070 [ 265 ] {43eb4180-cafa-4970-9eda-dfda61bf302a} <Debug> TCPHandler: Processed in 0.002250384 sec. | ||
| 13110 | 2024.12.12 22:43:07.076125 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 13111 | 2024.12.12 22:43:07.076232 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13112 | 2024.12.12 22:43:07.076273 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13113 | 2024.12.12 22:43:07.076289 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 13114 | 2024.12.12 22:43:07.076494 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part | ||
| 13115 | 2024.12.12 22:43:07.076653 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13116 | 2024.12.12 22:43:07.076905 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 418 rows starting from the beginning of the part | ||
| 13117 | 2024.12.12 22:43:07.076964 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13118 | 2024.12.12 22:43:07.077294 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 80 rows starting from the beginning of the part | ||
| 13119 | 2024.12.12 22:43:07.077630 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 408 rows starting from the beginning of the part | ||
| 13120 | 2024.12.12 22:43:07.077970 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 536 rows starting from the beginning of the part | ||
| 13121 | 2024.12.12 22:43:07.080074 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2024.12.12 22:43:07.080153 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13123 | 2024.12.12 22:43:07.080961 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13124 | 2024.12.12 22:43:07.080992 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.004923857 sec., 495140.29347318574 rows/sec., 38.00 MiB/sec. | ||
| 13125 | 2024.12.12 22:43:07.081209 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13126 | 2024.12.12 22:43:07.081381 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13127 | 2024.12.12 22:43:07.081820 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13128 | 2024.12.12 22:43:07.081899 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.005383 sec., 163477.61471298532 rows/sec., 11.00 MiB/sec. | ||
| 13129 | 2024.12.12 22:43:07.082086 [ 203 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_96_19} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13130 | 2024.12.12 22:43:07.082163 [ 264 ] {d9c48e32-0675-45fa-b5d0-1ede79427cd9} <Debug> TCPHandler: Processed in 0.005971207 sec. | ||
| 13131 | 2024.12.12 22:43:07.082451 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 13132 | 2024.12.12 22:43:07.082477 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13133 | 2024.12.12 22:43:07.082795 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13134 | 2024.12.12 22:43:07.083057 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13135 | 2024.12.12 22:43:07.084240 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13136 | 2024.12.12 22:43:07.084279 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13137 | 2024.12.12 22:43:07.084931 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13138 | 2024.12.12 22:43:07.085208 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13139 | 2024.12.12 22:43:07.085416 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002732 sec., 5856.515373352855 rows/sec., 10.49 MiB/sec. | ||
| 13140 | 2024.12.12 22:43:07.085506 [ 265 ] {fd53b0d8-578d-4f3d-8b7b-8d3be3a33c2a} <Debug> TCPHandler: Processed in 0.003206933 sec. | ||
| 13141 | 2024.12.12 22:43:07.085748 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13142 | 2024.12.12 22:43:07.085974 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13143 | 2024.12.12 22:43:07.086070 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13144 | 2024.12.12 22:43:07.086734 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13145 | 2024.12.12 22:43:07.086774 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13146 | 2024.12.12 22:43:07.087150 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13147 | 2024.12.12 22:43:07.087389 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13148 | 2024.12.12 22:43:07.087603 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001685 sec., 35608.30860534125 rows/sec., 2.40 MiB/sec. | ||
| 13149 | 2024.12.12 22:43:07.087653 [ 264 ] {1b6b4814-671d-48f8-bb51-6dfed2090946} <Debug> TCPHandler: Processed in 0.00201758 sec. | ||
| 13150 | 2024.12.12 22:43:08.836133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 13151 | 2024.12.12 22:43:08.836828 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13152 | 2024.12.12 22:43:08.836876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13153 | 2024.12.12 22:43:08.837417 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13154 | 2024.12.12 22:43:08.837679 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13155 | 2024.12.12 22:43:08.837954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 13156 | 2024.12.12 22:43:11.083464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13157 | 2024.12.12 22:43:11.103865 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13158 | 2024.12.12 22:43:11.103925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13159 | 2024.12.12 22:43:11.111343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13160 | 2024.12.12 22:43:11.112157 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13161 | 2024.12.12 22:43:11.115079 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13162 | 2024.12.12 22:43:11.501628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1806 | ||
| 13163 | 2024.12.12 22:43:11.505349 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2024.12.12 22:43:11.505411 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13165 | 2024.12.12 22:43:11.506907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13166 | 2024.12.12 22:43:11.507354 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2024.12.12 22:43:11.508095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1806 | ||
| 13168 | 2024.12.12 22:43:12.040006 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13169 | 2024.12.12 22:43:12.040194 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13170 | 2024.12.12 22:43:12.040267 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13171 | 2024.12.12 22:43:12.041012 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13172 | 2024.12.12 22:43:12.041059 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13173 | 2024.12.12 22:43:12.041505 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13174 | 2024.12.12 22:43:12.041782 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13175 | 2024.12.12 22:43:12.041978 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec. | ||
| 13176 | 2024.12.12 22:43:12.042035 [ 264 ] {01814221-2ef6-40fb-88be-3698b50e0827} <Debug> TCPHandler: Processed in 0.002166143 sec. | ||
| 13177 | 2024.12.12 22:43:12.042283 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13178 | 2024.12.12 22:43:12.042477 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13179 | 2024.12.12 22:43:12.042549 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13180 | 2024.12.12 22:43:12.043400 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13181 | 2024.12.12 22:43:12.043450 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13182 | 2024.12.12 22:43:12.043935 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13183 | 2024.12.12 22:43:12.044197 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13184 | 2024.12.12 22:43:12.044440 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002016 sec., 126488.09523809524 rows/sec., 11.10 MiB/sec. | ||
| 13185 | 2024.12.12 22:43:12.044504 [ 265 ] {fa20eb73-1cc0-4fb6-a083-9ffd29e5cf7b} <Debug> TCPHandler: Processed in 0.002362276 sec. | ||
| 13186 | 2024.12.12 22:43:12.044659 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13187 | 2024.12.12 22:43:12.044783 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13188 | 2024.12.12 22:43:12.044836 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13189 | 2024.12.12 22:43:12.045443 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2024.12.12 22:43:12.045481 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13191 | 2024.12.12 22:43:12.045855 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13192 | 2024.12.12 22:43:12.046110 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13193 | 2024.12.12 22:43:12.046259 [ 101 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 13194 | 2024.12.12 22:43:12.046300 [ 101 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13195 | 2024.12.12 22:43:12.046301 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.00154 sec., 21428.57142857143 rows/sec., 1.53 MiB/sec. | ||
| 13196 | 2024.12.12 22:43:12.046326 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13197 | 2024.12.12 22:43:12.046412 [ 264 ] {9423c2a3-826a-4ead-91b0-99a0a967637e} <Debug> TCPHandler: Processed in 0.001809726 sec. | ||
| 13198 | 2024.12.12 22:43:12.046557 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full | ||
| 13199 | 2024.12.12 22:43:12.046601 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13200 | 2024.12.12 22:43:12.046723 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13201 | 2024.12.12 22:43:12.046747 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13202 | 2024.12.12 22:43:12.046763 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 67 rows starting from the beginning of the part | ||
| 13203 | 2024.12.12 22:43:12.046832 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13204 | 2024.12.12 22:43:12.046918 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 43 rows starting from the beginning of the part | ||
| 13205 | 2024.12.12 22:43:12.047440 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 16 rows starting from the beginning of the part | ||
| 13206 | 2024.12.12 22:43:12.047776 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part | ||
| 13207 | 2024.12.12 22:43:12.048089 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 16 rows starting from the beginning of the part | ||
| 13208 | 2024.12.12 22:43:12.048490 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part | ||
| 13209 | 2024.12.12 22:43:12.049627 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.12.12 22:43:12.049691 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13211 | 2024.12.12 22:43:12.050802 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13212 | 2024.12.12 22:43:12.050977 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.004554349 sec., 45670.63261950281 rows/sec., 3.44 MiB/sec. | ||
| 13213 | 2024.12.12 22:43:12.051130 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 13214 | 2024.12.12 22:43:12.051218 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13215 | 2024.12.12 22:43:12.051506 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004783 sec., 2927.0332427346852 rows/sec., 204.99 KiB/sec. | ||
| 13216 | 2024.12.12 22:43:12.051585 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2024.12.12 22:43:12.051796 [ 265 ] {9c23ebfc-07d3-4ebb-a940-e5449214b355} <Debug> TCPHandler: Processed in 0.005272964 sec. | ||
| 13218 | 2024.12.12 22:43:12.051938 [ 193 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_95_19} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 13219 | 2024.12.12 22:43:12.052171 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13220 | 2024.12.12 22:43:12.052333 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13221 | 2024.12.12 22:43:12.052561 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13222 | 2024.12.12 22:43:12.052669 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13223 | 2024.12.12 22:43:12.053247 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2024.12.12 22:43:12.053287 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13225 | 2024.12.12 22:43:12.053650 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13226 | 2024.12.12 22:43:12.053900 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2024.12.12 22:43:12.054083 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 13228 | 2024.12.12 22:43:12.054135 [ 264 ] {f9da6259-ddb0-4afa-85a9-48c50158bfe7} <Debug> TCPHandler: Processed in 0.002183082 sec. | ||
| 13229 | 2024.12.12 22:43:12.054308 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2024.12.12 22:43:12.054466 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13231 | 2024.12.12 22:43:12.054538 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13232 | 2024.12.12 22:43:12.055334 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13233 | 2024.12.12 22:43:12.055375 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13234 | 2024.12.12 22:43:12.055791 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13235 | 2024.12.12 22:43:12.056039 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2024.12.12 22:43:12.056265 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001836 sec., 222222.22222222222 rows/sec., 15.83 MiB/sec. | ||
| 13237 | 2024.12.12 22:43:12.056334 [ 265 ] {46261075-da7a-40a7-afeb-e5d91502969f} <Debug> TCPHandler: Processed in 0.002094341 sec. | ||
| 13238 | 2024.12.12 22:43:12.056534 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13239 | 2024.12.12 22:43:12.056683 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13240 | 2024.12.12 22:43:12.056738 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13241 | 2024.12.12 22:43:12.057236 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2024.12.12 22:43:12.057276 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13243 | 2024.12.12 22:43:12.057650 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13244 | 2024.12.12 22:43:12.057897 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13245 | 2024.12.12 22:43:12.058097 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 13246 | 2024.12.12 22:43:12.058169 [ 264 ] {d1f87886-f03a-475f-919b-3ca9fa0fd1b1} <Debug> TCPHandler: Processed in 0.001741244 sec. | ||
| 13247 | 2024.12.12 22:43:12.058414 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13248 | 2024.12.12 22:43:12.058551 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13249 | 2024.12.12 22:43:12.058604 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13250 | 2024.12.12 22:43:12.059221 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13251 | 2024.12.12 22:43:12.059260 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13252 | 2024.12.12 22:43:12.059661 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13253 | 2024.12.12 22:43:12.059899 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13254 | 2024.12.12 22:43:12.060128 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 13255 | 2024.12.12 22:43:12.060197 [ 265 ] {6a2b2d55-b344-42c1-b845-55101c2e561c} <Debug> TCPHandler: Processed in 0.001914818 sec. | ||
| 13256 | 2024.12.12 22:43:12.060390 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13257 | 2024.12.12 22:43:12.060534 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13258 | 2024.12.12 22:43:12.060590 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13259 | 2024.12.12 22:43:12.061073 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13260 | 2024.12.12 22:43:12.061112 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13261 | 2024.12.12 22:43:12.061494 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13262 | 2024.12.12 22:43:12.061743 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13263 | 2024.12.12 22:43:12.061943 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
| 13264 | 2024.12.12 22:43:12.062018 [ 264 ] {b55fbf54-562f-45ac-9f7d-8b410a1344a7} <Debug> TCPHandler: Processed in 0.001724973 sec. | ||
| 13265 | 2024.12.12 22:43:12.062262 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13266 | 2024.12.12 22:43:12.062387 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13267 | 2024.12.12 22:43:12.062469 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13268 | 2024.12.12 22:43:12.063632 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13269 | 2024.12.12 22:43:12.063672 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13270 | 2024.12.12 22:43:12.064317 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13271 | 2024.12.12 22:43:12.064588 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13272 | 2024.12.12 22:43:12.064791 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00243 sec., 10699.588477366256 rows/sec., 19.17 MiB/sec. | ||
| 13273 | 2024.12.12 22:43:12.064884 [ 265 ] {3ce69ccb-08a7-4f87-9560-4ffc9bfe6fcd} <Debug> TCPHandler: Processed in 0.002747404 sec. | ||
| 13274 | 2024.12.12 22:43:12.065057 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13275 | 2024.12.12 22:43:12.065185 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13276 | 2024.12.12 22:43:12.065236 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13277 | 2024.12.12 22:43:12.065742 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2024.12.12 22:43:12.065783 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13279 | 2024.12.12 22:43:12.066214 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13280 | 2024.12.12 22:43:12.066465 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13281 | 2024.12.12 22:43:12.066685 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec. | ||
| 13282 | 2024.12.12 22:43:12.066771 [ 264 ] {e6e7e706-06ed-4a21-99a3-bf7f34330ff6} <Debug> TCPHandler: Processed in 0.001774075 sec. | ||
| 13283 | 2024.12.12 22:43:16.138634 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13284 | 2024.12.12 22:43:16.138717 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13285 | 2024.12.12 22:43:16.338084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 13286 | 2024.12.12 22:43:16.339162 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13287 | 2024.12.12 22:43:16.339203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13288 | 2024.12.12 22:43:16.339791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13289 | 2024.12.12 22:43:16.340060 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2024.12.12 22:43:16.340340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13291 | 2024.12.12 22:43:16.346644 [ 226 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 13292 | 2024.12.12 22:43:16.346725 [ 226 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 13293 | 2024.12.12 22:43:16.353957 [ 226 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 13294 | 2024.12.12 22:43:16.900256 [ 225 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 13295 | 2024.12.12 22:43:16.900304 [ 225 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 13296 | 2024.12.12 22:43:16.902330 [ 225 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 13297 | 2024.12.12 22:43:17.035364 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13298 | 2024.12.12 22:43:17.035646 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13299 | 2024.12.12 22:43:17.035750 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13300 | 2024.12.12 22:43:17.036492 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13301 | 2024.12.12 22:43:17.036538 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13302 | 2024.12.12 22:43:17.036972 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13303 | 2024.12.12 22:43:17.037238 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13304 | 2024.12.12 22:43:17.037505 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001936 sec., 45454.545454545456 rows/sec., 3.73 MiB/sec. | ||
| 13305 | 2024.12.12 22:43:17.037608 [ 264 ] {a582f150-316d-40cb-81b3-ddc2d6ed75cd} <Debug> TCPHandler: Processed in 0.002421118 sec. | ||
| 13306 | 2024.12.12 22:43:17.037899 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13307 | 2024.12.12 22:43:17.038110 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13308 | 2024.12.12 22:43:17.038189 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13309 | 2024.12.12 22:43:17.038984 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13310 | 2024.12.12 22:43:17.039025 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13311 | 2024.12.12 22:43:17.039458 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13312 | 2024.12.12 22:43:17.039720 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13313 | 2024.12.12 22:43:17.039955 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001904 sec., 8403.361344537814 rows/sec., 631.89 KiB/sec. | ||
| 13314 | 2024.12.12 22:43:17.040021 [ 265 ] {33382ede-7a7c-4bfb-b214-b63ef8043ef0} <Debug> TCPHandler: Processed in 0.002299565 sec. | ||
| 13315 | 2024.12.12 22:43:17.040238 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13316 | 2024.12.12 22:43:17.040480 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13317 | 2024.12.12 22:43:17.040575 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13318 | 2024.12.12 22:43:17.041282 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13319 | 2024.12.12 22:43:17.041324 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13320 | 2024.12.12 22:43:17.041716 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13321 | 2024.12.12 22:43:17.041965 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13322 | 2024.12.12 22:43:17.042168 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001749 sec., 45740.42309891367 rows/sec., 3.57 MiB/sec. | ||
| 13323 | 2024.12.12 22:43:17.042226 [ 264 ] {5d72207c-3fd5-4a79-be1b-a13f42c47b2e} <Debug> TCPHandler: Processed in 0.002106562 sec. | ||
| 13324 | 2024.12.12 22:43:17.042379 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13325 | 2024.12.12 22:43:17.042522 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13326 | 2024.12.12 22:43:17.042584 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13327 | 2024.12.12 22:43:17.043197 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13328 | 2024.12.12 22:43:17.043236 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13329 | 2024.12.12 22:43:17.043629 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13330 | 2024.12.12 22:43:17.043874 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13331 | 2024.12.12 22:43:17.044109 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 13332 | 2024.12.12 22:43:17.044165 [ 265 ] {3bc65f4f-4c6b-4039-936f-882bef1a0279} <Debug> TCPHandler: Processed in 0.001854957 sec. | ||
| 13333 | 2024.12.12 22:43:17.044328 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13334 | 2024.12.12 22:43:17.044448 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13335 | 2024.12.12 22:43:17.044529 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13336 | 2024.12.12 22:43:17.045623 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13337 | 2024.12.12 22:43:17.045662 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13338 | 2024.12.12 22:43:17.046293 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13339 | 2024.12.12 22:43:17.046556 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13340 | 2024.12.12 22:43:17.046760 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13341 | 2024.12.12 22:43:17.046822 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002397 sec., 6675.010429703797 rows/sec., 11.96 MiB/sec. | ||
| 13342 | 2024.12.12 22:43:17.046846 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13343 | 2024.12.12 22:43:17.046919 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13344 | 2024.12.12 22:43:17.047121 [ 264 ] {85bd2f43-fa1a-47ab-9a0d-6d691c342fe5} <Debug> TCPHandler: Processed in 0.002849486 sec. | ||
| 13345 | 2024.12.12 22:43:17.047176 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 13346 | 2024.12.12 22:43:17.047367 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13347 | 2024.12.12 22:43:17.047609 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13348 | 2024.12.12 22:43:17.047753 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13349 | 2024.12.12 22:43:17.047782 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1934 rows starting from the beginning of the part | ||
| 13350 | 2024.12.12 22:43:17.047847 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13351 | 2024.12.12 22:43:17.048543 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 16 rows starting from the beginning of the part | ||
| 13352 | 2024.12.12 22:43:17.049448 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 26 rows starting from the beginning of the part | ||
| 13353 | 2024.12.12 22:43:17.050282 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 16 rows starting from the beginning of the part | ||
| 13354 | 2024.12.12 22:43:17.050429 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13355 | 2024.12.12 22:43:17.050526 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13356 | 2024.12.12 22:43:17.050935 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part | ||
| 13357 | 2024.12.12 22:43:17.051636 [ 197 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 16 rows starting from the beginning of the part | ||
| 13358 | 2024.12.12 22:43:17.052066 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13359 | 2024.12.12 22:43:17.052750 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2024.12.12 22:43:17.053187 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005534 sec., 10842.067220816769 rows/sec., 748.22 KiB/sec. | ||
| 13361 | 2024.12.12 22:43:17.053369 [ 265 ] {de3073a0-ae54-4e53-ade3-f22b47402bc1} <Debug> TCPHandler: Processed in 0.00614449 sec. | ||
| 13362 | 2024.12.12 22:43:17.062850 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2034 rows, containing 19 columns (19 merged, 0 gathered) in 0.01577781 sec., 128915.22968016475 rows/sec., 231.01 MiB/sec. | ||
| 13363 | 2024.12.12 22:43:17.064947 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13364 | 2024.12.12 22:43:17.065373 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2024.12.12 22:43:17.065458 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13366 | 2024.12.12 22:43:17.065620 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.83 MiB. | ||
| 13367 | 2024.12.12 22:43:18.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.63 MiB, peak 281.39 MiB, free memory in arenas 0.00 B, will set to 267.68 MiB (RSS), difference: 4.05 MiB | ||
| 13368 | 2024.12.12 22:43:18.615144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13369 | 2024.12.12 22:43:18.636511 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13370 | 2024.12.12 22:43:18.636579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 13371 | 2024.12.12 22:43:18.643384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13372 | 2024.12.12 22:43:18.644139 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13373 | 2024.12.12 22:43:18.647264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13374 | 2024.12.12 22:43:21.508296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1840 | ||
| 13375 | 2024.12.12 22:43:21.511538 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13376 | 2024.12.12 22:43:21.511603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13377 | 2024.12.12 22:43:21.513148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13378 | 2024.12.12 22:43:21.513480 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13379 | 2024.12.12 22:43:21.513761 [ 91 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13380 | 2024.12.12 22:43:21.513926 [ 91 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13381 | 2024.12.12 22:43:21.514012 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13382 | 2024.12.12 22:43:21.514445 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 13383 | 2024.12.12 22:43:21.515822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1840 | ||
| 13384 | 2024.12.12 22:43:21.516371 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13385 | 2024.12.12 22:43:21.516519 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1662 rows starting from the beginning of the part | ||
| 13386 | 2024.12.12 22:43:21.517176 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 38 rows starting from the beginning of the part | ||
| 13387 | 2024.12.12 22:43:21.517795 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 13388 | 2024.12.12 22:43:21.518369 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 13389 | 2024.12.12 22:43:21.518905 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part | ||
| 13390 | 2024.12.12 22:43:21.519585 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 13391 | 2024.12.12 22:43:21.528228 [ 200 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 72 columns (72 merged, 0 gathered) in 0.014080517 sec., 130677.01988499427 rows/sec., 100.12 MiB/sec. | ||
| 13392 | 2024.12.12 22:43:21.530138 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13393 | 2024.12.12 22:43:21.531010 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13394 | 2024.12.12 22:43:21.531126 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_51_10} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13395 | 2024.12.12 22:43:21.531482 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 13396 | 2024.12.12 22:43:22.038942 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13397 | 2024.12.12 22:43:22.039140 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13398 | 2024.12.12 22:43:22.039212 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13399 | 2024.12.12 22:43:22.039980 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13400 | 2024.12.12 22:43:22.040034 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13401 | 2024.12.12 22:43:22.040496 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13402 | 2024.12.12 22:43:22.040754 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13403 | 2024.12.12 22:43:22.040959 [ 91 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13404 | 2024.12.12 22:43:22.041007 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 13405 | 2024.12.12 22:43:22.041036 [ 91 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13406 | 2024.12.12 22:43:22.041101 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13407 | 2024.12.12 22:43:22.041131 [ 264 ] {273812d8-4f54-4a75-af68-03cc0e03fcfc} <Debug> TCPHandler: Processed in 0.002320465 sec. | ||
| 13408 | 2024.12.12 22:43:22.041423 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 13409 | 2024.12.12 22:43:22.041456 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13410 | 2024.12.12 22:43:22.041912 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13411 | 2024.12.12 22:43:22.042023 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13412 | 2024.12.12 22:43:22.042050 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13413 | 2024.12.12 22:43:22.042101 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13414 | 2024.12.12 22:43:22.042437 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13415 | 2024.12.12 22:43:22.042755 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13416 | 2024.12.12 22:43:22.043125 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13417 | 2024.12.12 22:43:22.043552 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13418 | 2024.12.12 22:43:22.045084 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2024.12.12 22:43:22.045148 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13420 | 2024.12.12 22:43:22.046024 [ 190 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004785504 sec., 14627.50840872769 rows/sec., 1.08 MiB/sec. | ||
| 13421 | 2024.12.12 22:43:22.046205 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13422 | 2024.12.12 22:43:22.046264 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13423 | 2024.12.12 22:43:22.046658 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2024.12.12 22:43:22.046891 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13425 | 2024.12.12 22:43:22.047057 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005322 sec., 47914.31792559188 rows/sec., 4.20 MiB/sec. | ||
| 13426 | 2024.12.12 22:43:22.047073 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_45_11} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13427 | 2024.12.12 22:43:22.047222 [ 265 ] {2c446361-f410-4c07-b517-49f76540b833} <Debug> TCPHandler: Processed in 0.005951127 sec. | ||
| 13428 | 2024.12.12 22:43:22.047283 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13429 | 2024.12.12 22:43:22.047428 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13430 | 2024.12.12 22:43:22.047571 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13431 | 2024.12.12 22:43:22.047628 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13432 | 2024.12.12 22:43:22.048269 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13433 | 2024.12.12 22:43:22.048311 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13434 | 2024.12.12 22:43:22.048690 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13435 | 2024.12.12 22:43:22.048933 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13436 | 2024.12.12 22:43:22.049169 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001624 sec., 20320.197044334975 rows/sec., 1.45 MiB/sec. | ||
| 13437 | 2024.12.12 22:43:22.049272 [ 264 ] {2de16d5b-7ecc-48d6-bf33-54492c08ccd1} <Debug> TCPHandler: Processed in 0.001929268 sec. | ||
| 13438 | 2024.12.12 22:43:22.049507 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13439 | 2024.12.12 22:43:22.049725 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13440 | 2024.12.12 22:43:22.049781 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13441 | 2024.12.12 22:43:22.050362 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2024.12.12 22:43:22.050400 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13443 | 2024.12.12 22:43:22.050754 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13444 | 2024.12.12 22:43:22.050992 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2024.12.12 22:43:22.051188 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec. | ||
| 13446 | 2024.12.12 22:43:22.051255 [ 265 ] {e5b6066e-06fb-4cde-8fce-96bdae881618} <Debug> TCPHandler: Processed in 0.001865006 sec. | ||
| 13447 | 2024.12.12 22:43:22.051462 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2024.12.12 22:43:22.051603 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13449 | 2024.12.12 22:43:22.051658 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13450 | 2024.12.12 22:43:22.052265 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2024.12.12 22:43:22.052304 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13452 | 2024.12.12 22:43:22.052668 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13453 | 2024.12.12 22:43:22.052913 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2024.12.12 22:43:22.053100 [ 91 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13455 | 2024.12.12 22:43:22.053177 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001595 sec., 8150.470219435736 rows/sec., 508.18 KiB/sec. | ||
| 13456 | 2024.12.12 22:43:22.053192 [ 91 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13457 | 2024.12.12 22:43:22.053287 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13458 | 2024.12.12 22:43:22.053305 [ 264 ] {c4371f28-e5b6-47ad-be6d-9cf22cd63a44} <Debug> TCPHandler: Processed in 0.001962248 sec. | ||
| 13459 | 2024.12.12 22:43:22.053566 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 13460 | 2024.12.12 22:43:22.053636 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13461 | 2024.12.12 22:43:22.053743 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13462 | 2024.12.12 22:43:22.053799 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13463 | 2024.12.12 22:43:22.053993 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13464 | 2024.12.12 22:43:22.054067 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13465 | 2024.12.12 22:43:22.054166 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13466 | 2024.12.12 22:43:22.054361 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13467 | 2024.12.12 22:43:22.054702 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13468 | 2024.12.12 22:43:22.055006 [ 189 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13469 | 2024.12.12 22:43:22.057013 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13470 | 2024.12.12 22:43:22.057097 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13471 | 2024.12.12 22:43:22.057471 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00406111 sec., 16005.476335287643 rows/sec., 1.04 MiB/sec. | ||
| 13472 | 2024.12.12 22:43:22.057761 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13473 | 2024.12.12 22:43:22.057948 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13474 | 2024.12.12 22:43:22.058277 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13475 | 2024.12.12 22:43:22.058433 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13476 | 2024.12.12 22:43:22.058485 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_45_11} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13477 | 2024.12.12 22:43:22.058674 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13478 | 2024.12.12 22:43:22.058840 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004969 sec., 82109.07627289192 rows/sec., 5.85 MiB/sec. | ||
| 13479 | 2024.12.12 22:43:22.058942 [ 265 ] {d7ffad61-e945-48ab-9323-87b658b7f5c9} <Debug> TCPHandler: Processed in 0.005517808 sec. | ||
| 13480 | 2024.12.12 22:43:22.059162 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13481 | 2024.12.12 22:43:22.059495 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13482 | 2024.12.12 22:43:22.059625 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13483 | 2024.12.12 22:43:22.060183 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13484 | 2024.12.12 22:43:22.060224 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13485 | 2024.12.12 22:43:22.060601 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13486 | 2024.12.12 22:43:22.060854 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13487 | 2024.12.12 22:43:22.061086 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001717 sec., 3494.4670937682004 rows/sec., 182.57 KiB/sec. | ||
| 13488 | 2024.12.12 22:43:22.061202 [ 264 ] {69739903-5ab0-4e0a-bde7-510a1eba2eec} <Debug> TCPHandler: Processed in 0.002168293 sec. | ||
| 13489 | 2024.12.12 22:43:22.061391 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13490 | 2024.12.12 22:43:22.061530 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13491 | 2024.12.12 22:43:22.061590 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13492 | 2024.12.12 22:43:22.062451 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13493 | 2024.12.12 22:43:22.062527 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13494 | 2024.12.12 22:43:22.063084 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13495 | 2024.12.12 22:43:22.063327 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13496 | 2024.12.12 22:43:22.063536 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002037 sec., 116347.56995581737 rows/sec., 7.80 MiB/sec. | ||
| 13497 | 2024.12.12 22:43:22.063589 [ 265 ] {2f3edfaa-cd53-4ea8-b7eb-080baccd10c0} <Debug> TCPHandler: Processed in 0.002295316 sec. | ||
| 13498 | 2024.12.12 22:43:22.063738 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13499 | 2024.12.12 22:43:22.063861 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13500 | 2024.12.12 22:43:22.063912 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13501 | 2024.12.12 22:43:22.064399 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13502 | 2024.12.12 22:43:22.064438 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13503 | 2024.12.12 22:43:22.064801 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13504 | 2024.12.12 22:43:22.065044 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13505 | 2024.12.12 22:43:22.065178 [ 89 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13506 | 2024.12.12 22:43:22.065222 [ 89 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13507 | 2024.12.12 22:43:22.065240 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec. | ||
| 13508 | 2024.12.12 22:43:22.065246 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13509 | 2024.12.12 22:43:22.065340 [ 264 ] {60babcbf-d56d-41c3-9f1e-5fe2caafe92b} <Debug> TCPHandler: Processed in 0.001654663 sec. | ||
| 13510 | 2024.12.12 22:43:22.065555 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13511 | 2024.12.12 22:43:22.065566 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 13512 | 2024.12.12 22:43:22.065751 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13513 | 2024.12.12 22:43:22.065953 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13514 | 2024.12.12 22:43:22.065968 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13515 | 2024.12.12 22:43:22.066045 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 13516 | 2024.12.12 22:43:22.066533 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13517 | 2024.12.12 22:43:22.066925 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13518 | 2024.12.12 22:43:22.067247 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13519 | 2024.12.12 22:43:22.067716 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13520 | 2024.12.12 22:43:22.068082 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13521 | 2024.12.12 22:43:22.071748 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2024.12.12 22:43:22.071836 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13523 | 2024.12.12 22:43:22.071889 [ 186 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.006531578 sec., 6889.60615642958 rows/sec., 464.24 KiB/sec. | ||
| 13524 | 2024.12.12 22:43:22.072123 [ 186 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13525 | 2024.12.12 22:43:22.072742 [ 186 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13526 | 2024.12.12 22:43:22.072977 [ 186 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_45_9} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13527 | 2024.12.12 22:43:22.073180 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13528 | 2024.12.12 22:43:22.073333 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13529 | 2024.12.12 22:43:22.073605 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13530 | 2024.12.12 22:43:22.073927 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008231 sec., 3158.789940468959 rows/sec., 5.66 MiB/sec. | ||
| 13531 | 2024.12.12 22:43:22.074226 [ 265 ] {a20c22f1-402a-469d-adbf-981d3b42700f} <Debug> TCPHandler: Processed in 0.008778292 sec. | ||
| 13532 | 2024.12.12 22:43:22.074490 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13533 | 2024.12.12 22:43:22.074664 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13534 | 2024.12.12 22:43:22.074722 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13535 | 2024.12.12 22:43:22.075224 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13536 | 2024.12.12 22:43:22.075261 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13537 | 2024.12.12 22:43:22.075639 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13538 | 2024.12.12 22:43:22.075912 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13539 | 2024.12.12 22:43:22.076096 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec. | ||
| 13540 | 2024.12.12 22:43:22.076146 [ 264 ] {4dd2dd39-0c31-49e7-8bd0-2bb64f6978b8} <Debug> TCPHandler: Processed in 0.001799315 sec. | ||
| 13541 | 2024.12.12 22:43:23.840468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 13542 | 2024.12.12 22:43:23.841191 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13543 | 2024.12.12 22:43:23.841241 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13544 | 2024.12.12 22:43:23.841781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13545 | 2024.12.12 22:43:23.842045 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13546 | 2024.12.12 22:43:23.842285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 13547 | 2024.12.12 22:43:23.842296 [ 88 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13548 | 2024.12.12 22:43:23.842369 [ 88 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2024.12.12 22:43:23.842392 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13550 | 2024.12.12 22:43:23.842566 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 13551 | 2024.12.12 22:43:23.842857 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13552 | 2024.12.12 22:43:23.842972 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 13553 | 2024.12.12 22:43:23.843313 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 13554 | 2024.12.12 22:43:23.843621 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 13555 | 2024.12.12 22:43:23.843707 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 13556 | 2024.12.12 22:43:23.843949 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 13557 | 2024.12.12 22:43:23.844118 [ 189 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 13558 | 2024.12.12 22:43:23.846818 [ 194 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004353156 sec., 7468834.105646569 rows/sec., 106.84 MiB/sec. | ||
| 13559 | 2024.12.12 22:43:23.847298 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13560 | 2024.12.12 22:43:23.847660 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2024.12.12 22:43:23.847754 [ 203 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_71_14} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13562 | 2024.12.12 22:43:23.847881 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13563 | 2024.12.12 22:43:26.147317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 13564 | 2024.12.12 22:43:26.172115 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13565 | 2024.12.12 22:43:26.172215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13566 | 2024.12.12 22:43:26.182343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13567 | 2024.12.12 22:43:26.183805 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13568 | 2024.12.12 22:43:26.184411 [ 85 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13569 | 2024.12.12 22:43:26.184604 [ 85 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13570 | 2024.12.12 22:43:26.184695 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13571 | 2024.12.12 22:43:26.185293 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13572 | 2024.12.12 22:43:26.203971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 13573 | 2024.12.12 22:43:26.206657 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13574 | 2024.12.12 22:43:26.208378 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13575 | 2024.12.12 22:43:26.213934 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13576 | 2024.12.12 22:43:26.219385 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13577 | 2024.12.12 22:43:26.224858 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13578 | 2024.12.12 22:43:26.230733 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 13579 | 2024.12.12 22:43:26.238336 [ 192 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 13580 | 2024.12.12 22:43:26.321436 [ 194 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.136494871 sec., 3919.561197284842 rows/sec., 20.27 MiB/sec. | ||
| 13581 | 2024.12.12 22:43:26.325222 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13582 | 2024.12.12 22:43:26.329127 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13583 | 2024.12.12 22:43:26.329279 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_71_14} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13584 | 2024.12.12 22:43:26.331768 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13585 | 2024.12.12 22:43:27.034418 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13586 | 2024.12.12 22:43:27.034627 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13587 | 2024.12.12 22:43:27.034708 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13588 | 2024.12.12 22:43:27.035515 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13589 | 2024.12.12 22:43:27.035562 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13590 | 2024.12.12 22:43:27.036005 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13591 | 2024.12.12 22:43:27.036271 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13592 | 2024.12.12 22:43:27.036508 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001934 sec., 45501.55118924509 rows/sec., 3.74 MiB/sec. | ||
| 13593 | 2024.12.12 22:43:27.036579 [ 264 ] {bd062809-26d7-43a0-98c1-499077158702} <Debug> TCPHandler: Processed in 0.002299645 sec. | ||
| 13594 | 2024.12.12 22:43:27.036865 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13595 | 2024.12.12 22:43:27.037080 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13596 | 2024.12.12 22:43:27.037148 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13597 | 2024.12.12 22:43:27.037882 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2024.12.12 22:43:27.037923 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13599 | 2024.12.12 22:43:27.038361 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13600 | 2024.12.12 22:43:27.038608 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13601 | 2024.12.12 22:43:27.038883 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001852 sec., 8639.308855291578 rows/sec., 649.64 KiB/sec. | ||
| 13602 | 2024.12.12 22:43:27.038987 [ 265 ] {1c1471df-52f6-4c34-a7e2-d2b62fd6c096} <Debug> TCPHandler: Processed in 0.002297425 sec. | ||
| 13603 | 2024.12.12 22:43:27.039198 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13604 | 2024.12.12 22:43:27.039417 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13605 | 2024.12.12 22:43:27.039476 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13606 | 2024.12.12 22:43:27.040175 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13607 | 2024.12.12 22:43:27.040216 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13608 | 2024.12.12 22:43:27.040587 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13609 | 2024.12.12 22:43:27.040825 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2024.12.12 22:43:27.041056 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001679 sec., 47647.40917212627 rows/sec., 3.72 MiB/sec. | ||
| 13611 | 2024.12.12 22:43:27.041132 [ 264 ] {7689c463-9c6a-485e-8f5e-2379f53c6bc9} <Debug> TCPHandler: Processed in 0.00206737 sec. | ||
| 13612 | 2024.12.12 22:43:27.041330 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13613 | 2024.12.12 22:43:27.041540 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13614 | 2024.12.12 22:43:27.041602 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13615 | 2024.12.12 22:43:27.042233 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2024.12.12 22:43:27.042273 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13617 | 2024.12.12 22:43:27.042682 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13618 | 2024.12.12 22:43:27.042922 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13619 | 2024.12.12 22:43:27.043098 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13620 | 2024.12.12 22:43:27.043162 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 13621 | 2024.12.12 22:43:27.043181 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2024.12.12 22:43:27.043247 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13623 | 2024.12.12 22:43:27.043301 [ 265 ] {78fc9f67-78e7-4ac3-a0e1-9ffe8d68f21a} <Debug> TCPHandler: Processed in 0.002081511 sec. | ||
| 13624 | 2024.12.12 22:43:27.043606 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13625 | 2024.12.12 22:43:27.043655 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 13626 | 2024.12.12 22:43:27.043972 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13627 | 2024.12.12 22:43:27.044118 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13628 | 2024.12.12 22:43:27.044286 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 29619 rows starting from the beginning of the part | ||
| 13629 | 2024.12.12 22:43:27.044330 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13630 | 2024.12.12 22:43:27.044686 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 880 rows starting from the beginning of the part | ||
| 13631 | 2024.12.12 22:43:27.045071 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 13632 | 2024.12.12 22:43:27.045462 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 13633 | 2024.12.12 22:43:27.045807 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 13634 | 2024.12.12 22:43:27.046127 [ 191 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 13635 | 2024.12.12 22:43:27.050190 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13636 | 2024.12.12 22:43:27.050254 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13637 | 2024.12.12 22:43:27.051861 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13638 | 2024.12.12 22:43:27.052270 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13639 | 2024.12.12 22:43:27.052573 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00876 sec., 1826.4840182648402 rows/sec., 3.27 MiB/sec. | ||
| 13640 | 2024.12.12 22:43:27.052684 [ 264 ] {cd747c74-4ab0-473a-9b57-1f2cbf7f12ac} <Debug> TCPHandler: Processed in 0.009273062 sec. | ||
| 13641 | 2024.12.12 22:43:27.052847 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13642 | 2024.12.12 22:43:27.052984 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13643 | 2024.12.12 22:43:27.053037 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13644 | 2024.12.12 22:43:27.053563 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13645 | 2024.12.12 22:43:27.053610 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13646 | 2024.12.12 22:43:27.054050 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13647 | 2024.12.12 22:43:27.054328 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13648 | 2024.12.12 22:43:27.054508 [ 84 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13649 | 2024.12.12 22:43:27.054565 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001601 sec., 37476.57713928795 rows/sec., 2.53 MiB/sec. | ||
| 13650 | 2024.12.12 22:43:27.054573 [ 84 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13651 | 2024.12.12 22:43:27.054684 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13652 | 2024.12.12 22:43:27.054774 [ 265 ] {7296af7a-85e2-4a7f-9a20-388209332709} <Debug> TCPHandler: Processed in 0.001992729 sec. | ||
| 13653 | 2024.12.12 22:43:27.055109 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 13654 | 2024.12.12 22:43:27.055721 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13655 | 2024.12.12 22:43:27.055764 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6184 rows starting from the beginning of the part | ||
| 13656 | 2024.12.12 22:43:27.055900 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 13657 | 2024.12.12 22:43:27.056187 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 13658 | 2024.12.12 22:43:27.056375 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 13659 | 2024.12.12 22:43:27.056651 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
| 13660 | 2024.12.12 22:43:27.057052 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 13661 | 2024.12.12 22:43:27.057416 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31293 rows, containing 5 columns (5 merged, 0 gathered) in 0.014053096 sec., 2226769.104829285 rows/sec., 150.42 MiB/sec. | ||
| 13662 | 2024.12.12 22:43:27.058053 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13663 | 2024.12.12 22:43:27.058495 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13664 | 2024.12.12 22:43:27.058702 [ 197 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13665 | 2024.12.12 22:43:27.058896 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 13666 | 2024.12.12 22:43:27.060294 [ 187 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6528 rows, containing 4 columns (4 merged, 0 gathered) in 0.005449567 sec., 1197893.337213764 rows/sec., 78.07 MiB/sec. | ||
| 13667 | 2024.12.12 22:43:27.060890 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13668 | 2024.12.12 22:43:27.061185 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13669 | 2024.12.12 22:43:27.061260 [ 197 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_96_19} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13670 | 2024.12.12 22:43:27.061344 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13671 | 2024.12.12 22:43:31.138770 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13672 | 2024.12.12 22:43:31.138869 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13673 | 2024.12.12 22:43:31.342405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 13674 | 2024.12.12 22:43:31.343096 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.12.12 22:43:31.343146 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13676 | 2024.12.12 22:43:31.343694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13677 | 2024.12.12 22:43:31.343953 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.12.12 22:43:31.344246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13679 | 2024.12.12 22:43:31.516072 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1874 | ||
| 13680 | 2024.12.12 22:43:31.519674 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13681 | 2024.12.12 22:43:31.519727 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13682 | 2024.12.12 22:43:31.521214 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13683 | 2024.12.12 22:43:31.521532 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2024.12.12 22:43:31.522143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1874 | ||
| 13685 | 2024.12.12 22:43:32.039111 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13686 | 2024.12.12 22:43:32.039411 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13687 | 2024.12.12 22:43:32.039526 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13688 | 2024.12.12 22:43:32.040540 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13689 | 2024.12.12 22:43:32.040587 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13690 | 2024.12.12 22:43:32.041024 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13691 | 2024.12.12 22:43:32.041289 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13692 | 2024.12.12 22:43:32.041518 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002188 sec., 6398.537477148081 rows/sec., 460.61 KiB/sec. | ||
| 13693 | 2024.12.12 22:43:32.041597 [ 264 ] {69eebd5d-a8e2-445a-a5c4-a39ae433a0b6} <Debug> TCPHandler: Processed in 0.002670703 sec. | ||
| 13694 | 2024.12.12 22:43:32.041928 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13695 | 2024.12.12 22:43:32.042215 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13696 | 2024.12.12 22:43:32.042282 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13697 | 2024.12.12 22:43:32.043141 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13698 | 2024.12.12 22:43:32.043182 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13699 | 2024.12.12 22:43:32.043638 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13700 | 2024.12.12 22:43:32.043894 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13701 | 2024.12.12 22:43:32.044048 [ 79 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13702 | 2024.12.12 22:43:32.044097 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.00195 sec., 130769.23076923078 rows/sec., 11.48 MiB/sec. | ||
| 13703 | 2024.12.12 22:43:32.044102 [ 79 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13704 | 2024.12.12 22:43:32.044144 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13705 | 2024.12.12 22:43:32.044172 [ 265 ] {237b11e7-cb85-4d3a-bf8e-396ccb351615} <Debug> TCPHandler: Processed in 0.002454008 sec. | ||
| 13706 | 2024.12.12 22:43:32.044299 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 13707 | 2024.12.12 22:43:32.044443 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13708 | 2024.12.12 22:43:32.044444 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13709 | 2024.12.12 22:43:32.044484 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1437 rows starting from the beginning of the part | ||
| 13710 | 2024.12.12 22:43:32.044584 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 255 rows starting from the beginning of the part | ||
| 13711 | 2024.12.12 22:43:32.044967 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 88 rows starting from the beginning of the part | ||
| 13712 | 2024.12.12 22:43:32.045247 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 255 rows starting from the beginning of the part | ||
| 13713 | 2024.12.12 22:43:32.045252 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13714 | 2024.12.12 22:43:32.045452 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13715 | 2024.12.12 22:43:32.045540 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 88 rows starting from the beginning of the part | ||
| 13716 | 2024.12.12 22:43:32.045881 [ 187 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 255 rows starting from the beginning of the part | ||
| 13717 | 2024.12.12 22:43:32.048059 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13718 | 2024.12.12 22:43:32.048131 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13719 | 2024.12.12 22:43:32.048950 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13720 | 2024.12.12 22:43:32.049456 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13721 | 2024.12.12 22:43:32.049484 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2378 rows, containing 5 columns (5 merged, 0 gathered) in 0.005278254 sec., 450527.7692206552 rows/sec., 39.89 MiB/sec. | ||
| 13722 | 2024.12.12 22:43:32.049724 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.004681 sec., 7049.775688955351 rows/sec., 515.09 KiB/sec. | ||
| 13723 | 2024.12.12 22:43:32.049782 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13724 | 2024.12.12 22:43:32.049808 [ 264 ] {0f30f79f-239c-4d5e-b545-273602b87392} <Debug> TCPHandler: Processed in 0.005538679 sec. | ||
| 13725 | 2024.12.12 22:43:32.049972 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13726 | 2024.12.12 22:43:32.050165 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13727 | 2024.12.12 22:43:32.050211 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13728 | 2024.12.12 22:43:32.050266 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13729 | 2024.12.12 22:43:32.050410 [ 197 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_101_20} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13730 | 2024.12.12 22:43:32.050585 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 13731 | 2024.12.12 22:43:32.051154 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2024.12.12 22:43:32.051198 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13733 | 2024.12.12 22:43:32.051557 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13734 | 2024.12.12 22:43:32.051813 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13735 | 2024.12.12 22:43:32.051945 [ 79 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13736 | 2024.12.12 22:43:32.051981 [ 79 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13737 | 2024.12.12 22:43:32.051997 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001888 sec., 7415.254237288136 rows/sec., 519.32 KiB/sec. | ||
| 13738 | 2024.12.12 22:43:32.052006 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13739 | 2024.12.12 22:43:32.052117 [ 265 ] {60f7b19f-5483-4e4f-a76e-fa5cc93d769a} <Debug> TCPHandler: Processed in 0.002215473 sec. | ||
| 13740 | 2024.12.12 22:43:32.052319 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 13741 | 2024.12.12 22:43:32.052350 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13742 | 2024.12.12 22:43:32.052627 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13743 | 2024.12.12 22:43:32.052637 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13744 | 2024.12.12 22:43:32.052702 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 242 rows starting from the beginning of the part | ||
| 13745 | 2024.12.12 22:43:32.052750 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13746 | 2024.12.12 22:43:32.053107 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 13747 | 2024.12.12 22:43:32.053403 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 228 rows starting from the beginning of the part | ||
| 13748 | 2024.12.12 22:43:32.053697 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 13749 | 2024.12.12 22:43:32.054128 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 13750 | 2024.12.12 22:43:32.054409 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 13751 | 2024.12.12 22:43:32.055906 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13752 | 2024.12.12 22:43:32.055993 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13753 | 2024.12.12 22:43:32.057322 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13754 | 2024.12.12 22:43:32.057733 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00560173 sec., 93899.56317066334 rows/sec., 6.72 MiB/sec. | ||
| 13755 | 2024.12.12 22:43:32.057868 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13756 | 2024.12.12 22:43:32.057994 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13757 | 2024.12.12 22:43:32.058692 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006109 sec., 2128.007857259781 rows/sec., 132.68 KiB/sec. | ||
| 13758 | 2024.12.12 22:43:32.058958 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13759 | 2024.12.12 22:43:32.059130 [ 264 ] {504aab96-2cb0-4efd-8201-ab25c88f668b} <Debug> TCPHandler: Processed in 0.006890566 sec. | ||
| 13760 | 2024.12.12 22:43:32.059258 [ 186 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_61_12} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13761 | 2024.12.12 22:43:32.059497 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13762 | 2024.12.12 22:43:32.059565 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 13763 | 2024.12.12 22:43:32.059711 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13764 | 2024.12.12 22:43:32.059771 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13765 | 2024.12.12 22:43:32.060586 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13766 | 2024.12.12 22:43:32.060625 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13767 | 2024.12.12 22:43:32.061014 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13768 | 2024.12.12 22:43:32.061257 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13769 | 2024.12.12 22:43:32.061394 [ 79 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13770 | 2024.12.12 22:43:32.061437 [ 79 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13771 | 2024.12.12 22:43:32.061446 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001763 sec., 231423.70958593307 rows/sec., 16.49 MiB/sec. | ||
| 13772 | 2024.12.12 22:43:32.061466 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13773 | 2024.12.12 22:43:32.061545 [ 265 ] {6ce9fb00-f7d1-42bf-a8b5-e4f56c75b7f5} <Debug> TCPHandler: Processed in 0.002270845 sec. | ||
| 13774 | 2024.12.12 22:43:32.061619 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 13775 | 2024.12.12 22:43:32.061736 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13776 | 2024.12.12 22:43:32.061763 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13777 | 2024.12.12 22:43:32.061808 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 13778 | 2024.12.12 22:43:32.062069 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13779 | 2024.12.12 22:43:32.062114 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 408 rows starting from the beginning of the part | ||
| 13780 | 2024.12.12 22:43:32.062210 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13781 | 2024.12.12 22:43:32.062409 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 80 rows starting from the beginning of the part | ||
| 13782 | 2024.12.12 22:43:32.062773 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 408 rows starting from the beginning of the part | ||
| 13783 | 2024.12.12 22:43:32.063110 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 80 rows starting from the beginning of the part | ||
| 13784 | 2024.12.12 22:43:32.063438 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 408 rows starting from the beginning of the part | ||
| 13785 | 2024.12.12 22:43:32.064476 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13786 | 2024.12.12 22:43:32.064536 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13787 | 2024.12.12 22:43:32.065550 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13788 | 2024.12.12 22:43:32.065921 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13789 | 2024.12.12 22:43:32.066122 [ 79 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13790 | 2024.12.12 22:43:32.066233 [ 79 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13791 | 2024.12.12 22:43:32.066317 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13792 | 2024.12.12 22:43:32.066545 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004557 sec., 1316.6556945358789 rows/sec., 68.79 KiB/sec. | ||
| 13793 | 2024.12.12 22:43:32.066942 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372426 sec., 428111.99260818114 rows/sec., 32.60 MiB/sec. | ||
| 13794 | 2024.12.12 22:43:32.066971 [ 264 ] {f21f4b57-1397-4c99-b2f8-9e4822fcab4d} <Debug> TCPHandler: Processed in 0.005327555 sec. | ||
| 13795 | 2024.12.12 22:43:32.067235 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 13796 | 2024.12.12 22:43:32.067269 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13797 | 2024.12.12 22:43:32.067327 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13798 | 2024.12.12 22:43:32.067683 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13799 | 2024.12.12 22:43:32.067746 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13800 | 2024.12.12 22:43:32.067852 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 13801 | 2024.12.12 22:43:32.067878 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13802 | 2024.12.12 22:43:32.068196 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13803 | 2024.12.12 22:43:32.068523 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 13804 | 2024.12.12 22:43:32.068562 [ 187 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_101_20} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13805 | 2024.12.12 22:43:32.068962 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13806 | 2024.12.12 22:43:32.069016 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13807 | 2024.12.12 22:43:32.069474 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13808 | 2024.12.12 22:43:32.069789 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13809 | 2024.12.12 22:43:32.070093 [ 196 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13810 | 2024.12.12 22:43:32.071071 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2024.12.12 22:43:32.071142 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13812 | 2024.12.12 22:43:32.072250 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13813 | 2024.12.12 22:43:32.072823 [ 198 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.006229113 sec., 44308.07403879172 rows/sec., 2.26 MiB/sec. | ||
| 13814 | 2024.12.12 22:43:32.072840 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13815 | 2024.12.12 22:43:32.073136 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13816 | 2024.12.12 22:43:32.073319 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005757 sec., 41167.27462219906 rows/sec., 2.76 MiB/sec. | ||
| 13817 | 2024.12.12 22:43:32.073592 [ 265 ] {3d37098a-2d25-4bf9-a6b0-e85aac68a755} <Debug> TCPHandler: Processed in 0.006478907 sec. | ||
| 13818 | 2024.12.12 22:43:32.073814 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13819 | 2024.12.12 22:43:32.074170 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13820 | 2024.12.12 22:43:32.074328 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13821 | 2024.12.12 22:43:32.074463 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2024.12.12 22:43:32.074892 [ 200 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_46_9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13823 | 2024.12.12 22:43:32.075118 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13824 | 2024.12.12 22:43:32.075499 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13825 | 2024.12.12 22:43:32.075542 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13826 | 2024.12.12 22:43:32.075912 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13827 | 2024.12.12 22:43:32.076155 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13828 | 2024.12.12 22:43:32.076385 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002335 sec., 428.2655246252677 rows/sec., 28.86 KiB/sec. | ||
| 13829 | 2024.12.12 22:43:32.076439 [ 264 ] {0b3ae700-0fbe-4979-8a8e-fabaf631e6fa} <Debug> TCPHandler: Processed in 0.002753344 sec. | ||
| 13830 | 2024.12.12 22:43:32.076650 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13831 | 2024.12.12 22:43:32.076874 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13832 | 2024.12.12 22:43:32.077012 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13833 | 2024.12.12 22:43:32.078261 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2024.12.12 22:43:32.078300 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13835 | 2024.12.12 22:43:32.078972 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13836 | 2024.12.12 22:43:32.079249 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2024.12.12 22:43:32.079454 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002635 sec., 9867.17267552182 rows/sec., 17.68 MiB/sec. | ||
| 13838 | 2024.12.12 22:43:32.079545 [ 265 ] {789078be-1308-40ab-907a-d8387a7dbe7f} <Debug> TCPHandler: Processed in 0.003005959 sec. | ||
| 13839 | 2024.12.12 22:43:32.079697 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13840 | 2024.12.12 22:43:32.079837 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13841 | 2024.12.12 22:43:32.079898 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13842 | 2024.12.12 22:43:32.080433 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2024.12.12 22:43:32.080472 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13844 | 2024.12.12 22:43:32.080872 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13845 | 2024.12.12 22:43:32.081118 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2024.12.12 22:43:32.081332 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 13847 | 2024.12.12 22:43:32.081382 [ 264 ] {8b57d3a9-4bb5-4cd5-a3bf-afac5b815940} <Debug> TCPHandler: Processed in 0.001751164 sec. | ||
| 13848 | 2024.12.12 22:43:33.704055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 13849 | 2024.12.12 22:43:33.726335 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13850 | 2024.12.12 22:43:33.726400 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 13851 | 2024.12.12 22:43:33.733664 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13852 | 2024.12.12 22:43:33.734443 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13853 | 2024.12.12 22:43:33.737168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13854 | 2024.12.12 22:43:37.062847 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13855 | 2024.12.12 22:43:37.063084 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13856 | 2024.12.12 22:43:37.063169 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13857 | 2024.12.12 22:43:37.063934 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13858 | 2024.12.12 22:43:37.063983 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13859 | 2024.12.12 22:43:37.064422 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 13860 | 2024.12.12 22:43:37.064683 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13861 | 2024.12.12 22:43:37.064935 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001904 sec., 4201.680672268907 rows/sec., 342.62 KiB/sec. | ||
| 13862 | 2024.12.12 22:43:37.065051 [ 264 ] {505fd25b-39e0-4f71-8b16-6eb152be859a} <Debug> TCPHandler: Processed in 0.002343326 sec. | ||
| 13863 | 2024.12.12 22:43:37.065333 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13864 | 2024.12.12 22:43:37.065540 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13865 | 2024.12.12 22:43:37.065614 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13866 | 2024.12.12 22:43:37.066899 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13867 | 2024.12.12 22:43:37.066940 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13868 | 2024.12.12 22:43:37.067443 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13869 | 2024.12.12 22:43:37.067700 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13870 | 2024.12.12 22:43:37.067901 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002419 sec., 509301.36420008267 rows/sec., 41.91 MiB/sec. | ||
| 13871 | 2024.12.12 22:43:37.067958 [ 265 ] {138910de-9e6b-44d6-8454-da5a71a9cc1f} <Debug> TCPHandler: Processed in 0.002778845 sec. | ||
| 13872 | 2024.12.12 22:43:37.068159 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13873 | 2024.12.12 22:43:37.068344 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13874 | 2024.12.12 22:43:37.068401 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13875 | 2024.12.12 22:43:37.069104 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13876 | 2024.12.12 22:43:37.069152 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13877 | 2024.12.12 22:43:37.069536 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13878 | 2024.12.12 22:43:37.069778 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13879 | 2024.12.12 22:43:37.069946 [ 71 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
| 13880 | 2024.12.12 22:43:37.070006 [ 71 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13881 | 2024.12.12 22:43:37.070011 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.00169 sec., 14201.183431952662 rows/sec., 1.02 MiB/sec. | ||
| 13882 | 2024.12.12 22:43:37.070041 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13883 | 2024.12.12 22:43:37.070160 [ 264 ] {31eb1e6c-52d8-4adc-ae0b-813e377f2d3e} <Debug> TCPHandler: Processed in 0.002118272 sec. | ||
| 13884 | 2024.12.12 22:43:37.070295 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full | ||
| 13885 | 2024.12.12 22:43:37.070401 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13886 | 2024.12.12 22:43:37.070589 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13887 | 2024.12.12 22:43:37.070650 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13888 | 2024.12.12 22:43:37.070671 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 67 rows starting from the beginning of the part | ||
| 13889 | 2024.12.12 22:43:37.070755 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13890 | 2024.12.12 22:43:37.070937 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 16 rows starting from the beginning of the part | ||
| 13891 | 2024.12.12 22:43:37.071388 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part | ||
| 13892 | 2024.12.12 22:43:37.071792 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 16 rows starting from the beginning of the part | ||
| 13893 | 2024.12.12 22:43:37.072025 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part | ||
| 13894 | 2024.12.12 22:43:37.072536 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 24 rows starting from the beginning of the part | ||
| 13895 | 2024.12.12 22:43:37.073684 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13896 | 2024.12.12 22:43:37.073769 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13897 | 2024.12.12 22:43:37.074809 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13898 | 2024.12.12 22:43:37.075413 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13899 | 2024.12.12 22:43:37.075430 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.005254303 sec., 35970.517878394145 rows/sec., 2.71 MiB/sec. | ||
| 13900 | 2024.12.12 22:43:37.075839 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005254 sec., 43395.50818424058 rows/sec., 2.94 MiB/sec. | ||
| 13901 | 2024.12.12 22:43:37.075990 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 13902 | 2024.12.12 22:43:37.076155 [ 265 ] {da900ee8-d473-4ba6-9240-14ab52c1225b} <Debug> TCPHandler: Processed in 0.005849305 sec. | ||
| 13903 | 2024.12.12 22:43:37.076449 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13904 | 2024.12.12 22:43:37.076811 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13905 | 2024.12.12 22:43:37.076980 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13906 | 2024.12.12 22:43:37.077347 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13907 | 2024.12.12 22:43:37.077605 [ 200 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_100_20} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
| 13908 | 2024.12.12 22:43:37.077791 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13909 | 2024.12.12 22:43:37.078241 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2024.12.12 22:43:37.078287 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13911 | 2024.12.12 22:43:37.078687 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13912 | 2024.12.12 22:43:37.078961 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2024.12.12 22:43:37.079188 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.002493 sec., 218210.99077416767 rows/sec., 16.19 MiB/sec. | ||
| 13914 | 2024.12.12 22:43:37.079306 [ 264 ] {77fda6f8-ef44-4f4a-9652-d0ee2c28a46d} <Debug> TCPHandler: Processed in 0.003020349 sec. | ||
| 13915 | 2024.12.12 22:43:37.079488 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13916 | 2024.12.12 22:43:37.079643 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13917 | 2024.12.12 22:43:37.079703 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13918 | 2024.12.12 22:43:37.080492 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13919 | 2024.12.12 22:43:37.080529 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13920 | 2024.12.12 22:43:37.080981 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13921 | 2024.12.12 22:43:37.081252 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2024.12.12 22:43:37.081441 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001828 sec., 483588.62144420133 rows/sec., 32.54 MiB/sec. | ||
| 13923 | 2024.12.12 22:43:37.081493 [ 265 ] {a07a5035-f920-4150-9b3d-8aefc1590b9a} <Debug> TCPHandler: Processed in 0.002099321 sec. | ||
| 13924 | 2024.12.12 22:43:37.081639 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13925 | 2024.12.12 22:43:37.081758 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13926 | 2024.12.12 22:43:37.081841 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13927 | 2024.12.12 22:43:37.083031 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13928 | 2024.12.12 22:43:37.083074 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13929 | 2024.12.12 22:43:37.083730 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13930 | 2024.12.12 22:43:37.083998 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13931 | 2024.12.12 22:43:37.084257 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002523 sec., 6341.656757827983 rows/sec., 11.36 MiB/sec. | ||
| 13932 | 2024.12.12 22:43:37.084395 [ 264 ] {9f8f321f-17e7-41e2-9f30-4a50341d4758} <Debug> TCPHandler: Processed in 0.002814855 sec. | ||
| 13933 | 2024.12.12 22:43:37.084550 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13934 | 2024.12.12 22:43:37.084677 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13935 | 2024.12.12 22:43:37.084734 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13936 | 2024.12.12 22:43:37.085267 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13937 | 2024.12.12 22:43:37.085312 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13938 | 2024.12.12 22:43:37.085795 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13939 | 2024.12.12 22:43:37.086152 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13940 | 2024.12.12 22:43:37.086354 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001702 sec., 35252.64394829612 rows/sec., 2.38 MiB/sec. | ||
| 13941 | 2024.12.12 22:43:37.086412 [ 265 ] {7703289d-f68c-4d77-9643-bad1e67f052e} <Debug> TCPHandler: Processed in 0.001920698 sec. | ||
| 13942 | 2024.12.12 22:43:38.844377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 13943 | 2024.12.12 22:43:38.846054 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2024.12.12 22:43:38.846105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13945 | 2024.12.12 22:43:38.846672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13946 | 2024.12.12 22:43:38.846949 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13947 | 2024.12.12 22:43:38.847183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 13948 | 2024.12.12 22:43:41.237218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13949 | 2024.12.12 22:43:41.259370 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13950 | 2024.12.12 22:43:41.259438 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13951 | 2024.12.12 22:43:41.266539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13952 | 2024.12.12 22:43:41.267321 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13953 | 2024.12.12 22:43:41.272064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13954 | 2024.12.12 22:43:41.522377 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1912 | ||
| 13955 | 2024.12.12 22:43:41.526321 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13956 | 2024.12.12 22:43:41.526379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13957 | 2024.12.12 22:43:41.527940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13958 | 2024.12.12 22:43:41.528290 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2024.12.12 22:43:41.529418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1912 | ||
| 13960 | 2024.12.12 22:43:42.038824 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13961 | 2024.12.12 22:43:42.039079 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13962 | 2024.12.12 22:43:42.039185 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13963 | 2024.12.12 22:43:42.040019 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2024.12.12 22:43:42.040077 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13965 | 2024.12.12 22:43:42.040531 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13966 | 2024.12.12 22:43:42.040807 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13967 | 2024.12.12 22:43:42.041055 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002053 sec., 6819.288845591816 rows/sec., 490.90 KiB/sec. | ||
| 13968 | 2024.12.12 22:43:42.041173 [ 264 ] {b66c101f-3623-4903-86d2-d4178546585a} <Debug> TCPHandler: Processed in 0.002508199 sec. | ||
| 13969 | 2024.12.12 22:43:42.041453 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.12.12 22:43:42.041638 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13971 | 2024.12.12 22:43:42.041707 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13972 | 2024.12.12 22:43:42.042546 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13973 | 2024.12.12 22:43:42.042592 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13974 | 2024.12.12 22:43:42.043049 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13975 | 2024.12.12 22:43:42.043309 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2024.12.12 22:43:42.043531 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.001945 sec., 131105.39845758356 rows/sec., 11.50 MiB/sec. | ||
| 13977 | 2024.12.12 22:43:42.043592 [ 265 ] {a80a0194-49d1-4575-a55d-8cbcada56760} <Debug> TCPHandler: Processed in 0.002307296 sec. | ||
| 13978 | 2024.12.12 22:43:42.043738 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13979 | 2024.12.12 22:43:42.043868 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13980 | 2024.12.12 22:43:42.043924 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13981 | 2024.12.12 22:43:42.044554 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13982 | 2024.12.12 22:43:42.044597 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13983 | 2024.12.12 22:43:42.044987 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13984 | 2024.12.12 22:43:42.045245 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13985 | 2024.12.12 22:43:42.045477 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001639 sec., 20134.228187919463 rows/sec., 1.44 MiB/sec. | ||
| 13986 | 2024.12.12 22:43:42.045534 [ 264 ] {8cf5a81c-eefb-46f4-b49e-130852238919} <Debug> TCPHandler: Processed in 0.001855596 sec. | ||
| 13987 | 2024.12.12 22:43:42.045696 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13988 | 2024.12.12 22:43:42.045842 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13989 | 2024.12.12 22:43:42.045902 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13990 | 2024.12.12 22:43:42.046590 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13991 | 2024.12.12 22:43:42.046630 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 13992 | 2024.12.12 22:43:42.046991 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13993 | 2024.12.12 22:43:42.047240 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13994 | 2024.12.12 22:43:42.047453 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec. | ||
| 13995 | 2024.12.12 22:43:42.047506 [ 265 ] {222859e6-b879-4a39-9dc3-ce2c75d18b49} <Debug> TCPHandler: Processed in 0.001879717 sec. | ||
| 13996 | 2024.12.12 22:43:42.047663 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13997 | 2024.12.12 22:43:42.047789 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13998 | 2024.12.12 22:43:42.047841 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13999 | 2024.12.12 22:43:42.048437 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14000 | 2024.12.12 22:43:42.048478 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14001 | 2024.12.12 22:43:42.048848 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14002 | 2024.12.12 22:43:42.049100 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14003 | 2024.12.12 22:43:42.049361 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 14004 | 2024.12.12 22:43:42.049500 [ 264 ] {1dad852a-3893-4277-a2e0-1ca5e20c9297} <Debug> TCPHandler: Processed in 0.001888607 sec. | ||
| 14005 | 2024.12.12 22:43:42.049753 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14006 | 2024.12.12 22:43:42.049899 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14007 | 2024.12.12 22:43:42.049959 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14008 | 2024.12.12 22:43:42.050751 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14009 | 2024.12.12 22:43:42.050792 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14010 | 2024.12.12 22:43:42.051179 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14011 | 2024.12.12 22:43:42.051424 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14012 | 2024.12.12 22:43:42.051654 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001788 sec., 228187.91946308722 rows/sec., 16.26 MiB/sec. | ||
| 14013 | 2024.12.12 22:43:42.051715 [ 223 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14014 | 2024.12.12 22:43:42.051718 [ 265 ] {d6921858-f46a-4a03-94ea-dfda5efe8b6d} <Debug> TCPHandler: Processed in 0.002107121 sec. | ||
| 14015 | 2024.12.12 22:43:42.051760 [ 223 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14016 | 2024.12.12 22:43:42.051967 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14017 | 2024.12.12 22:43:42.052247 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14018 | 2024.12.12 22:43:42.052390 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14019 | 2024.12.12 22:43:42.053398 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14020 | 2024.12.12 22:43:42.053440 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14021 | 2024.12.12 22:43:42.054035 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14022 | 2024.12.12 22:43:42.054460 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14023 | 2024.12.12 22:43:42.054874 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002713 sec., 2211.5739034279395 rows/sec., 115.55 KiB/sec. | ||
| 14024 | 2024.12.12 22:43:42.055160 [ 264 ] {2e657551-53ea-459b-9a79-fe1f9518bff9} <Debug> TCPHandler: Processed in 0.003302135 sec. | ||
| 14025 | 2024.12.12 22:43:42.055449 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14026 | 2024.12.12 22:43:42.055662 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14027 | 2024.12.12 22:43:42.055731 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14028 | 2024.12.12 22:43:42.055848 [ 223 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14029 | 2024.12.12 22:43:42.056697 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14030 | 2024.12.12 22:43:42.056736 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14031 | 2024.12.12 22:43:42.057142 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14032 | 2024.12.12 22:43:42.057383 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14033 | 2024.12.12 22:43:42.057624 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001999 sec., 118559.27963981991 rows/sec., 7.95 MiB/sec. | ||
| 14034 | 2024.12.12 22:43:42.057702 [ 265 ] {8825a18c-eb0a-4f8b-bf97-60c7c38b00e7} <Debug> TCPHandler: Processed in 0.002417888 sec. | ||
| 14035 | 2024.12.12 22:43:42.057920 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14036 | 2024.12.12 22:43:42.058300 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14037 | 2024.12.12 22:43:42.058379 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14038 | 2024.12.12 22:43:42.058872 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14039 | 2024.12.12 22:43:42.058911 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14040 | 2024.12.12 22:43:42.059287 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14041 | 2024.12.12 22:43:42.059532 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14042 | 2024.12.12 22:43:42.059749 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 41.62 KiB/sec. | ||
| 14043 | 2024.12.12 22:43:42.059827 [ 264 ] {4a6f05c3-474f-45fd-a951-fa1d28938a0e} <Debug> TCPHandler: Processed in 0.00204442 sec. | ||
| 14044 | 2024.12.12 22:43:42.060025 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14045 | 2024.12.12 22:43:42.060163 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14046 | 2024.12.12 22:43:42.060261 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14047 | 2024.12.12 22:43:42.061436 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14048 | 2024.12.12 22:43:42.061476 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14049 | 2024.12.12 22:43:42.062131 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14050 | 2024.12.12 22:43:42.062392 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14051 | 2024.12.12 22:43:42.062585 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14052 | 2024.12.12 22:43:42.062644 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002507 sec., 10370.961308336657 rows/sec., 18.58 MiB/sec. | ||
| 14053 | 2024.12.12 22:43:42.062662 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2024.12.12 22:43:42.062737 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14055 | 2024.12.12 22:43:42.063047 [ 265 ] {ec8ec4e2-9815-49a5-a049-9a82153e3935} <Debug> TCPHandler: Processed in 0.003131622 sec. | ||
| 14056 | 2024.12.12 22:43:42.063108 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 14057 | 2024.12.12 22:43:42.063238 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14058 | 2024.12.12 22:43:42.063419 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14059 | 2024.12.12 22:43:42.063510 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14060 | 2024.12.12 22:43:42.063537 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14061 | 2024.12.12 22:43:42.063661 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2034 rows starting from the beginning of the part | ||
| 14062 | 2024.12.12 22:43:42.064186 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 26 rows starting from the beginning of the part | ||
| 14063 | 2024.12.12 22:43:42.064614 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 16 rows starting from the beginning of the part | ||
| 14064 | 2024.12.12 22:43:42.065051 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14065 | 2024.12.12 22:43:42.065061 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part | ||
| 14066 | 2024.12.12 22:43:42.065098 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14067 | 2024.12.12 22:43:42.065479 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 16 rows starting from the beginning of the part | ||
| 14068 | 2024.12.12 22:43:42.065893 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part | ||
| 14069 | 2024.12.12 22:43:42.065980 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14070 | 2024.12.12 22:43:42.066451 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14071 | 2024.12.12 22:43:42.066756 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003385 sec., 24224.519940915805 rows/sec., 1.54 MiB/sec. | ||
| 14072 | 2024.12.12 22:43:42.066842 [ 264 ] {4657912d-5220-4c9a-a845-d6e7f610b3ce} <Debug> TCPHandler: Processed in 0.003695792 sec. | ||
| 14073 | 2024.12.12 22:43:42.075943 [ 203 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2144 rows, containing 19 columns (19 merged, 0 gathered) in 0.013055626 sec., 164220.3905044461 rows/sec., 294.28 MiB/sec. | ||
| 14074 | 2024.12.12 22:43:42.077836 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14075 | 2024.12.12 22:43:42.078260 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14076 | 2024.12.12 22:43:42.078342 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14077 | 2024.12.12 22:43:42.078503 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.32 MiB. | ||
| 14078 | 2024.12.12 22:43:42.901880 [ 225 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14079 | 2024.12.12 22:43:42.901935 [ 225 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14080 | 2024.12.12 22:43:42.904019 [ 225 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14081 | 2024.12.12 22:43:43.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.59 MiB, peak 286.87 MiB, free memory in arenas 0.00 B, will set to 271.15 MiB (RSS), difference: 2.56 MiB | ||
| 14082 | 2024.12.12 22:43:43.857756 [ 223 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14083 | 2024.12.12 22:43:43.857856 [ 223 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14084 | 2024.12.12 22:43:43.859811 [ 223 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14085 | 2024.12.12 22:43:46.138934 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14086 | 2024.12.12 22:43:46.138997 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14087 | 2024.12.12 22:43:46.347330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 14088 | 2024.12.12 22:43:46.348088 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14089 | 2024.12.12 22:43:46.348137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14090 | 2024.12.12 22:43:46.348686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14091 | 2024.12.12 22:43:46.348954 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14092 | 2024.12.12 22:43:46.349205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14093 | 2024.12.12 22:43:47.034251 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14094 | 2024.12.12 22:43:47.034443 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14095 | 2024.12.12 22:43:47.034513 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14096 | 2024.12.12 22:43:47.035308 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14097 | 2024.12.12 22:43:47.035356 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14098 | 2024.12.12 22:43:47.035794 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14099 | 2024.12.12 22:43:47.036064 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14100 | 2024.12.12 22:43:47.036287 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001896 sec., 46413.50210970464 rows/sec., 3.81 MiB/sec. | ||
| 14101 | 2024.12.12 22:43:47.036344 [ 264 ] {d2c9711e-ecbf-4f31-a335-d7d9325d7d5f} <Debug> TCPHandler: Processed in 0.002222894 sec. | ||
| 14102 | 2024.12.12 22:43:47.036623 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14103 | 2024.12.12 22:43:47.036865 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14104 | 2024.12.12 22:43:47.036956 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14105 | 2024.12.12 22:43:47.037846 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14106 | 2024.12.12 22:43:47.037888 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14107 | 2024.12.12 22:43:47.038321 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14108 | 2024.12.12 22:43:47.038572 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14109 | 2024.12.12 22:43:47.038803 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002005 sec., 7980.049875311722 rows/sec., 600.06 KiB/sec. | ||
| 14110 | 2024.12.12 22:43:47.038859 [ 265 ] {c0527dcb-dc0c-4e98-9c5f-35ca89bb86e4} <Debug> TCPHandler: Processed in 0.002386567 sec. | ||
| 14111 | 2024.12.12 22:43:47.039029 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14112 | 2024.12.12 22:43:47.039175 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14113 | 2024.12.12 22:43:47.039235 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14114 | 2024.12.12 22:43:47.039896 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14115 | 2024.12.12 22:43:47.039936 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14116 | 2024.12.12 22:43:47.040310 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14117 | 2024.12.12 22:43:47.040554 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14118 | 2024.12.12 22:43:47.040762 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001623 sec., 49291.435613062225 rows/sec., 3.85 MiB/sec. | ||
| 14119 | 2024.12.12 22:43:47.040816 [ 264 ] {c2358cf7-19d6-49b8-8703-127437c17d3e} <Debug> TCPHandler: Processed in 0.001858056 sec. | ||
| 14120 | 2024.12.12 22:43:47.040959 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14121 | 2024.12.12 22:43:47.041081 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14122 | 2024.12.12 22:43:47.041134 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14123 | 2024.12.12 22:43:47.041724 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14124 | 2024.12.12 22:43:47.041764 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14125 | 2024.12.12 22:43:47.042179 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14126 | 2024.12.12 22:43:47.042418 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14127 | 2024.12.12 22:43:47.042597 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 14128 | 2024.12.12 22:43:47.042647 [ 265 ] {60665917-17aa-4d1d-882f-9e4f17ea53e1} <Debug> TCPHandler: Processed in 0.001747615 sec. | ||
| 14129 | 2024.12.12 22:43:47.042809 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2024.12.12 22:43:47.042951 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14131 | 2024.12.12 22:43:47.043046 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14132 | 2024.12.12 22:43:47.044272 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14133 | 2024.12.12 22:43:47.044313 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14134 | 2024.12.12 22:43:47.044970 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14135 | 2024.12.12 22:43:47.045238 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2024.12.12 22:43:47.045489 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002569 sec., 6228.104320747372 rows/sec., 11.16 MiB/sec. | ||
| 14137 | 2024.12.12 22:43:47.045586 [ 264 ] {33ebfe5d-c772-40ce-8c8f-741c61dab240} <Debug> TCPHandler: Processed in 0.002846896 sec. | ||
| 14138 | 2024.12.12 22:43:47.045769 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14139 | 2024.12.12 22:43:47.045939 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14140 | 2024.12.12 22:43:47.046010 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14141 | 2024.12.12 22:43:47.046676 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14142 | 2024.12.12 22:43:47.046713 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 14143 | 2024.12.12 22:43:47.047086 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14144 | 2024.12.12 22:43:47.047328 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14145 | 2024.12.12 22:43:47.047517 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec. | ||
| 14146 | 2024.12.12 22:43:47.047602 [ 265 ] {13894710-4cbe-4284-a9db-fde1ba56352b} <Debug> TCPHandler: Processed in 0.001915978 sec. | ||
| 14147 | 2024.12.12 22:43:48.098811 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14148 | 2024.12.12 22:43:48.098865 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14149 | 2024.12.12 22:43:48.100683 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14150 | 2024.12.12 22:43:48.772119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14151 | 2024.12.12 22:43:48.794674 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14152 | 2024.12.12 22:43:48.794724 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14153 | 2024.12.12 22:43:48.801855 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14154 | 2024.12.12 22:43:48.802650 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14155 | 2024.12.12 22:43:48.805469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14156 | 2024.12.12 22:43:51.529599 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1946 | ||
| 14157 | 2024.12.12 22:43:51.533192 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14158 | 2024.12.12 22:43:51.533234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14159 | 2024.12.12 22:43:51.534743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14160 | 2024.12.12 22:43:51.535060 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14161 | 2024.12.12 22:43:51.535439 [ 221 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 14162 | 2024.12.12 22:43:51.535559 [ 221 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 14163 | 2024.12.12 22:43:51.536168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1946 | ||
| 14164 | 2024.12.12 22:43:51.537894 [ 221 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 14165 | 2024.12.12 22:43:52.038963 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2024.12.12 22:43:52.039182 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14167 | 2024.12.12 22:43:52.039262 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14168 | 2024.12.12 22:43:52.040071 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2024.12.12 22:43:52.040124 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14170 | 2024.12.12 22:43:52.040575 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14171 | 2024.12.12 22:43:52.040861 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2024.12.12 22:43:52.041105 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001983 sec., 7060.010085728694 rows/sec., 508.23 KiB/sec. | ||
| 14173 | 2024.12.12 22:43:52.041164 [ 264 ] {f74fa93e-7429-4d59-a513-4e98edc9d4ce} <Debug> TCPHandler: Processed in 0.002341676 sec. | ||
| 14174 | 2024.12.12 22:43:52.041421 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2024.12.12 22:43:52.041631 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14176 | 2024.12.12 22:43:52.041707 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14177 | 2024.12.12 22:43:52.042436 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.12.12 22:43:52.042478 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14179 | 2024.12.12 22:43:52.042906 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 14180 | 2024.12.12 22:43:52.043156 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.12.12 22:43:52.043429 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001853 sec., 5396.654074473826 rows/sec., 440.06 KiB/sec. | ||
| 14182 | 2024.12.12 22:43:52.043642 [ 265 ] {b19015e3-db49-487f-a3f7-47796e938e42} <Debug> TCPHandler: Processed in 0.002360836 sec. | ||
| 14183 | 2024.12.12 22:43:52.043819 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2024.12.12 22:43:52.043963 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14185 | 2024.12.12 22:43:52.044025 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14186 | 2024.12.12 22:43:52.044804 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2024.12.12 22:43:52.044846 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14188 | 2024.12.12 22:43:52.045238 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14189 | 2024.12.12 22:43:52.045486 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2024.12.12 22:43:52.045727 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001795 sec., 144846.7966573816 rows/sec., 12.67 MiB/sec. | ||
| 14191 | 2024.12.12 22:43:52.045799 [ 264 ] {8af8de15-f842-4159-aa5e-ed3c34f9dc11} <Debug> TCPHandler: Processed in 0.0020508 sec. | ||
| 14192 | 2024.12.12 22:43:52.046019 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14193 | 2024.12.12 22:43:52.046310 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14194 | 2024.12.12 22:43:52.046367 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14195 | 2024.12.12 22:43:52.047026 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14196 | 2024.12.12 22:43:52.047065 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14197 | 2024.12.12 22:43:52.047447 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14198 | 2024.12.12 22:43:52.047686 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2024.12.12 22:43:52.047911 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.001673 sec., 25702.331141661685 rows/sec., 1.82 MiB/sec. | ||
| 14200 | 2024.12.12 22:43:52.048015 [ 265 ] {9e3397b7-b31a-4963-8580-1779ac2de58f} <Debug> TCPHandler: Processed in 0.002124822 sec. | ||
| 14201 | 2024.12.12 22:43:52.048243 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14202 | 2024.12.12 22:43:52.048412 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14203 | 2024.12.12 22:43:52.048472 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14204 | 2024.12.12 22:43:52.049103 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14205 | 2024.12.12 22:43:52.049144 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14206 | 2024.12.12 22:43:52.049515 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14207 | 2024.12.12 22:43:52.049758 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14208 | 2024.12.12 22:43:52.049981 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001599 sec., 8755.472170106317 rows/sec., 613.18 KiB/sec. | ||
| 14209 | 2024.12.12 22:43:52.050034 [ 264 ] {899b4daf-6be1-4e1e-8a24-b7c8d5de5f3e} <Debug> TCPHandler: Processed in 0.001914627 sec. | ||
| 14210 | 2024.12.12 22:43:52.050183 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14211 | 2024.12.12 22:43:52.050304 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14212 | 2024.12.12 22:43:52.050352 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14213 | 2024.12.12 22:43:52.050926 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14214 | 2024.12.12 22:43:52.050966 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14215 | 2024.12.12 22:43:52.051333 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14216 | 2024.12.12 22:43:52.051599 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14217 | 2024.12.12 22:43:52.051810 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 14218 | 2024.12.12 22:43:52.051861 [ 265 ] {6dd3eaf5-44d2-4893-9272-954efa9f44c5} <Debug> TCPHandler: Processed in 0.001734374 sec. | ||
| 14219 | 2024.12.12 22:43:52.052013 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14220 | 2024.12.12 22:43:52.052156 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14221 | 2024.12.12 22:43:52.052216 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14222 | 2024.12.12 22:43:52.053012 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2024.12.12 22:43:52.053054 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14224 | 2024.12.12 22:43:52.053460 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14225 | 2024.12.12 22:43:52.053717 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2024.12.12 22:43:52.053929 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001804 sec., 231707.31707317074 rows/sec., 16.55 MiB/sec. | ||
| 14227 | 2024.12.12 22:43:52.053983 [ 264 ] {7b016dc1-3f1d-43dd-be74-6a9285aec08b} <Debug> TCPHandler: Processed in 0.00203678 sec. | ||
| 14228 | 2024.12.12 22:43:52.054135 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14229 | 2024.12.12 22:43:52.054276 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14230 | 2024.12.12 22:43:52.054338 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14231 | 2024.12.12 22:43:52.054888 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14232 | 2024.12.12 22:43:52.054928 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14233 | 2024.12.12 22:43:52.055304 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14234 | 2024.12.12 22:43:52.055544 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14235 | 2024.12.12 22:43:52.055767 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 14236 | 2024.12.12 22:43:52.055821 [ 265 ] {5673df1f-c360-4645-ac92-a416b4373a28} <Debug> TCPHandler: Processed in 0.001755484 sec. | ||
| 14237 | 2024.12.12 22:43:52.056065 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14238 | 2024.12.12 22:43:52.056295 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14239 | 2024.12.12 22:43:52.056398 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14240 | 2024.12.12 22:43:52.057149 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14241 | 2024.12.12 22:43:52.057192 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14242 | 2024.12.12 22:43:52.057600 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14243 | 2024.12.12 22:43:52.057850 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14244 | 2024.12.12 22:43:52.058031 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14245 | 2024.12.12 22:43:52.058051 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001812 sec., 133554.08388520972 rows/sec., 8.96 MiB/sec. | ||
| 14246 | 2024.12.12 22:43:52.058082 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14247 | 2024.12.12 22:43:52.058139 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14248 | 2024.12.12 22:43:52.058174 [ 264 ] {af835262-8c46-4cfd-b59f-48f75278e650} <Debug> TCPHandler: Processed in 0.002258694 sec. | ||
| 14249 | 2024.12.12 22:43:52.058431 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14250 | 2024.12.12 22:43:52.058489 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::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 | ||
| 14251 | 2024.12.12 22:43:52.058835 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14252 | 2024.12.12 22:43:52.059067 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14253 | 2024.12.12 22:43:52.059109 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14254 | 2024.12.12 22:43:52.059252 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 31293 rows starting from the beginning of the part | ||
| 14255 | 2024.12.12 22:43:52.059644 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 14256 | 2024.12.12 22:43:52.060053 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 884 rows starting from the beginning of the part | ||
| 14257 | 2024.12.12 22:43:52.060500 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 14258 | 2024.12.12 22:43:52.060988 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 14259 | 2024.12.12 22:43:52.061388 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 242 rows starting from the beginning of the part | ||
| 14260 | 2024.12.12 22:43:52.063191 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14261 | 2024.12.12 22:43:52.063312 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14262 | 2024.12.12 22:43:52.063975 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14263 | 2024.12.12 22:43:52.064256 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2024.12.12 22:43:52.064581 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005886 sec., 169.89466530750934 rows/sec., 11.45 KiB/sec. | ||
| 14265 | 2024.12.12 22:43:52.064912 [ 265 ] {fdaa37c1-04f6-4726-80b6-1c4384987325} <Debug> TCPHandler: Processed in 0.006633481 sec. | ||
| 14266 | 2024.12.12 22:43:52.065253 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2024.12.12 22:43:52.065748 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14268 | 2024.12.12 22:43:52.066151 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14269 | 2024.12.12 22:43:52.068034 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2024.12.12 22:43:52.068087 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14271 | 2024.12.12 22:43:52.068988 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14272 | 2024.12.12 22:43:52.069318 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2024.12.12 22:43:52.069648 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004081 sec., 6370.987503062974 rows/sec., 11.42 MiB/sec. | ||
| 14274 | 2024.12.12 22:43:52.069882 [ 264 ] {90a6c77b-f0ce-4095-8a4c-1f2422b1b18c} <Debug> TCPHandler: Processed in 0.004848295 sec. | ||
| 14275 | 2024.12.12 22:43:52.070056 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2024.12.12 22:43:52.070208 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14277 | 2024.12.12 22:43:52.070268 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14278 | 2024.12.12 22:43:52.070930 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2024.12.12 22:43:52.070968 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14280 | 2024.12.12 22:43:52.071367 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14281 | 2024.12.12 22:43:52.071621 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2024.12.12 22:43:52.071764 [ 51 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14283 | 2024.12.12 22:43:52.071819 [ 51 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2024.12.12 22:43:52.071843 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14285 | 2024.12.12 22:43:52.071874 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001706 sec., 48065.65064478312 rows/sec., 3.05 MiB/sec. | ||
| 14286 | 2024.12.12 22:43:52.072042 [ 265 ] {803332ca-0a3f-49e7-b213-11844dec18f5} <Debug> TCPHandler: Processed in 0.002055491 sec. | ||
| 14287 | 2024.12.12 22:43:52.072055 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 14288 | 2024.12.12 22:43:52.072385 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14289 | 2024.12.12 22:43:52.072474 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6528 rows starting from the beginning of the part | ||
| 14290 | 2024.12.12 22:43:52.073037 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 14291 | 2024.12.12 22:43:52.073494 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33053 rows, containing 5 columns (5 merged, 0 gathered) in 0.01526145 sec., 2165783.7230407335 rows/sec., 146.29 MiB/sec. | ||
| 14292 | 2024.12.12 22:43:52.073544 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 14293 | 2024.12.12 22:43:52.073988 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14294 | 2024.12.12 22:43:52.074016 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 14295 | 2024.12.12 22:43:52.074734 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 14296 | 2024.12.12 22:43:52.075186 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 14297 | 2024.12.12 22:43:52.075754 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14298 | 2024.12.12 22:43:52.075987 [ 195 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14299 | 2024.12.12 22:43:52.076087 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 14300 | 2024.12.12 22:43:52.077611 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6894 rows, containing 4 columns (4 merged, 0 gathered) in 0.005704292 sec., 1208563.656979692 rows/sec., 78.74 MiB/sec. | ||
| 14301 | 2024.12.12 22:43:52.078406 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14302 | 2024.12.12 22:43:52.078801 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14303 | 2024.12.12 22:43:52.078897 [ 194 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_101_20} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14304 | 2024.12.12 22:43:52.079004 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 14305 | 2024.12.12 22:43:53.849351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 14306 | 2024.12.12 22:43:53.850363 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14307 | 2024.12.12 22:43:53.850402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14308 | 2024.12.12 22:43:53.850937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14309 | 2024.12.12 22:43:53.851193 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14310 | 2024.12.12 22:43:53.851370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 14311 | 2024.12.12 22:43:55.154765 [ 222 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 14312 | 2024.12.12 22:43:55.154826 [ 222 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 14313 | 2024.12.12 22:43:55.157263 [ 222 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 14314 | 2024.12.12 22:43:55.255077 [ 222 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 14315 | 2024.12.12 22:43:55.255146 [ 222 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 14316 | 2024.12.12 22:43:55.257375 [ 222 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 14317 | 2024.12.12 22:43:56.305519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14318 | 2024.12.12 22:43:56.328272 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14319 | 2024.12.12 22:43:56.328337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14320 | 2024.12.12 22:43:56.335750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14321 | 2024.12.12 22:43:56.336602 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14322 | 2024.12.12 22:43:56.341211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14323 | 2024.12.12 22:43:57.034459 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14324 | 2024.12.12 22:43:57.034678 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14325 | 2024.12.12 22:43:57.034763 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14326 | 2024.12.12 22:43:57.035556 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14327 | 2024.12.12 22:43:57.035610 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14328 | 2024.12.12 22:43:57.036092 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14329 | 2024.12.12 22:43:57.036363 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14330 | 2024.12.12 22:43:57.036544 [ 45 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14331 | 2024.12.12 22:43:57.036577 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001956 sec., 44989.77505112475 rows/sec., 3.70 MiB/sec. | ||
| 14332 | 2024.12.12 22:43:57.036590 [ 45 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14333 | 2024.12.12 22:43:57.036627 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14334 | 2024.12.12 22:43:57.036667 [ 264 ] {ff00e65e-1dde-4e53-8828-e4ac23a17384} <Debug> TCPHandler: Processed in 0.002347916 sec. | ||
| 14335 | 2024.12.12 22:43:57.036883 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 14336 | 2024.12.12 22:43:57.036963 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14337 | 2024.12.12 22:43:57.037123 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14338 | 2024.12.12 22:43:57.037210 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1437 rows starting from the beginning of the part | ||
| 14339 | 2024.12.12 22:43:57.037271 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14340 | 2024.12.12 22:43:57.037421 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1232 rows starting from the beginning of the part | ||
| 14341 | 2024.12.12 22:43:57.037455 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14342 | 2024.12.12 22:43:57.037952 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 255 rows starting from the beginning of the part | ||
| 14343 | 2024.12.12 22:43:57.038312 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 88 rows starting from the beginning of the part | ||
| 14344 | 2024.12.12 22:43:57.038715 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 260 rows starting from the beginning of the part | ||
| 14345 | 2024.12.12 22:43:57.038986 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 88 rows starting from the beginning of the part | ||
| 14346 | 2024.12.12 22:43:57.040409 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14347 | 2024.12.12 22:43:57.040492 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14348 | 2024.12.12 22:43:57.041665 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14349 | 2024.12.12 22:43:57.042053 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14350 | 2024.12.12 22:43:57.042410 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005224 sec., 3062.7871362940273 rows/sec., 230.31 KiB/sec. | ||
| 14351 | 2024.12.12 22:43:57.042732 [ 265 ] {849ede48-163b-46b2-a85e-fc314216ef71} <Debug> TCPHandler: Processed in 0.005939157 sec. | ||
| 14352 | 2024.12.12 22:43:57.042994 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14353 | 2024.12.12 22:43:57.043384 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14354 | 2024.12.12 22:43:57.043515 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14355 | 2024.12.12 22:43:57.043532 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006781933 sec., 495433.9714060873 rows/sec., 43.30 MiB/sec. | ||
| 14356 | 2024.12.12 22:43:57.044116 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14357 | 2024.12.12 22:43:57.044713 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14358 | 2024.12.12 22:43:57.044913 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_106_21} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14359 | 2024.12.12 22:43:57.045114 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 14360 | 2024.12.12 22:43:57.045174 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14361 | 2024.12.12 22:43:57.045223 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14362 | 2024.12.12 22:43:57.045615 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14363 | 2024.12.12 22:43:57.045863 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14364 | 2024.12.12 22:43:57.046003 [ 45 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14365 | 2024.12.12 22:43:57.046039 [ 45 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14366 | 2024.12.12 22:43:57.046047 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002787 sec., 28704.70039468963 rows/sec., 2.24 MiB/sec. | ||
| 14367 | 2024.12.12 22:43:57.046059 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14368 | 2024.12.12 22:43:57.046217 [ 264 ] {fce49cef-67fc-4e06-865f-afaa8932f657} <Debug> TCPHandler: Processed in 0.003351875 sec. | ||
| 14369 | 2024.12.12 22:43:57.046336 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 14370 | 2024.12.12 22:43:57.046422 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14371 | 2024.12.12 22:43:57.046683 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14372 | 2024.12.12 22:43:57.046707 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14373 | 2024.12.12 22:43:57.046772 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 14374 | 2024.12.12 22:43:57.046843 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14375 | 2024.12.12 22:43:57.047344 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 544 rows starting from the beginning of the part | ||
| 14376 | 2024.12.12 22:43:57.047945 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 408 rows starting from the beginning of the part | ||
| 14377 | 2024.12.12 22:43:57.048600 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 80 rows starting from the beginning of the part | ||
| 14378 | 2024.12.12 22:43:57.049010 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 418 rows starting from the beginning of the part | ||
| 14379 | 2024.12.12 22:43:57.049319 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 80 rows starting from the beginning of the part | ||
| 14380 | 2024.12.12 22:43:57.050131 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14381 | 2024.12.12 22:43:57.050179 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14382 | 2024.12.12 22:43:57.050765 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14383 | 2024.12.12 22:43:57.051069 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14384 | 2024.12.12 22:43:57.051440 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004807 sec., 33284.79301019347 rows/sec., 2.32 MiB/sec. | ||
| 14385 | 2024.12.12 22:43:57.051749 [ 265 ] {45473981-f5ed-4861-8088-764671d5e76b} <Debug> TCPHandler: Processed in 0.005393216 sec. | ||
| 14386 | 2024.12.12 22:43:57.052093 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14387 | 2024.12.12 22:43:57.052365 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.006192662 sec., 394983.6112482806 rows/sec., 30.32 MiB/sec. | ||
| 14388 | 2024.12.12 22:43:57.052435 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14389 | 2024.12.12 22:43:57.052708 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14390 | 2024.12.12 22:43:57.052805 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14391 | 2024.12.12 22:43:57.053824 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14392 | 2024.12.12 22:43:57.054095 [ 194 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_106_21} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14393 | 2024.12.12 22:43:57.054296 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14394 | 2024.12.12 22:43:57.055139 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14395 | 2024.12.12 22:43:57.055185 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14396 | 2024.12.12 22:43:57.055844 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14397 | 2024.12.12 22:43:57.056102 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14398 | 2024.12.12 22:43:57.056322 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003981 sec., 4019.090680733484 rows/sec., 7.20 MiB/sec. | ||
| 14399 | 2024.12.12 22:43:57.056498 [ 264 ] {63e0d3cb-4296-4a85-8cf8-3d3622736fda} <Debug> TCPHandler: Processed in 0.00460528 sec. | ||
| 14400 | 2024.12.12 22:43:57.056736 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14401 | 2024.12.12 22:43:57.057068 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14402 | 2024.12.12 22:43:57.057167 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14403 | 2024.12.12 22:43:57.057747 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2024.12.12 22:43:57.057793 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14405 | 2024.12.12 22:43:57.058173 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14406 | 2024.12.12 22:43:57.058410 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2024.12.12 22:43:57.058633 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001684 sec., 35629.45368171021 rows/sec., 2.40 MiB/sec. | ||
| 14408 | 2024.12.12 22:43:57.058718 [ 265 ] {83110938-9cc9-4a0e-955a-3bb338305451} <Debug> TCPHandler: Processed in 0.002119691 sec. | ||
| 14409 | 2024.12.12 22:44:01.139056 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14410 | 2024.12.12 22:44:01.139170 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14411 | 2024.12.12 22:44:01.351479 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 14412 | 2024.12.12 22:44:01.352168 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14413 | 2024.12.12 22:44:01.352219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14414 | 2024.12.12 22:44:01.352781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14415 | 2024.12.12 22:44:01.353056 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2024.12.12 22:44:01.353278 [ 23 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14417 | 2024.12.12 22:44:01.353341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14418 | 2024.12.12 22:44:01.353371 [ 23 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14419 | 2024.12.12 22:44:01.353406 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14420 | 2024.12.12 22:44:01.353529 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 14421 | 2024.12.12 22:44:01.353644 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14422 | 2024.12.12 22:44:01.353679 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 14423 | 2024.12.12 22:44:01.353744 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 14424 | 2024.12.12 22:44:01.353842 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 14425 | 2024.12.12 22:44:01.354077 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 14426 | 2024.12.12 22:44:01.354241 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 14427 | 2024.12.12 22:44:01.354492 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 14428 | 2024.12.12 22:44:01.357307 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003825345 sec., 9105322.526464934 rows/sec., 130.25 MiB/sec. | ||
| 14429 | 2024.12.12 22:44:01.357649 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14430 | 2024.12.12 22:44:01.357982 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14431 | 2024.12.12 22:44:01.358078 [ 188 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_76_15} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14432 | 2024.12.12 22:44:01.358200 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 14433 | 2024.12.12 22:44:01.536348 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1982 | ||
| 14434 | 2024.12.12 22:44:01.539687 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14435 | 2024.12.12 22:44:01.539736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14436 | 2024.12.12 22:44:01.541256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14437 | 2024.12.12 22:44:01.541605 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14438 | 2024.12.12 22:44:01.542283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1982 | ||
| 14439 | 2024.12.12 22:44:02.009608 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 14440 | 2024.12.12 22:44:02.009673 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 14441 | 2024.12.12 22:44:02.011817 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 14442 | 2024.12.12 22:44:02.038714 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14443 | 2024.12.12 22:44:02.038927 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14444 | 2024.12.12 22:44:02.039007 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14445 | 2024.12.12 22:44:02.039759 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2024.12.12 22:44:02.039808 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14447 | 2024.12.12 22:44:02.040242 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14448 | 2024.12.12 22:44:02.040495 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14449 | 2024.12.12 22:44:02.040696 [ 24 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14450 | 2024.12.12 22:44:02.040759 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001889 sec., 7411.3287453679195 rows/sec., 533.52 KiB/sec. | ||
| 14451 | 2024.12.12 22:44:02.040788 [ 24 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14452 | 2024.12.12 22:44:02.040860 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14453 | 2024.12.12 22:44:02.040885 [ 264 ] {c3225f40-1b95-4dd6-bcf7-8db304d690ab} <Debug> TCPHandler: Processed in 0.002312956 sec. | ||
| 14454 | 2024.12.12 22:44:02.041147 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::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 | ||
| 14455 | 2024.12.12 22:44:02.041221 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14456 | 2024.12.12 22:44:02.041445 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14457 | 2024.12.12 22:44:02.041521 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14458 | 2024.12.12 22:44:02.041564 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14459 | 2024.12.12 22:44:02.041801 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14460 | 2024.12.12 22:44:02.041843 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14461 | 2024.12.12 22:44:02.042310 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14462 | 2024.12.12 22:44:02.042709 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14463 | 2024.12.12 22:44:02.042993 [ 187 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14464 | 2024.12.12 22:44:02.044369 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2024.12.12 22:44:02.044417 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14466 | 2024.12.12 22:44:02.044847 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003845975 sec., 18200.84633935478 rows/sec., 1.35 MiB/sec. | ||
| 14467 | 2024.12.12 22:44:02.045112 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14468 | 2024.12.12 22:44:02.045132 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14469 | 2024.12.12 22:44:02.045549 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14470 | 2024.12.12 22:44:02.045661 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2024.12.12 22:44:02.045956 [ 188 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_49_12} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14472 | 2024.12.12 22:44:02.046037 [ 221 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14473 | 2024.12.12 22:44:02.046061 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.004573 sec., 55762.08178438662 rows/sec., 4.89 MiB/sec. | ||
| 14474 | 2024.12.12 22:44:02.046106 [ 221 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14475 | 2024.12.12 22:44:02.046314 [ 265 ] {be97f559-ffe3-4949-9425-07f91707fb7e} <Debug> TCPHandler: Processed in 0.005302444 sec. | ||
| 14476 | 2024.12.12 22:44:02.046322 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14477 | 2024.12.12 22:44:02.046548 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14478 | 2024.12.12 22:44:02.046700 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14479 | 2024.12.12 22:44:02.046770 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14480 | 2024.12.12 22:44:02.047506 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14481 | 2024.12.12 22:44:02.047547 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14482 | 2024.12.12 22:44:02.048046 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14483 | 2024.12.12 22:44:02.048335 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14484 | 2024.12.12 22:44:02.048584 [ 24 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 14485 | 2024.12.12 22:44:02.048709 [ 24 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14486 | 2024.12.12 22:44:02.048754 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14487 | 2024.12.12 22:44:02.048774 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.002108 sec., 15654.648956356736 rows/sec., 1.12 MiB/sec. | ||
| 14488 | 2024.12.12 22:44:02.049144 [ 264 ] {c4de710a-9681-42c8-90e2-147640de6435} <Debug> TCPHandler: Processed in 0.002715373 sec. | ||
| 14489 | 2024.12.12 22:44:02.049302 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full | ||
| 14490 | 2024.12.12 22:44:02.049447 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14491 | 2024.12.12 22:44:02.049760 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14492 | 2024.12.12 22:44:02.049869 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14493 | 2024.12.12 22:44:02.049883 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14494 | 2024.12.12 22:44:02.050024 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 67 rows starting from the beginning of the part | ||
| 14495 | 2024.12.12 22:44:02.050284 [ 221 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 14496 | 2024.12.12 22:44:02.050640 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part | ||
| 14497 | 2024.12.12 22:44:02.052185 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 16 rows starting from the beginning of the part | ||
| 14498 | 2024.12.12 22:44:02.052769 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 43 rows starting from the beginning of the part | ||
| 14499 | 2024.12.12 22:44:02.053481 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 16 rows starting from the beginning of the part | ||
| 14500 | 2024.12.12 22:44:02.053799 [ 186 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part | ||
| 14501 | 2024.12.12 22:44:02.053922 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14502 | 2024.12.12 22:44:02.054085 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14503 | 2024.12.12 22:44:02.055235 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14504 | 2024.12.12 22:44:02.055796 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14505 | 2024.12.12 22:44:02.056433 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006739 sec., 2077.4595637334914 rows/sec., 145.49 KiB/sec. | ||
| 14506 | 2024.12.12 22:44:02.056824 [ 265 ] {84200be1-e2f3-4110-a44a-e15e9682dce9} <Debug> TCPHandler: Processed in 0.007535168 sec. | ||
| 14507 | 2024.12.12 22:44:02.057165 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14508 | 2024.12.12 22:44:02.057621 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14509 | 2024.12.12 22:44:02.057795 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14510 | 2024.12.12 22:44:02.057928 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.009019397 sec., 23061.40865071135 rows/sec., 1.73 MiB/sec. | ||
| 14511 | 2024.12.12 22:44:02.058284 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 14512 | 2024.12.12 22:44:02.058942 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14513 | 2024.12.12 22:44:02.059124 [ 198 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_105_21} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 14514 | 2024.12.12 22:44:02.059292 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14515 | 2024.12.12 22:44:02.059402 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14516 | 2024.12.12 22:44:02.059448 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14517 | 2024.12.12 22:44:02.059805 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14518 | 2024.12.12 22:44:02.060040 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14519 | 2024.12.12 22:44:02.060203 [ 24 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14520 | 2024.12.12 22:44:02.060264 [ 24 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14521 | 2024.12.12 22:44:02.060280 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002823 sec., 4605.030109812256 rows/sec., 287.12 KiB/sec. | ||
| 14522 | 2024.12.12 22:44:02.060314 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14523 | 2024.12.12 22:44:02.060450 [ 264 ] {89f5a134-f878-42cb-bc15-e1aa687f8d36} <Debug> TCPHandler: Processed in 0.003480079 sec. | ||
| 14524 | 2024.12.12 22:44:02.060518 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::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 | ||
| 14525 | 2024.12.12 22:44:02.060671 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14526 | 2024.12.12 22:44:02.060721 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14527 | 2024.12.12 22:44:02.060743 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14528 | 2024.12.12 22:44:02.060907 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14529 | 2024.12.12 22:44:02.061252 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14530 | 2024.12.12 22:44:02.061377 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14531 | 2024.12.12 22:44:02.061395 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14532 | 2024.12.12 22:44:02.061777 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14533 | 2024.12.12 22:44:02.062116 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14534 | 2024.12.12 22:44:02.064105 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14535 | 2024.12.12 22:44:02.064191 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14536 | 2024.12.12 22:44:02.064773 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004354236 sec., 14927.99196001319 rows/sec., 989.07 KiB/sec. | ||
| 14537 | 2024.12.12 22:44:02.065007 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14538 | 2024.12.12 22:44:02.065176 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14539 | 2024.12.12 22:44:02.065487 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14540 | 2024.12.12 22:44:02.065613 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14541 | 2024.12.12 22:44:02.065670 [ 198 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_49_12} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14542 | 2024.12.12 22:44:02.065863 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14543 | 2024.12.12 22:44:02.066007 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004882 sec., 83572.30643179025 rows/sec., 5.95 MiB/sec. | ||
| 14544 | 2024.12.12 22:44:02.066074 [ 265 ] {b65a580b-eb67-4227-8612-bccc973f972a} <Debug> TCPHandler: Processed in 0.005499568 sec. | ||
| 14545 | 2024.12.12 22:44:02.066263 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14546 | 2024.12.12 22:44:02.066385 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14547 | 2024.12.12 22:44:02.066436 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14548 | 2024.12.12 22:44:02.066934 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14549 | 2024.12.12 22:44:02.066973 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14550 | 2024.12.12 22:44:02.067347 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14551 | 2024.12.12 22:44:02.067579 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14552 | 2024.12.12 22:44:02.067778 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 14553 | 2024.12.12 22:44:02.067829 [ 264 ] {cec44c43-4e24-481e-b305-cb1415c938a5} <Debug> TCPHandler: Processed in 0.001622682 sec. | ||
| 14554 | 2024.12.12 22:44:02.067970 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14555 | 2024.12.12 22:44:02.068111 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14556 | 2024.12.12 22:44:02.068173 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14557 | 2024.12.12 22:44:02.068850 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14558 | 2024.12.12 22:44:02.068898 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14559 | 2024.12.12 22:44:02.069312 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14560 | 2024.12.12 22:44:02.069555 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14561 | 2024.12.12 22:44:02.069762 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
| 14562 | 2024.12.12 22:44:02.069814 [ 265 ] {ff27cb8a-e9c0-43ab-810d-1f5f7e9bff6a} <Debug> TCPHandler: Processed in 0.001899727 sec. | ||
| 14563 | 2024.12.12 22:44:02.069954 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14564 | 2024.12.12 22:44:02.070090 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14565 | 2024.12.12 22:44:02.070150 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14566 | 2024.12.12 22:44:02.070706 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14567 | 2024.12.12 22:44:02.070753 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14568 | 2024.12.12 22:44:02.071160 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14569 | 2024.12.12 22:44:02.071406 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14570 | 2024.12.12 22:44:02.071639 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 14571 | 2024.12.12 22:44:02.071715 [ 264 ] {3c566e7a-105a-4b9c-a094-fadac6af7aaf} <Debug> TCPHandler: Processed in 0.001816435 sec. | ||
| 14572 | 2024.12.12 22:44:02.071910 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14573 | 2024.12.12 22:44:02.072081 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14574 | 2024.12.12 22:44:02.072219 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14575 | 2024.12.12 22:44:02.073737 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14576 | 2024.12.12 22:44:02.073776 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14577 | 2024.12.12 22:44:02.074442 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14578 | 2024.12.12 22:44:02.074706 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14579 | 2024.12.12 22:44:02.074952 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002925 sec., 8888.888888888889 rows/sec., 15.93 MiB/sec. | ||
| 14580 | 2024.12.12 22:44:02.075047 [ 265 ] {25b4a5bb-025c-43fa-bbbc-8e3c0632bcb6} <Debug> TCPHandler: Processed in 0.003241554 sec. | ||
| 14581 | 2024.12.12 22:44:02.075268 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14582 | 2024.12.12 22:44:02.075489 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14583 | 2024.12.12 22:44:02.075584 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14584 | 2024.12.12 22:44:02.076268 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14585 | 2024.12.12 22:44:02.076308 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14586 | 2024.12.12 22:44:02.076689 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14587 | 2024.12.12 22:44:02.076922 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14588 | 2024.12.12 22:44:02.077127 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001692 sec., 48463.35697399527 rows/sec., 3.08 MiB/sec. | ||
| 14589 | 2024.12.12 22:44:02.077177 [ 264 ] {2af827d8-6252-487c-9297-6fc497eea272} <Debug> TCPHandler: Processed in 0.00202603 sec. | ||
| 14590 | 2024.12.12 22:44:02.620221 [ 226 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14591 | 2024.12.12 22:44:02.620276 [ 226 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14592 | 2024.12.12 22:44:02.622225 [ 226 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): 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] | ||
| 14593 | 2024.12.12 22:44:03.002213 [ 219 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 14594 | 2024.12.12 22:44:03.002267 [ 219 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 14595 | 2024.12.12 22:44:03.004437 [ 219 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 14596 | 2024.12.12 22:44:03.189193 [ 219 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14597 | 2024.12.12 22:44:03.189228 [ 219 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14598 | 2024.12.12 22:44:03.191333 [ 219 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 14599 | 2024.12.12 22:44:03.841277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14600 | 2024.12.12 22:44:03.864465 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2024.12.12 22:44:03.864527 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14602 | 2024.12.12 22:44:03.872200 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14603 | 2024.12.12 22:44:03.873009 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2024.12.12 22:44:03.873558 [ 41 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14605 | 2024.12.12 22:44:03.873765 [ 41 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14606 | 2024.12.12 22:44:03.873868 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14607 | 2024.12.12 22:44:03.875097 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 14608 | 2024.12.12 22:44:03.891162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14609 | 2024.12.12 22:44:03.892592 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14610 | 2024.12.12 22:44:03.893908 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 14611 | 2024.12.12 22:44:03.899488 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 14612 | 2024.12.12 22:44:03.905499 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 14613 | 2024.12.12 22:44:03.911454 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 14614 | 2024.12.12 22:44:03.917697 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 14615 | 2024.12.12 22:44:03.923721 [ 203 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 14616 | 2024.12.12 22:44:03.986630 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.11252862 sec., 5092.037918886769 rows/sec., 26.33 MiB/sec. | ||
| 14617 | 2024.12.12 22:44:03.990232 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14618 | 2024.12.12 22:44:03.993580 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14619 | 2024.12.12 22:44:03.993703 [ 193 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_76_15} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14620 | 2024.12.12 22:44:03.996652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14621 | 2024.12.12 22:44:04.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.23 MiB, peak 289.65 MiB, free memory in arenas 0.00 B, will set to 271.16 MiB (RSS), difference: -1.07 MiB | ||
| 14622 | 2024.12.12 22:44:04.494018 [ 41 ] {} <Debug> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 14623 | 2024.12.12 22:44:04.494078 [ 41 ] {} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2024.12.12 22:44:04.494103 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14625 | 2024.12.12 22:44:04.494279 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 14626 | 2024.12.12 22:44:04.494441 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14627 | 2024.12.12 22:44:04.494483 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::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 | ||
| 14628 | 2024.12.12 22:44:04.494581 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 14629 | 2024.12.12 22:44:04.494841 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
| 14630 | 2024.12.12 22:44:04.495109 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 14631 | 2024.12.12 22:44:04.495282 [ 195 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 14632 | 2024.12.12 22:44:04.496404 [ 192 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002216474 sec., 24363.01982337713 rows/sec., 2.03 MiB/sec. | ||
| 14633 | 2024.12.12 22:44:04.496615 [ 194 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 14634 | 2024.12.12 22:44:04.496966 [ 194 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14635 | 2024.12.12 22:44:04.497068 [ 194 ] {a8658ff7-5947-4d90-87b0-b7820a524e95::all_1_17_4} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 14636 | 2024.12.12 22:44:04.497180 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14637 | 2024.12.12 22:44:07.063033 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14638 | 2024.12.12 22:44:07.063298 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14639 | 2024.12.12 22:44:07.063415 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14640 | 2024.12.12 22:44:07.064990 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2024.12.12 22:44:07.065033 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14642 | 2024.12.12 22:44:07.065562 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14643 | 2024.12.12 22:44:07.065830 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14644 | 2024.12.12 22:44:07.066050 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Debug> executeQuery: Read 1228 rows, 103.52 KiB in 0.002832 sec., 433615.81920903956 rows/sec., 35.70 MiB/sec. | ||
| 14645 | 2024.12.12 22:44:07.066169 [ 264 ] {b9fe332d-057c-4830-b933-1538bd96518e} <Debug> TCPHandler: Processed in 0.003272924 sec. | ||
| 14646 | 2024.12.12 22:44:07.066473 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14647 | 2024.12.12 22:44:07.066692 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14648 | 2024.12.12 22:44:07.066770 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14649 | 2024.12.12 22:44:07.067560 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14650 | 2024.12.12 22:44:07.067603 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14651 | 2024.12.12 22:44:07.068025 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14652 | 2024.12.12 22:44:07.068279 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14653 | 2024.12.12 22:44:07.068522 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001885 sec., 8488.063660477454 rows/sec., 638.26 KiB/sec. | ||
| 14654 | 2024.12.12 22:44:07.068586 [ 265 ] {29fe016a-0453-4822-9816-688e3a8ee119} <Debug> TCPHandler: Processed in 0.002305675 sec. | ||
| 14655 | 2024.12.12 22:44:07.068843 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14656 | 2024.12.12 22:44:07.069115 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14657 | 2024.12.12 22:44:07.069197 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14658 | 2024.12.12 22:44:07.069869 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14659 | 2024.12.12 22:44:07.069909 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14660 | 2024.12.12 22:44:07.070302 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14661 | 2024.12.12 22:44:07.070577 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14662 | 2024.12.12 22:44:07.070715 [ 37 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14663 | 2024.12.12 22:44:07.070758 [ 37 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14664 | 2024.12.12 22:44:07.070767 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001712 sec., 133177.57009345794 rows/sec., 9.02 MiB/sec. | ||
| 14665 | 2024.12.12 22:44:07.070788 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14666 | 2024.12.12 22:44:07.070859 [ 264 ] {614bd782-47a7-43a9-be95-d632154c513e} <Debug> TCPHandler: Processed in 0.002183703 sec. | ||
| 14667 | 2024.12.12 22:44:07.071063 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 14668 | 2024.12.12 22:44:07.071077 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14669 | 2024.12.12 22:44:07.071474 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14670 | 2024.12.12 22:44:07.071491 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14671 | 2024.12.12 22:44:07.071566 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 242 rows starting from the beginning of the part | ||
| 14672 | 2024.12.12 22:44:07.071644 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14673 | 2024.12.12 22:44:07.072116 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 228 rows starting from the beginning of the part | ||
| 14674 | 2024.12.12 22:44:07.072534 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 14675 | 2024.12.12 22:44:07.072977 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 14676 | 2024.12.12 22:44:07.073434 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 14677 | 2024.12.12 22:44:07.073888 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 228 rows starting from the beginning of the part | ||
| 14678 | 2024.12.12 22:44:07.075072 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14679 | 2024.12.12 22:44:07.075163 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14680 | 2024.12.12 22:44:07.076304 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14681 | 2024.12.12 22:44:07.076725 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005837585 sec., 126764.74946403349 rows/sec., 9.07 MiB/sec. | ||
| 14682 | 2024.12.12 22:44:07.076820 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14683 | 2024.12.12 22:44:07.076961 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14684 | 2024.12.12 22:44:07.077286 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Debug> executeQuery: Read 536 rows, 40.69 KiB in 0.005924 sec., 90479.40580688724 rows/sec., 6.71 MiB/sec. | ||
| 14685 | 2024.12.12 22:44:07.077422 [ 265 ] {a6188f91-f9a5-44d8-9333-2920a67d70bd} <Debug> TCPHandler: Processed in 0.006460506 sec. | ||
| 14686 | 2024.12.12 22:44:07.077618 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14687 | 2024.12.12 22:44:07.077698 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14688 | 2024.12.12 22:44:07.077752 [ 192 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_66_13} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14689 | 2024.12.12 22:44:07.077900 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 14690 | 2024.12.12 22:44:07.078011 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14691 | 2024.12.12 22:44:07.078112 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14692 | 2024.12.12 22:44:07.078942 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14693 | 2024.12.12 22:44:07.078982 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14694 | 2024.12.12 22:44:07.079454 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14695 | 2024.12.12 22:44:07.079699 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14696 | 2024.12.12 22:44:07.079876 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001935 sec., 454780.3617571059 rows/sec., 30.60 MiB/sec. | ||
| 14697 | 2024.12.12 22:44:07.079931 [ 264 ] {5884cd88-1a3c-4b48-9f54-30a3cdb6c02b} <Debug> TCPHandler: Processed in 0.002381197 sec. | ||
| 14698 | 2024.12.12 22:44:07.080090 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2024.12.12 22:44:07.080296 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14700 | 2024.12.12 22:44:07.080437 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14701 | 2024.12.12 22:44:07.081936 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2024.12.12 22:44:07.081976 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14703 | 2024.12.12 22:44:07.082653 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14704 | 2024.12.12 22:44:07.082918 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14705 | 2024.12.12 22:44:07.083133 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14706 | 2024.12.12 22:44:07.083203 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002953 sec., 5418.218760582458 rows/sec., 9.71 MiB/sec. | ||
| 14707 | 2024.12.12 22:44:07.083211 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14708 | 2024.12.12 22:44:07.083311 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14709 | 2024.12.12 22:44:07.083638 [ 265 ] {292af1f7-5b13-4c9c-881c-d25689c8f399} <Debug> TCPHandler: Processed in 0.003615631 sec. | ||
| 14710 | 2024.12.12 22:44:07.083743 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 14711 | 2024.12.12 22:44:07.084000 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14712 | 2024.12.12 22:44:07.084469 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14713 | 2024.12.12 22:44:07.084659 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14714 | 2024.12.12 22:44:07.085259 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14715 | 2024.12.12 22:44:07.085652 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2144 rows starting from the beginning of the part | ||
| 14716 | 2024.12.12 22:44:07.086853 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 16 rows starting from the beginning of the part | ||
| 14717 | 2024.12.12 22:44:07.087769 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14718 | 2024.12.12 22:44:07.087922 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14719 | 2024.12.12 22:44:07.088345 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 26 rows starting from the beginning of the part | ||
| 14720 | 2024.12.12 22:44:07.089196 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 16 rows starting from the beginning of the part | ||
| 14721 | 2024.12.12 22:44:07.089490 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14722 | 2024.12.12 22:44:07.089886 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 26 rows starting from the beginning of the part | ||
| 14723 | 2024.12.12 22:44:07.090111 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14724 | 2024.12.12 22:44:07.090720 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 16 rows starting from the beginning of the part | ||
| 14725 | 2024.12.12 22:44:07.090830 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006487 sec., 9249.267766301835 rows/sec., 638.30 KiB/sec. | ||
| 14726 | 2024.12.12 22:44:07.091176 [ 264 ] {5886a68c-1077-423d-abdd-67dfb17de50b} <Debug> TCPHandler: Processed in 0.007417026 sec. | ||
| 14727 | 2024.12.12 22:44:07.098004 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2244 rows, containing 19 columns (19 merged, 0 gathered) in 0.014523705 sec., 154506.02996962552 rows/sec., 276.87 MiB/sec. | ||
| 14728 | 2024.12.12 22:44:07.100000 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14729 | 2024.12.12 22:44:07.100477 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14730 | 2024.12.12 22:44:07.100576 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14731 | 2024.12.12 22:44:07.100763 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.41 MiB. | ||
| 14732 | 2024.12.12 22:44:08.853493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 14733 | 2024.12.12 22:44:08.854471 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14734 | 2024.12.12 22:44:08.854514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14735 | 2024.12.12 22:44:08.855043 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14736 | 2024.12.12 22:44:08.855320 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2024.12.12 22:44:08.855583 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 14738 | 2024.12.12 22:44:11.391234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14739 | 2024.12.12 22:44:11.414013 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14740 | 2024.12.12 22:44:11.414075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14741 | 2024.12.12 22:44:11.421400 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14742 | 2024.12.12 22:44:11.422177 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14743 | 2024.12.12 22:44:11.426757 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14744 | 2024.12.12 22:44:11.542549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2018 | ||
| 14745 | 2024.12.12 22:44:11.546432 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14746 | 2024.12.12 22:44:11.546488 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14747 | 2024.12.12 22:44:11.548090 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14748 | 2024.12.12 22:44:11.548427 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14749 | 2024.12.12 22:44:11.548718 [ 33 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14750 | 2024.12.12 22:44:11.548884 [ 33 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14751 | 2024.12.12 22:44:11.548993 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14752 | 2024.12.12 22:44:11.549495 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 14753 | 2024.12.12 22:44:11.550094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2018 | ||
| 14754 | 2024.12.12 22:44:11.550579 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14755 | 2024.12.12 22:44:11.550751 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1840 rows starting from the beginning of the part | ||
| 14756 | 2024.12.12 22:44:11.551403 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 14757 | 2024.12.12 22:44:11.552078 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 38 rows starting from the beginning of the part | ||
| 14758 | 2024.12.12 22:44:11.553550 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 14759 | 2024.12.12 22:44:11.554528 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::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 | ||
| 14760 | 2024.12.12 22:44:11.555040 [ 190 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part | ||
| 14761 | 2024.12.12 22:44:11.563638 [ 187 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2018 rows, containing 72 columns (72 merged, 0 gathered) in 0.014431443 sec., 139833.55649189066 rows/sec., 106.41 MiB/sec. | ||
| 14762 | 2024.12.12 22:44:11.565835 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14763 | 2024.12.12 22:44:11.566666 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14764 | 2024.12.12 22:44:11.566765 [ 189 ] {ab7eb512-b36c-4ea6-87c7-7d157dd7be58::all_1_56_11} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14765 | 2024.12.12 22:44:11.567099 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. | ||
| 14766 | 2024.12.12 22:44:12.040022 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14767 | 2024.12.12 22:44:12.040338 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14768 | 2024.12.12 22:44:12.040410 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14769 | 2024.12.12 22:44:12.041187 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14770 | 2024.12.12 22:44:12.041230 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14771 | 2024.12.12 22:44:12.041682 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14772 | 2024.12.12 22:44:12.041933 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2024.12.12 22:44:12.042146 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 14774 | 2024.12.12 22:44:12.042229 [ 264 ] {e5a6eb08-ee63-4a0d-a07c-26570421a748} <Debug> TCPHandler: Processed in 0.002390487 sec. | ||
| 14775 | 2024.12.12 22:44:12.042625 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14776 | 2024.12.12 22:44:12.042921 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14777 | 2024.12.12 22:44:12.043030 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14778 | 2024.12.12 22:44:12.043995 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14779 | 2024.12.12 22:44:12.044037 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14780 | 2024.12.12 22:44:12.044491 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14781 | 2024.12.12 22:44:12.044743 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14782 | 2024.12.12 22:44:12.044978 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002134 sec., 119493.90815370197 rows/sec., 10.49 MiB/sec. | ||
| 14783 | 2024.12.12 22:44:12.045054 [ 265 ] {17598b8c-cf0d-4e23-8138-7fe7ff762b5a} <Debug> TCPHandler: Processed in 0.002669333 sec. | ||
| 14784 | 2024.12.12 22:44:12.045283 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14785 | 2024.12.12 22:44:12.045490 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14786 | 2024.12.12 22:44:12.045541 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14787 | 2024.12.12 22:44:12.046139 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14788 | 2024.12.12 22:44:12.046179 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14789 | 2024.12.12 22:44:12.046542 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14790 | 2024.12.12 22:44:12.046777 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14791 | 2024.12.12 22:44:12.046972 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001514 sec., 21796.56538969617 rows/sec., 1.56 MiB/sec. | ||
| 14792 | 2024.12.12 22:44:12.047059 [ 264 ] {eb8047f5-20d3-467b-bd9d-9b5906dc753d} <Debug> TCPHandler: Processed in 0.001897877 sec. | ||
| 14793 | 2024.12.12 22:44:12.047260 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14794 | 2024.12.12 22:44:12.047512 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14795 | 2024.12.12 22:44:12.047601 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14796 | 2024.12.12 22:44:12.048513 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.12.12 22:44:12.048552 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14798 | 2024.12.12 22:44:12.048902 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14799 | 2024.12.12 22:44:12.049150 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2024.12.12 22:44:12.049358 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001901 sec., 7364.544976328249 rows/sec., 515.76 KiB/sec. | ||
| 14801 | 2024.12.12 22:44:12.049409 [ 265 ] {a8cbd95f-5cff-4bbb-93e6-97da445489c4} <Debug> TCPHandler: Processed in 0.002257164 sec. | ||
| 14802 | 2024.12.12 22:44:12.049563 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14803 | 2024.12.12 22:44:12.049700 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14804 | 2024.12.12 22:44:12.049758 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14805 | 2024.12.12 22:44:12.050412 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14806 | 2024.12.12 22:44:12.050449 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14807 | 2024.12.12 22:44:12.050807 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14808 | 2024.12.12 22:44:12.051048 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14809 | 2024.12.12 22:44:12.051264 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec. | ||
| 14810 | 2024.12.12 22:44:12.051317 [ 264 ] {ba502f5f-c799-4bb1-8542-ce8de0d6f9f6} <Debug> TCPHandler: Processed in 0.001823606 sec. | ||
| 14811 | 2024.12.12 22:44:12.051469 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14812 | 2024.12.12 22:44:12.051606 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14813 | 2024.12.12 22:44:12.051662 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14814 | 2024.12.12 22:44:12.052468 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14815 | 2024.12.12 22:44:12.052507 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14816 | 2024.12.12 22:44:12.052898 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14817 | 2024.12.12 22:44:12.053142 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14818 | 2024.12.12 22:44:12.053365 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001789 sec., 228060.36892118503 rows/sec., 16.25 MiB/sec. | ||
| 14819 | 2024.12.12 22:44:12.053418 [ 265 ] {714673a4-2e5d-416b-a29f-320eddbf23a4} <Debug> TCPHandler: Processed in 0.0020185 sec. | ||
| 14820 | 2024.12.12 22:44:12.053549 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14821 | 2024.12.12 22:44:12.053667 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14822 | 2024.12.12 22:44:12.053719 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14823 | 2024.12.12 22:44:12.054214 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14824 | 2024.12.12 22:44:12.054253 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14825 | 2024.12.12 22:44:12.054621 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14826 | 2024.12.12 22:44:12.054871 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14827 | 2024.12.12 22:44:12.055125 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 212.67 KiB/sec. | ||
| 14828 | 2024.12.12 22:44:12.055264 [ 264 ] {903e7891-cbc5-4a1d-ac26-22fbe04f16b0} <Debug> TCPHandler: Processed in 0.001764765 sec. | ||
| 14829 | 2024.12.12 22:44:12.055532 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14830 | 2024.12.12 22:44:12.055673 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14831 | 2024.12.12 22:44:12.055734 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14832 | 2024.12.12 22:44:12.056397 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14833 | 2024.12.12 22:44:12.056435 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14834 | 2024.12.12 22:44:12.056823 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14835 | 2024.12.12 22:44:12.057062 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14836 | 2024.12.12 22:44:12.057286 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001642 sec., 144336.1753958587 rows/sec., 9.67 MiB/sec. | ||
| 14837 | 2024.12.12 22:44:12.057337 [ 265 ] {131fb5f6-49bd-457b-9183-ca0289a24ff5} <Debug> TCPHandler: Processed in 0.001914288 sec. | ||
| 14838 | 2024.12.12 22:44:12.057489 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14839 | 2024.12.12 22:44:12.057627 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14840 | 2024.12.12 22:44:12.057688 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14841 | 2024.12.12 22:44:12.058247 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14842 | 2024.12.12 22:44:12.058292 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14843 | 2024.12.12 22:44:12.058655 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14844 | 2024.12.12 22:44:12.058898 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14845 | 2024.12.12 22:44:12.059059 [ 30 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14846 | 2024.12.12 22:44:12.059129 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 14847 | 2024.12.12 22:44:12.059140 [ 30 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2024.12.12 22:44:12.059206 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14849 | 2024.12.12 22:44:12.059251 [ 264 ] {32f2fd23-10fd-4668-a02a-b595f133291c} <Debug> TCPHandler: Processed in 0.001826916 sec. | ||
| 14850 | 2024.12.12 22:44:12.059487 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 14851 | 2024.12.12 22:44:12.059533 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14852 | 2024.12.12 22:44:12.059782 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14853 | 2024.12.12 22:44:12.059873 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part | ||
| 14854 | 2024.12.12 22:44:12.059909 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14855 | 2024.12.12 22:44:12.060071 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 14856 | 2024.12.12 22:44:12.060428 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14857 | 2024.12.12 22:44:12.060561 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14858 | 2024.12.12 22:44:12.061077 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14859 | 2024.12.12 22:44:12.061486 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14860 | 2024.12.12 22:44:12.061878 [ 196 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14861 | 2024.12.12 22:44:12.065709 [ 187 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006376075 sec., 7841.814909642688 rows/sec., 528.40 KiB/sec. | ||
| 14862 | 2024.12.12 22:44:12.065768 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14863 | 2024.12.12 22:44:12.065813 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14864 | 2024.12.12 22:44:12.065890 [ 187 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14865 | 2024.12.12 22:44:12.066380 [ 187 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14866 | 2024.12.12 22:44:12.066529 [ 187 ] {5a428fbd-999b-4672-aa6f-eb6a6b8f13ae::all_1_50_10} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 14867 | 2024.12.12 22:44:12.066645 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14868 | 2024.12.12 22:44:12.066766 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14869 | 2024.12.12 22:44:12.067031 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14870 | 2024.12.12 22:44:12.067281 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007484 sec., 3474.0780331373594 rows/sec., 6.23 MiB/sec. | ||
| 14871 | 2024.12.12 22:44:12.067387 [ 265 ] {150f895b-5e7e-4b0d-9019-ea8adf279f75} <Debug> TCPHandler: Processed in 0.008044138 sec. | ||
| 14872 | 2024.12.12 22:44:12.067550 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14873 | 2024.12.12 22:44:12.067688 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14874 | 2024.12.12 22:44:12.067748 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14875 | 2024.12.12 22:44:12.068327 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2024.12.12 22:44:12.068392 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14877 | 2024.12.12 22:44:12.068770 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14878 | 2024.12.12 22:44:12.069010 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14879 | 2024.12.12 22:44:12.069236 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec. | ||
| 14880 | 2024.12.12 22:44:12.069318 [ 264 ] {ea93b1b9-c61c-4aea-a2b1-867262ee9764} <Debug> TCPHandler: Processed in 0.001835156 sec. | ||
| 14881 | 2024.12.12 22:44:13.242722 [ 226 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14882 | 2024.12.12 22:44:13.242790 [ 226 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14883 | 2024.12.12 22:44:13.245134 [ 226 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 14884 | 2024.12.12 22:44:14.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.22 MiB, peak 290.12 MiB, free memory in arenas 0.00 B, will set to 271.22 MiB (RSS), difference: 4.00 MiB | ||
| 14885 | 2024.12.12 22:44:16.139435 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14886 | 2024.12.12 22:44:16.139517 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14887 | 2024.12.12 22:44:16.355727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 14888 | 2024.12.12 22:44:16.356683 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14889 | 2024.12.12 22:44:16.356725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14890 | 2024.12.12 22:44:16.357272 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14891 | 2024.12.12 22:44:16.357556 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14892 | 2024.12.12 22:44:16.357747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14893 | 2024.12.12 22:44:17.034253 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14894 | 2024.12.12 22:44:17.034476 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14895 | 2024.12.12 22:44:17.034591 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14896 | 2024.12.12 22:44:17.035688 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2024.12.12 22:44:17.035729 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14898 | 2024.12.12 22:44:17.036176 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14899 | 2024.12.12 22:44:17.036439 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14900 | 2024.12.12 22:44:17.036638 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002238 sec., 39320.82216264522 rows/sec., 3.23 MiB/sec. | ||
| 14901 | 2024.12.12 22:44:17.036694 [ 264 ] {80d1a2fc-d09b-405d-8650-f93dc02e520f} <Debug> TCPHandler: Processed in 0.002574801 sec. | ||
| 14902 | 2024.12.12 22:44:17.036945 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2024.12.12 22:44:17.037154 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14904 | 2024.12.12 22:44:17.037231 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14905 | 2024.12.12 22:44:17.037980 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.12.12 22:44:17.038025 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14907 | 2024.12.12 22:44:17.038462 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14908 | 2024.12.12 22:44:17.038722 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.12.12 22:44:17.038959 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001862 sec., 8592.910848549947 rows/sec., 646.15 KiB/sec. | ||
| 14910 | 2024.12.12 22:44:17.039023 [ 265 ] {c1893270-12ca-44ed-8957-978e6bda6a46} <Debug> TCPHandler: Processed in 0.002217013 sec. | ||
| 14911 | 2024.12.12 22:44:17.039222 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2024.12.12 22:44:17.039496 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14913 | 2024.12.12 22:44:17.039549 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14914 | 2024.12.12 22:44:17.040156 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2024.12.12 22:44:17.040195 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14916 | 2024.12.12 22:44:17.040563 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14917 | 2024.12.12 22:44:17.040805 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2024.12.12 22:44:17.040986 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001561 sec., 51249.199231262006 rows/sec., 4.00 MiB/sec. | ||
| 14919 | 2024.12.12 22:44:17.041041 [ 264 ] {0b3fcfd8-2193-43f2-8cd8-3d26f470baf8} <Debug> TCPHandler: Processed in 0.001939498 sec. | ||
| 14920 | 2024.12.12 22:44:17.041230 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2024.12.12 22:44:17.041417 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14922 | 2024.12.12 22:44:17.041504 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14923 | 2024.12.12 22:44:17.042461 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2024.12.12 22:44:17.042500 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14925 | 2024.12.12 22:44:17.042892 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14926 | 2024.12.12 22:44:17.043127 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2024.12.12 22:44:17.043289 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 14928 | 2024.12.12 22:44:17.043362 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14929 | 2024.12.12 22:44:17.043367 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001967 sec., 81342.1453990849 rows/sec., 5.67 MiB/sec. | ||
| 14930 | 2024.12.12 22:44:17.043403 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14931 | 2024.12.12 22:44:17.043492 [ 265 ] {68285350-60cf-4703-8a71-6adf26e0d49b} <Debug> TCPHandler: Processed in 0.002360396 sec. | ||
| 14932 | 2024.12.12 22:44:17.043740 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14933 | 2024.12.12 22:44:17.043743 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 14934 | 2024.12.12 22:44:17.043956 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14935 | 2024.12.12 22:44:17.044157 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14936 | 2024.12.12 22:44:17.044192 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14937 | 2024.12.12 22:44:17.044244 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_101_20, total 33053 rows starting from the beginning of the part | ||
| 14938 | 2024.12.12 22:44:17.044681 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 14939 | 2024.12.12 22:44:17.045029 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 14940 | 2024.12.12 22:44:17.045455 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 880 rows starting from the beginning of the part | ||
| 14941 | 2024.12.12 22:44:17.045822 [ 198 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part | ||
| 14942 | 2024.12.12 22:44:17.048386 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2024.12.12 22:44:17.048460 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14944 | 2024.12.12 22:44:17.049907 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14945 | 2024.12.12 22:44:17.050296 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2024.12.12 22:44:17.050513 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006626 sec., 2414.7298520977965 rows/sec., 4.33 MiB/sec. | ||
| 14947 | 2024.12.12 22:44:17.050614 [ 264 ] {67956f4d-ec1b-40e0-83af-d879621e683d} <Debug> TCPHandler: Processed in 0.006989687 sec. | ||
| 14948 | 2024.12.12 22:44:17.050793 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14949 | 2024.12.12 22:44:17.050992 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14950 | 2024.12.12 22:44:17.051054 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14951 | 2024.12.12 22:44:17.051707 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14952 | 2024.12.12 22:44:17.051750 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14953 | 2024.12.12 22:44:17.052226 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14954 | 2024.12.12 22:44:17.052588 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14955 | 2024.12.12 22:44:17.052774 [ 29 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14956 | 2024.12.12 22:44:17.052843 [ 29 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14957 | 2024.12.12 22:44:17.052855 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001904 sec., 31512.605042016807 rows/sec., 2.12 MiB/sec. | ||
| 14958 | 2024.12.12 22:44:17.052882 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 14959 | 2024.12.12 22:44:17.053058 [ 265 ] {3ced6581-4be3-4784-8a04-ad2a161e358f} <Debug> TCPHandler: Processed in 0.002329766 sec. | ||
| 14960 | 2024.12.12 22:44:17.053313 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 14961 | 2024.12.12 22:44:17.053512 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14962 | 2024.12.12 22:44:17.053550 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6894 rows starting from the beginning of the part | ||
| 14963 | 2024.12.12 22:44:17.053770 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 14964 | 2024.12.12 22:44:17.054096 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 14965 | 2024.12.12 22:44:17.054313 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 14966 | 2024.12.12 22:44:17.054472 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 14967 | 2024.12.12 22:44:17.054688 [ 200 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 14968 | 2024.12.12 22:44:17.056288 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34567 rows, containing 5 columns (5 merged, 0 gathered) in 0.01274737 sec., 2711696.608790676 rows/sec., 183.15 MiB/sec. | ||
| 14969 | 2024.12.12 22:44:17.056691 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 14970 | 2024.12.12 22:44:17.057157 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14971 | 2024.12.12 22:44:17.057262 [ 186 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 14972 | 2024.12.12 22:44:17.057393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 14973 | 2024.12.12 22:44:17.057916 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7238 rows, containing 4 columns (4 merged, 0 gathered) in 0.004815584 sec., 1503036.8071660674 rows/sec., 97.95 MiB/sec. | ||
| 14974 | 2024.12.12 22:44:17.058556 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14975 | 2024.12.12 22:44:17.058864 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14976 | 2024.12.12 22:44:17.058945 [ 199 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_106_21} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14977 | 2024.12.12 22:44:17.059040 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 14978 | 2024.12.12 22:44:18.926811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14979 | 2024.12.12 22:44:18.948969 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14980 | 2024.12.12 22:44:18.949026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 14981 | 2024.12.12 22:44:18.956457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14982 | 2024.12.12 22:44:18.957290 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14983 | 2024.12.12 22:44:18.961720 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14984 | 2024.12.12 22:44:21.550346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2052 | ||
| 14985 | 2024.12.12 22:44:21.553682 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2024.12.12 22:44:21.553736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 14987 | 2024.12.12 22:44:21.555255 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14988 | 2024.12.12 22:44:21.555578 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14989 | 2024.12.12 22:44:21.556189 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2052 | ||
| 14990 | 2024.12.12 22:44:22.039061 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14991 | 2024.12.12 22:44:22.039276 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14992 | 2024.12.12 22:44:22.039358 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14993 | 2024.12.12 22:44:22.040163 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14994 | 2024.12.12 22:44:22.040215 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 14995 | 2024.12.12 22:44:22.040660 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14996 | 2024.12.12 22:44:22.040923 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14997 | 2024.12.12 22:44:22.041156 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 14998 | 2024.12.12 22:44:22.041213 [ 264 ] {c873f602-c089-497f-93fe-d30755dbfe30} <Debug> TCPHandler: Processed in 0.002290356 sec. | ||
| 14999 | 2024.12.12 22:44:22.041476 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15000 | 2024.12.12 22:44:22.041666 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15001 | 2024.12.12 22:44:22.041735 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15002 | 2024.12.12 22:44:22.042627 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15003 | 2024.12.12 22:44:22.042673 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15004 | 2024.12.12 22:44:22.043137 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15005 | 2024.12.12 22:44:22.043410 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15006 | 2024.12.12 22:44:22.043602 [ 108 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15007 | 2024.12.12 22:44:22.043683 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002064 sec., 123546.51162790699 rows/sec., 10.84 MiB/sec. | ||
| 15008 | 2024.12.12 22:44:22.043697 [ 108 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2024.12.12 22:44:22.043780 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15010 | 2024.12.12 22:44:22.043832 [ 265 ] {c74aeb0f-ddef-4b80-ac04-dde3a21e22b9} <Debug> TCPHandler: Processed in 0.002480759 sec. | ||
| 15011 | 2024.12.12 22:44:22.044125 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 15012 | 2024.12.12 22:44:22.044171 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15013 | 2024.12.12 22:44:22.044693 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15014 | 2024.12.12 22:44:22.044810 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15015 | 2024.12.12 22:44:22.044948 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15016 | 2024.12.12 22:44:22.045018 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1437 rows starting from the beginning of the part | ||
| 15017 | 2024.12.12 22:44:22.046165 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 255 rows starting from the beginning of the part | ||
| 15018 | 2024.12.12 22:44:22.046584 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1228 rows starting from the beginning of the part | ||
| 15019 | 2024.12.12 22:44:22.046949 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 255 rows starting from the beginning of the part | ||
| 15020 | 2024.12.12 22:44:22.047133 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 88 rows starting from the beginning of the part | ||
| 15021 | 2024.12.12 22:44:22.047566 [ 188 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 255 rows starting from the beginning of the part | ||
| 15022 | 2024.12.12 22:44:22.048257 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15023 | 2024.12.12 22:44:22.048317 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15024 | 2024.12.12 22:44:22.049249 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15025 | 2024.12.12 22:44:22.049833 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15026 | 2024.12.12 22:44:22.050436 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005764 sec., 5725.1908396946565 rows/sec., 418.31 KiB/sec. | ||
| 15027 | 2024.12.12 22:44:22.050650 [ 264 ] {be28bea3-a783-4e27-9d40-476a05ca8d02} <Debug> TCPHandler: Processed in 0.006690201 sec. | ||
| 15028 | 2024.12.12 22:44:22.050906 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15029 | 2024.12.12 22:44:22.051277 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15030 | 2024.12.12 22:44:22.051400 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15031 | 2024.12.12 22:44:22.051701 [ 195 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 5 columns (5 merged, 0 gathered) in 0.007818223 sec., 449974.373972193 rows/sec., 39.50 MiB/sec. | ||
| 15032 | 2024.12.12 22:44:22.051950 [ 195 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15033 | 2024.12.12 22:44:22.052287 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15034 | 2024.12.12 22:44:22.052336 [ 195 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15035 | 2024.12.12 22:44:22.052339 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15036 | 2024.12.12 22:44:22.052450 [ 195 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_111_22} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15037 | 2024.12.12 22:44:22.052561 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 15038 | 2024.12.12 22:44:22.052781 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15039 | 2024.12.12 22:44:22.053023 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15040 | 2024.12.12 22:44:22.053275 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002166 sec., 6463.527239150508 rows/sec., 452.66 KiB/sec. | ||
| 15041 | 2024.12.12 22:44:22.053346 [ 265 ] {4b14168a-b94d-4133-824b-1778e187aa09} <Debug> TCPHandler: Processed in 0.002571041 sec. | ||
| 15042 | 2024.12.12 22:44:22.053590 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2024.12.12 22:44:22.053753 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15044 | 2024.12.12 22:44:22.053802 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15045 | 2024.12.12 22:44:22.054405 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2024.12.12 22:44:22.054445 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15047 | 2024.12.12 22:44:22.054813 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15048 | 2024.12.12 22:44:22.055064 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.12.12 22:44:22.055282 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 15050 | 2024.12.12 22:44:22.055335 [ 264 ] {99aa7126-398b-4b62-99d4-3eab3ce18da9} <Debug> TCPHandler: Processed in 0.001881827 sec. | ||
| 15051 | 2024.12.12 22:44:22.055479 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15052 | 2024.12.12 22:44:22.055607 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15053 | 2024.12.12 22:44:22.055663 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15054 | 2024.12.12 22:44:22.056543 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.12.12 22:44:22.056588 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15056 | 2024.12.12 22:44:22.056969 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15057 | 2024.12.12 22:44:22.057207 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.12.12 22:44:22.057377 [ 108 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15059 | 2024.12.12 22:44:22.057433 [ 108 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15060 | 2024.12.12 22:44:22.057449 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001861 sec., 219236.96937130575 rows/sec., 15.62 MiB/sec. | ||
| 15061 | 2024.12.12 22:44:22.057466 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15062 | 2024.12.12 22:44:22.057617 [ 265 ] {219f79b6-4096-48b9-9074-a38e3b91f21e} <Debug> TCPHandler: Processed in 0.002191613 sec. | ||
| 15063 | 2024.12.12 22:44:22.057877 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15064 | 2024.12.12 22:44:22.057884 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 15065 | 2024.12.12 22:44:22.058230 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15066 | 2024.12.12 22:44:22.058450 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15067 | 2024.12.12 22:44:22.058614 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15068 | 2024.12.12 22:44:22.058768 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 15069 | 2024.12.12 22:44:22.059248 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 408 rows starting from the beginning of the part | ||
| 15070 | 2024.12.12 22:44:22.059663 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 536 rows starting from the beginning of the part | ||
| 15071 | 2024.12.12 22:44:22.060060 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 408 rows starting from the beginning of the part | ||
| 15072 | 2024.12.12 22:44:22.060461 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 80 rows starting from the beginning of the part | ||
| 15073 | 2024.12.12 22:44:22.060752 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 408 rows starting from the beginning of the part | ||
| 15074 | 2024.12.12 22:44:22.061948 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15075 | 2024.12.12 22:44:22.062043 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15076 | 2024.12.12 22:44:22.063046 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15077 | 2024.12.12 22:44:22.063589 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15078 | 2024.12.12 22:44:22.063917 [ 128 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15079 | 2024.12.12 22:44:22.064010 [ 128 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15080 | 2024.12.12 22:44:22.064033 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005928 sec., 1012.1457489878542 rows/sec., 52.88 KiB/sec. | ||
| 15081 | 2024.12.12 22:44:22.064050 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15082 | 2024.12.12 22:44:22.064220 [ 264 ] {a9c1a73c-c7e2-4fb8-a8e9-23eeee617226} <Debug> TCPHandler: Processed in 0.006458197 sec. | ||
| 15083 | 2024.12.12 22:44:22.064501 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15084 | 2024.12.12 22:44:22.064545 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::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 | ||
| 15085 | 2024.12.12 22:44:22.064947 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15086 | 2024.12.12 22:44:22.065054 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15087 | 2024.12.12 22:44:22.065174 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 15088 | 2024.12.12 22:44:22.065165 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15089 | 2024.12.12 22:44:22.065426 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2756 rows, containing 5 columns (5 merged, 0 gathered) in 0.007790164 sec., 353779.45830151974 rows/sec., 27.00 MiB/sec. | ||
| 15090 | 2024.12.12 22:44:22.065567 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 15091 | 2024.12.12 22:44:22.065997 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15092 | 2024.12.12 22:44:22.066446 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15093 | 2024.12.12 22:44:22.066569 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15094 | 2024.12.12 22:44:22.066835 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15095 | 2024.12.12 22:44:22.067247 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15096 | 2024.12.12 22:44:22.068385 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15097 | 2024.12.12 22:44:22.068924 [ 186 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_111_22} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15098 | 2024.12.12 22:44:22.069436 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 15099 | 2024.12.12 22:44:22.069727 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15100 | 2024.12.12 22:44:22.069782 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15101 | 2024.12.12 22:44:22.070429 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.006230902 sec., 49110.064642326266 rows/sec., 2.51 MiB/sec. | ||
| 15102 | 2024.12.12 22:44:22.070429 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15103 | 2024.12.12 22:44:22.070542 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15104 | 2024.12.12 22:44:22.070748 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15105 | 2024.12.12 22:44:22.070893 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15106 | 2024.12.12 22:44:22.071067 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006281 sec., 37732.845088361726 rows/sec., 2.53 MiB/sec. | ||
| 15107 | 2024.12.12 22:44:22.071071 [ 195 ] {f4f24365-eddd-477f-93a7-d39c2ee55d30::all_1_51_10} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15108 | 2024.12.12 22:44:22.071152 [ 265 ] {3d7f9cde-2533-4604-9a93-34d1fa911f25} <Debug> TCPHandler: Processed in 0.006808273 sec. | ||
| 15109 | 2024.12.12 22:44:22.071183 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15110 | 2024.12.12 22:44:22.071332 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15111 | 2024.12.12 22:44:22.071476 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15112 | 2024.12.12 22:44:22.071538 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15113 | 2024.12.12 22:44:22.072032 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15114 | 2024.12.12 22:44:22.072070 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15115 | 2024.12.12 22:44:22.072454 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15116 | 2024.12.12 22:44:22.072697 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2024.12.12 22:44:22.072952 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 15118 | 2024.12.12 22:44:22.073046 [ 264 ] {5798ae03-6091-4baa-9db5-abf3bb03a3aa} <Debug> TCPHandler: Processed in 0.001779785 sec. | ||
| 15119 | 2024.12.12 22:44:22.073293 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15120 | 2024.12.12 22:44:22.073430 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15121 | 2024.12.12 22:44:22.073512 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15122 | 2024.12.12 22:44:22.074765 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15123 | 2024.12.12 22:44:22.074805 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15124 | 2024.12.12 22:44:22.075477 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15125 | 2024.12.12 22:44:22.075737 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15126 | 2024.12.12 22:44:22.075977 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002571 sec., 10112.796577207313 rows/sec., 18.12 MiB/sec. | ||
| 15127 | 2024.12.12 22:44:22.076071 [ 265 ] {39e089d3-991b-44c4-974b-fdff651fcb73} <Debug> TCPHandler: Processed in 0.002922337 sec. | ||
| 15128 | 2024.12.12 22:44:22.076214 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15129 | 2024.12.12 22:44:22.076332 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15130 | 2024.12.12 22:44:22.076384 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15131 | 2024.12.12 22:44:22.076890 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15132 | 2024.12.12 22:44:22.076930 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15133 | 2024.12.12 22:44:22.077320 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15134 | 2024.12.12 22:44:22.077562 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15135 | 2024.12.12 22:44:22.077774 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 15136 | 2024.12.12 22:44:22.077823 [ 264 ] {2a673cf9-18fa-40ae-8421-74affff9bc33} <Debug> TCPHandler: Processed in 0.001667892 sec. | ||
| 15137 | 2024.12.12 22:44:22.891174 [ 225 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15138 | 2024.12.12 22:44:22.891261 [ 225 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15139 | 2024.12.12 22:44:22.893393 [ 225 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15140 | 2024.12.12 22:44:23.069183 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15141 | 2024.12.12 22:44:23.069226 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15142 | 2024.12.12 22:44:23.071247 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15143 | 2024.12.12 22:44:23.857869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 15144 | 2024.12.12 22:44:23.858612 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.12.12 22:44:23.858664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15146 | 2024.12.12 22:44:23.859199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15147 | 2024.12.12 22:44:23.859456 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.12.12 22:44:23.859688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 15149 | 2024.12.12 22:44:26.461773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15150 | 2024.12.12 22:44:26.485478 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15151 | 2024.12.12 22:44:26.485545 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15152 | 2024.12.12 22:44:26.493260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15153 | 2024.12.12 22:44:26.494118 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15154 | 2024.12.12 22:44:26.497933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15155 | 2024.12.12 22:44:27.033950 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15156 | 2024.12.12 22:44:27.034145 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15157 | 2024.12.12 22:44:27.034219 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15158 | 2024.12.12 22:44:27.034990 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2024.12.12 22:44:27.035041 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15160 | 2024.12.12 22:44:27.035489 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15161 | 2024.12.12 22:44:27.035756 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2024.12.12 22:44:27.035976 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001881 sec., 46783.62573099415 rows/sec., 3.84 MiB/sec. | ||
| 15163 | 2024.12.12 22:44:27.036035 [ 264 ] {b96b50a0-f088-4258-b8a0-d1a2f9d3f56f} <Debug> TCPHandler: Processed in 0.002216754 sec. | ||
| 15164 | 2024.12.12 22:44:27.036275 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15165 | 2024.12.12 22:44:27.036464 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15166 | 2024.12.12 22:44:27.036537 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15167 | 2024.12.12 22:44:27.037290 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15168 | 2024.12.12 22:44:27.037337 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15169 | 2024.12.12 22:44:27.037773 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15170 | 2024.12.12 22:44:27.038016 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15171 | 2024.12.12 22:44:27.038218 [ 58 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 15172 | 2024.12.12 22:44:27.038245 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001833 sec., 8728.85979268958 rows/sec., 656.37 KiB/sec. | ||
| 15173 | 2024.12.12 22:44:27.038298 [ 58 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15174 | 2024.12.12 22:44:27.038367 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15175 | 2024.12.12 22:44:27.038383 [ 265 ] {7d9e09c3-78d6-4f0f-9859-22d4449337c5} <Debug> TCPHandler: Processed in 0.002233714 sec. | ||
| 15176 | 2024.12.12 22:44:27.038595 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15177 | 2024.12.12 22:44:27.038592 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 15178 | 2024.12.12 22:44:27.038827 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15179 | 2024.12.12 22:44:27.038840 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15180 | 2024.12.12 22:44:27.038923 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 67 rows starting from the beginning of the part | ||
| 15181 | 2024.12.12 22:44:27.038933 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15182 | 2024.12.12 22:44:27.039216 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 16 rows starting from the beginning of the part | ||
| 15183 | 2024.12.12 22:44:27.039620 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part | ||
| 15184 | 2024.12.12 22:44:27.040012 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 16 rows starting from the beginning of the part | ||
| 15185 | 2024.12.12 22:44:27.040447 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part | ||
| 15186 | 2024.12.12 22:44:27.040832 [ 203 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 16 rows starting from the beginning of the part | ||
| 15187 | 2024.12.12 22:44:27.042080 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15188 | 2024.12.12 22:44:27.042143 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15189 | 2024.12.12 22:44:27.043241 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15190 | 2024.12.12 22:44:27.043674 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005209523 sec., 34744.06389990024 rows/sec., 2.63 MiB/sec. | ||
| 15191 | 2024.12.12 22:44:27.043788 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15192 | 2024.12.12 22:44:27.043898 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 15193 | 2024.12.12 22:44:27.044273 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005519 sec., 14495.379597753217 rows/sec., 1.13 MiB/sec. | ||
| 15194 | 2024.12.12 22:44:27.044278 [ 222 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15195 | 2024.12.12 22:44:27.044368 [ 222 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15196 | 2024.12.12 22:44:27.044532 [ 264 ] {fe608827-1c0b-4cf8-8f09-a686c2e851d2} <Debug> TCPHandler: Processed in 0.006044459 sec. | ||
| 15197 | 2024.12.12 22:44:27.044644 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15198 | 2024.12.12 22:44:27.044838 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15199 | 2024.12.12 22:44:27.045029 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_110_22} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 15200 | 2024.12.12 22:44:27.045062 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15201 | 2024.12.12 22:44:27.045156 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15202 | 2024.12.12 22:44:27.045183 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15203 | 2024.12.12 22:44:27.046501 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15204 | 2024.12.12 22:44:27.046565 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15205 | 2024.12.12 22:44:27.047322 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15206 | 2024.12.12 22:44:27.047744 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15207 | 2024.12.12 22:44:27.048155 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003136 sec., 51020.40816326531 rows/sec., 3.55 MiB/sec. | ||
| 15208 | 2024.12.12 22:44:27.048212 [ 265 ] {574336f1-f5dc-4f5b-b881-9f1c8d4a7e05} <Debug> TCPHandler: Processed in 0.003526549 sec. | ||
| 15209 | 2024.12.12 22:44:27.048422 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2024.12.12 22:44:27.048483 [ 222 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15211 | 2024.12.12 22:44:27.048689 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15212 | 2024.12.12 22:44:27.048878 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15213 | 2024.12.12 22:44:27.051207 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2024.12.12 22:44:27.051250 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15215 | 2024.12.12 22:44:27.051939 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15216 | 2024.12.12 22:44:27.052209 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15217 | 2024.12.12 22:44:27.052460 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003878 sec., 4125.838060856111 rows/sec., 7.39 MiB/sec. | ||
| 15218 | 2024.12.12 22:44:27.052580 [ 264 ] {d0b13029-4a74-41a9-8538-8f4c5c4912ac} <Debug> TCPHandler: Processed in 0.004260424 sec. | ||
| 15219 | 2024.12.12 22:44:27.052816 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15220 | 2024.12.12 22:44:27.053106 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15221 | 2024.12.12 22:44:27.053177 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15222 | 2024.12.12 22:44:27.053693 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15223 | 2024.12.12 22:44:27.053732 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15224 | 2024.12.12 22:44:27.054121 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15225 | 2024.12.12 22:44:27.054396 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15226 | 2024.12.12 22:44:27.054623 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 15227 | 2024.12.12 22:44:27.054674 [ 265 ] {0b3f8dc6-82db-45bd-98bf-d726cf103046} <Debug> TCPHandler: Processed in 0.001993559 sec. | ||
| 15228 | 2024.12.12 22:44:27.884481 [ 224 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15229 | 2024.12.12 22:44:27.884549 [ 224 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15230 | 2024.12.12 22:44:27.887263 [ 224 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15231 | 2024.12.12 22:44:28.000290 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.70 MiB, peak 290.12 MiB, free memory in arenas 0.00 B, will set to 271.22 MiB (RSS), difference: 3.52 MiB | ||
| 15232 | 2024.12.12 22:44:31.139774 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15233 | 2024.12.12 22:44:31.139876 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15234 | 2024.12.12 22:44:31.359803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 15235 | 2024.12.12 22:44:31.360489 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2024.12.12 22:44:31.360544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15237 | 2024.12.12 22:44:31.361099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15238 | 2024.12.12 22:44:31.361378 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2024.12.12 22:44:31.361642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15240 | 2024.12.12 22:44:31.433555 [ 226 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 15241 | 2024.12.12 22:44:31.433618 [ 226 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 15242 | 2024.12.12 22:44:31.435478 [ 226 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): 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] | ||
| 15243 | 2024.12.12 22:44:31.556378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2086 | ||
| 15244 | 2024.12.12 22:44:31.559619 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15245 | 2024.12.12 22:44:31.559669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15246 | 2024.12.12 22:44:31.561220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15247 | 2024.12.12 22:44:31.561541 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15248 | 2024.12.12 22:44:31.563163 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2086 | ||
| 15249 | 2024.12.12 22:44:31.970767 [ 223 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 15250 | 2024.12.12 22:44:31.970822 [ 223 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 15251 | 2024.12.12 22:44:31.972748 [ 223 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): 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] | ||
| 15252 | 2024.12.12 22:44:32.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.24 MiB, peak 290.12 MiB, free memory in arenas 0.00 B, will set to 271.22 MiB (RSS), difference: 3.99 MiB | ||
| 15253 | 2024.12.12 22:44:32.001746 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001291435 sec. | ||
| 15254 | 2024.12.12 22:44:32.039927 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15255 | 2024.12.12 22:44:32.040141 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15256 | 2024.12.12 22:44:32.040220 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15257 | 2024.12.12 22:44:32.041047 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15258 | 2024.12.12 22:44:32.041094 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15259 | 2024.12.12 22:44:32.041527 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15260 | 2024.12.12 22:44:32.041778 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15261 | 2024.12.12 22:44:32.042006 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec. | ||
| 15262 | 2024.12.12 22:44:32.042062 [ 264 ] {82ed6989-efac-4218-9101-d1309815559a} <Debug> TCPHandler: Processed in 0.002274295 sec. | ||
| 15263 | 2024.12.12 22:44:32.042390 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15264 | 2024.12.12 22:44:32.042617 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15265 | 2024.12.12 22:44:32.042711 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15266 | 2024.12.12 22:44:32.043918 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15267 | 2024.12.12 22:44:32.043968 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15268 | 2024.12.12 22:44:32.044621 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15269 | 2024.12.12 22:44:32.045014 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15270 | 2024.12.12 22:44:32.045313 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.002762 sec., 92324.40260680666 rows/sec., 8.10 MiB/sec. | ||
| 15271 | 2024.12.12 22:44:32.045433 [ 265 ] {99761791-1bc6-4683-8735-1b833651e75b} <Debug> TCPHandler: Processed in 0.003243654 sec. | ||
| 15272 | 2024.12.12 22:44:32.045671 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15273 | 2024.12.12 22:44:32.045822 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15274 | 2024.12.12 22:44:32.045879 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15275 | 2024.12.12 22:44:32.046566 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15276 | 2024.12.12 22:44:32.046611 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15277 | 2024.12.12 22:44:32.047010 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15278 | 2024.12.12 22:44:32.047256 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15279 | 2024.12.12 22:44:32.047453 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001662 sec., 19855.595667870035 rows/sec., 1.42 MiB/sec. | ||
| 15280 | 2024.12.12 22:44:32.047507 [ 264 ] {942fcb95-73f9-4e6f-9e23-9df9b79958aa} <Debug> TCPHandler: Processed in 0.001941298 sec. | ||
| 15281 | 2024.12.12 22:44:32.047675 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15282 | 2024.12.12 22:44:32.047829 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15283 | 2024.12.12 22:44:32.047890 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15284 | 2024.12.12 22:44:32.048608 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15285 | 2024.12.12 22:44:32.048655 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15286 | 2024.12.12 22:44:32.049070 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15287 | 2024.12.12 22:44:32.049312 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15288 | 2024.12.12 22:44:32.049497 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001704 sec., 8215.962441314554 rows/sec., 575.39 KiB/sec. | ||
| 15289 | 2024.12.12 22:44:32.049554 [ 265 ] {106dbf11-31cb-4593-b179-a530ed85c62b} <Debug> TCPHandler: Processed in 0.001951538 sec. | ||
| 15290 | 2024.12.12 22:44:32.049754 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15291 | 2024.12.12 22:44:32.049887 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15292 | 2024.12.12 22:44:32.049944 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15293 | 2024.12.12 22:44:32.050632 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15294 | 2024.12.12 22:44:32.050679 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15295 | 2024.12.12 22:44:32.051061 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15296 | 2024.12.12 22:44:32.051295 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15297 | 2024.12.12 22:44:32.051499 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec. | ||
| 15298 | 2024.12.12 22:44:32.051551 [ 264 ] {2ffe53c2-2132-4b43-a1b9-ff4c4203ec49} <Debug> TCPHandler: Processed in 0.001899827 sec. | ||
| 15299 | 2024.12.12 22:44:32.051696 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15300 | 2024.12.12 22:44:32.051813 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15301 | 2024.12.12 22:44:32.051864 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15302 | 2024.12.12 22:44:32.052753 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15303 | 2024.12.12 22:44:32.052800 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15304 | 2024.12.12 22:44:32.053202 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15305 | 2024.12.12 22:44:32.053442 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15306 | 2024.12.12 22:44:32.053619 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001831 sec., 222829.05516111414 rows/sec., 15.87 MiB/sec. | ||
| 15307 | 2024.12.12 22:44:32.053671 [ 265 ] {442debd1-0b79-4927-9fdf-1c2d9dff2e59} <Debug> TCPHandler: Processed in 0.00203525 sec. | ||
| 15308 | 2024.12.12 22:44:32.053813 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15309 | 2024.12.12 22:44:32.053930 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15310 | 2024.12.12 22:44:32.053981 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15311 | 2024.12.12 22:44:32.054475 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15312 | 2024.12.12 22:44:32.054514 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15313 | 2024.12.12 22:44:32.054882 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15314 | 2024.12.12 22:44:32.055117 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15315 | 2024.12.12 22:44:32.055325 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec. | ||
| 15316 | 2024.12.12 22:44:32.055390 [ 264 ] {29d8e485-ea1f-4fc8-b0d9-11e3b3f947ce} <Debug> TCPHandler: Processed in 0.001631442 sec. | ||
| 15317 | 2024.12.12 22:44:32.055588 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15318 | 2024.12.12 22:44:32.055719 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15319 | 2024.12.12 22:44:32.055771 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15320 | 2024.12.12 22:44:32.056376 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15321 | 2024.12.12 22:44:32.056415 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15322 | 2024.12.12 22:44:32.056819 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15323 | 2024.12.12 22:44:32.057068 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15324 | 2024.12.12 22:44:32.057252 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001557 sec., 152215.79961464353 rows/sec., 10.20 MiB/sec. | ||
| 15325 | 2024.12.12 22:44:32.057309 [ 265 ] {da5a0964-0330-45d3-a53f-30baf9391634} <Debug> TCPHandler: Processed in 0.001832685 sec. | ||
| 15326 | 2024.12.12 22:44:32.057457 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15327 | 2024.12.12 22:44:32.057573 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15328 | 2024.12.12 22:44:32.057625 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15329 | 2024.12.12 22:44:32.058095 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15330 | 2024.12.12 22:44:32.058134 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15331 | 2024.12.12 22:44:32.058497 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15332 | 2024.12.12 22:44:32.058744 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15333 | 2024.12.12 22:44:32.058951 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 15334 | 2024.12.12 22:44:32.059000 [ 264 ] {3b114790-674d-4a69-892c-1b405d38ad85} <Debug> TCPHandler: Processed in 0.001598541 sec. | ||
| 15335 | 2024.12.12 22:44:32.059144 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15336 | 2024.12.12 22:44:32.059282 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15337 | 2024.12.12 22:44:32.059375 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15338 | 2024.12.12 22:44:32.060617 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15339 | 2024.12.12 22:44:32.060654 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15340 | 2024.12.12 22:44:32.061324 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15341 | 2024.12.12 22:44:32.061586 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15342 | 2024.12.12 22:44:32.061728 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15343 | 2024.12.12 22:44:32.061770 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15344 | 2024.12.12 22:44:32.061793 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002541 sec., 10232.19205037387 rows/sec., 18.34 MiB/sec. | ||
| 15345 | 2024.12.12 22:44:32.061797 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15346 | 2024.12.12 22:44:32.062161 [ 265 ] {b9339e73-e273-4cbe-9a5b-65a91e2c5651} <Debug> TCPHandler: Processed in 0.003076271 sec. | ||
| 15347 | 2024.12.12 22:44:32.062202 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 15348 | 2024.12.12 22:44:32.062331 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15349 | 2024.12.12 22:44:32.062583 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15350 | 2024.12.12 22:44:32.062718 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15351 | 2024.12.12 22:44:32.063253 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15352 | 2024.12.12 22:44:32.063469 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2244 rows starting from the beginning of the part | ||
| 15353 | 2024.12.12 22:44:32.064171 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 26 rows starting from the beginning of the part | ||
| 15354 | 2024.12.12 22:44:32.065030 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 16 rows starting from the beginning of the part | ||
| 15355 | 2024.12.12 22:44:32.065116 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15356 | 2024.12.12 22:44:32.065193 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15357 | 2024.12.12 22:44:32.065715 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 26 rows starting from the beginning of the part | ||
| 15358 | 2024.12.12 22:44:32.066484 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 16 rows starting from the beginning of the part | ||
| 15359 | 2024.12.12 22:44:32.066838 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15360 | 2024.12.12 22:44:32.067185 [ 194 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 26 rows starting from the beginning of the part | ||
| 15361 | 2024.12.12 22:44:32.067719 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15362 | 2024.12.12 22:44:32.068461 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005931 sec., 13825.661777103356 rows/sec., 899.18 KiB/sec. | ||
| 15363 | 2024.12.12 22:44:32.068744 [ 264 ] {97cd0e63-4a40-402d-b62f-06d53bb98943} <Debug> TCPHandler: Processed in 0.006484597 sec. | ||
| 15364 | 2024.12.12 22:44:32.075749 [ 191 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 19 columns (19 merged, 0 gathered) in 0.013805212 sec., 170515.30972505166 rows/sec., 305.56 MiB/sec. | ||
| 15365 | 2024.12.12 22:44:32.078290 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15366 | 2024.12.12 22:44:32.078751 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15367 | 2024.12.12 22:44:32.078846 [ 189 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15368 | 2024.12.12 22:44:32.079041 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.59 MiB. | ||
| 15369 | 2024.12.12 22:44:32.844640 [ 219 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Found 6 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, all_15_15_0] | ||
| 15370 | 2024.12.12 22:44:32.844710 [ 219 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Removing 6 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, all_15_15_0] | ||
| 15371 | 2024.12.12 22:44:32.846892 [ 219 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 15372 | 2024.12.12 22:44:33.997981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15373 | 2024.12.12 22:44:34.022523 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15374 | 2024.12.12 22:44:34.022581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15375 | 2024.12.12 22:44:34.030248 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15376 | 2024.12.12 22:44:34.031097 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15377 | 2024.12.12 22:44:34.037311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15378 | 2024.12.12 22:44:37.063942 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15379 | 2024.12.12 22:44:37.064142 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15380 | 2024.12.12 22:44:37.064213 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15381 | 2024.12.12 22:44:37.064985 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15382 | 2024.12.12 22:44:37.065035 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15383 | 2024.12.12 22:44:37.065462 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 15384 | 2024.12.12 22:44:37.065713 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15385 | 2024.12.12 22:44:37.065951 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001863 sec., 4294.149221685453 rows/sec., 350.16 KiB/sec. | ||
| 15386 | 2024.12.12 22:44:37.066011 [ 264 ] {5e7e406a-a431-4c52-bd58-4e41098a1342} <Debug> TCPHandler: Processed in 0.002207004 sec. | ||
| 15387 | 2024.12.12 22:44:37.066266 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15388 | 2024.12.12 22:44:37.066455 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15389 | 2024.12.12 22:44:37.066523 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15390 | 2024.12.12 22:44:37.067872 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15391 | 2024.12.12 22:44:37.067916 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15392 | 2024.12.12 22:44:37.068428 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15393 | 2024.12.12 22:44:37.068682 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2024.12.12 22:44:37.068917 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002515 sec., 489860.83499005967 rows/sec., 40.31 MiB/sec. | ||
| 15395 | 2024.12.12 22:44:37.068979 [ 265 ] {0ab04efa-00b2-4117-abd2-614f2bc2e62f} <Debug> TCPHandler: Processed in 0.002844866 sec. | ||
| 15396 | 2024.12.12 22:44:37.069142 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15397 | 2024.12.12 22:44:37.069301 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15398 | 2024.12.12 22:44:37.069362 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15399 | 2024.12.12 22:44:37.070069 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15400 | 2024.12.12 22:44:37.070114 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15401 | 2024.12.12 22:44:37.070486 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15402 | 2024.12.12 22:44:37.070737 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15403 | 2024.12.12 22:44:37.070972 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001701 sec., 14109.347442680775 rows/sec., 1.01 MiB/sec. | ||
| 15404 | 2024.12.12 22:44:37.071070 [ 264 ] {71759477-ade3-41d6-8928-7023e54b209e} <Debug> TCPHandler: Processed in 0.001996639 sec. | ||
| 15405 | 2024.12.12 22:44:37.071234 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15406 | 2024.12.12 22:44:37.071374 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15407 | 2024.12.12 22:44:37.071420 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15408 | 2024.12.12 22:44:37.072065 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15409 | 2024.12.12 22:44:37.072103 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15410 | 2024.12.12 22:44:37.072472 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15411 | 2024.12.12 22:44:37.072719 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15412 | 2024.12.12 22:44:37.072938 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00159 sec., 143396.22641509434 rows/sec., 9.71 MiB/sec. | ||
| 15413 | 2024.12.12 22:44:37.072988 [ 265 ] {da817540-f84c-4afd-8568-f3e3f8342847} <Debug> TCPHandler: Processed in 0.001821686 sec. | ||
| 15414 | 2024.12.12 22:44:37.073175 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15415 | 2024.12.12 22:44:37.073378 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15416 | 2024.12.12 22:44:37.073462 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15417 | 2024.12.12 22:44:37.074525 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15418 | 2024.12.12 22:44:37.074565 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15419 | 2024.12.12 22:44:37.074959 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15420 | 2024.12.12 22:44:37.075204 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15421 | 2024.12.12 22:44:37.075421 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.002093 sec., 259913.99904443385 rows/sec., 19.29 MiB/sec. | ||
| 15422 | 2024.12.12 22:44:37.075474 [ 264 ] {7a5e3fea-92d4-4b78-9d25-4de9d6c6d4c4} <Debug> TCPHandler: Processed in 0.002401928 sec. | ||
| 15423 | 2024.12.12 22:44:37.075632 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15424 | 2024.12.12 22:44:37.075770 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15425 | 2024.12.12 22:44:37.075832 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15426 | 2024.12.12 22:44:37.076604 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15427 | 2024.12.12 22:44:37.076644 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15428 | 2024.12.12 22:44:37.077097 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15429 | 2024.12.12 22:44:37.077350 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15430 | 2024.12.12 22:44:37.077525 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 15431 | 2024.12.12 22:44:37.077586 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001844 sec., 479392.6247288503 rows/sec., 32.26 MiB/sec. | ||
| 15432 | 2024.12.12 22:44:37.077612 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15433 | 2024.12.12 22:44:37.077678 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15434 | 2024.12.12 22:44:37.077714 [ 265 ] {3e06f873-7fa2-462f-ac11-857a81ef05c3} <Debug> TCPHandler: Processed in 0.002142682 sec. | ||
| 15435 | 2024.12.12 22:44:37.077949 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 15436 | 2024.12.12 22:44:37.078022 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15437 | 2024.12.12 22:44:37.078208 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15438 | 2024.12.12 22:44:37.078286 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15439 | 2024.12.12 22:44:37.078300 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 34567 rows starting from the beginning of the part | ||
| 15440 | 2024.12.12 22:44:37.078625 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15441 | 2024.12.12 22:44:37.078661 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 15442 | 2024.12.12 22:44:37.079071 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 15443 | 2024.12.12 22:44:37.079416 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 15444 | 2024.12.12 22:44:37.079846 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 15445 | 2024.12.12 22:44:37.080256 [ 196 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 884 rows starting from the beginning of the part | ||
| 15446 | 2024.12.12 22:44:37.083166 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15447 | 2024.12.12 22:44:37.083233 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15448 | 2024.12.12 22:44:37.084817 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15449 | 2024.12.12 22:44:37.085192 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15450 | 2024.12.12 22:44:37.085484 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007237 sec., 2210.8608539450047 rows/sec., 3.96 MiB/sec. | ||
| 15451 | 2024.12.12 22:44:37.085574 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 15452 | 2024.12.12 22:44:37.085672 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 15453 | 2024.12.12 22:44:37.085901 [ 264 ] {0aaa2267-9bcc-49b0-8684-d84ebf178186} <Debug> TCPHandler: Processed in 0.008084019 sec. | ||
| 15454 | 2024.12.12 22:44:37.086302 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15455 | 2024.12.12 22:44:37.086727 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15456 | 2024.12.12 22:44:37.086893 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15457 | 2024.12.12 22:44:37.088613 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15458 | 2024.12.12 22:44:37.088658 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15459 | 2024.12.12 22:44:37.089853 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15460 | 2024.12.12 22:44:37.090380 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): 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] | ||
| 15461 | 2024.12.12 22:44:37.090379 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15462 | 2024.12.12 22:44:37.091267 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004675 sec., 12834.224598930481 rows/sec., 885.70 KiB/sec. | ||
| 15463 | 2024.12.12 22:44:37.091650 [ 265 ] {cc1709aa-b0cf-4547-8054-19de84ca7b78} <Debug> TCPHandler: Processed in 0.00560283 sec. | ||
| 15464 | 2024.12.12 22:44:37.092437 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36245 rows, containing 5 columns (5 merged, 0 gathered) in 0.014649058 sec., 2474220.5266714077 rows/sec., 167.12 MiB/sec. | ||
| 15465 | 2024.12.12 22:44:37.092869 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 15466 | 2024.12.12 22:44:37.093179 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2024.12.12 22:44:37.093263 [ 189 ] {bf88169b-e4aa-471e-b98a-37d79997cfc9::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 15468 | 2024.12.12 22:44:37.093361 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 15469 | 2024.12.12 22:44:38.215048 [ 226 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): 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] | ||
| 15470 | 2024.12.12 22:44:38.215106 [ 226 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): 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] | ||
| 15471 | 2024.12.12 22:44:38.216918 [ 226 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): 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] | ||
| 15472 | 2024.12.12 22:44:38.861765 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 15473 | 2024.12.12 22:44:38.862425 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15474 | 2024.12.12 22:44:38.862474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15475 | 2024.12.12 22:44:38.863012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15476 | 2024.12.12 22:44:38.863288 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15477 | 2024.12.12 22:44:38.863522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 15478 | 2024.12.12 22:44:38.863535 [ 144 ] {} <Debug> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15479 | 2024.12.12 22:44:38.863606 [ 144 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15480 | 2024.12.12 22:44:38.863632 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15481 | 2024.12.12 22:44:38.864061 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 15482 | 2024.12.12 22:44:38.864999 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15483 | 2024.12.12 22:44:38.865246 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::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 | ||
| 15484 | 2024.12.12 22:44:38.865495 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 15485 | 2024.12.12 22:44:38.865654 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 15486 | 2024.12.12 22:44:38.865801 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 15487 | 2024.12.12 22:44:38.865993 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 15488 | 2024.12.12 22:44:38.866088 [ 190 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 15489 | 2024.12.12 22:44:38.869207 [ 187 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.005488068 sec., 6757933.757380558 rows/sec., 96.67 MiB/sec. | ||
| 15490 | 2024.12.12 22:44:38.869581 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15491 | 2024.12.12 22:44:38.869888 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15492 | 2024.12.12 22:44:38.869967 [ 197 ] {62461ef6-279a-4de8-b144-1b793376ee54::all_1_81_16} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15493 | 2024.12.12 22:44:38.870073 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15494 | 2024.12.12 22:44:41.537370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15495 | 2024.12.12 22:44:41.560518 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15496 | 2024.12.12 22:44:41.560570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15497 | 2024.12.12 22:44:41.563625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2124 | ||
| 15498 | 2024.12.12 22:44:41.576226 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15499 | 2024.12.12 22:44:41.576287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15500 | 2024.12.12 22:44:41.583749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15501 | 2024.12.12 22:44:41.584672 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15502 | 2024.12.12 22:44:41.585335 [ 223 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 15503 | 2024.12.12 22:44:41.585501 [ 223 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 15504 | 2024.12.12 22:44:41.586311 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15505 | 2024.12.12 22:44:41.590137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15506 | 2024.12.12 22:44:41.591226 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2024.12.12 22:44:41.591623 [ 138 ] {} <Debug> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15508 | 2024.12.12 22:44:41.591707 [ 138 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15509 | 2024.12.12 22:44:41.591797 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15510 | 2024.12.12 22:44:41.592385 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15511 | 2024.12.12 22:44:41.595894 [ 223 ] {} <Debug> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): 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] | ||
| 15512 | 2024.12.12 22:44:41.614354 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15513 | 2024.12.12 22:44:41.614875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15514 | 2024.12.12 22:44:41.615845 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15515 | 2024.12.12 22:44:41.620844 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15516 | 2024.12.12 22:44:41.626189 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15517 | 2024.12.12 22:44:41.631909 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15518 | 2024.12.12 22:44:41.638066 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15519 | 2024.12.12 22:44:41.647046 [ 190 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::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 | ||
| 15520 | 2024.12.12 22:44:41.712429 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.120466866 sec., 5071.9340536343 rows/sec., 26.23 MiB/sec. | ||
| 15521 | 2024.12.12 22:44:41.716037 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15522 | 2024.12.12 22:44:41.719535 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_81_16} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15523 | 2024.12.12 22:44:41.719660 [ 187 ] {d0cbec74-0b05-40d7-ac73-9e334c2437b4::all_1_81_16} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15524 | 2024.12.12 22:44:41.722319 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15525 | 2024.12.12 22:44:42.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.31 MiB, peak 290.59 MiB, free memory in arenas 0.00 B, will set to 271.22 MiB (RSS), difference: -1.09 MiB | ||
| 15526 | 2024.12.12 22:44:42.039250 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15527 | 2024.12.12 22:44:42.039460 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15528 | 2024.12.12 22:44:42.039540 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15529 | 2024.12.12 22:44:42.040386 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15530 | 2024.12.12 22:44:42.040436 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15531 | 2024.12.12 22:44:42.040883 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15532 | 2024.12.12 22:44:42.041159 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2024.12.12 22:44:42.041358 [ 140 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15534 | 2024.12.12 22:44:42.041427 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec. | ||
| 15535 | 2024.12.12 22:44:42.041436 [ 140 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2024.12.12 22:44:42.041510 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15537 | 2024.12.12 22:44:42.041568 [ 264 ] {8ee640c2-f454-4cf7-8fd8-245b92126cfd} <Debug> TCPHandler: Processed in 0.002452209 sec. | ||
| 15538 | 2024.12.12 22:44:42.041729 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15539 | 2024.12.12 22:44:42.041877 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15540 | 2024.12.12 22:44:42.041909 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15541 | 2024.12.12 22:44:42.041969 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15542 | 2024.12.12 22:44:42.042220 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15543 | 2024.12.12 22:44:42.042305 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15544 | 2024.12.12 22:44:42.042405 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15545 | 2024.12.12 22:44:42.042549 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15546 | 2024.12.12 22:44:42.043016 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15547 | 2024.12.12 22:44:42.043290 [ 200 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15548 | 2024.12.12 22:44:42.045444 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15549 | 2024.12.12 22:44:42.045545 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15550 | 2024.12.12 22:44:42.046002 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004386226 sec., 15959.049989672214 rows/sec., 1.18 MiB/sec. | ||
| 15551 | 2024.12.12 22:44:42.046325 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15552 | 2024.12.12 22:44:42.046486 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15553 | 2024.12.12 22:44:42.046868 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15554 | 2024.12.12 22:44:42.046911 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15555 | 2024.12.12 22:44:42.047059 [ 198 ] {99e6cc36-48bc-423e-a371-18c1a46e6c4d::all_1_53_13} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15556 | 2024.12.12 22:44:42.047320 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15557 | 2024.12.12 22:44:42.047327 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Debug> executeQuery: Read 255 rows, 22.91 KiB in 0.005263 sec., 48451.45354360631 rows/sec., 4.25 MiB/sec. | ||
| 15558 | 2024.12.12 22:44:42.047431 [ 265 ] {fd393460-6e37-4957-a3f4-54d90e0b1db1} <Debug> TCPHandler: Processed in 0.005702302 sec. | ||
| 15559 | 2024.12.12 22:44:42.047615 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15560 | 2024.12.12 22:44:42.047766 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15561 | 2024.12.12 22:44:42.047826 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15562 | 2024.12.12 22:44:42.048529 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15563 | 2024.12.12 22:44:42.048571 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15564 | 2024.12.12 22:44:42.048953 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15565 | 2024.12.12 22:44:42.049199 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15566 | 2024.12.12 22:44:42.049416 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001687 sec., 19561.35151155898 rows/sec., 1.40 MiB/sec. | ||
| 15567 | 2024.12.12 22:44:42.049476 [ 264 ] {136ef666-f047-4a75-9bcc-be96d7887d3f} <Debug> TCPHandler: Processed in 0.001928128 sec. | ||
| 15568 | 2024.12.12 22:44:42.049651 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15569 | 2024.12.12 22:44:42.049779 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15570 | 2024.12.12 22:44:42.049830 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15571 | 2024.12.12 22:44:42.050437 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15572 | 2024.12.12 22:44:42.050477 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15573 | 2024.12.12 22:44:42.050857 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15574 | 2024.12.12 22:44:42.051097 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15575 | 2024.12.12 22:44:42.051278 [ 140 ] {} <Debug> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15576 | 2024.12.12 22:44:42.051343 [ 140 ] {} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15577 | 2024.12.12 22:44:42.051358 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec. | ||
| 15578 | 2024.12.12 22:44:42.051379 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15579 | 2024.12.12 22:44:42.051522 [ 265 ] {77d2abc9-d277-4bac-b4f6-90fb13835879} <Debug> TCPHandler: Processed in 0.001931898 sec. | ||
| 15580 | 2024.12.12 22:44:42.051599 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::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 | ||
| 15581 | 2024.12.12 22:44:42.051756 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15582 | 2024.12.12 22:44:42.051759 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15583 | 2024.12.12 22:44:42.051845 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 242 rows starting from the beginning of the part | ||
| 15584 | 2024.12.12 22:44:42.052104 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 15585 | 2024.12.12 22:44:42.052139 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15586 | 2024.12.12 22:44:42.052380 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15587 | 2024.12.12 22:44:42.052404 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 15588 | 2024.12.12 22:44:42.052773 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 15589 | 2024.12.12 22:44:42.053075 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 228 rows starting from the beginning of the part | ||
| 15590 | 2024.12.12 22:44:42.053408 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 15591 | 2024.12.12 22:44:42.055484 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2024.12.12 22:44:42.055573 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15593 | 2024.12.12 22:44:42.056428 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004930066 sec., 106692.28363271404 rows/sec., 7.64 MiB/sec. | ||
| 15594 | 2024.12.12 22:44:42.056574 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15595 | 2024.12.12 22:44:42.056633 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15596 | 2024.12.12 22:44:42.057129 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15597 | 2024.12.12 22:44:42.057176 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15598 | 2024.12.12 22:44:42.057367 [ 200 ] {867d039c-64ff-4e61-8cbc-43ee1c54ead9::all_1_71_14} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15599 | 2024.12.12 22:44:42.057415 [ 140 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15600 | 2024.12.12 22:44:42.057491 [ 140 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2024.12.12 22:44:42.057567 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15602 | 2024.12.12 22:44:42.057622 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 15603 | 2024.12.12 22:44:42.057719 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005745 sec., 2262.8372497824193 rows/sec., 141.09 KiB/sec. | ||
| 15604 | 2024.12.12 22:44:42.057851 [ 222 ] {} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): 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] | ||
| 15605 | 2024.12.12 22:44:42.057903 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15606 | 2024.12.12 22:44:42.057938 [ 222 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): 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] | ||
| 15607 | 2024.12.12 22:44:42.058037 [ 264 ] {985c918b-cb8c-48a5-9c1c-61163d706391} <Debug> TCPHandler: Processed in 0.006379645 sec. | ||
| 15608 | 2024.12.12 22:44:42.058349 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15609 | 2024.12.12 22:44:42.058553 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15610 | 2024.12.12 22:44:42.058620 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15611 | 2024.12.12 22:44:42.058713 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15612 | 2024.12.12 22:44:42.058752 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15613 | 2024.12.12 22:44:42.059386 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15614 | 2024.12.12 22:44:42.060024 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15615 | 2024.12.12 22:44:42.060574 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15616 | 2024.12.12 22:44:42.060978 [ 200 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15617 | 2024.12.12 22:44:42.062304 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15618 | 2024.12.12 22:44:42.062389 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15619 | 2024.12.12 22:44:42.063913 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15620 | 2024.12.12 22:44:42.064494 [ 222 ] {} <Debug> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): 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] | ||
| 15621 | 2024.12.12 22:44:42.064680 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15622 | 2024.12.12 22:44:42.065528 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.006946 sec., 58738.84249928016 rows/sec., 4.18 MiB/sec. | ||
| 15623 | 2024.12.12 22:44:42.065858 [ 265 ] {53a3a166-a3e2-4a7a-a73c-e535180e40d4} <Debug> TCPHandler: Processed in 0.00764783 sec. | ||
| 15624 | 2024.12.12 22:44:42.065929 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008208022 sec., 7919.08208823027 rows/sec., 524.69 KiB/sec. | ||
| 15625 | 2024.12.12 22:44:42.066149 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15626 | 2024.12.12 22:44:42.066348 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15627 | 2024.12.12 22:44:42.066464 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15628 | 2024.12.12 22:44:42.066557 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15629 | 2024.12.12 22:44:42.067062 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15630 | 2024.12.12 22:44:42.067236 [ 195 ] {acfe51c7-a199-4065-9605-b985836900d0::all_1_53_13} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15631 | 2024.12.12 22:44:42.067398 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15632 | 2024.12.12 22:44:42.067545 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15633 | 2024.12.12 22:44:42.067590 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15634 | 2024.12.12 22:44:42.067987 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15635 | 2024.12.12 22:44:42.068250 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15636 | 2024.12.12 22:44:42.068468 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002122 sec., 2827.521206409048 rows/sec., 147.73 KiB/sec. | ||
| 15637 | 2024.12.12 22:44:42.068521 [ 264 ] {3124720f-d30d-4005-ab1a-e3b7caedef92} <Debug> TCPHandler: Processed in 0.00253673 sec. | ||
| 15638 | 2024.12.12 22:44:42.068669 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15639 | 2024.12.12 22:44:42.068809 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15640 | 2024.12.12 22:44:42.068871 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15641 | 2024.12.12 22:44:42.069523 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15642 | 2024.12.12 22:44:42.069562 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15643 | 2024.12.12 22:44:42.069959 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15644 | 2024.12.12 22:44:42.070201 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15645 | 2024.12.12 22:44:42.070405 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001629 sec., 145488.02946593 rows/sec., 9.75 MiB/sec. | ||
| 15646 | 2024.12.12 22:44:42.070458 [ 265 ] {f86fd2d4-f535-4c0c-875d-d752f68fb7cb} <Debug> TCPHandler: Processed in 0.001858257 sec. | ||
| 15647 | 2024.12.12 22:44:42.070614 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15648 | 2024.12.12 22:44:42.070734 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15649 | 2024.12.12 22:44:42.070785 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15650 | 2024.12.12 22:44:42.071270 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15651 | 2024.12.12 22:44:42.071309 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15652 | 2024.12.12 22:44:42.071677 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15653 | 2024.12.12 22:44:42.071913 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15654 | 2024.12.12 22:44:42.072128 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 15655 | 2024.12.12 22:44:42.072179 [ 264 ] {b9d7bab8-e1ce-48ff-bfae-98a503442898} <Debug> TCPHandler: Processed in 0.001623332 sec. | ||
| 15656 | 2024.12.12 22:44:42.072350 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15657 | 2024.12.12 22:44:42.072491 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15658 | 2024.12.12 22:44:42.072583 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15659 | 2024.12.12 22:44:42.073820 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15660 | 2024.12.12 22:44:42.073859 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15661 | 2024.12.12 22:44:42.074522 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15662 | 2024.12.12 22:44:42.074776 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15663 | 2024.12.12 22:44:42.075013 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002554 sec., 10180.109631949883 rows/sec., 18.24 MiB/sec. | ||
| 15664 | 2024.12.12 22:44:42.075105 [ 265 ] {b4d5e4c6-16fa-4631-bf09-99cee2f234b4} <Debug> TCPHandler: Processed in 0.002829385 sec. | ||
| 15665 | 2024.12.12 22:44:42.075275 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15666 | 2024.12.12 22:44:42.075414 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15667 | 2024.12.12 22:44:42.075473 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15668 | 2024.12.12 22:44:42.076058 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15669 | 2024.12.12 22:44:42.076102 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15670 | 2024.12.12 22:44:42.076491 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15671 | 2024.12.12 22:44:42.076729 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15672 | 2024.12.12 22:44:42.076860 [ 141 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15673 | 2024.12.12 22:44:42.076899 [ 141 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15674 | 2024.12.12 22:44:42.076910 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec. | ||
| 15675 | 2024.12.12 22:44:42.076922 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 15676 | 2024.12.12 22:44:42.077020 [ 264 ] {9ebeb687-609e-4327-9f33-2a30726f9285} <Debug> TCPHandler: Processed in 0.001811996 sec. | ||
| 15677 | 2024.12.12 22:44:42.077243 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::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 | ||
| 15678 | 2024.12.12 22:44:42.077511 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15679 | 2024.12.12 22:44:42.077578 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7238 rows starting from the beginning of the part | ||
| 15680 | 2024.12.12 22:44:42.077717 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
| 15681 | 2024.12.12 22:44:42.077918 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 15682 | 2024.12.12 22:44:42.078137 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 15683 | 2024.12.12 22:44:42.078323 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 15684 | 2024.12.12 22:44:42.078446 [ 186 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 15685 | 2024.12.12 22:44:42.080640 [ 192 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7604 rows, containing 4 columns (4 merged, 0 gathered) in 0.003604261 sec., 2109725.1281191898 rows/sec., 137.45 MiB/sec. | ||
| 15686 | 2024.12.12 22:44:42.081109 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15687 | 2024.12.12 22:44:42.081418 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15688 | 2024.12.12 22:44:42.081502 [ 203 ] {13abe120-1c86-4f44-87e3-93c838e30834::all_1_111_22} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15689 | 2024.12.12 22:44:42.081587 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 15690 | 2024.12.12 22:44:43.409171 [ 219 ] {} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): 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] | ||
| 15691 | 2024.12.12 22:44:43.409226 [ 219 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): 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] | ||
| 15692 | 2024.12.12 22:44:43.410786 [ 219 ] {} <Debug> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): 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] | ||
| 15693 | 2024.12.12 22:44:43.489417 [ 219 ] {} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): 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] | ||
| 15694 | 2024.12.12 22:44:43.489480 [ 219 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): 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] | ||
| 15695 | 2024.12.12 22:44:43.491437 [ 219 ] {} <Debug> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): 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] | ||
| 15696 | 2024.12.12 22:44:46.139933 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15697 | 2024.12.12 22:44:46.140007 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15698 | 2024.12.12 22:44:46.363642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 15699 | 2024.12.12 22:44:46.364400 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15700 | 2024.12.12 22:44:46.364455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15701 | 2024.12.12 22:44:46.364998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15702 | 2024.12.12 22:44:46.365281 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15703 | 2024.12.12 22:44:46.365562 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15704 | 2024.12.12 22:44:47.033777 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15705 | 2024.12.12 22:44:47.033967 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15706 | 2024.12.12 22:44:47.034041 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15707 | 2024.12.12 22:44:47.034870 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15708 | 2024.12.12 22:44:47.034922 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15709 | 2024.12.12 22:44:47.035381 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15710 | 2024.12.12 22:44:47.035643 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15711 | 2024.12.12 22:44:47.035841 [ 132 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15712 | 2024.12.12 22:44:47.035914 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001992 sec., 44176.70682730924 rows/sec., 3.63 MiB/sec. | ||
| 15713 | 2024.12.12 22:44:47.035923 [ 132 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15714 | 2024.12.12 22:44:47.035994 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15715 | 2024.12.12 22:44:47.036062 [ 264 ] {5da489e7-9b4d-4535-b2af-2c73e8db4f8c} <Debug> TCPHandler: Processed in 0.002406667 sec. | ||
| 15716 | 2024.12.12 22:44:47.036295 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::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 | ||
| 15717 | 2024.12.12 22:44:47.036401 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15718 | 2024.12.12 22:44:47.036544 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15719 | 2024.12.12 22:44:47.036630 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1437 rows starting from the beginning of the part | ||
| 15720 | 2024.12.12 22:44:47.036704 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15721 | 2024.12.12 22:44:47.036881 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 88 rows starting from the beginning of the part | ||
| 15722 | 2024.12.12 22:44:47.036903 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15723 | 2024.12.12 22:44:47.037318 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 255 rows starting from the beginning of the part | ||
| 15724 | 2024.12.12 22:44:47.037625 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1232 rows starting from the beginning of the part | ||
| 15725 | 2024.12.12 22:44:47.038016 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 255 rows starting from the beginning of the part | ||
| 15726 | 2024.12.12 22:44:47.038482 [ 194 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 88 rows starting from the beginning of the part | ||
| 15727 | 2024.12.12 22:44:47.039792 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15728 | 2024.12.12 22:44:47.039861 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15729 | 2024.12.12 22:44:47.040955 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15730 | 2024.12.12 22:44:47.041374 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15731 | 2024.12.12 22:44:47.041696 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005098 sec., 3138.485680659082 rows/sec., 236.00 KiB/sec. | ||
| 15732 | 2024.12.12 22:44:47.041954 [ 265 ] {d5a86079-d16c-4312-87e7-7db70210cf6a} <Debug> TCPHandler: Processed in 0.005729932 sec. | ||
| 15733 | 2024.12.12 22:44:47.042343 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15734 | 2024.12.12 22:44:47.042781 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15735 | 2024.12.12 22:44:47.042972 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15736 | 2024.12.12 22:44:47.043111 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3355 rows, containing 5 columns (5 merged, 0 gathered) in 0.006975617 sec., 480961.03900199797 rows/sec., 42.05 MiB/sec. | ||
| 15737 | 2024.12.12 22:44:47.043858 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15738 | 2024.12.12 22:44:47.044523 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15739 | 2024.12.12 22:44:47.044713 [ 192 ] {29d843aa-2fb9-484c-ae54-a11c2fb53697::all_1_116_23} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15740 | 2024.12.12 22:44:47.044907 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 15741 | 2024.12.12 22:44:47.044988 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15742 | 2024.12.12 22:44:47.045035 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15743 | 2024.12.12 22:44:47.045413 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15744 | 2024.12.12 22:44:47.045660 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15745 | 2024.12.12 22:44:47.045832 [ 132 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15746 | 2024.12.12 22:44:47.045874 [ 132 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15747 | 2024.12.12 22:44:47.045904 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.003281 sec., 24382.8101188662 rows/sec., 1.90 MiB/sec. | ||
| 15748 | 2024.12.12 22:44:47.045913 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15749 | 2024.12.12 22:44:47.046079 [ 264 ] {460dc8bc-8d60-4daa-8655-da14cc22cd8c} <Debug> TCPHandler: Processed in 0.003982378 sec. | ||
| 15750 | 2024.12.12 22:44:47.046163 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::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 | ||
| 15751 | 2024.12.12 22:44:47.046278 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15752 | 2024.12.12 22:44:47.046313 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15753 | 2024.12.12 22:44:47.046347 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 15754 | 2024.12.12 22:44:47.046549 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15755 | 2024.12.12 22:44:47.046568 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 80 rows starting from the beginning of the part | ||
| 15756 | 2024.12.12 22:44:47.046728 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15757 | 2024.12.12 22:44:47.046834 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 408 rows starting from the beginning of the part | ||
| 15758 | 2024.12.12 22:44:47.047265 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 544 rows starting from the beginning of the part | ||
| 15759 | 2024.12.12 22:44:47.047654 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 408 rows starting from the beginning of the part | ||
| 15760 | 2024.12.12 22:44:47.048050 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 80 rows starting from the beginning of the part | ||
| 15761 | 2024.12.12 22:44:47.049199 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15762 | 2024.12.12 22:44:47.049240 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15763 | 2024.12.12 22:44:47.049822 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15764 | 2024.12.12 22:44:47.050077 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15765 | 2024.12.12 22:44:47.050294 [ 191 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 5 columns (5 merged, 0 gathered) in 0.004254393 sec., 572584.620179659 rows/sec., 43.94 MiB/sec. | ||
| 15766 | 2024.12.12 22:44:47.050370 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003966 sec., 40342.91477559254 rows/sec., 2.81 MiB/sec. | ||
| 15767 | 2024.12.12 22:44:47.050483 [ 265 ] {d1d908cb-885d-494f-9888-1a2ae0045907} <Debug> TCPHandler: Processed in 0.004275364 sec. | ||
| 15768 | 2024.12.12 22:44:47.050588 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15769 | 2024.12.12 22:44:47.050719 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15770 | 2024.12.12 22:44:47.051036 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15771 | 2024.12.12 22:44:47.051046 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15772 | 2024.12.12 22:44:47.051297 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15773 | 2024.12.12 22:44:47.051306 [ 192 ] {31bd2aa6-2115-4f7e-8de7-e337a03dd2b1::all_1_116_23} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15774 | 2024.12.12 22:44:47.051609 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15775 | 2024.12.12 22:44:47.052765 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15776 | 2024.12.12 22:44:47.052809 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15777 | 2024.12.12 22:44:47.053470 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15778 | 2024.12.12 22:44:47.053731 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15779 | 2024.12.12 22:44:47.053979 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003054 sec., 5239.030779305828 rows/sec., 9.39 MiB/sec. | ||
| 15780 | 2024.12.12 22:44:47.054074 [ 264 ] {85664984-9156-423c-aed4-b892673cb71b} <Debug> TCPHandler: Processed in 0.003474008 sec. | ||
| 15781 | 2024.12.12 22:44:47.054244 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15782 | 2024.12.12 22:44:47.054383 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15783 | 2024.12.12 22:44:47.054440 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15784 | 2024.12.12 22:44:47.055012 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15785 | 2024.12.12 22:44:47.055056 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15786 | 2024.12.12 22:44:47.055457 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15787 | 2024.12.12 22:44:47.055692 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15788 | 2024.12.12 22:44:47.055863 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 15789 | 2024.12.12 22:44:47.055911 [ 265 ] {cd7cbeca-ae6f-4da3-b75b-552b69ab8da1} <Debug> TCPHandler: Processed in 0.001735015 sec. | ||
| 15790 | 2024.12.12 22:44:48.169547 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15791 | 2024.12.12 22:44:48.169638 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15792 | 2024.12.12 22:44:48.172047 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): 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] | ||
| 15793 | 2024.12.12 22:44:48.343331 [ 221 ] {} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15794 | 2024.12.12 22:44:48.343436 [ 221 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15795 | 2024.12.12 22:44:48.345997 [ 221 ] {} <Debug> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): 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] | ||
| 15796 | 2024.12.12 22:44:49.114933 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15797 | 2024.12.12 22:44:49.137663 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15798 | 2024.12.12 22:44:49.137705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15799 | 2024.12.12 22:44:49.145150 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15800 | 2024.12.12 22:44:49.145955 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15801 | 2024.12.12 22:44:49.148681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15802 | 2024.12.12 22:44:51.590372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2158 | ||
| 15803 | 2024.12.12 22:44:51.593958 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15804 | 2024.12.12 22:44:51.594008 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15805 | 2024.12.12 22:44:51.595553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15806 | 2024.12.12 22:44:51.595869 [ 242 ] {} <Trace> system.query_log (ab7eb512-b36c-4ea6-87c7-7d157dd7be58): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2024.12.12 22:44:51.597446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2158 | ||
| 15808 | 2024.12.12 22:44:52.039965 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15809 | 2024.12.12 22:44:52.040182 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15810 | 2024.12.12 22:44:52.040260 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15811 | 2024.12.12 22:44:52.041052 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15812 | 2024.12.12 22:44:52.041102 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15813 | 2024.12.12 22:44:52.041536 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15814 | 2024.12.12 22:44:52.041794 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Trace> oximeter.fields_i16 (99e6cc36-48bc-423e-a371-18c1a46e6c4d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15815 | 2024.12.12 22:44:52.042041 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 15816 | 2024.12.12 22:44:52.042136 [ 264 ] {9c4f66db-9ae8-4b85-b9a7-e26df41f556c} <Debug> TCPHandler: Processed in 0.002313766 sec. | ||
| 15817 | 2024.12.12 22:44:52.042535 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15818 | 2024.12.12 22:44:52.042838 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15819 | 2024.12.12 22:44:52.042950 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15820 | 2024.12.12 22:44:52.043932 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2024.12.12 22:44:52.043974 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15822 | 2024.12.12 22:44:52.044410 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 15823 | 2024.12.12 22:44:52.044675 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Trace> oximeter.fields_ipaddr (a8658ff7-5947-4d90-87b0-b7820a524e95): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15824 | 2024.12.12 22:44:52.044969 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002213 sec., 4518.752824220515 rows/sec., 368.47 KiB/sec. | ||
| 15825 | 2024.12.12 22:44:52.045200 [ 265 ] {17f82f07-5df2-4e12-8c2b-38f1114a5832} <Debug> TCPHandler: Processed in 0.002906797 sec. | ||
| 15826 | 2024.12.12 22:44:52.045442 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15827 | 2024.12.12 22:44:52.045597 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15828 | 2024.12.12 22:44:52.045656 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15829 | 2024.12.12 22:44:52.046478 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15830 | 2024.12.12 22:44:52.046517 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15831 | 2024.12.12 22:44:52.046901 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15832 | 2024.12.12 22:44:52.047143 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15833 | 2024.12.12 22:44:52.047351 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Debug> executeQuery: Read 260 rows, 23.28 KiB in 0.001783 sec., 145821.64890633762 rows/sec., 12.75 MiB/sec. | ||
| 15834 | 2024.12.12 22:44:52.047406 [ 221 ] {} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15835 | 2024.12.12 22:44:52.047411 [ 264 ] {6f0ff281-0374-4aa7-b33c-4ffaa73f67af} <Debug> TCPHandler: Processed in 0.002083301 sec. | ||
| 15836 | 2024.12.12 22:44:52.047444 [ 221 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15837 | 2024.12.12 22:44:52.047616 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15838 | 2024.12.12 22:44:52.047781 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15839 | 2024.12.12 22:44:52.047863 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15840 | 2024.12.12 22:44:52.049356 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15841 | 2024.12.12 22:44:52.049410 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15842 | 2024.12.12 22:44:52.050270 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15843 | 2024.12.12 22:44:52.050739 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15844 | 2024.12.12 22:44:52.051075 [ 122 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 15845 | 2024.12.12 22:44:52.051130 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Debug> executeQuery: Read 43 rows, 3.11 KiB in 0.003371 sec., 12755.858795609613 rows/sec., 922.39 KiB/sec. | ||
| 15846 | 2024.12.12 22:44:52.051180 [ 122 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2024.12.12 22:44:52.051321 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15848 | 2024.12.12 22:44:52.051346 [ 265 ] {8d33df36-66ba-44c8-bead-a0fa29e9e6b1} <Debug> TCPHandler: Processed in 0.003831716 sec. | ||
| 15849 | 2024.12.12 22:44:52.051391 [ 221 ] {} <Debug> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): 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] | ||
| 15850 | 2024.12.12 22:44:52.051675 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15851 | 2024.12.12 22:44:52.051934 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::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 | ||
| 15852 | 2024.12.12 22:44:52.052018 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15853 | 2024.12.12 22:44:52.052186 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15854 | 2024.12.12 22:44:52.052541 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15855 | 2024.12.12 22:44:52.052707 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 67 rows starting from the beginning of the part | ||
| 15856 | 2024.12.12 22:44:52.053224 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part | ||
| 15857 | 2024.12.12 22:44:52.053705 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 24 rows starting from the beginning of the part | ||
| 15858 | 2024.12.12 22:44:52.054220 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part | ||
| 15859 | 2024.12.12 22:44:52.054797 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 16 rows starting from the beginning of the part | ||
| 15860 | 2024.12.12 22:44:52.055479 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 43 rows starting from the beginning of the part | ||
| 15861 | 2024.12.12 22:44:52.057097 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15862 | 2024.12.12 22:44:52.057169 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15863 | 2024.12.12 22:44:52.058223 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15864 | 2024.12.12 22:44:52.058780 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Trace> oximeter.fields_u32 (867d039c-64ff-4e61-8cbc-43ee1c54ead9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.12.12 22:44:52.058792 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.007332654 sec., 29457.274269316404 rows/sec., 2.21 MiB/sec. | ||
| 15866 | 2024.12.12 22:44:52.059011 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 15867 | 2024.12.12 22:44:52.059194 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007247 sec., 1931.8338622878432 rows/sec., 135.29 KiB/sec. | ||
| 15868 | 2024.12.12 22:44:52.059316 [ 264 ] {e06ad323-66c6-49df-8aed-da172df0dfd4} <Debug> TCPHandler: Processed in 0.007842834 sec. | ||
| 15869 | 2024.12.12 22:44:52.059493 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15870 | 2024.12.12 22:44:52.059506 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15871 | 2024.12.12 22:44:52.059603 [ 191 ] {ca6c45fe-61ad-4736-aa70-12c12a64ec25::all_1_115_23} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 15872 | 2024.12.12 22:44:52.059626 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15873 | 2024.12.12 22:44:52.059688 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15874 | 2024.12.12 22:44:52.059690 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15875 | 2024.12.12 22:44:52.060272 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15876 | 2024.12.12 22:44:52.060314 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15877 | 2024.12.12 22:44:52.060679 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15878 | 2024.12.12 22:44:52.060920 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Trace> oximeter.fields_u8 (acfe51c7-a199-4065-9605-b985836900d0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15879 | 2024.12.12 22:44:52.061167 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 15880 | 2024.12.12 22:44:52.061351 [ 265 ] {848ef1d8-4659-4f88-9887-08e5b95b6e65} <Debug> TCPHandler: Processed in 0.001923208 sec. | ||
| 15881 | 2024.12.12 22:44:52.061581 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15882 | 2024.12.12 22:44:52.061740 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15883 | 2024.12.12 22:44:52.061798 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15884 | 2024.12.12 22:44:52.062617 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2024.12.12 22:44:52.062655 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15886 | 2024.12.12 22:44:52.063040 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15887 | 2024.12.12 22:44:52.063297 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15888 | 2024.12.12 22:44:52.063500 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001788 sec., 233780.7606263982 rows/sec., 16.70 MiB/sec. | ||
| 15889 | 2024.12.12 22:44:52.063552 [ 264 ] {ab842ffb-d06d-4942-84de-e7d4110f58f0} <Debug> TCPHandler: Processed in 0.002107121 sec. | ||
| 15890 | 2024.12.12 22:44:52.063704 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15891 | 2024.12.12 22:44:52.063845 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15892 | 2024.12.12 22:44:52.063904 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15893 | 2024.12.12 22:44:52.064482 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15894 | 2024.12.12 22:44:52.064521 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15895 | 2024.12.12 22:44:52.064893 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15896 | 2024.12.12 22:44:52.065147 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15897 | 2024.12.12 22:44:52.065353 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec. | ||
| 15898 | 2024.12.12 22:44:52.065403 [ 265 ] {c9ec86a7-0806-4ef8-aacd-fb1f94a0ad39} <Debug> TCPHandler: Processed in 0.001769095 sec. | ||
| 15899 | 2024.12.12 22:44:52.065559 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15900 | 2024.12.12 22:44:52.065698 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15901 | 2024.12.12 22:44:52.065759 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15902 | 2024.12.12 22:44:52.066447 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15903 | 2024.12.12 22:44:52.066486 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15904 | 2024.12.12 22:44:52.066892 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15905 | 2024.12.12 22:44:52.067132 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15906 | 2024.12.12 22:44:52.067333 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001666 sec., 145258.1032412965 rows/sec., 9.74 MiB/sec. | ||
| 15907 | 2024.12.12 22:44:52.067384 [ 264 ] {476bca96-9ad7-42ce-ac74-15691dc2035d} <Debug> TCPHandler: Processed in 0.001893137 sec. | ||
| 15908 | 2024.12.12 22:44:52.067533 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15909 | 2024.12.12 22:44:52.067673 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15910 | 2024.12.12 22:44:52.067734 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15911 | 2024.12.12 22:44:52.068296 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15912 | 2024.12.12 22:44:52.068343 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15913 | 2024.12.12 22:44:52.068727 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15914 | 2024.12.12 22:44:52.068973 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Trace> oximeter.measurements_f64 (5a428fbd-999b-4672-aa6f-eb6a6b8f13ae): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15915 | 2024.12.12 22:44:52.069198 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 43.33 KiB/sec. | ||
| 15916 | 2024.12.12 22:44:52.069247 [ 265 ] {e78620b7-afc4-446e-aa3e-b23e7b688856} <Debug> TCPHandler: Processed in 0.001781555 sec. | ||
| 15917 | 2024.12.12 22:44:52.069384 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15918 | 2024.12.12 22:44:52.069513 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15919 | 2024.12.12 22:44:52.069604 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15920 | 2024.12.12 22:44:52.070912 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15921 | 2024.12.12 22:44:52.070951 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15922 | 2024.12.12 22:44:52.071633 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15923 | 2024.12.12 22:44:52.071898 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15924 | 2024.12.12 22:44:52.072141 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002659 sec., 9778.112072207598 rows/sec., 17.52 MiB/sec. | ||
| 15925 | 2024.12.12 22:44:52.072258 [ 264 ] {98637179-fb76-45e8-b3f3-168eb063680a} <Debug> TCPHandler: Processed in 0.002932387 sec. | ||
| 15926 | 2024.12.12 22:44:52.072477 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15927 | 2024.12.12 22:44:52.072814 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15928 | 2024.12.12 22:44:52.072898 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15929 | 2024.12.12 22:44:52.073486 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15930 | 2024.12.12 22:44:52.073525 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15931 | 2024.12.12 22:44:52.073912 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15932 | 2024.12.12 22:44:52.074163 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15933 | 2024.12.12 22:44:52.074381 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001688 sec., 48578.1990521327 rows/sec., 3.09 MiB/sec. | ||
| 15934 | 2024.12.12 22:44:52.074433 [ 265 ] {44c4bcd2-13d8-460e-a0a6-48041b63abef} <Debug> TCPHandler: Processed in 0.002097111 sec. | ||
| 15935 | 2024.12.12 22:44:52.944441 [ 226 ] {} <Trace> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): 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] | ||
| 15936 | 2024.12.12 22:44:52.944500 [ 226 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): 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] | ||
| 15937 | 2024.12.12 22:44:52.946454 [ 226 ] {} <Debug> oximeter.measurements_bool (f4f24365-eddd-477f-93a7-d39c2ee55d30): 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] | ||
| 15938 | 2024.12.12 22:44:53.551154 [ 224 ] {} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15939 | 2024.12.12 22:44:53.551209 [ 224 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15940 | 2024.12.12 22:44:53.553108 [ 224 ] {} <Debug> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): 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] | ||
| 15941 | 2024.12.12 22:44:53.865718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 15942 | 2024.12.12 22:44:53.866670 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15943 | 2024.12.12 22:44:53.866715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15944 | 2024.12.12 22:44:53.867246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15945 | 2024.12.12 22:44:53.867512 [ 244 ] {} <Trace> system.asynchronous_metric_log (62461ef6-279a-4de8-b144-1b793376ee54): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15946 | 2024.12.12 22:44:53.867772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 15947 | 2024.12.12 22:44:56.648729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 15948 | 2024.12.12 22:44:56.673661 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15949 | 2024.12.12 22:44:56.673732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15950 | 2024.12.12 22:44:56.683207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15951 | 2024.12.12 22:44:56.684322 [ 243 ] {} <Trace> system.metric_log (d0cbec74-0b05-40d7-ac73-9e334c2437b4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15952 | 2024.12.12 22:44:56.689562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15953 | 2024.12.12 22:44:57.034001 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15954 | 2024.12.12 22:44:57.034196 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15955 | 2024.12.12 22:44:57.034269 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15956 | 2024.12.12 22:44:57.035063 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15957 | 2024.12.12 22:44:57.035111 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15958 | 2024.12.12 22:44:57.035550 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15959 | 2024.12.12 22:44:57.035815 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Trace> oximeter.fields_string (29d843aa-2fb9-484c-ae54-a11c2fb53697): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15960 | 2024.12.12 22:44:57.036040 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001896 sec., 46413.50210970464 rows/sec., 3.81 MiB/sec. | ||
| 15961 | 2024.12.12 22:44:57.036096 [ 264 ] {ba1fbc0b-2a69-4327-a7f1-3744d03d2309} <Debug> TCPHandler: Processed in 0.002227983 sec. | ||
| 15962 | 2024.12.12 22:44:57.036362 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15963 | 2024.12.12 22:44:57.036574 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15964 | 2024.12.12 22:44:57.036648 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15965 | 2024.12.12 22:44:57.037385 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15966 | 2024.12.12 22:44:57.037428 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15967 | 2024.12.12 22:44:57.037862 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15968 | 2024.12.12 22:44:57.038120 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15969 | 2024.12.12 22:44:57.038356 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00184 sec., 8695.652173913044 rows/sec., 653.87 KiB/sec. | ||
| 15970 | 2024.12.12 22:44:57.038413 [ 265 ] {298b2fc8-e413-4aaa-b531-af826acfa417} <Debug> TCPHandler: Processed in 0.002188623 sec. | ||
| 15971 | 2024.12.12 22:44:57.038576 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15972 | 2024.12.12 22:44:57.038697 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15973 | 2024.12.12 22:44:57.038746 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15974 | 2024.12.12 22:44:57.039361 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15975 | 2024.12.12 22:44:57.039400 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15976 | 2024.12.12 22:44:57.039770 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15977 | 2024.12.12 22:44:57.040009 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Trace> oximeter.fields_uuid (31bd2aa6-2115-4f7e-8de7-e337a03dd2b1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15978 | 2024.12.12 22:44:57.040224 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00155 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. | ||
| 15979 | 2024.12.12 22:44:57.040277 [ 264 ] {a95675f3-452d-4185-bb5f-50b072354cff} <Debug> TCPHandler: Processed in 0.001773285 sec. | ||
| 15980 | 2024.12.12 22:44:57.040421 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15981 | 2024.12.12 22:44:57.040541 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15982 | 2024.12.12 22:44:57.040599 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15983 | 2024.12.12 22:44:57.041616 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15984 | 2024.12.12 22:44:57.041663 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15985 | 2024.12.12 22:44:57.042070 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15986 | 2024.12.12 22:44:57.042311 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Trace> oximeter.measurements_cumulativeu64 (bf88169b-e4aa-471e-b98a-37d79997cfc9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15987 | 2024.12.12 22:44:57.042527 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002011 sec., 79562.40676280457 rows/sec., 5.54 MiB/sec. | ||
| 15988 | 2024.12.12 22:44:57.042578 [ 265 ] {58a935c3-2834-4d8c-95c8-82dd89fbd22d} <Debug> TCPHandler: Processed in 0.002211494 sec. | ||
| 15989 | 2024.12.12 22:44:57.042725 [ 264 ] {} <Trace> TCP-Session: b95111a9-510f-4198-9ea3-8ef34832cb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15990 | 2024.12.12 22:44:57.042864 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46157) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15991 | 2024.12.12 22:44:57.042957 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15992 | 2024.12.12 22:44:57.044215 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15993 | 2024.12.12 22:44:57.044254 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 15994 | 2024.12.12 22:44:57.044898 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15995 | 2024.12.12 22:44:57.045147 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15996 | 2024.12.12 22:44:57.045338 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15997 | 2024.12.12 22:44:57.045414 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002574 sec., 6216.006216006216 rows/sec., 11.14 MiB/sec. | ||
| 15998 | 2024.12.12 22:44:57.045444 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15999 | 2024.12.12 22:44:57.045519 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 16000 | 2024.12.12 22:44:57.045705 [ 264 ] {a9250a1c-f74a-4cfe-b318-1a66f16a61bb} <Debug> TCPHandler: Processed in 0.00304141 sec. | ||
| 16001 | 2024.12.12 22:44:57.045828 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::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 | ||
| 16002 | 2024.12.12 22:44:57.045992 [ 265 ] {} <Trace> TCP-Session: c2b7cd34-b2bf-4f5d-9260-7ff58bb4f095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16003 | 2024.12.12 22:44:57.046404 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45813) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16004 | 2024.12.12 22:44:57.046464 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16005 | 2024.12.12 22:44:57.046604 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16006 | 2024.12.12 22:44:57.046669 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2354 rows starting from the beginning of the part | ||
| 16007 | 2024.12.12 22:44:57.047621 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 16 rows starting from the beginning of the part | ||
| 16008 | 2024.12.12 22:44:57.048291 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 26 rows starting from the beginning of the part | ||
| 16009 | 2024.12.12 22:44:57.049055 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 16 rows starting from the beginning of the part | ||
| 16010 | 2024.12.12 22:44:57.049225 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16011 | 2024.12.12 22:44:57.049353 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 16012 | 2024.12.12 22:44:57.049685 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 26 rows starting from the beginning of the part | ||
| 16013 | 2024.12.12 22:44:57.050353 [ 192 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 16 rows starting from the beginning of the part | ||
| 16014 | 2024.12.12 22:44:57.051219 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16015 | 2024.12.12 22:44:57.051716 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Trace> oximeter.measurements_u64 (13abe120-1c86-4f44-87e3-93c838e30834): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16016 | 2024.12.12 22:44:57.052200 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005928 sec., 10121.457489878543 rows/sec., 698.49 KiB/sec. | ||
| 16017 | 2024.12.12 22:44:57.052379 [ 265 ] {7072e9f6-3b6a-49ac-b87d-d35fd88000c3} <Debug> TCPHandler: Processed in 0.006543408 sec. | ||
| 16018 | 2024.12.12 22:44:57.060826 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2454 rows, containing 19 columns (19 merged, 0 gathered) in 0.015134097 sec., 162150.40778448826 rows/sec., 290.57 MiB/sec. | ||
| 16019 | 2024.12.12 22:44:57.063215 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16020 | 2024.12.12 22:44:57.063654 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16021 | 2024.12.12 22:44:57.063739 [ 199 ] {bc9ab886-aee1-4383-b46b-7affb0e9d533::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (bc9ab886-aee1-4383-b46b-7affb0e9d533) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16022 | 2024.12.12 22:44:57.063900 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.67 MiB. | ||
| 16023 | 2024.12.12 22:44:57.773791 [ 226 ] {} <Trace> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 16024 | 2024.12.12 22:44:57.773843 [ 226 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 16025 | 2024.12.12 22:44:57.775871 [ 226 ] {} <Debug> oximeter.fields_u16 (ca6c45fe-61ad-4736-aa70-12c12a64ec25): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 16026 | 2024.12.12 22:44:58.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.70 MiB, peak 290.59 MiB, free memory in arenas 0.00 B, will set to 273.62 MiB (RSS), difference: 1.92 MiB | ||